-
What is an Extent ?
An Extent is a specific number of contiguous data blocks, obtained in a single allocation, and used to store a specific type of information.
-
What is a Segment ?
A segment is a set of extents allocated for a certain logical structure.
-
What are the different type of Segments ?
Data Segment, Index Segment, Rollback Segment and Temporary Segment.
-
What is an Index Segment ?
Each Index has an Index segment that stores all of its data.
-
What is Rollback Segment ?
A Database contains one or more Rollback Segments to temporarily store "undo" information.
-
Database Connectivity Error
Here i'm sending all of you the error which occurred frequently during database connection.While creating a data block in Oracle Forms, the error which encountered frequently is "ORA-12560: TNS Protocol Adapter Error" During lectures instructor had told us that if such error encountered then copy the TNSNAMES.ORA file from ..oracleora92networkadminsample to forms9inetworkadminsample as it contains...
-
Remote and Local user
what is remote login user and local user in database?And sid is used when user want to login as local user and Glodal database name is used when user wants to login as remote user..What does it mean ?
-
Regarding query and a view in oracle
Hi,
If a user executes a query which is already being used by a view exactly will oracle use already existing view to retrieve data or use the query executed by user?
Regards,
Shashi -
What is self-referential integrity constraint ?
If a foreign key reference a parent key of the same table is called self-referential integrity constraint.
-
What are the Limitations of a CHECK Constraint ?
The condition must be a Boolean expression evaluated using the values in the row being inserted or updated and can't contain sub queries, sequence, the SYSDATE,UID,USER or USERENV SQL functions, or the pseudo columns LEVEL or ROWNUM.
-
What is a Synonym ?
A synonym is an alias for a table, view, sequence or program unit.
-
What are Clusters ?
Clusters are groups of one or more tables physically stores together to share common columns and are often used together.
-
What is Hash Cluster ?
A row is stored in a hash cluster based on the result of applying a hash function to the row's cluster key value. All rows with the same hash key value are stores together on disk.
-
What is Row Chaining ?
In Circumstances, all of the data for a row in a table may not be able to fit in the same data block. When this occurs , the data for the row is stored in a chain of data block (one or more) reserved for that segment.
Oracle Architecture Interview Questions
Ans