Python 官方文档:入门教程 => 点击学习
Examine the following query output:You issue the following command to import tables into the hr schema:$ > impdp hr/h
Examine the following query output:
You issue the following command to import tables into the hr schema:
$ > impdp hr/hr directory = dumpdir dumpfile = hr_new.dmp schemas=hr TRANSFORM=DISABLE_ARCHive_LOGGING: Y
Which statement is true?
A. All database operations performed by the impdp command are logged.
B. Only CREATE INDEX and CREATE TABLE statements generated by the import are logged.
C. Only CREATE TABLE and ALTER TABLE statements generated by the import are logged.
D. None of the operations against the master table used by oracle Data Pump to coordinate its activities are logged.
Explanation:
The new TRANSFORM
option, DISABLE_ARCHIVE_LOGGING
, to the impdp
command line causes Oracle Data Pump to disable redo logging when loading data into tables and when creating indexes. It also adds the same option as part of the PL/sql DBMS_DATAPUMP
package. With redo logging disabled, the disk space required for redo logs during an Oracle Data Pump import is smaller. However, to ensure recovery from media failure, the DBA should do an RMAN backup after the import completes.
Even with this parameter specified, there is still redo logging for other operations of Oracle Data Pump. This includes all CREATE
and ALTER
statements, except CREATE INDEX
, and all operations against the master table used by Oracle Data Pump during the import.
https://docs.oracle.com/database/121/NEWFT/chapter12101.htm#NEWFT107
--结束END--
本文标题: oracle 12c ocp - 3
本文链接: https://lsjlt.com/news/186246.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0