Oracle Certificate Profession 1Z0-053-06
The INST1 database contains an Oracle Database version 10.1 catalog schema owned by the user RCAT10.
You want the RMAN to import metadata for database IDs 1423241 and 1423242,registered in RCAT10, into the recovery catalog owned by RCO11.
You also want to deregister them from the catalog after import.
You executed the following commands to achieve this:
RMAN>CONNECT CATALOG rco11/password@catdb
RMAN>IMPORT CATALOG rcat10/oracle@inst1 DBID=1423241,1423242;
What happens if the RCO11 catalog has scripts with the same name as that of the scripts in RCAT10 catalog?
A. The scripts in the RCO11 catalog are overwritten.
B. RMAN renames the local stored scripts in the RCO11 catalog.
C. The RMAN session in which the command is executed aborts.
D. RMAN renames the global scripts that are imported from the RCAT10 catalog.答案:(D)
解析:
參考《Backup and recovery user's guide》 13.8.7.1
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17013648/viewspace-1155532/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 關於Oracle Certificate ProfessionOracle
- Oracle Certificate Profession 1Z0-051-28Oracle
- Oracle Certificate Profession 1Z0-051-22Oracle
- Oracle Certificate Profession 1Z0-051-27Oracle
- Oracle Certificate Profession 1Z0-051-25Oracle
- Oracle Certificate Profession 1Z0-051-26Oracle
- Oracle Certificate Profession 1Z0-051-29Oracle
- Oracle Certificate Profession 1Z0-051-20Oracle
- Oracle Certificate Profession 1Z0-051-16Oracle
- Oracle Certificate Profession 1Z0-051-14Oracle
- Oracle Certificate Profession 1Z0-051-19Oracle
- Oracle Certificate Profession 1Z0-051-12Oracle
- Oracle Certificate Profession 1Z0-051-03Oracle
- Oracle Certificate Profession 1Z0-051-04Oracle
- Oracle Certificate Profession 1Z0-051-07Oracle
- Oracle Certificate Profession 1Z0-053-02Oracle
- Oracle Certificate Profession 1Z0-053-09Oracle
- Certificate Authority
- git SSL certificate problem: unable to get local issuer certificateGit
- Linux 報錯Certificate verification failed: The certificate is NOT trusted.LinuxAIRust
- GIT clone報錯: SSL certificate problem: unable to get local issuer certificateGit
- SSL certificate chainsAI
- yarn certificate has expiredYarn
- 解決git SSL certificate problemGit
- PHP composer 報錯 certificate verify failedPHPAI
- 教育授權certificate used to sign the license
- git (v2.18.0) error setting certificateGitError
- 專案使用guzzleHttp報錯:certificate has expiredHTTP
- android javax.net.ssl.SSLPeerUnverifiedException: No peer certificateAndroidJavaException
- 證書鎖定Certificate Pinning技術
- WCF分散式安全開發實踐(11):訊息安全模式之Certificate身份驗證:Message_Certificate_WSHttpBinding分散式模式HTTP
- 鴻蒙HarmonyOS:深入Device Certificate Kit API:從整合到實戰鴻蒙HarmonyOS:深入Device Certificate Kit API:從整合到實戰鴻蒙devAPI
- Useless SAP PA certificate, do we still need to get it?
- electron專案npm i 報錯certificate has expiredNPM
- [GuzzleHttp\Exception\RequestException] cURL error 60: SSL certificate problem: unable to get localHTTPExceptionError
- wget 命令提示 “use ‘--no-check-certificate’” 臨時解決方法wget
- error:14090086:SSL routines:ssl3_get_server_certificateErrorServer
- 解決“The remote certificate is invalid according to the validation procedure”問題REM