Exam 10: Oracle-Supplied Packages, Dynamic SQL, and Hiding Source Code

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

If a table contains any LOB columns, client tools such as SQL Developer cannot display the images, however, the GETLENGTH function can be used to confirm a file was loaded into the LOB column.

(True/False)
4.8/5
(30)

In the UTL_FILE package, the ____ program unit is used to read a line from a file.

(Multiple Choice)
4.8/5
(37)

Alerts are transaction based and are sent only if the transaction is committed. _________________________

(True/False)
4.8/5
(35)

The _________________________ package provides the capabilities of a job scheduler that sets up programs to run at specified times.

(Short Answer)
5.0/5
(39)

When the SQL statement is built in the PL/SQL block, placeholders with colon prefixes are used to mark where values are supplied at runtime. _________________________

(True/False)
4.9/5
(36)

The ____ parameter of the ANALYZE_OBJECT procedure dictates that the value provided must be either TABLE, INDEX, or CLUSTER.

(Multiple Choice)
4.9/5
(34)

In the DBMS_DDL package, the ____ procedure creates statistics for database objects to be utilized to enhance performance.

(Multiple Choice)
4.9/5
(31)

____ will cause an error if used directly within PL/SQL.

(Multiple Choice)
4.9/5
(31)

The programs within the ____ package can be grouped into two sets: mutators and observers.

(Multiple Choice)
4.9/5
(36)

In the DBMS_LOB package, which of the following represents the programs that add, change, or remove the large objects (LOBs)?

(Multiple Choice)
4.8/5
(28)

What is the difference between a mutator and an observer?

(Essay)
4.9/5
(31)

The DBMS_ALERT package allows two or more sessions, in the same instance, to communicate. _________________________

(True/False)
4.7/5
(37)

____ and PL/SQL allow the construction and parsing of statements at runtime rather than compile time.

(Multiple Choice)
5.0/5
(34)

The ____ package allows parameters to be directly used as identifiers, such as column names and table names.

(Multiple Choice)
4.8/5
(37)

All of the following except ____ require parameters.

(Multiple Choice)
4.8/5
(33)

Which of the following is a procedure in the DBMS_DDL package that will assist to hide source code?

(Multiple Choice)
4.9/5
(40)

The _________________________ package is used to display messages to the screen from a stored program unit or an anonymous block.

(Short Answer)
4.9/5
(38)

Support for DBMS_SQL statements is built into the PL/SQL interpreter.

(True/False)
4.8/5
(32)

The UTL_FILE package contains a PUT_LINE data type that is used to declare a file variable.

(True/False)
4.8/5
(32)

To successfully compile a program, you must either own the object or you must be granted the ____ privilege to compile an object in another schema.

(Multiple Choice)
5.0/5
(32)
Showing 61 - 80 of 85
close modal

Filters

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