单项选择题
Exhibit:
You are working on a database created with the Oracle Database 10g software in which the initialization parameter COMPATIBLE is set to 10.0.0. The hr_tbs tablespace in the database is created as follows:
CREATE TABLESPACE hr_tbs DATAFILE ’/oracle/oradata/hr_tbs.dbf’ SIZE 50M; View the Exhibit to see the properties of the database. Which statement is correct in this scenario?()
A.hr_tbs is a bigfile tablespace.
B.hr_tbs is a dictionary-managed tablespace.
C.All the tablespaces in the database will be locally managed by default.
D.All the tablespaces in the database must be of the smallfile tablespace type.
E.The tablespace type bigfile or smallfile must be mentioned in the command.
相关考题
-
单项选择题
You have been recently hired as a database administrator. Your senior manager asks you to study the production database server and submit a report on the settings done by the previous DB A. While observing the server settings, you find that the following parameter has been set in the parameter file of the database: REMOTE_OS_AUTHENT = TRUE What could have been the reason to set this parameter as TRUE?()
A.to enable operating system authentication for a remote client
B.to restrict the scope of administration to identical operating systems
C.to allow the start up and shut down of the database from a remote client
D.to enable the administration of the operating system from a remote client
E.to disable the administration of the operating system from a remote client -
单项选择题
YouwanttoadministeryourPRODdatabasefromaremotehostmachineusingaWeb-enabledinterface.WhichOracletoolwouldyouusetoaccomplishthistaskefficientlywithoutusingcommand-lineinterfaces?()
A.SQL*Plus
B.iSQL*Plus
C.Management Server
D.Management Repository
E.Oracle Enterprise Manager 10g Database Control -
多项选择题
Youareinthemiddleofatransactionandverycrucialdatahasbeenmodified.Becauseofahardwarefailure,theinstancehasshutdownbeforesynchronizingallthedatabasefiles.Whichtwostatementsaretrue?()
A.On startup, SMON coordinates instance recovery.
B.On startup, CKPT coordinates instance recovery.
C.On startup, use RMAN to perform instance recovery.
D.Uncommitted changes will be rolled back after the database is opened.
E.On startup, perform media recovery and then instance recovery.
F.On startup, all the files will be synchronized and you get both committed and uncommitted data.
