What are the components of Logical database structure of
ORACLE database?
Answer Posted / rameshkumar.k
The logical DB contains shared pool(library cache,data dictionary cache),data buffer cache,redolog buffer,java buffer and large pool.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is oracle update statement with inner join ?
How data locks are respected in oracle?
How to rename an index in oracle?
What happens if the imported table already exists?
What is sequence?
What is the difference between hot backup and cold backup in oracle?
Explain how are indexes update?
How to define a data field as not null?
What is the maximum limit on the number of columns in a table?
What is the usage of analyze command in oracle?
Where do we use decode and case statements?
Can sub procedure/function be called recursively?
Is there a combination of "like" and "in" in sql?
How to execute a stored program unit?
Differentiate between function and procedure in oracle.