CMS专题

单选题A table was just created on your Oracle database with six extents allocated to it. Which of the following factors most likely caused the table to have so many extents allocated?()A The value for MINEXTENTS setting B The value for PCTINCREASE setting C

题目
单选题
A table was just created on your Oracle database with six extents allocated to it. Which of the following factors most likely caused the table to have so many extents allocated?()
A

The value for MINEXTENTS setting 

B

The value for PCTINCREASE setting 

C

The value for MAXEXTENTS setting 

D

By default, Oracle allocates six extents to all database objects

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

第1题:

You have a domain that was created and configured with WebLogic 10.3.5. You want to upgrade  the domain to use WebLogic 12c. Which Oracle tool must you use to upgrade your domain?()

  • A、Oracle WebLogic Domain Upgrade tool
  • B、Smart Update 
  • C、Smart Upgrade  
  • D、No tool required, just install WebLogic 12c, update the domain to point to the new WebLogic installation and start your domain.
  • E、JDeveloper

正确答案:D

第2题:

A table was just created on your Oracle database with six extents allocated to it. Which of the following factors most likely caused the table to have so many extents allocated?()

  • A、The value for MINEXTENTS setting 
  • B、The value for PCTINCREASE setting 
  • C、The value for MAXEXTENTS setting 
  • D、By default, Oracle allocates six extents to all database objects

正确答案:A

第3题:

While designing your database, you have created the EMPLOYEES table as an index/x7forganized table (IOT). You want to create a bitmap index on the JOB_ID column to make queries faster. Which task must have been completed so that you are able to create the bitmap index?()

  • A、A primary key must have been created.
  • B、A mapping table must have been created.
  • C、An overflow tablespace must have been specified.
  • D、The PCTTHRESHOLD option must have been specified.

正确答案:B

第4题:

单选题
The database administrator of your company created a public synonym called HR for the HUMAN_RESOURCES table of the GENERAL schema, because many users frequently use this table. As a user of the database, you created a table called HR in your schema. What happens when you execute this query? SELECT * FROM HR;()
A

You obtain the results retrieved from the public synonym HR created by the database administrator.

B

You obtain the results retrieved from the HR table that belongs to your schema.

C

You get an error message because you cannot retrieve from a table that has the same name as a public synonym.

D

You obtain the results retrieved from both the public synonym HR and the HR table that belongs to your schema, as a Cartesian product.

E

You obtain the results retrieved from both the public synonym HR and the HR table that belongs to your schema, as a FULL JOIN.


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

第5题:

多选题
In your Oracle 10g database , you have scheduled a job to update the optimizer statistics at 05:00 pm every Friday. The job has successfully completed. Which three pieces of information would you check to confirm that the statistics have been collected?()
A

average row size

B

last analyzed date

C

size of table in bytes

D

size of table in database blocks

E

number of free blocks in the free list

F

number of extents present in the table


正确答案: A,C
解析: 暂无解析

第6题:

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

第7题:

Flashback Database is enabled in your Oracle 10g database. One of your database users erroneously purged an important table residing in his schema. The table was purged sometime between 10:00 P.M. and 10:30 P.M. The next day, you decide to flash back the database. Before you flash back the database, you want to ensure that you have all the necessary flashback data. Which dynamic performance view must you use to determine whether you have the required flashback data to recover the purged table?()

  • A、 V$DATABASE
  • B、 V$UNDOSTAT
  • C、 V$FLASHBACK_DATABASE_LOG
  • D、 V$FLASHBACK_DATABASE_STAT

正确答案:C

第8题:

While designing your database, you have created the EMPLOYEES table as an index-organized table (IOT). You want to create a bitmap index on the JOB_ID column to make queries faster. Which task must have been completed so that you are able to create the bitmap index?() 

  • A、A primary key must have been created.
  • B、A mapping table must have been created.
  • C、An overflow tablespace must have been specified.
  • D、The PCTTHRESHOLD option must have been specified.

正确答案:B

第9题:

多选题
Your database in running in the ARCHIVELOG mode. You issue the following command to back up datafile 2 in your database.   RMAN> COPY DATAFILE 2 TO ’D:///ORACLE/ORA90/MYNEWDB/DA2.DBF’;   Which two statements are true regarding the backup created using this command?()
A

The copy of the datafile created is stored in the RMAN repository.

B

The copy of the datafile created can be viewed using the LIST BACKUP command.

C

The copy of the datafile created using this COPY command can be placed only on the disk.

D

The copy of the datafile created is similar to the backup of the file created using the BACKUP command.

E

The copy of the datafile created can be used for recovering the database using the user-managed recovery method.


正确答案: C,E
解析: 暂无解析

第10题:

单选题
Oracle Grid Infrastructure for a stand-alone server is installed on your production host before installing the Oracle Database server. The database and listener are configured by using Oracle Restart. Examine the following command and its output: $ crsctl config has CRS-4622: Oracle High Availability Services auto start is enabled. What does this imply?()
A

When you start an instance on a high with SQL *Plus dependent listeners and ASM disk groups are automatically started.

B

When a database instance is started by using the SRVCTL utility and listener startup fails, the instance is still started.

C

When a database is created by using SQL* Plus, it is automatically added to the Oracle Restart configuration.

D

When you create a database service by modifying the SERVICE_NAMES initialization parameter, it is automatically added to the Oracle Restart configuration.


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

更多相关问题