What command is used to type files to the screen?
How can you find out how many users are currently logged into the database?
How can you determine if an index needs to be dropped and rebuilt?
A developer is trying to create a view and the database won’t let him. He has the "developer" role which has the "create view" system privilege and select grants on the tables he is using, what is the problem?
You look at your fragmentation report and see that smon has not coalesced any of you tablespaces, even though you know several have large chunks of contiguous free extents. What is the problem?
If you have an example table, what is the best way to get sizing data for the production table implementation?
What file will give you oracle instance status information? Where is it located?
A tablespace has a table with 30 extents in it. Is this bad? Why or why not.
How would you find total size of database in os level?
What is ora-1555 snapshot too old error? Explain in detail?
What is an artificial (derived) primary key?
What is different type of rman backup?
You see multiple fragments in the system tablespace, what should you check first?
Users get the following error: ora-00055 maximum number of dml locks exceeded? What is the problem and how do you fix it?
Explain dual table. Is any data internally stored in dual table. Lot of users is accessing select sysdate from dual and they getting some millisecond differences. If we execute select sysdate from emp; what error will we get. Why?