Exam 11: Advanced Data Management
Exam 1: Oracle Architecture Overview79 Questions
Exam 2: Tools and Architecture100 Questions
Exam 3: Creating an Oracle Instance109 Questions
Exam 4: Oracle Physical Architecture and Data Dictionary Views110 Questions
Exam 5: Basic Storage Concepts and Settings104 Questions
Exam 6: The Basics of Querying a Database109 Questions
Exam 7: Basic Table Management104 Questions
Exam 8: Advanced Table Management84 Questions
Exam 9: Constraints, indexes, and Other Specialized Objects108 Questions
Exam 10: Basic Data Management65 Questions
Exam 11: Advanced Data Management89 Questions
Exam 12: Security Management110 Questions
Exam 13: Performance Monitoring84 Questions
Exam 14: Proactive Maintenance83 Questions
Exam 15: Backup and Recovery86 Questions
Select questions type
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)
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)