0

RDBMS

Description: RDBMS
Number of Questions: 15
Created by:
Tags: RDBMS Database
Attempted 0/15 Correct 0 Score 0

Which of the following in Oracle includes the Oracle system processes and user processes taken together, created for a specific instance of the database operation?

  1. Oracle database

  2. Oracle instance

  3. Control files

  4. Schema objects

  5. Shared pool


Correct Option: E
Explanation:

This is a part of the System Global Area in Oracle that contains shared memory constructs which includes the shared SQL areas.

Which of the following areas in Oracle is used for database information shared by the users?

  1. Program Global Area

  2. Server processes

  3. Background processes

  4. System Global Area

  5. Private Global Area


Correct Option: D
Explanation:

This area in Oracle is used for database information shared by users.

Which of the following objects in Oracle is the named object that establishes paths from one database to another?

  1. Cluster

  2. Synonyms

  3. Program units

  4. Database links

  5. Sequence


Correct Option: D
Explanation:

This is the object in Oracle that establishes paths from one database to another.

Which of the following statements in Oracle allows users to control the properties of their current session by enabling or disabling roles of users and changing language settings?

  1. DDL statements

  2. DML statements

  3. Session control statements

  4. Transaction control statements

  5. System control statements


Correct Option: C
Explanation:

These statements in Oracle allow users to control the properties of their current session by enabling or disabling roles of users and changing language settings.

Which of the following commands in Oracle is used to return the value TRUE if the cursor is already open?

  1. %ISOPEN

  2. %FOUND

  3. %NOTFOUND

  4. %ROWCOUNT

  5. %LIKE


Correct Option: E
Explanation:

There is no such command used with cursor in Oracle.

Which of the following types of conflicts may arise in Oracle when EMPLOYEE may be an entity type in one schema and an attribute in another?

  1. Naming conflicts

  2. Type conflicts

  3. Domain conflicts

  4. Error conflicts

  5. Execution conflicts


Correct Option: B
Explanation:

This type of conflict may arise in Oracle when EMPLOYEE may be an entity type in one schema and an attribute in another.

Which of the following strategies in the schema design of Oracle focuses on a central set of concepts that are most evident?

  1. Top-down strategy

  2. Bottom-up strategy

  3. Inside-out strategy

  4. Mixed strategy

  5. Single strategy


Correct Option: C
Explanation:

This strategy in the schema design of Oracle is focused on a central set of concepts that are most evident.

Which of the following system files ensures that all the database files are consistent and perform recovery?

  1. Log Writer

  2. SMON

  3. Checkpoint

  4. Recoverer

  5. Archiver


Correct Option: B
Explanation:

The main responsibility of this system file is to ensure that all the database files are consistent and perform recovery.

Which of the following database link connections in the current session lists all open database links in your session, along with their corresponding instances?

  1. V$DBLINK

  2. OWNER_ID

  3. LOGGED_ON

  4. GV$DBLINK

  5. DB_LINK


Correct Option: D
Explanation:

This database link connection in the current session lists all open database links in your session, along with their corresponding instances.

Which of the following phases in Oracle is said to be the node, which after receiving notice from the global coordinator that all nodes have committed, erases status information about this transaction from the commit site?

  1. Commit phase

  2. Prepare phase

  3. Forget phase

  4. Prepared phase

  5. Abort phase


Correct Option: C
Explanation:

This phase in Oracle is said to be the node which after receiving notice from the global coordinator that all nodes have committed, the commit point site erases status information about this transaction.

Which one of the following Java API's is to be used to invoke a static, simple SQL statement from a known table with known column names from a Java object?

  1. SQLJ

  2. JDBC

  3. Java Stored Procedures

  4. CORBA or EJB

  5. Servlets or JavaServer


Correct Option: A
Explanation:

This Java API is to be used to invoke a static, simple SQL statement from a known table with known column names from a Java object.

Which of the following features in distributed database is the one which allows the NLS (Natural Language Support) settings of the client, the transparency gateway and the non-Oracle data source to be either the same or a subset of the Oracle database server?

  1. Distributed Query Optimization

  2. Client/Server Environment

  3. Homogeneous Distributed Environment

  4. Remote Procedure Calls

  5. Heterogeneous Distributed Environment


Correct Option: E
Explanation:

This feature in distributed database is the one which allows the NLS (Natural Language Support) settings of the client, the transparency gateway and the non-Oracle data source to be either the same or a subset of the Oracle database server.

Which of the following transactions contains one or more remote statements, all of which refer to a single remote node?

  1. Distributed transaction

  2. Remote transaction

  3. Distributed query

  4. Remote query

  5. Online query


Correct Option: B
Explanation:

This transaction contains one or more remote statements, all of which refer to a single remote node.

Which of the following metadata in DBMS is concerned with the information system characteristics that include ETL process metadata, back room metadata and transformation metadata?

  1. Business metadata

  2. Operational metadata

  3. Technical metadata

  4. Hybrid metadata

  5. Target metadata


Correct Option: C
Explanation:

This metadata in DBMS is concerned with the information system characteristics that include ETL process metadata, back room metadata and transformation metadata.

Which of the following data quality tools used in data warehouse provides a single environment that seamlessly integrates data quality within the data integration process?

  1. Informatics

  2. Oracle 10g warehouse builder

  3. SAS (Statistical Analysis System)

  4. MySAP business intelligence

  5. Data profiling


Correct Option: C
Explanation:

This tool used in data warehouse provides a single environment that seamlessly integrates data quality within the data integration process.

- Hide questions