-
Identify Database Size
How will you identify database size when you create a database first time?
-
What is the use of Redo Log Information ?
The Information in a redo log file is used only to recover the database from a system or media failure prevents database data from being written to a database's data files.
-
Describe Referential Integrity ?
A rule defined on a column (or set of columns) in one table that allows the insert or update of a row only if the value for the column or set of columns (the dependent value) matches a value in a column of a related table (the referenced value). It also specifies the type of data manipulation allowed on referenced data and the action to be performed on dependent data as a result of any action on referenced...
-
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.
-
What is schema?
A schema is collection of database objects of a User.
-
What is a Data Dictionary ?
The data dictionary of an ORACLE database is a set of tables and views that are used as a read-only reference about the database.It stores information about both the logical and physical structure of the database, the valid users of an ORACLE database, integrity constraints defined for tables in the database and space allocated for a schema object and how much of it is being used.
-
What is Data Block ?
ORACLE database's data is stored in data blocks. One data block corresponds to a specific number of bytes of physical database space on disk.
-
Error Process Dumps
Where does the process dumps information about the error?
-
-
What is difference between DNS & GNS ?
What are the advantages & disadvantages of both two.
-
What are the uses of Rollback Segment ?
Rollback Segments are used :To generate read-consistent database information during database recovery to rollback uncommitted transactions for users.
-
What is a Redo Log ?
The set of Redo Log files for a database is collectively known as the database's redo log.
-
What does a Control file Contain ?
A Control file records the physical structure of the database. It contains the following information.Database NameNames and locations of a database's files and redolog files.Time stamp of database creation.
-
-
What is a Temporary Segment ?
Temporary segments are created by ORACLE when a SQL statement needs a temporary work area to complete execution. When the statement finishes execution, the temporary segment extents are released to the system for future use.
-
What is a Data File ?
Every ORACLE database has one or more physical data files. A database's data files contain all the database data. The data of logical database structures such as tables and indexes is physically stored in the data files allocated for a database.
-
What is the use of Control File ?
When an instance of an ORACLE database is started, its control file is used to identify the database and redo log files that must be opened for database operation to proceed. It is also used in database recovery.
-
-
What is cluster Key ?
The related columns of the tables in a cluster is called the Cluster Key.
-
What is Private Database Link ?
Private database link is created on behalf of a specific user. A private database link can be used only when the owner of the link specifies a global object name in a SQL statement or in the definition of the owner's views or procedures.
Oracle Architecture Interview Questions
Ans