Oracle 11G OCP 1Z0-053 424

(424)Which of these components correctly identify the unique value of the NAME column in the DBA_RESUMABLE view?

A. Username,instance number,session ID

B. Instance number,username,session ID

C. Instance number,session ID,username

D. Username,session ID,instance number

E. None of the above

答案:(D)

解析:

《Administrator’s Guide》19.2.2.2

resumable语句可以被名称所标识.

ALTER SESSION ENABLE RESUMABLE TIMEOUT 3600 NAME 'insert into table';

设定的NAME值一直有效,直到被下一个ALTER SESSION ENABLE RESUMABLE语句所改变或会话结束.

NAME的默认值为:'User username(userid), Session sessionid, Instance instanceid' (范围由小到大)

语句的NAME值用于在DBA_RESUMABLE和USER_RESUMABLE视图中标识resumable语句

请使用浏览器的分享功能分享到微信等