Filters
Question type

Study Flashcards

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.


A) UTL_HTTP
B) UTL-SMTP
C) DBMS_ALERT
D) DBMS_PIPE

E) None of the above
F) A) and D)

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

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


A) PARSE
B) BIND_VARIABLE
C) CLOSE_CURSOR
D) EXECUTE

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

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


A) ENABLE
B) PUT_LINE
C) NEW_LINE
D) GET_LINE

E) B) and C)
F) A) and B)

Correct Answer

verifed

verified

____ 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.


A) DDLs
B) Placeholders
C) DMLs
D) Cursors

E) C) and D)
F) B) and D)

Correct Answer

verifed

verified

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


A) DBMS_SESSION
B) DBMS_UTILITY
C) DBMS_XMLGEN
D) UTL_INADDR

E) A) and D)
F) B) and C)

Correct Answer

verifed

verified

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


A) OPEN_CURSOR
B) PARSE
C) BIND_VARIABLE
D) CLOSE_CURSOR

E) A) and B)
F) B) and D)

Correct Answer

verifed

verified

____ is responsible for checking syntax.


A) PARSE
B) OPEN_CURSOR
C) CLOSE_CURSOR
D) OPEN_PARSER

E) A) and D)
F) A) and B)

Correct Answer

verifed

verified

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


A) REQUEST_PIECES
B) NOOP
C) RCPT
D) RSET

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

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


A) ALTER_RECOMPILE
B) ANALYZE_OBJECT
C) ALTER_COMPILE
D) DDL_ALTER

E) A) and B)
F) None of the above

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

Obfuscating or wrapping code refers to hiding source code.

A) True
B) False

Correct Answer

verifed

verified

____ retrieves the data returned by a query.


A) BIND_VARIABLE
B) FETCH_ROWS
C) COLUMN_VALUE
D) DEFINE_COLUMN

E) B) and D)
F) A) and B)

Correct Answer

verifed

verified

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


A) wrap utility.
B) obfuscate utility.
C) DBMS_DDL utility.
D) wrapcode utility.

E) A) and B)
F) C) and D)

Correct Answer

verifed

verified

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

A) True
B) False

Correct Answer

verifed

verified

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) ____.


A) cursor
B) alert
C) anonymous block
D) trigger

E) B) and C)
F) B) and D)

Correct Answer

verifed

verified

When is it appropriate to use native dynamic SQL?

Correct Answer

verifed

verified

It is appropriate to use native dynamic ...

View Answer

Showing 21 - 40 of 85

Related Exams

Show Answer