多选题Which two statements are correct about database transportation?() (Choose two.)AThe source and target platforms must be the sameBRedo logs, control files and temp files are also transportedCThe transported database must have the same database identifier (DBID) as the source database and cannot be changedDThe COMPATIBLE parameter must be set to 10.0.0.0 or higher and the database must be opened in readonly mode before being transportedERecovery Manager (RMAN) is used to convert the necessary data files of the database if the target platform is different and has different endian format

多选题
Which two statements are correct about database transportation?() (Choose two.)
A

The source and target platforms must be the same

B

Redo logs, control files and temp files are also transported

C

The transported database must have the same database identifier (DBID) as the source database and cannot be changed

D

The COMPATIBLE parameter must be set to 10.0.0.0 or higher and the database must be opened in readonly mode before being transported

E

Recovery Manager (RMAN) is used to convert the necessary data files of the database if the target platform is different and has different endian format


参考解析

解析: 暂无解析

相关考题:

●Which of the following statements about object oriented database is not correct? (72) .(72) A.Each object has a unique object identify in the systemB.Encapsulation and inheritance are two important features of object oriented databaseC.A subclass can inherit the attributes and methods of all its superclassesD.A supereloss includes the attributes and methods at all subclasses

Which of the following statements about object oriented databse is not correct?A. Each object has a unique object identity in the system.B.Encapsulation and inheritance are two important features of object oriented databasE.C.A subclass can inherit the attributes and methods of all its superclasses.D.A subclass includes the attributes and methods of all its subclasses.

Which of the following statements about ORACLE is (are) correct?Ⅰ.ORACLE follows SQL standardⅡ.ORACLE database defines two logical types: table and viewA.ⅠonlyB.Ⅱ onlyC.Ⅰ and ⅡD.none of the above

Which two statements are correct about database transportation?() (Choose two.) A. The source and target platforms must be the sameB. Redo logs, control files and temp files are also transportedC. The transported database must have the same database identifier (DBID) as the source database and cannot be changedD. The COMPATIBLE parameter must be set to 10.0.0.0 or higher and the database must be opened in readonly mode before being transportedE. Recovery Manager (RMAN) is used to convert the necessary data files of the database if the target platform is different and has different endian format

You want to flash back a test database by five hours.You issue this command:SQL > FLASHBACK DATABASE TO TIMESTAMP (SYSDATE - 5/24);Which two statements are true about this flashback scenario?() A. The database must have multiplexed redo logs for the flashback to succeed.B. The database must be MOUNTED for the flashback to succeed.C. The database must use block change tracking for the flashback to succeed.D. The database must be opened in restricted mode for the flashback to succeed.E. The database must be opened with the RESETLOGS option after the flashback is complete.F. The database must be opened in read-only mode to check if the database has been flashed back to the correct SCN.

Which two statements are true about the RMAN validate database command?() A. It checks the database for intrablock corruptions.B. It can detect corrupt pfiles.C. It can detect corrupt spfiles.D. It checks the database for interblock corruptions.E. It can detect corrupt block change tracking files.

Which three statements are correct about Rate Limiters? ()(Choose three.) A. one-rate rate limitersB. two-rate rate limitersC. two-rate rate limiters is the defaultD. one-rate rate limiters is the defaultE. there is no default it must be configured

Which two statements are correct regarding IS-IS?()A、Routers maintain a single link-state database per area.B、Routers maintain a separate Level 1 link-state database.C、Routers maintain a separate Level 2 link-state database.D、Routers maintain a single Level 1 link-state database across multiple areas.

Which two statements are true about the RMAN validate database command?()A、It checks the database for intrablock corruptions.B、It can detect corrupt pfiles.C、It can detect corrupt spfiles.D、It checks the database for interblock corruptions.E、It can detect corrupt block change tracking files.

Which two statements are correct about database transportation?() A、 The source and target platforms must be the sameB、 Redo logs,control files and temp files are also transportedC、 The transported database must have the same database identifier (DBID) as the source database and cannot be changedD、 The COMPATIBLE parameter must be set to 10.0.0.0 or higher and the database must be opened in readonly mode before being transportedE、 Recovery Manager (RMAN) is used to convert the necessary data files of the database if the target platform is different and has different endian format

Which two statements about layer 3 access designs are correct?()A、 IP address space is difficult to manage.B、 Broadcast and fault domains arc increasedC、 Convergence time is fractionally slower than STPD、 Limits on clustering and NIC teaming are removedE、 Fast uplink convergence is supported tor failover and fallback

Which two statements about Network Attached Storage are correct?()A、Data is accessed using NFS or CIFS.B、Data is accessed at the block level.C、NAS is referred to as captive storage.D、Storage devices can be shared between users.E、A NAS implementation is not as fast as a DAS implementation.

