Importation of dump

Hi Experts.

I downloaded the file dump file IE. Now, I want to import into the database, how to do?

Please advice.

You mean example of dump file in the database

The steps here: -.
Connect to SQLPLUS

Create user Dump identified by pwd;
grant dba to drop;

Now out of sqlplus and do the following in the command prompt.

IMP
USERNAME:-DUMP
PASSWORD:-*.
You want to import data only "Y" "N"-"" N "".
Size of the buffer-"999999".
From here every thing give "N".

Let me know if it's confusing, I can guide you.

Thank you.

Published by: nanou on 27 February 2013 18:15

Tags: Business Intelligence

Similar Questions

  • IMPDP - how to import a dump file data including the dumpfiles Clustered.


    Hello

    Can someone suggest me how will import data from dumpfile using IMPDP, if the EXPDP has used several Dumpfiles clusters. ?

    I want to import a particular file will only, which will be possible?

    When I tried this way I was getting error.

    IMPDP USER/PWD@SID DIRECTORY is DUMPFILE DATA_PUMP_DIR = DUMPFILE01. DMP LOGFILE = IMPDP_DUMPFILE01. LOG SCHEMA = < NAME >

    ORA: 39002 INVALID OPERATION

    ORA: 39059 dump file set is incomplete

    ORA: 39246 cannot locate a master table in provided dumpfile breast.

    Note: The Exp was made in oracle 10g (10.2.0.4.0), I import the dump file in Oracle 11.2.0.1.0

    Please advise on this.

    Concerning

    Suresh

    This doesn't make much sense.  I guess you have several dumpfiles from an export order and you don't want to import 1.  How can you know what is in the dumpfile that you want to import?  Is the last thing that will do the job of data pump export the main table.  How do you know which file is in and then you're sure to import objects are in the same dumpfile.

    The answer is NO, this is not supported.  During the Data Pump import starts, it checks that all dumpfiles at time of export are included in the import job. If this is not the case, the job will fail.

    Dean

  • error when importing a dump

    Hi the gems...

    I have a dump expdp of a schema and then tried to import this dump with the impdp command.

    the import worked in vain two tables obtained. These two tables have partitions and subpartitions.

    I use the command

    Impdp touser/password@sid directory = dmpdir dumpfile = dumpfile.dmp = logfile logfile.log remap_schema =(fromuser:touser) PARTITION_OPTIONS = MERGE


    the error code is:

    ORA-39083: THAT CONSTRAINT Type could not create object error:
    ORA-01741: identifier of length zero illegal
    Because sql is:
    ALTER TABLE 'TOUSER. "' TABLE1 ' ADD CONSTRAINT 'CONSTRAINT_NAME' KEY PRIMARY ("COL1","COL2","COL3","COL4","COL5") TO THE HELP INDEX PCTFREE, INITRANS 10 2 MAXTRANS STORAGE (USER_TABLES FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT) 255 LOCAL (TABLESPACE PARTITION"P1"" ' (SUBPARTITION 'SYS_SUBP21' TABLES)

    ORA-39083: THAT CONSTRAINT Type could not create object error:
    ORA-01741: identifier of length zero illegal
    Because sql is:
    ALTER TABLE 'TOUSER. "' TABLE1 ' ADD CONSTRAINT 'CONSTRAINT_NAME' KEY PRIMARY ("COL1","COL2","COL3","COL4","COL5") TO THE HELP INDEX PCTFREE, INITRANS 10 2 MAXTRANS STORAGE (USER_TABLES FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT) 255 LOCAL (TABLESPACE PARTITION"P1"" ' (SUBPARTITION 'SYS_SUBP21' TABLES)

    Error:  ORA 1741
    Text:   illegal zero-length identifier
    -------------------------------------------------------------------------------
    Cause:  An attempt was made to use two double quotes ("") as an identifier.
            An identifier must be at least one character long.
    Action: Insert at least one character between the double quotes in the
            identifier.
            If a blank identifier is required, specify a blank space between the
            double quotes (" ").
    

    If you see the above statement, it has an empty value,

    LOCAL (TABLESPACE PARTITION "P1" "")

    " TABLESPACE ' ' remove it (or) put a valid name and run it manually."

  • How to import a dump on the server oracle

    Hello

    Sometimes, I use Oracle.

    I need to import a dump oracle on a server that I have no physical access.

    Please, tell me what I need to install it on my laptop to import a dump on the server.

    I can do with SQL * more or I need to install something more?

    waiting for an answer...

    The size of the download is large, because the download file includes all the components: you install only the client piece, what relatively small s. I don't think that you can choose any other.

    Srini

  • Import the dump without data file

    Uses: Oracle 9i

    Hello

    I have a (*.dmp) dump file exported from an Oracle Database 9i and need to import it into a Test environment I don't need that all objects other than DATA; Is this possible? and with my DB Version?

    Thank you and best regards,

    If its so its an old export exp 9i.

    use lines = no as a parameter

  • It is possible to import a dump of 64-bit in a 32-bit instance?

    I've read this thread:

    Re: exp/imp on databases of 64-bit and 32 - bit

    and this document in Metalink:

    Re: exp/imp on databases of 64-bit and 32 - bit

    but this is just an example which is not my case...

    I have two machine with the same oracle version (10.2.0.4) a 64 bit and 32 bit. Both have the same operating system Windows Server 2003 SP 2 (the first 64-bit the second 32-bit).

    In the case of an accident in the first (64-bit) machine, I need to restore the dump on the 32-bit computer (by using a client 32-bit while in the example, it uses a 64-bit client, I don't know if that makes a difference).

    Is this possible? I need to do something?
    Thank you
    Best regards

    Adriano Aristarco wrote:
    OK thanks for your reply.
    I need to do something else or I can just copy the file on my 32-bit computer and import it as in the normal case?

    As long as you use the version of the import utility appropriate to your target database, you don't need to do something more to import the dumpfile on your target.

    Nicolas.

  • Import of dump

    Hello

    I get the following error when you import the dumpfile using impdp (oracle10gR2)

    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    ORA-39083: Type what INDEX failed to create object error:
    ORA-01452: cannot CREATE a UNIQUE INDEX. duplicate keys found

    Because sql is:
    CREATE A UNIQUE INDEX 'TSOWN '. "' EBF_TERMINAL_PK ' ON 'TSOWN '. "' EBF_TERMINAL ' ('RECID'
    ) PCTFREE, INITRANS 10 2 MAXTRANS 255 STORAGE (INITIAL 65536 MINEXTE THEN 1048576)
    NTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_P
    DEFAULT TABLESPACE OF OOL) 'T24INDEX' AT THE SAME TIME 1

    ORA-39083: Type what INDEX failed to create object error:
    ORA-01452: cannot CREATE a UNIQUE INDEX. duplicate keys found

    Thanks in advance
    KGS

    Hello

    If you use datapump, then you must use the option EXCLUDE (impdp help = Y).

    EXCLUDE = INDEX

    Concerning

  • Dump to IMPORT ORACLE 9i to ORACLE 11 G database by using script

    Hi all

    I'm trying to import a dump of an Oracle 9i database from exp in the Oracle 11 g database using script.


    (1) the export using 9i client script:

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    #! / bin/sh

    testsync_home= / home/oraexp / / DMPtestsync

    log_home =/ home/oraexp/testsync/log

    file userid=test/test@testsource exp = $testsync_home/usr 'date' + %m %d %Y ".dmp tables =userdata2015 ACCORDING = y compress = buffer n = 655350 log = $log_home/exp_test_usr.log

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


    2) the import using 9i client script. Import the dump into Oracle database 11g. The imp can't exit normally, although the data has already been imported into the testdb.

    If the next part of the script can't be executed.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    #! / bin/sh

    "sync_date ='date + %m %d %Y"

    testsync_home = / home/oraexp/testsync/dmp

    log_home = / home/oraexp/testsync/log

    sqlplus test/test@testdb < < EOF

    truncate table userdata2015;

    commit;

    quit smoking

    EXPRESSIONS OF FOLKLORE

    file userid=test/test@testdb IMP = $testsync_home/usr 'date' + %m %d %Y ".dmp fromuser = touser = test test tables = userdata2015

    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    Can you please give me some advice on this situation?


    Thank you very much in advance.

    DO NOT USE THE DATAPUMP.

    You do not use expdp and impdp.

    You will use the 9i client exp and imp 11g client.

  • 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

  • doubt in export and import dump

    Hi all

    I have a dump (logic exp, NOT of DATAPUMP) schema User1, to restore it on another server using the IMP.

    I have restored but

    object type 'type' has failed to create

    grants are not imported

    roles are not created

    can someone let me know an option in which these objects can be created when importing the dump?

    because there are 100 roles, grants, etc., that must be created, & restoration becomes very slow, too much time.

    Thank you

    Florent

    Yes, was a bit confusing...

    need to lock any 1...

    in any case, I got a solution, happy to share

    I used the command

    compilation of log = implog.log IMP 'sys/oracle@dbname as sysdba' leader = dump.dmp = there ignore = y = y fromuser = touser = tousr frmusr index

    I got all the objects, that is to say; roles, objects db (triggers, views with compilation errors).

    has worked for me...

  • error when importing dump file

    Hi am error when you import the dump file
    C:\>impdp sms01/sms01
    
    Import: Release 11.2.0.1.0 - Production on Mon Jun 3 13:17:28 2013
    
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39006: internal error
    ORA-39068: invalid master table data in row with PROCESS_ORDER=-4
    ORA-01950: no privileges on tablespace 'USERS'
    
    ORA-39097: Data Pump job encountered unexpected error -1950

    DUMPFILE also happens to be an option for impdp. Probably not the best name for a directory object. That said, get rid of the semicolon at the end; Impdp is a command of the OS, not a SQL * Plus command.

  • 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.
    
  • DBMS_DATAPUMP - import a file of DB Link dump

    I have two Unix machine, each containing two database.

    Below show how its organized.
    Server1
    ----------
    
    1. DB1 - User1 - DbLink1 -> This points to DB2
    2. DB2 - User1
    
    DB Version 10g.
    
    Server2
    ----------
    
    1. DB1 - User1 - DBlink1 -> This points to DB2
    2. DB2 - User1
    
    DB Version 10g.
    Now the question is.

    I have a program that uses DBMS_DATAPUMP in Server1.DB1.User1 that will export 10 tables of DB1. User1
    and 2 tables in DB2. User1 (via DbLink1).

    Now I've moved these files from Server1 to Server2 dump.

    I am writing a program using DBMS_DATAPUMP which will import the dump files in Server2.DB1.User1
    and Server2.DB2.User1. I have no problem with the importation of tables, in Server2.DB1.User1, but how do I
    import, in the Server2.DB2.User1 of Server2.DB1.User1 using the DbLink1? Any idea?

    Dean Gagne says:
    You cannot import a dumpfile over a network link.

    I think that, knani wantes just to launch the import through the db-link process.

  • Import of users from the DUMP file

    Hi all,

    I have a DUMP file exported from User1 in our production database, I created a test server and I want to import this dump and all users of our production database...

    What are the conditions to be able to copy or import all users, tables, triggers, etc. on the test server?

    Thank you.

    With a provided that you have an export complete

  • import the data to the necessary details

    I have a dmp file to load multiple tables.

    When I use the impdb I found table is loaded one by one.

    How to make parallel?

    S

    supersen wrote:

    Thanks richard...

    I use impdb.

    can I use import (file dump) file from the EXP utility to do this?

    or I have to use the EXPDB (dump file) file?

    Pls suggest

    S

    While both exp and expdp produce a file with an "extension" of ".dmp" (default), they are NOT interchangeable.  .dmp exp will not be processed by IMP.  expdp .dmp will not be processed by impdp.

