-
What is a Private Synonyms ?
A Private Synonyms can be accessed only by the owner.
-
What is a Public Synonyms ?
Public synonyms can be accessed by any user on the database.
-
What is an Index ?
An Index is an optional structure associated with a table to have direct access to rows, which can be created to increase the performance of data retrieval. Index can be created on one or more columns of a table.
-
What is Index Cluster ?
A Cluster with an index on the Cluster Key.
-
When can Hash Cluster used ?
Hash clusters are better choice when a table is often queried with equality queries. For such queries the specified cluster key value is hashed. The resulting hash key value points directly to the area on disk that stores the specified rows.
-
What are the types of Database Links ?
Private Database Link, Public Database Link & Network Database Link.
-
What is Network Database link ?
Network database link is created and managed by a network domain service. A network database link can be used when any user of any database in the network specifies a global object name in a SQL statement or object definition.
Oracle Architecture Interview Questions
Ans