Oracle and SQL
Covers Oracle database architecture, PL/SQL programming, SQL cursor operations, transaction management, and database recovery concepts including RMAN
Questions
Which of the following operations in SQL retrieves the rows from the active set, one row at a time?
- Declaring the cursor
- Opening a cursor
- Fetching data from cursor
- Closing the cursor
- Active data set
Which of the following objects in PL/SQL returns data value at the end?
- Procedure
- Triggers
- Cursor
- Function
- Alert
In distributed database systems, each server participating in a distributed database is administered independently from all other databases means
- enterprise manager
- third party administration tools
- SNMP support
- site autonomy
- replication transparency
Which of the following properties of transaction management requires that if a transaction is interrupted by a failure, its partial results are not at all taken into consideration and the whole operation has to be repeated?
- Durability
- Atomicity
- Serializability
- Isolation
- Concurrency
Which of the following roles in distributed transaction refers to a node that is forced to reference data on other nodes to complete its part of the transaction?
- Database server
- Commit point site
- Local coordinator
- Global coordinator
- Client
Which of the following is an area or automatic storage management disk group that serves as the default storage area for files related to recovery?
- Oracle flashback database
- Incrementally updated backups
- Flash recovery area
- Disk topology and automatic performance tuning
- Automatic datafile creation
Which of the following components of recovery manager is a vendor specific application that allows RMAN to backup to a storage system such as tape?
- Media management application
- Duplicate database
- Standby database
- Recovery catalog database
- Media management catalog
Which of the following components of recovery manager is a copy of the primary database that is updated using archived logs created by the primary database?
- Recovery catalog database
- Standby database
- Duplicate database
- Media management application
- Recovery catalog schema
Which of the following database objects in PL/SQL groups objects and programs together into a single entity?
- Select statement
- Database triggers
- Cursor
- Packages
- Update statement
Which of the following explicit cursor attributes evaluates, true if the cursor is opened?
- %NOTFOUND
- %FOUND
- %ISOPEN
- %ROWCOUNT
- %ISCLOSED
_____________ is the data stored in the cursor of a PL/SQL program.
- Database
- Relation
- Active data set
- Entity
- Attributes
Which of the following objects in Oracle consists of physical files and memory components?
- Oracle server
- Oracle instance
- Oracle database
- Redo log buffer
- Database buffer cache
The database writer, log writer and checkpoint processes are _______________ type of processes in Oracle 9i.
- user
- background
- Server processes
- Session memory
- SQL work area
Which of the following pools in System Global Area consists of memory area that is shared by multiple users?
- Stream pool
- Large pool
- Java pool
- Shared pool
- Library cache