SUPPOSE AS A DBA YOU CREATED ONE USER BY DEFAULT HOW MANY
PRIVILIZES WILL COME TO USER & WHERE CAN YOU SEE THAT
PRIVILIZES.
Answer Posted / ravindra
Grant Create Session,Resource;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.
What is the default fill factor value? : sql server DBA
How do you open a cluster administrator? : sql server DBA
how can you get actual data change values from previous transactions in oracle?
how can you record information about current session?
who owns the operating system files created by the utl_file package?
What are the different authentication modes in sql server and how can you change authentication mode? : sql server DBA
what is grd?
What view(s) do you use to associate a user's SQLPLUS session with his o/s process?
internal architecture
Can you redefine a table online?
What is the importance of a recovery model? : sql server DBA
what is the use of ocr?
What are the differences in clustering in sql server 2005 and 2008 or 2008 r2? : sql server DBA
How to craeate the New Database Schema in Oracle and mysql? Please tell me with Example?