-
-
Waht is the frequency of log Updated..?
Whenever commit,checkpoint or redolog buffer is 1/3rd full
-
What is clusters ?
Group of tables physically stored together because they share common columns and are often used together is called Cluster.
-
-
-
-
-
-
-
-
What is a Database instance ? Explain
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...
-
What is an Index ? How it is implemented in Oracle Database ?
An index is a database structure used by the server to have direct access of a row in a table. An index is automatically created when a unique of primary key constraint clause is specified in create table comman (Ver 7.0)
-
What is Parallel Server ?
Multiple instances accessing the same database (Only In Multi-CPU environments)
-
-
-
-
-
-
-
Oracle DBA Interview Questions
Ans