Answer Posted / sawant
A database instance (Server) is a set of memory structure
and background processes that access a set of database files.
The process can be shared by all users.
The memory structure that are used to store most
queried data from database. This helps up to improve
database performance by decreasing the amount of I/O
performed against data file.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
how may join possible between (requisition with purchase order)
How to download oracle database 10g xe?
What is the best way to do multi-row insert in oracle?
How to check the oracle tns settings?
How to retrieve the count of updated rows?
How to load a large xml file?
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?
How to execute the package in oracle?
Is oracle an operator?
What do you mean by merge in oracle and how can we merge two tables?
Explain the use of rows option in exp command.
How to create a testing table in oracle?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?
Explain the characteristics of oracle dba?
How to define a procedure inside another procedure?