Privileges related problem [message #275873] |
Tue, 23 October 2007 02:30 |
dba_giri
Messages: 26 Registered: July 2007 Location: Hyderabad
|
Junior Member |
|
|
Hi..,
I 've executed the following two SQL statements on my connected user
1)
select * from user_sys_privs
No Rows Selected
2)
select * from USER_ROLE_PRIVS;
USERNAME GRANTED_ROLE ADM DEF OS_
------------------------------ ------------------------------ --- --- --- ------------------------------
ACM_DEV CONNECT NO YES NO
ACM_DEV RESOURCE NO YES NO
But with out a privilege like "Alter Session" also the following statement is executing well
alter session set nls_date_format='DD-MM-YY'
The problem might be what can u please explain..
Thanks in Advance
Giri K.Y.
|
|
|
|
|