OCP-1Z0-053-V13.02-694题

AI权益加码!Claude Code、Cursor等20+工具免费用! 购周边限时加赠Coding Plan Lite,畅享主流AI工具!学习进阶更高效! 阅读详情

694. As part of archiving the historical data, you want to trans fer data from one database to another

database, which is on another server. All tablespaces in the source database are read/write and online.


The source and target databases use the same  compatibility level and character sets.  

View the Exhibit and examine the features in the source and target database.

 

Which of the following steps are required to transport a tablespace from the database to the target database:

1.Make the tablespace read-only at the source database.

2.Export metadata from the source database.

3.Convert data filed by using Recovery Manager (RMAN).

4.Transfer the dump file and data filed to the target machine.

5.Import metadata at the target database.

6.Make the tablespace read/write at the target database.



A.2, 4, and 5

B.All the steps

C.2, 3, 4 and 5

D.1, 2, 4, 5 and 6

Answer: C 

答案解析:

答案选D

参考:http://blog.csdn.net/rlhua/article/details/13613603

http://docs.oracle.com/cd/E11882_01/server.112/e25494/tspaces.htm#ADMIN11400

read_only--expdp--4-import-read_wrtie


 12456(可选)


If both platforms have the same endianness, no conversion is necessary. Otherwise you must do a conversion of the tablespace set either at the source or destination database.

If both platforms have the same endianness, no conversion is necessary因为都是32位的操作系统,故不需要转换。3不需要。故C是错误的。B也是错的。


If no endianness conversion of the tablespace set is needed, or if you already converted the tablespace set:

  1. Transport the dump file to the directory pointed to by the DATA_PUMP_DIR directory object, or to any other directory of your choosing.

    Run the following query to determine the location of DATA_PUMP_DIR:

    SELECT * FROM DBA_DIRECTORIES WHERE DIRECTORY_NAME = 'DATA_PUMP_DIR';
     
    OWNER      DIRECTORY_NAME   DIRECTORY_PATH
    ---------- ---------------- -----------------------------------
    SYS        DATA_PUMP_DIR    C:\app\orauser\admin\orawin\dpdump\
  2. Transport the data files to the location of the existing data files of the destination database.

    On the UNIX and Linux platforms, this location is typically /u01/app/oracle/oradata/SID/ or +DISKGROUP/SID/datafile/.


     
12C OCP 1Z0-063 库(8月以前) 分类版本: 一 oracle 安全备份(OSB) 01 examine the probable steps involved in the basic backup process of RMAN and oracle secure backup (OSB): 检查RMAN和oracle安全备份(OSB)的基本备份过程中可能涉及的步骤: 1 rman initiates backup and passes the database backup storage selector to OSB. rma 阅读详情

相关推荐

Oracle 12C OCP最新库,1Z0-062_166Q / 1Z0-062_362Q / 1Z0-063 / 1Z0-071,含答案解析说明

Oracle 12C OCP最新库,1Z0-062_166Q / 1Z0-062_362Q / 1Z0-063 / 1Z0-071,含答案解析说明

QUESTION 138- Lifecycle Management (ILM) Lifecycle Management (ILM)

In your Database, the TBS PERCENT USED parameter is set to 60 and the TBS PERCENT FREE parameter is set to 20. Which two storage-tiering actions might be automated when using information Lifecycle Management (ILM) to c? A. The movement of all segments to a

jisen_huang的专栏 269

1Z0-063 .pdf

12C OCP考试库 Oracle Database 12c: Advanced Administration

oracle11g OCP 认证 1Z0-053考试笔记5

402.While querying the EMPLOYEES table, you receive an ORA-01578 message indicating block corruption in File# 1201 and Block# 1968. You analyze the table and the corruption is verified. Which RMAN c

wlbzy的专栏 4667

OCP-1Z0-053-V13.02-450

450.Which of the following are valid program types for a lightweight job? (Choose all that apply.) A. PLSQL_BLOCK B. EXECUTABLE C. JAVA_STORED_PROCEDURE D. STORED_PROCEDURE E. EXTERNAL Answer: A

一抹曦阳-Oracle 6659

OCP-1Z0-053-V12.02-430

430.Which of the following is a prerequisite for running DBMS_TDB.CHECK_DB to a successful completion? A. The database must be in read-write mode. B. The database must have no external files. C. Th

一抹曦阳-Oracle 5879

Oracle OCP 1z0-053 2018年9月最新考过的库分享-1

1.you configured the fast recovery area for one of your database but it is now running out of space. which two could make space available in the flash recover area? A.change the RMAN archived log dele...

技术=勤奋+思考 6813

OCP-1Z0-053-V13.02-633

633.Which three statements must be true before transporting a tablespace from a database on one platform to a database on another platform? (Choose three.) A. Both source and target database must be

一抹曦阳-Oracle 8762

OCP-1Z0-053-V12.02-497

497.You are managing the APPPROD database as a DBA. You plan to duplicate this database in the same system with the name DUPDB. You issued the following RMAN commands to create a duplicate database:

一抹曦阳-Oracle 5743

oracle11g OCP 认证 1Z0-053考试笔记7

602.On Friday at 11:30 am you decided to flash back the database because of a user error that occurred at 8:30 am. Which option must you use to check whether a flashback operation can recover the da

wlbzy的专栏 3710

ocp-329

QUESTION NO: 329原答案错 Which of the following are prerequisite steps to transport a database? (Choose all that apply.) A. Query the V$TRANSPORTABLE_PLATFORMS view in the source database to determine i

jiayue's BLOG 1810

ORACLE-1Z0-060库(Upgrade to Oracle Database 12c)

**Exam 1z0-060 Upgrade to Oracle Database 12c Version: 8.6 [ Total Questions: 150 ] Your multitenant container (CDB) contains two pluggable databases (PDB), HR_PDB and ACCOUNTS_PDB, both of which use ...

白非马的博客 1万+

OCP-1Z0-053-V12.02-577

577.What methods are available to recover lost control files? (Choose all that apply.) A. Backup control file. B. Emergency control file. C. The create controlfile command. D. The restore controlf

一抹曦阳-Oracle 6925

OCP-1Z0-053-V12.02-578

578.Your ARCHIVELOG-mode database has lost three datafiles and shut down. One is assigned to the SYSTEM tablespace and two are assigned to the USERS tablespace. You can choose from the following ste

一抹曦阳-Oracle 6751

OCP-1Z0-053-V13.02-693

693. Which two statements are true about an image copy backup? (Choose two.) A. It may only be taken to disk. B. It will contain only the used blocks. C. It will contain all used and unused blocks.

一抹曦阳-Oracle 5622

ocp-326

QUESTION NO: 326 Which of the following are included in a transportable tablespace set? (Choose all that apply.)A. The datafiles that make up a self-contained group of tablespaces required for copyB.

jiayue's BLOG 1634

OCP-1Z0-053-V12.02-57

57.Which background process of a database instance, using Automatic Storage Management (ASM), connects as a foreground process into the ASM instance? A. ASMB B. PMON C. RBAL D. SMON Answer: A 答

一抹曦阳-Oracle 6201

053-425(V13.02版本,711)

A transportable tablespace set contains data files for a set of tablespaces and an export file containing structural metadata for the set of tablespaces. The export file is generated by Data Pump Ex

一骑红尘的专栏 780
上一篇: OCP-1Z0-053-V13.02-705题
下一篇: OCP-1Z0-053-V13.02-693题
Riveore
博客等级 码龄19年 1801粉丝 1432原创
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值