SUPPOSE AS A DBA YOU CREATED ONE USER BY DEFAULT HOW MANY
PRIVILIZES WILL COME TO USER & WHERE CAN YOU SEE THAT
PRIVILIZES.

Answers were Sorted based on User's Feedback



SUPPOSE AS A DBA YOU CREATED ONE USER BY DEFAULT HOW MANY PRIVILIZES WILL COME TO USER & WHERE ..

Answer / suman

we have to create any user in system level By default we
have 8 prives that is
create table
create index
create sysnonims
create view
etc......
sys>desc v$session_prives;

Is This Answer Correct ?    6 Yes 1 No

SUPPOSE AS A DBA YOU CREATED ONE USER BY DEFAULT HOW MANY PRIVILIZES WILL COME TO USER & WHERE ..

Answer / suman

we have 8 privilizes that is
create index
create views
create synonyms
create tables
create procedures
create triggers
create functions
we can see in db level that is
> desc v$session_privilizes;

Is This Answer Correct ?    5 Yes 0 No

SUPPOSE AS A DBA YOU CREATED ONE USER BY DEFAULT HOW MANY PRIVILIZES WILL COME TO USER & WHERE ..

Answer / ravindra

Grant Create Session,Resource;

Is This Answer Correct ?    1 Yes 0 No

SUPPOSE AS A DBA YOU CREATED ONE USER BY DEFAULT HOW MANY PRIVILIZES WILL COME TO USER & WHERE ..

Answer / feroz

creating user at OS level wont get any privileges
question is not clear first of all?
how come a DBA will be able to create a user
we cann't create users at DB2 level

Is This Answer Correct ?    0 Yes 6 No

Post New Answer

More DB Administration Interview Questions

How do you find out from the RMAN catalog if a particular archive log has been backed-up?

2 Answers   IBM,


Explain an ORA-01555

2 Answers  


who owns the operating system files created by the utl_file package?

0 Answers   Oracle,


What background process refreshes materialized views?

2 Answers   Accenture, FLSmidth,


How many packages we have in db

1 Answers   Tesco,






Where in the Oracle directory tree structure are audit traces placed?

1 Answers  


What is the recommended interval at which to run statspack snapshots, and why?

1 Answers  


If you are given access to a sql server, how do you find if the sql instance is a named instance or a default instance? : sql server DBA

0 Answers  


what is the use of recording information about current session?

0 Answers   Oracle,


Describe what redo logs are.

1 Answers  


What are the different types of indexes available in sql server? : sql server DBA

0 Answers  


How would you go about increasing the buffer cache hit ratio?

2 Answers  


Categories