Maybe you are looking for

  • Blank gray screen on wake?

    So I am using this Mac mini (late 2014, 2.6 GHz Core i5, 8 GB memory, 1 TB HDD, OS X El Capitan 10.11.6) for almost a year now and I'm having a serious problem with waking up from his sleep recently. If I let him sleep long enough, I get a gray scree

  • My facebvook page that I opened was a language different yet AVG is picking up threats! Help please?

    I just went on Mozilla since I use it all the time after that computer has been restored. I'm afraid to use Mozilla now given that the page has a different language on this subject and I have not the Google translator is turned on. Please my AVG anti

  • Re: Lynx K3011 Win8.1 graphic Driver crashes often

    CHANGE NOTE: Ce Message was moved to the top of this thread to help us make an ascent. Please continue posting in this thread for all the next post. New, PM sent to you with the required information. It is really an embarrassing (and apparently commo

  • I can only connect to Windows safe mode. I get a blank screen otherwise

    Original title: I can only connect to my computer in safe mode. Start windows normally my screen begins to blink on the logon to the black screen. What should I do? I was told it had something to do with internet explorer and that I need to update my

  • Icon of HP that disappears

    I installed the all-in-one HP Deskjet 3512 earlier this year and it was just great for me. This morning I was going to print a message from my facebook page. Everything went well until what I clicked on OK to print. Aware of the printer came for a fe