Which three statements are correct about Rate Limiters? ()(Choose three.)A、one-rate rate limitersB、two-rate rate limitersC、two-rate rate limiters is the defaultD、one-rate rate limiters is the defaultE、there is no default it must be configured

You plan to execute the following command to perform a Flashback Database operation in your database:   SQL FLASHBACK DATABASE TO TIMESTAMP (SYSDATE -5/24);   Which two statements are true about this?()A、 The database must have multiplexed redo log filesB、 The database must be in the MOUNT state to execute the commandC、 The database must be in the NOMOUNT state to execute the commandD、 The database must be opened in RESTRICTED mode before this operationE、 The database must be opened with the RESETLOGS option after the flashback operation

You want to take a complete database backup using RMAN. The backup should consist only the used blocks from your database. Which two statements are true about this backup operation? ()(Choose two.)A、Backup compression should be enabledB、Parallelism for the channel should be set to 2C、All the files must be backed up as backup setsD、The backup may be stored either on disk or on media with media manager

Which two statements are true about standard database auditing()A、DDL statements can be audited.B、Statements that refer to stand-alone procedure can be audited.C、Operations by the users logged on as SYSDBA cannot be audited.D、Only one audit record is ever created for a session per audited statement even though it is executedmore than once.

Which one of the following statements about the TNSPING utility is correct?()A、It helps you to determine whether or not the Oracle database is running.B、It requires the username and password to check the connectivity of the service.C、It does not require the username and password to check the connectivity of the service.D、It establishes a session with the database and checks the connectivity of the service.

Which two statements are true about record groups?()A、They are stored in the database. B、They are stored in local Forms memory. C、The type is specified explicitly at design time. D、The type is implied by when and how it is created.

多选题Which two statements about layer 3 access designs are correct?()AIP address space is difficult to manage.BBroadcast and fault domains arc increasedCConvergence time is fractionally slower than STPDLimits on clustering and NIC teaming are removedEFast uplink convergence is supported tor failover and fallback

多选题You plan to execute the following command to perform a Flashback Database operation in your database: SQL FLASHBACK DATABASE TO TIMESTAMP (SYSDATE -5/24); Which two statements are true about this?()AThe database must have multiplexed redo log filesBThe database must be in the MOUNT state to execute the commandCThe database must be in the NOMOUNT state to execute the commandDThe database must be opened in RESTRICTED mode before this operationEThe database must be opened with the RESETLOGS option after the flashback operation

多选题Which two statements are correct about database transportation? ()AThe source and target platforms must be the sameBRedo logs, control files and temp files are also transportedCThe transported database must have the same database identifier (DBID) as the source database and cannot be changedDThe COMPATIBLE parameter must be set to 10.0.0.0 or higher and the database must be opened in readonly mode before being transportedERecovery Manager (RMAN) is used to convert the necessary data files of the database if the target platform is different and has different endian format

多选题Which two statements are correct regarding IS-IS?()ARouters maintain a single link-state database per area.BRouters maintain a separate Level 1 link-state database.CRouters maintain a separate Level 2 link-state database.DRouters maintain a single Level 1 link-state database per area.

多选题Which two statements are true about the RMAN validate database command?()AIt checks the database for intrablock corruptions.BIt can detect corrupt pfiles.CIt can detect corrupt spfiles.DIt checks the database for interblock corruptions.EIt can detect corrupt block change tracking files.

多选题Which two statements are true about record groups?()AThey are stored in the database.BThey are stored in local Forms memory.CThe type is specified explicitly at design time.DThe type is implied by when and how it is created.

多选题Which two statements are correct about the aaa authentication login default grouptacacs+ localglobal configuration command? ()Athis login authenticationmethod list is automaticallyapplied to all lines except those that have a named method list explicitly definedBIf the user fails the TACACS+ authentication then the local database on the router will be used to authenticatethe userCif the tacacs+ server fails to respond then the local database on the router will be used to authenticate the userDlogin is the name of the method list being configuredEif the tacacs+ server is unavailable, authentication will succeed automaticallyby default

单选题Which one of the following statements about the TNSPING utility is correct?()AIt helps you to determine whether or not the Oracle database is running.BIt requires the username and password to check the connectivity of the service.CIt does not require the username and password to check the connectivity of the service.DIt establishes a session with the database and checks the connectivity of the service.

多选题Which two statements about the use of SCREEN options are correct? ()(Choose two.)ASCREEN options offer protection against various attacksBSCREEN options are deployed prior to route and policy processing in first path packet processingCSCREEN options are deployed at the ingress and egress sides of a packet flowDSCREEN options, you must take special care to protect OSPF