Import the partial full dump dump

Dear all,

Use

SQL> select * from v$version;


BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
PL/SQL Release 10.2.0.1.0 - Production
CORE    10.2.0.1.0      Production
TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
NLSRTL Version 10.2.0.1.0 - Production



I have the requirement according to which, because of the size huge and taking more than 8 hours to take dump using expdp.

So I intend to take the weekend and partial discharge which is (a few tables were score in 3 parts, which has more than 2 GB as part1, part2, part3. Part3 always have the latest data (maxvalue).

I used to backup all tables (tables of partitions not) with part3 partition of the table data.

Above scenario works very well.

Problem in the following scenario is

Now I must complete emptying the weekend and importation of partial discharge on the day of the week on DR.

Full dump works great.

When you import partial discharge I need partial import the latest data all tables (no partition) without distributing existing data (Part1, Part2 partition the data)

Partial import with the option append

Starting "SCOTT"."SYS_IMPORT_FULL_01":  scott/******** REMAP_SCHEMA=scott:scott1 directory=DUMPDIR dumpfile=SCOTT_PART_09-07-14.DMP logfile=imp_scott_09-07-14.log TRANSFORM=SEGMENT_ATTRIBUTES:n TABLE_EXISTS_ACTION=append EXCLUDE=CONSTRAINT
Processing object type TABLE_EXPORT/TABLE/TABLE
ORA-39152: Table "SCOTT1"."TEMP" exists. Data will be appended to existing table but all dependent metadata will be skipped due to table_exists_action of append
ORA-39152: Table "SCOTT1"."DEPT" exists. Data will be appended to existing table but all dependent metadata will be skipped due to table_exists_action of append
ORA-39152: Table "SCOTT1"."EMP" exists. Data will be appended to existing table but all dependent metadata will be skipped due to table_exists_action of append
ORA-39152: Table "SCOTT1"."BONUS" exists. Data will be appended to existing table but all dependent metadata will be skipped due to table_exists_action of append
ORA-39152: Table "SCOTT1"."SALGRADE" exists. Data will be appended to existing table but all dependent metadata will be skipped due to table_exists_action of append
Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
ORA-31693: Table data object "SCOTT1"."TEMP":"TEMP_PART2" failed to load/unload and is being skipped due to error:
ORA-00001: unique constraint (SCOTT1.TEMP_BAK_PK) violated
ORA-31693: Table data object "SCOTT1"."DEPT" failed to load/unload and is being skipped due to error:
ORA-00001: unique constraint (SCOTT1.PK_DEPT) violated
ORA-31693: Table data object "SCOTT1"."EMP" failed to load/unload and is being skipped due to error:
ORA-00001: unique constraint (SCOTT1.PK_EMP) violated
. . imported "SCOTT1"."SALGRADE"                         5.585 KB       5 rows
. . imported "SCOTT1"."BONUS"                                0 KB       0 rows
Processing object type TABLE_EXPORT/TABLE/INDEX/INDEX
Processing object type TABLE_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
Processing object type TABLE_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
Job "SCOTT"."SYS_IMPORT_FULL_01" completed with 8 error(s) at 15:12:59

APPEND Option doesn't work or not by adding new records to the table. Ignored his due to high error. since I have used EXCLUDE = option of CONSTRAINT as well.

I tried to REPLACE the option that removes the existing partition data (part1, Part2) but my requirement is Part1, Part2 should not be removed from the table.

Kindly guide me to resolve the above error.

Thanks and greetings

Saami.

Hello

The line from the log file explains why

"Data will be added to the existing table, but dependent on all the metadata will be ignored due to table_exists_action to append.

"So even though the stats stuff are mentioned in its log file actually be skipped - it makes sense that you can load a single line in a table of 1 billion line - if you don't want the stats to say ' 1 row".  The statistics that you are just for what is in the dumpfile - they are not relevant for the existing table + dumpfile (in the general case anyway - "do you know" well stats are relevant as you truncated the table first).

You could make yet another import after it and just include statistical =... to just make these statistics?

See you soon,.

Rich

Tags: Database

Similar Questions

  • Import the directory of files *.dump in TimesTen, is possible?

    Hello

    I'm migrating a bunch of tables in database TimesTen to another.  I used SQL Developer to export tables using the ttbulkcp utility and is now seeking to import into the database.  What is the best way to do it? All the examples I've seen for ttbulkcp show import a simple, is dump file to import a dump file directory anyway?

    Thanks in advance,

    Michael

    No, but it's not difficult to write a shell script to automate...

    Chris

  • IMP on a full dump but a single importation of data

    Dear Experts,

    When I import the successful dump, I drop the existing schema ' SQL > drop user username cascade; "and import the dump by"system impdp... ". ". I would like to import an image to an existing instance but only the import of data and let the current and other packages metadata intact and unchanged on the instance of the existing said.

    1. do I need to abandon the user prior to importation if my demands are foregoing?

    2. If I have to drop the user, what should be the script.

    3. for the import itself, should what settings I use?

    4. What are the necessary things, I need to take into account before doing the import.

    Your help and advice is greatly appreciated.

    ARO
    Hades

    TheHades0210 wrote:
    Hello

    Thank you for the answers.

    My concern is the data in the dump are updated but not the metadata from the destination instance is use for development, metadata are updated but not the data.

    Is there a way where I can update the data on the said instance without changing its metadata?

    Thank you for your time.

    Kind regards
    Hades

    I already mentioned to use with the 'CONTENT' option, see below. It will be important that data with the option of "DATA_ONLY".

    $impdp help=y
    
    Import: Release 11.2.0.2.0 - Production on Fri Feb 15 01:46:43 2013
    
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    
    .....
    
    "CONTENT"
    Specifies data to load.
    Valid keywords are: [ALL], DATA_ONLY and METADATA_ONLY.
    
  • Full Expdp and try to import the unique schema

    Hi all


    I have backup complete expdp & I want simple schema import.

    When I im trying to import the unique scheme, he began the full import.

    Export: -.

    expdp praful/praful directory = logfile = full.log dumpfile = full dump full.dmp = y

    Import: -.

    Impdp praful/praful directory = dump dumpfile = full.dmp logfile = imp_praful.log remap_schema = PRAFUL:TEST


    Kindly give a suggestion for the unique pattern of export import full dump.

    Kind regards
    Praful

    Hello

    Don't forget to include the parameter PATTERNS - that provides details, wher as remap_schema - sufficient details for remapping instead of import in the current schema, you're connected in what concerns the current session.

    -Pavan Kumar N

  • Firefox does not appear in "partial" mode I can't get the display full screen or reduced display, not the intermediate partial screen window.

    The 'partial screen' icon does not work. When it is selected, the screen is reduced to the minimum. (Hover displays the text 'restore down', that doesn't look right.)

    When the screen is reduced to a minimum, I have to hover over the preview, right - select optimize for any screen at all, and it's the display full screen.

    Difficulty? I tried to uninstall/re-install has not fixed the problem.

    Hello rclacher, try this to reset the settings of user interface in firefox: go in firefox > help > troubleshooting information, click on file/show profile folder and close all firefox windows later. a windows Explorer window should open upwards - in there remove the file named localstore.rdf - it will be regenerated the next time you launch the browser.

  • I'm new to hotmail. My existing e-mail account has more than 300 contacts. When I tried to import the same in my hotmail account, he indicated that address book is full.

    original title: TROUBLE in OTHER email ACCOUNT CONTACTS IMPORT

    I'm new to hotmail. My existing e-mail account has more than 300 contacts. When I tried to import the same in my hotmail account, he indicated that address book is full. Please delete some contacts. Checking my new account, I found that 100 contacts have been imported in my address book. (A created csv file export my addresses in outlook.) I need all the contacts in my existing account. What should I do?

    Kind regards.

    Avinash Gupta

    Hello

    The question you have posted is related to Windows Live, and would be better suited in the Windows Live forum. Please visit the link below to find a community that will provide the support you want. http://windowslivehelp.com/product.aspx?ProductID=1

  • blue screen error and the memory of dumping

    Dear all,

    Beyond 20 days before my knees worked well, with any problem.

    OS: win 7 home.

    recently I updated all the patches update.that time Windows first problem started in the MSE.

    Error: Session "Microsoft Security customer OOBE" stopped because of the following error: 0xC000000D

    Due to this blocking of the system frequently. some time system starts window in a few second, or after the windows login began with a few min.and then memory dump and the blocking of the system and blue sceen dump.

    while I removed the MSE and also checked, after that also are having problems.

    Help reslove the issue.

    Please find the shared memory dump

    https://SkyDrive.live.com/#CID=F1D72CACC8DEB263&ID=F1D72CACC8DEB263%21126

    As well as the problems of now some think like this as follows,

    A fatal hardware error occurred.

    Reported by component: Processor Core

    Source of the error: Machine Check Exception

    Error type: internal Timer error

    Processor ID: 4

    View details of this entry contains more information.

    Hi Er.Nirmal,

    You did changes to the computer before the show?

    I suggest you try the steps from the following link:

    Resolve stop (blue screen) error in Windows 7
    http://Windows.Microsoft.com/en-GB/Windows7/resolving-stop-blue-screen-errors-in-Windows-7

    Note: Running chkdsk on the drive if bad sectors are found on the disk hard when chkdsk attempts to repair this area if all available on which data can be lost.

  • When I imported the photos from the hard drive, some only partially loading and show that half of this picture?

    When I imported the photos from my hard drive some only partially loaded with only half of the growth of the photo?

    Go to the Lightroom preferences > performance > uncheck 'use the graphics processor' > import images and test them.

  • the replacement default dump configuration

    Hi all

    I have following problem with the restoration of the database and the performance.

    1. I created the file to dump two days ago. That day, our application was working quickly.

    2. I restored just the dump file it today. But it's too slow.

    I can't find where the problem is. Anyone have advice and solution.

    It replaces some configurations?

    EBA

    Hello

    You can see some examples here:ORACLE-BASE - Oracle Cost - Based Optimizer (CBO) and statistics (DBMS_STATS)

    HTH

  • update the primary database with the old system dump export received the YVERT error

    Here is the error message:
    ORA-31684: SYNONYM object type: 'SYSTEM '. "" SYSFILES "already exists
    ORA-31684: SYNONYM object type: 'SYSTEM '. "" TAB "already exists
    ORA-31684: SYNONYM object type: 'SYSTEM '. "' TABQUOTAS ' already exists
    ORA-31684: SYNONYM object type: 'SYSTEM '. "" PRODUCT_USER_PROFILE ' already exists
    DATABASE_EXPORT/SCHEMA/TYPE/TYPE_SPEC processing object type
    ORA-31684: type of the object TYPE: "SYSTEM". "" REPCAT$ _OBJECT_NULL_VECTOR ' already exists
    Treatment of type of object DATABASE_EXPORT, SYSTEM_PROCOBJACT, PRE_SYSTEM_ACTIONS, PROCACT_SYSTEM
    Cannot set a bigger than the current SNA SNA. If a configuration Capture stream was then imported the application that processes the captured messages must be deleted and re-created. See My Oracle Support 1380295.1.
    Treatment of type of object DATABASE_EXPORT/SYSTEM_PROCOBJACT/PROCOBJ
    ORA-39083: Type THAT PROCOBJ cannot be created with the object error:
    ORA-29357: SYSTEM_PLAN object already exists
    Because sql is:
    BEGIN
    dbms_resource_manager.create_plan ('SYSTEM_PLAN', 'Plan focus on system sessions', 'FOCUS', 'ACTIVE_SESS_POOL_ABSOLUTE', 'PARALLEL_DEGREE_LIMIT_ABSOLUTE', 'FIFO_TIMEOUT'); COMMIT; END;


    NEW RAC system is redhat linux 5, db version 1120301.
    old system is a database on aix, version is 11.2.01

    by export file:
    Full = directory = data_pump_dir dumpfile=exp_full_%U.dmp logfile = exp_full.log filesize = 11000 m FLASHBACK_TIME = systimestamp

    import file is:

    Full directory = y = data_pump_dir dumpfile=exp_full_%U.dmp logfile = parallel imp_full.log = 8
    ~

    This seems to be what I tried to say a few hours back.

    I probably give up at this point and take a step back and rethink this.

    Anything worth doing worth do right.

    Really. Stop, think and plan.

    Stop waiting for someone to tell you what you want to hear.

    Best regards

    mseberg

  • How to import the logo into the clip and display it during the full clip

    Hi all

    I use Adobe Premiere Pro CS4.

    I am now a different DVD project that I've done since the time.

    Now, I'll use these them in a commercial of things if I want to add a logo on the clips to keep my rights... etc.

    Here is the situation:-

    (1) the import of the item in Adobe Premiere Pro CS4.

    (2) import the logo image I want to use.

    (3) right click on the video file and click Insert.

    Now, I want to know how to import the image file into the video so it's being there during the full clip?

    I tried several times to import it, but found that it displays seperatey after or before the clip or in the environment I want to be displayed during the entire film.

    Also, it is great when I posted I want to resize it to be in the upper right of the clamp.

    Thank you very much

    Sorry for the bad English.

    has taken more time than I thought... and it's just basic examples... may be refined more...

    with more time and reflection... .but gives you the basic ideas of... read the caches of combat and transparency... etc...

    -----------

    samples
    white background... .with hide by approach
    becomes transparent... letters, Black opaque, translucent gray

    transparent background
    black and white letters are shown as is with no cache by approach

    transparent background with matte...
    now white letters serve as mask and allow the image through only the white letters

  • I am running Firefox 16.0.2 and you want to import the Favorites from IE 8... go through the process given to Firefox... but it only partially matter 'Favorites '.

    I am running Firefox 16.0.2 and IE 8 on my Windows 7 computer... I try to import the IE 8 'Favorites' in Firefox... I go through the procedure that Firefox has provided... but it is important ONLY part of my IE Favorites... it's only about 7 records with her subfolders where my save bookmarks are... I have a lot more than these folders (bookmarks)... any help?

    Hello

    You can try to export bookmarks to HTML in Internet Explorer, and then import the HTML file in Firefox by bookmarks (Alt + B) > show all bookmarks > import and export > import bookmarks in HTML....

    Import HTML

    Import bookmarks

    Import of

  • partial (2 keys), import the registry XP to windows 7

    On my windows XP machine, I created a registry export file and checked the contents.

    [HKEY_CURRENT_USER\Software\VB and VBA program Settings\Hamlog]
    (no content)
    [HKEY_CURRENT_USER\Software\VB and VBA program Settings\Hamlog\ToolTips]

    (string delimited long - 1059 lines, 49000 + total characters)

    On my windows machine 7, I imported the registry file and the system responded that the restore was successful.

    However, the registry has been * no * updated

    My only recourse would be to write an application that processes the file data and this is .reg to the registry via "registration".

    But it seems ridiculous to rewrite my own replacement for the import register code.

    Thank you

    You will probably have better luck asking your question in the Microsoft Technet forum.

  • Could not import the database using impdp via network_link

    Dear all,

    I'm trying to import the database from the remote location to my local database dump after you have created the dblink to local db db remotely.


    On a remote server:


    -Directory created and granted privileges. Name dir: PREMLIVE_EXPDP


    To the Local Server:


    User name: expuser with database privileges full dba, imp and exp.


    Name of the DB link: to_premiatest14


    I faced an error of no valid directory when I run the command on the local server to import the schema of remote database below.


    C:\ > impdp expuser/expuser network_link = rΘpertoire to_premiatest14 = PREMLIVE_EXPDP remap_schema = PREMIATEST:PREMIATEST15 logfile = 2013-09 - 02_premiatest15.log

    Connected to: Oracle Database 10 g Enterprise Edition Release 10.2.0.5.0 - 64 bit

    Production

    With partitioning, OLAP, Data Mining and Real Application Testing options

    ORA-39002: invalid operation

    ORA-39070: unable to open the log file.

    ORA-39087: directory PREMLIVE_EXPDP name is invalid

    Help or advice would be really appreciated.

    Kind regards

    Syed

    Hi Syed,

    I think you do the opposite on the directory stuff.

    The directory parameter is just to hold the log file. There is no file dumpfile required in IMPDP via dblink operations it's all cross-network.

    Basically, what is lacking is the DIRECTORY on the local server.

    Don't forget not also create the associated tablespace and remap if necessary.

    Kind regards

    Rodrigo

  • Importing incremental backup full

    Hello

    I would like to know if it is possible to do an increment / cumulative import export complete.

    The thing is, I have a complete backup of all the days of the week and let's say I have a problem in my DB Wednesday so I would like to import a complete backup from Tuesday and a differential from Tuesday until now. Is this possible?


    (Oracle 9i)

    Thank you.

    Best regards
    Hugo

    Data pump does not have an incremental backup for export or import. What if all you have are full dump files, then you can add filters if you know what you need, but Data Pump Import can not figure this out for you. This information is not stored in the dumpfile.

    Dean

Maybe you are looking for