What do database buffers contain?
Answer / Gaurav Bhatt
Database buffers contain copies of data blocks that have been read from data files into main memory. This allows Oracle to quickly retrieve and manipulate data without having to continuously read and write to the disk.
| Is This Answer Correct ? | 0 Yes | 0 No |
Point out the difference between user tables and data dictionary?
How to view existing locks on the database?
How to invoke the data pump export utility?
What is the database name in oracle?
What is index in Oracle?
How to create additional tablespaces for an new database?
Explain the function of optimizer in oracle?
What is the difference between translate and replace in oracle?
what is primary key?
Can we use oracle pl/sql block in core java? if so how? pls get back to me .....
How to update rows in table, suppose i have lacks of rows in table how to update total table with update statement. Can u please any one answer this question with update statement.
How to create index-by table in oracle?