How many memory layers are in the shared pool?
Answer / md mubeen
Shared pool buffers cache consists of two layer
1)Library cache (LC) 2) Data dictionary cache (DDC)
in the Library cache the parsed information data will be
stored 2)DDC contains the dictionary tables which stores
the meta data information .
| Is This Answer Correct ? | 2 Yes | 0 No |
How to view all columns in an existing table?
How to turn on or off recycle bin for the instance?
How to lock and unlock a user account in oracle?
What are nested tables?
Explain the use of control file?
I have a table emp. There is only one column in the table. In that , there are only three rows in that column. The value in the first row is 'A' and the value in the second row is 'B' and the third row is 'C'. Now, my question is , How will you write a select query to display the output as B C A Note: order by cannot be used coz it gives us output as CBA. But the output should be BCA.
various types of hints and their usage
How to use "out" parameter properly?
What the is the diff between local index and global index. give some example.
What is the difference between RBBMS & DBMS?
When a form is invoked with call_form, Does oracle forms issues a save point ?
What are the predefined tablespaces in a database?