Exam 11: Advanced Data Management

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

A(n)____ trap is a block of code,within the main block,that will execute if a coding error occurs that is not trapped by the compiler.

(Multiple Choice)
4.9/5
(26)

Oracle Database comes with a multitude of pre-prepared packages.

(True/False)
4.9/5
(41)

The CHAR datatype in SQL*Loader is different from the CHAR datatype in an Oracle 10g table.

(True/False)
4.9/5
(37)

____ allow(s)construction of properly scripted intra-dependant SQL command structures.

(Multiple Choice)
4.9/5
(37)

The ____________________ keyword causes an error to be returned from a block of code.

(Short Answer)
4.8/5
(34)

PL / SQL uses some (but not all)of the datatypes used in SQL.

(True/False)
4.8/5
(32)

When should you use an implicit cursor or an explicit cursor?

(Essay)
4.9/5
(32)

The JUMP statement allows branching from one part of a program to another,either up or down the code.

(True/False)
4.8/5
(34)

The SQL*Loader ____________________ file contains a mapping between input data and table structures into which data is to be loaded.

(Short Answer)
4.9/5
(34)

An advantage of Data Pump over the original Import and Export utilities is that Data Pump has metadata filters allowing inclusion and exclusion of specific metadata items.

(True/False)
4.9/5
(29)

A load filter in SQL Loader uses a DISCARD clause,which can be used to discard rows from the loading process,potentially placing discarded rows in the discard file and not loading them into target database tables.

(True/False)
4.8/5
(37)

A package consists of a definitional section and a(n)____________________ section.

(Short Answer)
4.8/5
(30)

____ is a term given to a PL / SQL procedure or block of code that is not named,and is not stored in the database.

(Multiple Choice)
4.8/5
(35)

Every SQL statement issued stores its resulting state into a(n)____________________.

(Short Answer)
4.9/5
(34)

Data Pump (import and export)and ____ are used to perform bulk loads and dumps into and out of an Oracle database.

(Multiple Choice)
4.9/5
(39)

Direct path loads using SQL*Loader allow appending to tables.

(True/False)
4.8/5
(32)

The original Export utility is called ____.

(Multiple Choice)
4.9/5
(42)

The Data Pump import utility is called ____.

(Multiple Choice)
4.9/5
(31)

In a(n)____ path load rows are parsed into an array structure according to field specification,as defined by SQL Loader and the table to be added to;then,all elements in the array are processed by a bulk SQL INSERT command,passing through the SQL engine,and being added to a table as any INSERT statement would do.

(Multiple Choice)
4.7/5
(35)

A ____ is like a procedure except it allows a return value and can thus be embedded in an expression.

(Multiple Choice)
4.8/5
(37)
Showing 41 - 60 of 89
close modal

Filters

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