Hi Friends,
I want to confirm, whether i have SYSDBA role or not. I am able to connect through sql developer and i want to know this.
I tried this
SELECT * FROM v$pwfile_users;
but got response like below:
ORA-00942: table or view does not exist
00942. 00000 - "table or view does not exist"
*Cause:
*Action:
Error at Line: 1 Column: 14
can any one suggest?