Which of the following database objects is considered executable using SQL?()
第1题:
which one of the following database elements is not updated when the design task is run?()
第2题:
Which of the following statements allows BOB to revoke access to the SAMPLE database from user TOM?()
第3题:
You are managing a single instance Oracle 10g database that utilizes the following parameters: Which of the following set of commands must you execute to enable Flashback Database?()
第4题:
Which of the following files cannot be backed up by RMAN? ()(Choose all that apply.)
第5题:
Shut down the database.
Set the appropriate parameters in init.ora file.
Start the database in NOMOUNT state.
Issue the ALTER DATABASE ARCHIVELOG command.
Open the database.
Take a full closed backup.
第6题:
NORMAL
TRANSACTIONAL
ABORT
IMMEDIATE
INCONSISTENT
第7题:
When the instance is started
When the database is mounted
When the database is opened
When the database is closed
第8题:
V$DATABASE
DBA_TABLES
SYSAUD$
EMP
第9题:
OPEN
MOUNT
NOMOUNT
CLOSE
第10题:
Which of the following has an integrated database?()
第11题:
Which of the following database objects can be used to raise an error if a table is updated?()
第12题:
Which of the following steps is incorrect in the following sequence of enabling the ARCHIVELOG mode of a database?()
第13题:
In a two-tier configuration, it is recommended to put which of the following components on different nodes?()
第14题:
SYS, SYSTEM
SCOTT
Only for successful executions
Only for failed executions
Both successful and failed executions
第15题:
Clone
Copy
Template
Terminal
第16题:
RECOVER DATABASE
RECOVER TABLESPACE
RECOVER DATAFILE
ALTER DATABASE RECOVER DATAFILE
第17题:
STARTUP MOUNT EXCLUSIVE ALTER DATABASE FLASHBACK ON; ALTER DATABASE OPEN;
STARTUP MOUNT ALTER DATABASE FLASHBACK ON; ALTER DATABASE OPEN RESETLOGS;
STARTUP MOUNT EXCLUSIVE ATLER DATABASE ARCHIVELOG; ALTER DATABASE FLASHBACK ON; ALTER DATABASE OPEN RESETLOGS;
STARTUP MOUNT ALTER DATABASE ARCHIVELOG; ALTER DATABASE FLASHBACK ON; ALTER DATABASE OPEN;