How to find out what privileges a user currently has in oracle?



How to find out what privileges a user currently has in oracle?..

Answer / abc

Select * from user_sys_privs;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

Differentiate between function and procedure in oracle.

0 Answers  


What are the ansi data types supported in oracle?

0 Answers  


Differnce between view and index

3 Answers  


A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.

3 Answers  


What do you understand by database schema and what does it hold?

0 Answers  






How to turn on or off recycle bin for the instance?

0 Answers  


What is cursor

4 Answers   TCS,


What are the extensions used by oracle reports?

0 Answers  


Difference between the “verify” and “feedback” command?

0 Answers  


Explain oracle 12c new features for developers?

0 Answers  


How to create a server parameter file?

0 Answers  


src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));

0 Answers   IBM,


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)