Exam 11: Managing Databases With Oracle Database

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Oracle Database provides only one method for creating an Oracle Database database.

(True/False)
4.9/5
(35)

The Oracle Database GUI tool used for application development is the Oracle SQL Developer.

(True/False)
4.8/5
(34)

Among its many functions,SQL*Plus is also a programming language.

(True/False)
4.8/5
(36)

Which of the following Oracle Database PL/SQL statements is not used to create a block of code that repeats while some condition is true?

(Multiple Choice)
4.9/5
(37)

Oracle Database uses a System Change Number (SCN)to identify before images in rollback segments to prevent dirty reads.

(True/False)
4.8/5
(33)

The Read Only transaction isolation level is unique to Oracle Database.

(True/False)
4.8/5
(34)

In Oracle Database recovery facilities,OnLine ReDo files are maintained on disk and contain the rollback segments from recent database changes.

(True/False)
5.0/5
(37)

With Oracle Database,stored procedures cannot use a cursor variable,so another method must be used to access a table on a row by row basis.

(True/False)
4.8/5
(26)

Oracle Database only reads committed changes,and therefore dirty reads are not possible.

(True/False)
4.8/5
(32)

The Oracle Database Enterprise Manager Database Express provides graphical facilities for managing databases.

(True/False)
4.8/5
(36)

With Oracle Database,using a sequence does not guarantee valid surrogate key values.

(True/False)
4.8/5
(33)

The Oracle Database PL/SQL block structure begins with ________.

(Multiple Choice)
4.7/5
(34)

Explain the Oracle Database PL/SQL cursor statements.

(Essay)
4.8/5
(35)

The Oracle Database PL/SQL statement used to define a set of PL/SQL statements is ________.

(Multiple Choice)
4.8/5
(30)

Briefly explain the different types of files used by the Oracle Database recovery facilities.

(Essay)
4.9/5
(37)

The Oracle database PL/SQL statement used to test for a condition and then direct when blocks of code should be run depending on the outcome of the test is ________.

(Multiple Choice)
4.9/5
(34)

The type of failure that occurs when Oracle Database itself fails due to an operating system or computer hardware failure is called an instance failure.

(True/False)
4.8/5
(37)

In Oracle Database recovery facilities,OnLine ReDo files are backup log files maintained separately and not necessarily on disk media.

(True/False)
4.9/5
(31)

With Oracle Database,you can change the default transaction isolation for all transactions in a session by using the SET TRANSACTION ISOLATION LEVEL statement.

(True/False)
4.8/5
(32)

Which of the following is not true of stored procedures in Oracle Database?

(Multiple Choice)
4.7/5
(38)
Showing 81 - 100 of 106
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)