What is Database Buffers ?
Answer / sawant
Database buffers are cache in the SGA used to hold the data
blocks that are read from the data segments in the
database such as tables, indexes and clusters
DB_BLOCK_BUFFERS parameter in INIT.ORA decides the size.
| Is This Answer Correct ? | 3 Yes | 0 No |
how to insert data into partitioned table partition done by Range partition
How are the index updates?
I need to get the values of the previous quarter.how to do this?eg: if my cuurent month is may i need to get the datas of the month jan,feb,march.Can it be done in oracle.I tried with date function q but for the month jan its not retriving the previous quarter(oct-dec).how to solve this.plpz anyone help me?
how to do daily transactions with out sql* loader control file regesterd in apps?
IS it possible to built the oracle database without setting the kernal parameters?
What is define in oracle?
What is Database Buffers ?
What is a read write transaction in oracle?
in account table account type amount ac1 credit 300 ac2 debit 5000 ac3 credit 3000 ac1 debit 4000 ac3 debit 2000 ac2 credit 4000 write a query how to get sum of credit & sum of debit
Difference between an implicit & an explicit cursor.?
Does a Before form trigger fire when the parameter form is suppressed ?
How to drop a stored function?