-
What is Public Database Link ?
Public database link is created for the special user group PUBLIC. A public database link can be used when any user in the associated database specifies a global object name in a SQL statement or object definition.
-
What is the differnece between materialized view and snapshot
A materialized view is a replica of a target master from a singlepoint in time. The concept was first introduced with Oracle7 termed asSNAPSHOT. In Oracle release 7.1.6 snapshots were enhanced to enableDMLs along with a new terminology, updatable snapshots. With Oracle8.1.6 snapshots started to be used in data warehouse environments so anew terminology materialized view was introduced to address bothdistributed...
-
-
-
What is a Redo Log ?
The set of Redo Log files for a database is collectively known as the database's redo log.
-
What is the function of Redo Log ?
The Primary function of the redo log is to record all changes made to data.
-
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 ?
-
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.
-
-
-
PMON Process
From where does PMON gets the informance about failure? How is the user process terminited?
-
What is Table ?
A table is the basic unit of data storage in an ORACLE database. The tables of a database hold all of the user accessible data. Table data is stored in rows and columns.
-
What is a View ?
A view is a virtual table. Every view has a Query attached to it. (The Query is a SELECT statement that identifies the columns and rows of the table(s) the view uses.)
-
What are synonyms used for ?
Synonyms are used to : Mask the real name and owner of an object.Provide public access to an objectProvide location transparency for tables, views or program units of a remote database.Simplify the SQL statements for database users.
-
-
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.
-
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 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