Technical Interview questions, HR Interview Quest

Started by Prashanth, Apr 27, 2009, 10:17 AM

Previous topic - Next topic

Prashanth

1.What is schema?

A schema is collection of database objects of a User.


2.Explain the relationship among Database, Tablespace and Data file.


Each databases logically divided into one or more tablespaces One or more data files are explicitly created for each tablespace.


3.What is SYSTEM tablespace and When is it Created?


Every ORACLE database contains a tablespace named SYSTEM, which is automatically created when the database is created. The SYSTEM tablespace always contains the data dictionary tables for the entire database.


4.What is a Tablespace?

A database is divided into Logical Storage Unit called tablespaces. A tablespace is used to grouped related logical structures together.


5.What are the components of Logical database structure of ORACLE database?

Tablespaces and the Database's Schema Objects.


6.What are the components of Physical database structure of Oracle Database?

ORACLE database is comprised of three types of files. One or more Data files, two are more Redo Log files, and one or more Control files.


Source: tech-interviewquestions


www.enthiran.net