Evaluate the following command:   SQL>ALTER SYSTEM SET db_se

题目
单选题
Evaluate the following command:   SQL>ALTER SYSTEM SET db_securefile = ’IGNORE’;   What is the impact of this setting on the usage of SecureFiles?()
A

 It forces BasicFiles to be created even if the SECUREFILE option is specified to create the LOB

B

 It forces SecureFiles to be created even if the BASICFILE option is specified to create the LOB

C

 It does not allow the creation of SecureFiles and generates an error if the SECUREFILE option is specified to create the LOB

D

 It ignores the SECUREFILE option only if a Manual Segment Space Management tablespace is used and creates a BasicFile

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

第1题:

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?()

  • A、Immediately following statement execution 
  • B、After the ALTER TABLE DROP UNUSED COLUMNS command is issued 
  • C、After the ALTER TABLE SET UNUSED COLUMN command is issued 
  • D、After the ALTER TABLE MODIFY command is issued

正确答案:B

第2题:

Examine the following commands executed in your database: SQL> ALTER SESSION RECYCLEBIN=ON; Session altered  SQL > CREATE TABLE emp TABLESPACE tbsfd AS SELECT * FROM hr.employees;  Table created.  Further, you executed the following command to drop the table:  SQL> DROP TABLE emp;Table dropped.  What happens in this scenario?()

  • A、The table is moved to the SYSAUX tablespace.
  • B、The table is moved to the SYSTEM tablespace.
  • C、The table is removed from the database permanently.
  • D、The table is renamed and remains in the TBSFD tablespace.

正确答案:D

第3题:

A system has a critical need for network services on a small network with a limited number of hosts. System overhead is not a concern. Which of the following should the system administrator do to help ensure connectivity in the event of a gateway failure?()

  • A、Use the ifconfig command to enable dead gate detection
  • B、Use the no command to set active dead gateway detection
  • C、Use the route command to set active dead gateway detection
  • D、Add the line active_dgd=1 to the /etc/gated.conf command and refresh the gated daemon

正确答案:C

第4题:

You issued the following command at the UNIX environment:   % setenv ORA_SDTZ ’OZ_TZ’   What will be the impact of issuing the above command?()  

  • A、 The operating system local time zone will be set for a user session using the operating system environment variable.
  • B、 The database local time zone will be set for a user session using the operating system environment variable.
  • C、 The operating system local time zone will be set for the database using the operating system environment
  • D、 The database local time zone will be set for the database using the operating system environment variable.

正确答案:B

第5题:

You decided to increase the value for the SHARED_SERVERS parameter by using the following command:  SQL> ALTER SYSTEM SET SHARED_|SERVERS=3 SCOPE=?;  Which three values can be specified for the SCOPE clause?()

  • A、ALL
  • B、PFILE
  • C、BOTH
  • D、NONE
  • E、SPFILE
  • F、MEMORY
  • G、INSTANCE
  • H、DATABASE

正确答案:C,E,F

第6题:

To allocate another role to a user, which command is most appropriate?()

  • A、ALTER USER 
  • B、ALTER DATABASE 
  • C、ALTER SYSTEM 
  • D、GRANT

正确答案:D

第7题:

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?()  

  • A、 ALTER SESSION ENABLE RESUMABLE_TIMEOUT = 5;
  • B、 ALTER SYSTEM ENABLE RESUMABLE_TIMEOUT = 5;
  • C、 ALTER SESSION ENABLE RESUMABLE_TIMEOUT = 300;
  • D、 ALTER SYSTEM ENABLE RESUMABLE TIMEOUT = 300;

正确答案:C

第8题:

You executed the following command to back up the control file: ALTER DATABASE BACKUP CONTROLFILE TO TRACE; What do you find in the trace file?()

  • A、Image of the control file
  • B、Location of the control file
  • C、Contents of the control file in text format
  • D、SQL command to re-create the database
  • E、SQL command to re-create the control file
  • F、Contents of the control file in binary format

正确答案:E

第9题:

The current time zone for one of the user sessions is set to the database local time zone. For one application, the user session requires the time zone to be set to the local operating system time zone without affecting other user sessions. Which two solutions could the user implement to achieve this objective? ()

  • A、 use the ALTER SYSTEM command to change the time zone
  • B、 use the ALTER SESSION command to change the time zone
  • C、 use the ALTER DATABASE command to change the time zone
  • D、 set the value for the operating system variable ORA_SDTZ on the client machine
  • E、 set the value for the operating system variable ORA_SDTZ on the database server machine

正确答案:B,D

第10题:

单选题
To make audit information more productive, the DBA executes the following command before startingan audit operation:  SQL> ALTER SYSTEM SET AUDIT_TRAIL=DB,EXTENDED SCOPE=SPFILE;  Which statement is true regarding the audit record generated when auditing starts after restarting thedatabase()
A

It contains only the plan for the SQL statement executed by the user.

B

It contains the SQL text executed by the user and the bind variables used with it.

C

It contains the plan and statistics associated with the SQL statement executed by the user.

D

It contains the plan for the SQL statement executed by the user and the bind variables used with it.


正确答案: B
解析: 暂无解析

更多相关问题