Given the following ALTER SEQUENCE statement: ALTER SEQUENCE myseq RESTART WITH 0 INCREMENT BY 1 NO MAXVALUE CACHE 5 ORDER Assuming that the sequence had reached a value of 100 prior to the RESTART, which of the following is true?()
第1题:
Which of the following privileges permits a user to update the comment on a sequence?()
第2题:
Which of the following is a valid way of putting a tablespace named DAVE_TBS into hot backup mode?()
第3题:
You are attempting to clear an unarchived redo log file. In order to manually enact a log switch, which of the following statements is appropriate?()
第4题:
Given the following RMAN commands,choose the option that reflects the order required to restore your currently operational ARCHIVELOG-mode database.() a. restore database b. recover database c. shutdown immediate d. startup e. restore archivelog all f. alter database open
第5题:
You are trying to alter the initial segment size given to a table in a dictionary-managed tablespace. Which of the following keywords would be used as part of this process?()
第6题:
Given a complete loss of your database, in what order would you need to perform the following RMAN operations to restore it?() a. restore controlfile b. restore database c. restore spfile d. recover database e. alter database open f. alter database open resetlogs
第7题:
It would be automatically enabled and deferred.
It would be automatically enabled and immediate.
It would remain disabled and has to be enabled manually using the ALTER TABLE command.
It would remain disabled and can be enabled only by dropping the foreign key constraint and re-creating it.
第8题:
77.0.5.5
40.40.0.254
66.40.90.121
72.40.91.1
第9题:
The next value will be 0 and the sequence will never use the values 101 to 105.
The next value will be 101 to ensure uniqueness between existing and newly generated sequence values.
Previously cached values are retained by DB2, and after the restart, will be used for values 101 to 105.
The next value will be 0 and DB2 will not ensure uniqueness between existing and newly generated values.
第10题:
ADD DIRECTORY
DROP DISK
RESIZE DISK
REBALANCE
ADD FAILGROUP
第11题:
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;
第12题:
The transaction for user A is rolled back.
The ALTER TABLE command modifies the column successfully.
The ALTER TABLE command fails due to the resource being busy.
The ALTER TABLE command waits until user A ends the transaction.
第13题:
You just issued the following statement: ALTER TABLE SALES DROP COLUMN PROFIT. Which of the following choices identifies when the column will actually be removed from Oracle?()
第14题:
The DBA is defining role for users. Which of the following is not an acceptable method for defining a default role?()
第15题:
Your database is in ARCHIVELOG mode. You have two online redo log groups,each of which contains one redo member. When you attempt to start the database, you receive the following errors:()
第16题:
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?()
第17题:
You discover an out-of-space condition in the database. You decide to suspend a session for five minutes. You issue the following command to suspend the session: ALTER SESSION ENABLE RESUMABLE; Which command could you issue to enable the resumable space allocation feature at the session level?()
第18题:
ALTER DATABASE DROP LOGFILE GROUP 1
ALTER DATABASE CLEAR LOGFILE GROUP 1
ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 1
ALTER DATABASE DROP LOGFILE MEMBER ’D:///REDO01.LOG’
第19题:
b, a, c, d, e
a, c, b, d, f
c, a, b, d, e
c, a, b, d, f
e, a, b, d, c
第20题:
alter tablespace DAVE_TBS backup mode
alter tablespace DAVE_TBS start backup
alter tablespace DAVE_TBS begin backup
alter tablespace DAVE_TBS backup begin
alter tablespace DAVE_TBS backup
第21题:
shutdown restore datafile 4; recover datafile 4; alter database open;
Sql alter database datafile 4 offline; restore datafile 4; recover datafile 4; alter database open;
Sql alter database datafile 4 offline; restore datafile 4; Sql alter database datafile 4 online;
Sql alter database datafile 4 offline; restore database datafile 4; recover database datafile 4;Sql alter database datafile 4 online;
Sql alter database datafile 4 offline; restore datafile 4; recover datafile 4; Sql alter database datafile 4 online;
第22题:
a, b, c, d, e, f
c, b, a, d, e, f
c, b, a, d, f
c, a, b, d
c, a, e, b, d, f
第23题:
DROP TABLE
ALTER TABLE
RESIZE
COALESCE
第24题:
ALTER SESSION ENABLE RESUMABLE_TIMEOUT = 5;
ALTER SYSTEM ENABLE RESUMABLE_TIMEOUT = 5;
ALTER SESSION ENABLE RESUMABLE_TIMEOUT = 300;
ALTER SYSTEM ENABLE RESUMABLE TIMEOUT = 300;