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

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

The DBMS_OUTPUT procedure ____ places an end-of-line marker in the buffer.

(Multiple Choice)
4.9/5
(39)

All of the following, except ____, represent steps required to perform DDL with the DBMS_SQL package.

(Multiple Choice)
4.8/5
(43)

When is it appropriate to use native dynamic SQL?

(Essay)
4.9/5
(32)

The ____ built-in package contains a miscellaneous group of programs ranging from capabilities to assist in procedure management to reporting error information.

(Multiple Choice)
4.8/5
(39)

A(n) mutator is similar to a partition or area of the physical disk. _________________________

(True/False)
4.8/5
(36)

The DBMS_DDL package provides the only Oracle method available to hide source code.

(True/False)
4.9/5
(40)

Native dynamic SQL is simpler to code and processes statements more efficiently than the DBMS_SQL package. _________________________

(True/False)
4.7/5
(34)

The ____ program associates placeholders in the Cursor with PL/SQL variables.

(Multiple Choice)
4.9/5
(34)

____ is responsible for checking syntax.

(Multiple Choice)
4.8/5
(30)

Which of the following is a command line utility that assists in hiding source code?

(Multiple Choice)
4.8/5
(40)

The ____ package can be used to analyze the HTML source of Web sites in order to accomplish tasks such as tracking competitor pricing on products, gathering pricing for raw materials, and collecting relevant business news for a particular industry.

(Multiple Choice)
4.8/5
(34)

The ____ procedure of the DBMS_DDL package allows developers to programmatically compile database objects.

(Multiple Choice)
4.8/5
(35)

The init.ora file contains all the settings for the database and is read when the database is started up.

(True/False)
4.9/5
(33)

The _________________________ package was introduced with Oracle version 7 to allow more dynamic SQL code within PL/SQL coding.

(Short Answer)
4.8/5
(34)

In the UTL_HTTP package, the ____ function is used to retrieve the HTML source from a specified URL.

(Multiple Choice)
4.9/5
(39)

BEGIN DBMS_OUTPUT.PUT('This'); DBMS_OUTPUT.PUT(' is a'); DBMS_OUTPUT.PUT(' test'); DBMS_OUTPUT.PUT_LINE('This is test2'); DBMS_OUTPUT.PUT('Working?'); END; The code fragment above is an example of a(n) ____.

(Multiple Choice)
5.0/5
(44)

____ are used to distinguish parameter values that are used as criteria in the DBMS_SQL package, versus parameters that provide identifiers such as column names.

(Multiple Choice)
4.8/5
(37)

Obfuscating or wrapping code refers to hiding source code.

(True/False)
4.8/5
(37)

____ retrieves the data returned by a query.

(Multiple Choice)
4.8/5
(34)

The REQUEST_PIECES function is typically used to avoid possibly truncating information contained on the Web page.

(True/False)
4.9/5
(39)
Showing 21 - 40 of 85
close modal

Filters

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