Exam 11: Advanced Data Management

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

PL / SQL is a restricted form of SQL.

(True/False)
4.8/5
(35)

Before using export or import utilities you can go into a shell and bring up the help screen for the utility by typing utilname ____.

(Multiple Choice)
4.8/5
(35)

A block of code is a self-contained sequence of one or more commands.

(True/False)
4.8/5
(32)

Data Pump has an interactive command mode allows monitoring of ongoing ____________________.

(Short Answer)
4.8/5
(36)

Exporting and importing is allowed at all logical layers such as export of individual tables,entire schemas,groups of objects,or even an entire database.

(True/False)
4.9/5
(37)

Database exports can be used to migrate and upgrade between different versions of Oracle Database.

(True/False)
4.9/5
(40)

SQLERR is a built-in procedure that returns an error message,determined by the value of SQLCODE.

(True/False)
4.9/5
(31)

If using SQL*Plus and not SQL*Plus Worksheet,you should not forget the ____ character on the last line as the code block will not execute without it.

(Multiple Choice)
4.7/5
(40)

An automatic cursor is declared automatically by PL / SQL.

(True/False)
4.8/5
(22)

SQL*Loader is not limited to individual table loads.

(True/False)
4.8/5
(44)

A PL / SQL ____________________ is a composite structure similar to a VARRAY or TABLE datatype that allows the creation of a table row structure in memory.

(Short Answer)
4.9/5
(35)

The ____ statement has both search condition and selector-expression variations.

(Multiple Choice)
4.8/5
(36)

SQL Loader allows loading of operating system ____ files into one or more tables at once.

(Multiple Choice)
4.7/5
(36)

A(n)____________________ cursor is a by reference cursor.

(Short Answer)
5.0/5
(36)

What is the difference between a function and a procedure?

(Essay)
4.7/5
(40)

PL / SQL sequencing controls include the GOTO command and the ____ statement.

(Multiple Choice)
4.8/5
(44)

A(n)____ path load writes data to the end of a table into new block and extent structures,creating new blocks as it goes.

(Multiple Choice)
4.9/5
(35)

Generally the old import and export utilities are secure because users have to have the schema ____________________ names to access schemas.

(Short Answer)
4.8/5
(31)

The LOOP...END loop continues as long as a condition holds true.

(True/False)
4.9/5
(37)

A conventional path load is potentially much faster than direct path loads.

(True/False)
4.7/5
(36)
Showing 21 - 40 of 89
close modal

Filters

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