User SCOTT wants to back out the transactions on the REGIONS

题目
多选题
User SCOTT wants to back out the transactions on the REGIONS table in his schema. As a DBA, whichcommands must you execute to enable SCOTT to flash back the transactions? ()(Choose four.)
A

ALTER DATABASE FLASHBACK ON;

B

GRANT SELECT any transaction TO scott;

C

GRANT EXECUTE ON dbms_flashback TO scott;

D

ALTER DATABASE ADD SUPPLEMENTAL LOG DATA;

E

ALTER TABLESPACE undots1 RETENTION GUARANTEE;

F

ALTER DATABASE ADD SUPPLEMENTAL LOG DATA (PRIMARY KEY) COLUMNS;

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You executed the following command to drop a user:DROP USER scott CASCADE;Which two statements regarding the above command are correct?()

A. All the objects of scott are moved to the Recycle Bin.

B. Any objects in the Recycle Bin belonging to scott are purged.

C. All the objects owned by scott are permanently dropped from the database.

D. All the objects of scott in the Recycle Bin must be purged before executing the DROP command.

E. Any objects in the Recycle Bin belonging to scott will not be affected by the above DROP command.


参考答案:B, C

第2题:

在Oracle中,用ALTER将scott的口令改为hello,下列哪个是正确的?( )

A.ALTER USER scott IDENTIFIED BY hello

B.ALTER scott USER IDENTIFIED BY hello

C.ALTER USER scott IDENTIFIED AS hello

D.ALTER USER hello IDENTIFIED BY scott


正确答案:A

第3题:

在Oracle中,将scott的资源文件改为otherprofile,下列哪个是正确的?( )

A.ALTER PROFILE USER scott otherprofile

B.ALTER otherprofile USER scottPROFILE

C.ALTER USER scott PROFILE otherprofile

D.ALTER scott USER PROFILE otherprofile


正确答案:C

第4题:

kristin wants to build an action which exits the video form. the action will be avaiable only when the user is reading the document ,which one of the following accomplish this ? ()

  • A、@ command([back])    
  • B、@ command([fileexit])   
  • C、@ command([gotoview])     
  • D、@ command([fileclosewindow])

正确答案:D

第5题:

Your boss at Certkiller .com wants you to clarify Oracle 10g. Which statement regarding the usage of redo log files during instance recovery is true?()

  • A、Transactions are rolled back using redo log files.
  • B、Transactions are rolled forward using redo log files.
  • C、Transactions are rolled back using redo log files and archived log files.
  • D、Transactions are rolled forward using redo log files and rolled back using redo log files.

正确答案:B

第6题:

The DBA issues this SQL command: CREATE USER scott IDENTIFIED by tiger; What privileges does the user Scott have at this point?()

A. no privileges

B. only the SELECT privilege

C. only the CONNECT privilege

D. all the privileges of a default user


参考答案:A

第7题:

在Oracle中,将当前系统所有角色都授予scott,除Payroll外,下列哪个是正确的?()

A、ALTER DEFAULT ROLLE USER scott ALL EXCEPT Payroll

B、ALTER USER DEFAULT ROLLE ALL EXCEPT Payroll

C、ALTER DEFAULT ROLLE ALL EXCEPT USER scott

D、ALTER USER scott DEFAULT ROLLE ALL EXCEPT Payroll


参考答案:D

第8题:

User SCOTT wants to back out the transactions on the REGIONS table in his schema. As a DBA, which commands must you execute to enable SCOTT to flash back the transactions?()

A. ALTER DATABASE FLASHBACK ON;

B. GRANT SELECT any transaction TO scott;

C. GRANT EXECUTE ON dbms_flashback TO scott;

D. ALTER DATABASE ADD SUPPLEMENTAL LOG DATA;

E. ALTER TABLESPACE undots1 RETENTION GUARANTEE;

F. ALTER DATABASE ADD SUPPLEMENTAL LOG DATA (PRIMARY KEY) COLUMNS;


参考答案:B, C, D, F

第9题:

在Oracle中,将scott的缺省表空间改为data2_ts,下列哪个是正确的?()

  • A、ALTER USER scott DEFAULT TABLESPACE data2_ts
  • B、ALTER DEFAULT TABLESPACE data2_ts USER scott
  • C、ALTER USER scott TABLESPACE DEFAULT data2_ts
  • D、ALTER scott USER DEFAULT TABLESPACE data2_ts

正确答案:A

第10题:

An administrator received a call from a user whose PC crashed while using vi to edit a file. The user wants the edited file back. Where should the administrator look for the file()

  • A、/tmp
  • B、/var/preserve
  • C、/var/tmp/$USER
  • D、$HOME/.vi

正确答案:B

更多相关问题