Oracle 12c Ocp-3

Source: Internet
Author: User
Tags create index

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 is logged.

B. Only create INDEX and create TABLE statements generated by the import is logged.

C. Only CREATE table and ALTER table statements generated by the import is logged.

D. None of the operations against the master table used by Oracle Data Pump to coordinate its activities is logged.



Explanation:

2.4.4.6Oracle Data Pump No Logging Option for Import

The newTRANSFORMOptionDISABLE_ARCHIVE_LOGGING, to theimpdpCommand 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/SQLDBMS_DATAPUMPPackage. With redo logging disabled, the disk space required for redo logs during a Oracle Data Pump import is smaller. However, to ensure recovery from media failure, the DBA should does an RMAN backup after the import completes.

Even with this parameter specified, there are still redo logging for other operations of Oracle Data Pump.This includes allCREATE andALTERstatements, exceptCREATE 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

Oracle 12c Ocp-3

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.