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
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 |
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 |
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 |
How do you recover a datafile that has not been physically been backed up since its creation and has been deleted. Provide syntax example.
How does Oracle guarantee data integrity of data changes?
Give two examples of referential integrity constraints.
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
What is the importance of a recovery model? : sql server DBA
Which dictionary tables and/or views would you look at to diagnose a locking issue?
Where would you look for errors from the database engine?
You have just compiled a PL/SQL package but got errors, how would you view the errors?
hi, how can i check all backups are exist to restore? I.e. i forget to take backup on one day. But now i want to check that all backups are there to restore now. I know the answer of through timestamps we know how to check. But i need any other way?
A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?
What the different types of replication and why are they used? : sql server DBA
What is the difference between the 2 operating modes of database mirroring? : sql server DBA
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)