单选题Click the Exhibit button and examine the diagram.  You are running a database that takes advantage of features provided by Connection Manager, heterogeneous services, and external procedures. The diagram depicts the components used for the naming method you just configured. Which naming method are you using?()AHost naming method.BLocal naming method.CDirectory naming method.DExternal naming method.

单选题
Click the Exhibit button and examine the diagram.  You are running a database that takes advantage of features provided by Connection Manager, heterogeneous services, and external procedures. The diagram depicts the components used for the naming method you just configured. Which naming method are you using?()
A

Host naming method.

B

Local naming method.

C

Directory naming method.

D

External naming method.


参考解析

解析: 暂无解析

相关考题:

多选题You plan to take a closed database backup using operating system commands. Which three SHUTDOWN options are appropriate for this type of backup?()AABORTBNORMALCIMMEDIATEDTRANSACTIONAL

单选题You issue this statement:ALTER DATABASE BACKUP CONTROLFILE TO TRACE;  What does the statement generate?()AA text copy of the control file.BA binary copy of the control file.CA file containing a SQL statement which will re-create the database.DA file containing a SQL statement which will re-create the control file.

多选题When a check point occurs the (). (). and () are synchronized.Adata filesBcontrol filesCredo log filesDparameter filesEarchive log files

单选题Which of the following parameters must be specified to define the number of dispatchers that need to be started?()AMAX_DISPATCHERSBDISPATCHERSCMIN_DISPATCHERSDSHARED_SERVERS

单选题Which statement is true regarding the Archiver (ARCn) process,archived log files,and recovery? ()AA database backup, combined with archived redo log files, guarantees that all committed data can be recovered to the point of failure. BDuring recovery the ARCn background process copies its redo entries identified for recovery by the control file to the data files. CAfter each write to an archived log, the mandatory background process ARCn writes its log sequence number and the first and last SCN number within the log sequence to the control file. DAt database recover time, and archived redo log is uniquely identified for recovery use by its redo thread number and destination ID number retrieved from the control file.

单选题Which of the following statement is incorrect regarding RMAN?()AIt detects corrupt blocks.BIt performs only offline database backups.CIt omits empty blocks during backups.DIt performs tablespace point-in-time recovery (TSPITR).

单选题Which of the following files cannot be cataloged using the CATALOG command?()AData filesBControl filesCArchived log filesDFiles storing RMAN scripts

多选题Oracle9i provides a database package called dbms_redefinition to perform an online rebuild of a table.  Which two steps are you recommended to do prior to issuing thedbms_redefinition_start_redef table procedure call?()AGrand privileges on the interim table.BInvoke the dbms_redefinition.can_redef_table procedure.CInvoke the dbms_redefinition.sync_interim_table procedure.DCreate any triggers, indexes, or constraints on the interim table.ECreate an empty interim table with all the desired characteristics.

单选题Users complain SQL statements using a particular index fail. Using DBVERIFY, you find that two separate blocks in the index have become corrupt. The database data files for user data and index are very large.  What is the least disruptive recover strategy available in Oracle9i?()ARebuild the index using the online option. BTake the individual data file offline (not the whole tablespace), restore and recover the data file from backup with RMAN, then set the data file online again. CWithout setting the individual data file offline, use RMAN with Block Media Recovery to restore and recover only those blocks. DTake the individual data file (not the whole tablespace) offline, use RMAN with Block Media Recovery to restore and recover only those blocks, then set the data file online again.