Oracle DBA FAQ

Would you like to react to this message? Create an account in a few clicks or log in to continue.
Oracle DBA FAQ

Oracle RAC interview questions, Oracle Dataguard, ASM, CRS, Oracle wait events, Performance Tuning


    Oracle Data Pump Export View As a Table - 12c

    avatar
    Admin
    Admin


    Posts : 17
    Join date : 2010-02-08

    Oracle Data Pump Export View As a Table - 12c Empty Oracle Data Pump Export View As a Table - 12c

    Post  Admin Fri Aug 02, 2013 10:26 am

    There is a new expdp command-line option for Oracle Data Pump Export that allows the user to indicate that a view should be exported as a table. This means that, instead of exporting the view definition, Oracle Data Pump exports a table definition and then unloads all data from the view. At import time, Oracle Data Pump creates a table using the table definition in the dump file and then inserts the data unloaded from the view into the table. The PL/SQL DBMS_DATAPUMP package has a similar option.

    This feature allows greater flexibility in what a DBA can export. A view gives the DBA greater capability than the current WHERE parameter to specify a subset of the database to be unloaded. In a network mode import, exporting the contents of a view can achieve much better performance than using the impdp QUERY option.

      Current date/time is Thu May 16, 2024 10:10 pm