January 29, 2009

Part-5

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 command (Ver 7.0)

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 amount of I/O performed against data file.

What is the use of ANALYZE command? -


To perform one of these function on an index, table, or cluster:

- To collect statistics about object used by the optimizer and store them in the data dictionary.

- To delete statistics about the object used by object from the data dictionary.

- To validate the structure of the object..

- To identify migrated and chained rows off the table or cluster.

What is default tablespace? -

The Tablespace to contain schema objects created without specifying a tablespace name.

What are the system resources that can be controlled through Profile?

- The number of concurrent sessions the user can establish the CPU processing time available to the user’s session the CPU processing time available to a single call to ORACLE made by a SQL statement the amount of logical I/O available to the user’s session the amount of logical I/O available to a single call to ORACLE made by a SQL statement the allowed amount of idle time for the user’s session the allowed amount of connect time for the user’s session.

What is Tablespace Quota? -

The collective amount of disk space available to the objects in a schema on a particular tablespace.

0 comments: