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

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

The UTL_LINE package allows access to files that reside on an operating system and are accessible from the database server. _________________________

(True/False)
4.8/5
(31)

In which of the following situations is the use of native dynamic SQL considered inappropriate?

(Multiple Choice)
4.9/5
(28)

The ____ package allows access to two DDL statements that cannot be used directly within a PL/SQL block: ALTER_COMPILE and ANALYZE_OBJECT.

(Multiple Choice)
4.9/5
(39)

The array-like processing available in DBMS_SQL makes working with many rows much more cumbersome.

(True/False)
4.8/5
(30)

The _________________________ action of the DBMS_DDL package computes statistics on a database object, typically tables and indexes, such as the range of values.

(Short Answer)
4.9/5
(42)

The code fragment ____ would raise an error.

(Multiple Choice)
4.9/5
(30)

DBMS_DDL.ALTER_COMPILE ( Type VARCHAR2, Schema VARCHAR2, Name VARCHAR2); In the header for the ALTER_COMPILE procedure above, the ____ statement refers to the object's owner.

(Multiple Choice)
4.7/5
(39)

In the DBMS_LOB package, the term ____ represents programs that read LOBs or information about the LOBs.

(Multiple Choice)
4.9/5
(39)

When executing a stored program, any DBMS_OUTPUT lines are placed in an output buffer, which dumps its contents to the screen when the program has completed execution. _________________________

(True/False)
4.8/5
(32)

The util.ora file contains environment settings, such as the UTL_FILE_DIR parameter, that determine if and how certain Oracle features are accessible from within PL/SQL code.

(True/False)
4.8/5
(35)

In the DBMS_DDL package, ____ is a valid ANALYZE_OBJECT exception.

(Multiple Choice)
4.7/5
(30)

All of the following procedures are included in the DBMS_ALERT package, except ____.

(Multiple Choice)
4.9/5
(32)

What is the goal of dynamic SQL?

(Essay)
4.8/5
(28)

The ____ built-in package retrieves information about database objects.

(Multiple Choice)
4.9/5
(40)

Which of the following is the correct syntax for an EXECUTE IMMEDIATE statement?

(Multiple Choice)
4.8/5
(42)

____ establishes a work area for a statement to be handled.

(Multiple Choice)
4.7/5
(29)

The UTL_HTTP package provides the capability to make Hypertext Transfer Protocol (HTTP) calls from within PL/SQL programs. _________________________

(True/False)
4.8/5
(33)

Describe the basic mechanics of the alert process.

(Essay)
4.9/5
(36)

A(n) _________________________ is a pointer to a cursor or SQL work area.

(Short Answer)
4.7/5
(35)

The basic mechanics of the alert process include registering an alert name, setting up when an alert should signal, and enabling the appropriate users to receive the alert.

(True/False)
4.8/5
(31)
Showing 41 - 60 of 85
close modal

Filters

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