Fundamentals of Oracle and Distributed Databases

Covers Oracle database architecture components, storage structures, and distributed database concepts including fragmentation, site autonomy, and federated systems.

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which of the following files is required for oracle database to function?

  1. Datafile
  2. Redo Log File
  3. Control file
  4. The password file
  5. The document file
Question 2 Multiple Choice (Single Answer)

Which of the following components of oracle architecture is able to store, manage and manipulate data in the database?

  1. The oracle instance
  2. The oracle server
  3. The oracle database
  4. Cursor
  5. Trigger
Question 3 Multiple Choice (Single Answer)

The SQL command used to create an instance, so that the database will be mounted and then opened for all the users is

  1. force
  2. mount
  3. unmount
  4. open
  5. recover
Question 4 Multiple Choice (Single Answer)

In Oracle 9i, the file used to store the transferred contents of redo log files into it is the

  1. parameter file
  2. control file
  3. datafile
  4. archive file
  5. spreadsheet file
Question 5 Multiple Choice (Single Answer)

The schema in DBMS architecture which provides mapping between global relations and fragments is

  1. global schema
  2. allocation schema
  3. fragmentation schema
  4. local mapping schema
  5. logical data structure
Question 6 Multiple Choice (Single Answer)

The _____________ component of oracle consist of contiguous group of blocks allocated for use as part of a table, index and so forth.

  1. database block
  2. extent
  3. data dictionary
  4. schema
  5. attributes
Question 7 Multiple Choice (Single Answer)

The _______________ component of oracle consists of a set of extents allocated for a single type of object.

  1. segment
  2. extent
  3. schema
  4. database block
  5. instance
Question 8 Multiple Choice (Single Answer)

The type of fragmentation which requires that each global relation be selected in one and only one fragment is

  1. primary fragmentation
  2. derived horizontal fragmentation
  3. vertical fragmentation
  4. mixed fragmentation
  5. replication
Question 9 Multiple Choice (Single Answer)

The type of administration in oracle distributed database refers that each server participating in a distributed database is administered independently from other databases is

  1. enterprise manager
  2. site autonomy
  3. SNMP support
  4. third party administration tools
  5. data localization
Question 10 Multiple Choice (Single Answer)

The _______ level of RAID is a block interleaved parity organization that uses block level striping and in addition keeps a parity block on a separate disk for corresponding blocks from N other disks.

  1. RAID level 1
  2. RAID level 2
  3. RAID level 3
  4. RAID level 4
  5. RAID level 5
Question 11 Multiple Choice (Single Answer)

The type of issue in federated distributed database which provides facilities for specification and implementation that vary from system to system is

  1. differences in data models
  2. differences in constraints
  3. differences in query languages
  4. differences in query contents
  5. enterprise manager
Question 12 Multiple Choice (Single Answer)

The ________________ advantage of DBMS refers to the correctness of data in the database.

  1. data availibility
  2. data integrity
  3. controlled data redundancy
  4. concurrent use
  5. data persistence
Question 13 Multiple Choice (Single Answer)

The ____________ component of transaction control statement consists of a node that hosts a database from which a client requests data.

  1. client
  2. database server
  3. global coordinator
  4. local coordinator
  5. commit point site
Question 14 Multiple Choice (Single Answer)

The ____________ data model is a model in which data is represented by a collection of records and the relationships are represented by links.

  1. network
  2. relational
  3. hierarchical
  4. ER
  5. DBTG
Question 15 Multiple Choice (Single Answer)

The __________ terminology in relational data model is defined as a set of allowed values for one or more attributes in a relation.

  1. attribute
  2. tuple
  3. domain
  4. degree
  5. cardinality