9i exp and Imp to 10g

Hello

I updated my version of DB from 9i to 10g. Now I need to export data from the Database 9i to 10 DB g. IM afraid if I have to add in some conditions to the export and import of order. Here is the command I want to make a request, if it's not good, could you correct me please.

Journal/password system exp = $EXPORTS_LOG full = y direct buffer = y = 1000000 COHERENT = Y

Thank you

As you perform a FULL export, you need an account with DBA privileges or permission. Therefore, you must connect as a SYSTEM to export.

If you were doing an export of a single SCHEMA, you would do an export of the USER. In this case, you can connect as a SYSTEM or the real user who is to be exported.

Tags: Database

Similar Questions

  • exp and imp in a sql script

    Hello

    I want to develop a sql script contains both code for the creation and insertion on a table and the exp command to export this table.
    Do you have an idea how integrate the command exp and imp in the sql script.

    Thank you.

    Edited by: Andrew1 Nov. 11. 2009 02:33

    This should be easy under Windows.

    Put the #1 and #2 in separate text files (.sql as use ending), for example create_table_web_enfants1.sql

    Create a batch (.cmd use as ending) file when you call these sql files, for example setup.cmd

    sqlplus /@ @create_table_web_enfants1.sql
    ...

    Add your exp returns to your command file

    and STI test.

    BTW: I'm going to assume that you post any real names of user/passwords to a production company database in your example, if not, you have broken some rules concerning the said database access security.

    C.

  • problems of exp and imp

    Hello world

    I need to export and import in a SID for a user to another.

    My export config file looks like:

    UserID=Name/Pass@Orka
    BUFFER = 1500000
    FILE = 'C:\backup\xxx. DB.bkp ".
    JOURNAL = 'C:\backup\xxx. "DB - exp.log.
    GRANTS = Y
    INDEX = Y
    LINES = Y
    CONSTRAINTS = Y
    CONSISTENT = Y
    OWNER = povilasora

    My import config looks like:
    UserID=Name/Passs@orkanew
    BUFFER = 1500000
    FILE = 'C:\backup\xxx. DB.bkp ".
    JOURNAL = 'C:\backup\xxx. "DB - imp.log.
    INDEX = Y
    LINES = Y
    CONSTRAINTS = Y
    fromuser = povilasora
    TOUSER = povilasora

    Export was successful. Import with error:

    Import: Release 10.2.0.1.0 - Production on a lie 26 11:47:42 2011
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Release 10.2.0.1.0 - Production
    Export file created by EXPORT: V10.02.01 by conventional means

    CAUTION: objects have been exported by POVILASORA, not by you

    import in BLT8MSWIN1257 and AL16UTF16 NCHAR character set
    . import of objects of POVILASORA in POVILASORA
    IMP-00003: ORACLE error 1435
    ORA-01435: user does not exist
    Import completed successfully with warnings.

    And I did not understant what the user will not end? User does not question.
    Fromuser and touser, can I write the same thing? POVILASORA? Because in orkanew is where no user such as POVILASORA.

    Do an export of user level exports only the objects for this user.

    When you import, it does not create the user that you are stating in your touser clause.

    You must create the povilasora user manually on your destination database. Your import will run successfully.

    Only if you perform a full export import create users that you then try to import as is the importation of system level that creates the users.

  • Exp and Imp are very slow

    We have a system in version 9.2.8 leagcy and export and import are very slow. It takes almost 3 hours to 30 GB of data. Is there a way we can do it quickly? HELPPP me.

    EXPORT:

    Set the buffer setting to a high value (e.g. 2Mb - entered as an integer "2000000")
    Set the RECORDLENGTH parameter to a high value (e.g. 64 KB - entered as an integer "64000")
    Use DIRECT = yes (direct mode export)
    Stop unnecessary applications to free resources for your work.
    If you run multiple sessions of export, ensure the different physical disks, write.
    Do NOT export to a mounted NFS filesystem. It will take forever.

  • Re: What is the different between the NB550D-109 and the NB550D - 10G?

    Hello guys. I need help on the NB550D. What is the different between the NB550D-109 and the NB550D - 10G? Is just the color?

    I checked the specifications and I find no difference. Both models have the same part number, so both belong to portable computers with the same hardware configuration. Thus, the difference can be color only.

    What I see is the 109 NB550D offered in more countries than NB550D - 10G.

  • How to install database 10g and forms and reports developer 10g?

    Hello
    How to install the database 10g and forms and reports developer 10g on windows xp 32-bit? and that one must first install? How to connect? where can I find complete guide

    Gul says:
    Hello
    How to install the database 10g and forms & reports developer 10g on windows xp 32-bit? and that one must first install? How to connect? where can I find complete guide

    This link will help you http://tahiti.oracle.com/

  • difference between exp and expdp?

    Hello world

    I am a student exp and content expdp trying to compare and study this utilities can we all please tell me the replacement for expdp?
    I mean what was the setting used in normal exp which is similar to the setting in expdp
    Thanks in advance

    Hello

    We use to give exp lines... with lines = n means that it will not be exported with rows and data = y (default) it export the metadata and data.

    Let me know if more of difference you need to know.

    You can check below link btw.

    http://www.Oracle.com/technetwork/database/Enterprise-Edition/index-093639.html

    Concerning

  • How to change the SGA and PGA in 10g r2 RAC

    Hello

    How to change the SGA and PGA in 10g r2 RAC, its Linux.

    Hello

    Here's the way I followed to change the SGA and PGA in CARS.
    --------------------------------------------------------------------------------
    Action plan to change the parameter memory in the environment(5/21/2010) of production

    Note:
    =====
    Practice must be done in the DEV/TST environment before going to Production.
    Although the procedure can be applied in the testing environment the evolution of values
    used in the test environment should be amended since number of RAM are not the
    even between the production and test servers.

    1 changes to these two parameters in one of
    the prod instance, e.g. PROD1
    ====================================================
    Connect as sysdba on sqlplus
    --------------------------

    Change:

    ALTER system set sga_target = 28G scope = spfile sid ='* ';

    Change:

    ALTER system set pga_aggregate_target = 4G scope = spfile sid ='* ';

    SQL > alter system set pga_aggregate_target = 4G scope = both;
    SQL > show parameter pga_aggregate_target;
    -should see the number altered on both instances

    Change:

    SQL > alter system set sga_max_size = 28G scope = spfile sid ='* ';

    SQL > alter system set sga_max_size = 28G scope = spfile;

    SQL > alter system set sga_target = 28G scope = spfile;

    3 stop PROD database (two instances must stop)

    $> srvctl stop database d PROD
    $>. / $ ORA_CRS_HOME/bin/crs_stat - to check the status of the database

    4. establish the PROD database (two Forum should be high)

    $> srvctl START database-d PROD
    $>. / $ ORA_CRS_HOME/bin/crs_stat - to check the status of the database

    connection in both cases as sysdba to check
    --------------------------------------------

    SQL > show parameter pga_aggregate_target
              
    SQL > show parameter sga_max_size
    -should see the number of change always there in both cases
    -According to step 1

    -After confirmation above two parameters are changed on both instances.
    -then make the syntax below in a case

    (5) check that everything is ok

  • ensure a BPEL process with name of user and password in 10g

    ensure a BPEL process with name of user and password in 10g

    use GOSA gateways...

    create a gateway and set your policy to the gateway

  • exp. IMP to 9i 10g.

    Hello

    I did and to export a schema using the database user 10.2.0.4 sysdba using exp expdp instead. Now, I intend to import the same thing usign 9.2.0.1 system user database. Ofcource, I created the user in 9i and other things. But the problem is that I get the error message saying that the dump file is damaged.

    Exact error is:

    IMP-00010: not a valid export file, header check failed.

    What should be my approach.

    Thanking you
    Rakesh

    You are able to access the machine on which 10g 9i machine remotely is installed?
    If Yes, do you have a 10g database entry in the 9i tnsnames.ora file.
    If so just

    exp username/password@<10g database>  your other parameter.
    

    If not, add a 10g database entry in the 9i tnsnames.ora file.

    Concerning
    Anurag

  • File exp of Oracle 8i and Imp in Oracle 10 G

    Dear friends


    I have two servers, one with oracle 8i and the other 10 G. First, I exported the file from oracle 8i with the command of the exp. Im trying to import the file in 10G, Although this happens successfully character set takes place conversion please see the output below




    Import: Release 10.2.0.1.0 - Production on Sat Apr 30 13:00:41 2011
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    Username: cane_bill
    Password:
    
    Connected to: Oracle Database 10g Release 10.2.0.1.0 - Production
    
    Import file: EXPDAT.DMP > C:\cbbkp_mun_06042011.DMP
    
    Enter insert buffer size (minimum is 8192) 30720>
    
    Export file created by EXPORT:V08.01.07 via conventional path
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    import server uses WE8ISO8859P1 character set (possible charset conversion)
    export client uses WE8ISO8859P1 character set (possible charset conversion)
    export server uses WE8ISO8859P1 NCHAR character set (possible ncharset conversio
    n)
    List contents of import file only (yes/no): no >
    What are the NLS_DATABASE_PARAMETERS for * 8i *.
    SQL> SELECT * FROM NLS_DATABASE_PARAMETERS;
    
    PARAMETER                      VALUE
    ------------------------------ ----------------------------------------
    NLS_LANGUAGE                   AMERICAN
    NLS_TERRITORY                  AMERICA
    NLS_CURRENCY                   $
    NLS_ISO_CURRENCY               AMERICA
    NLS_NUMERIC_CHARACTERS         .,
    NLS_CHARACTERSET               WE8ISO8859P1
    NLS_CALENDAR                   GREGORIAN
    NLS_DATE_FORMAT                DD-MON-RR
    NLS_DATE_LANGUAGE              AMERICAN
    NLS_SORT                       BINARY
    NLS_TIME_FORMAT                HH.MI.SSXFF AM
    
    PARAMETER                      VALUE
    ------------------------------ ----------------------------------------
    NLS_TIMESTAMP_FORMAT           DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT             HH.MI.SSXFF AM TZH:TZM
    NLS_TIMESTAMP_TZ_FORMAT        DD-MON-RR HH.MI.SSXFF AM TZH:TZM
    NLS_DUAL_CURRENCY              $
    NLS_COMP                       BINARY
    NLS_NCHAR_CHARACTERSET         WE8ISO8859P1
    NLS_RDBMS_VERSION              8.1.7.0.0
    
    18 rows selected.
    What are the NLS_DATABASE_PARAMETERS for * 10 G *.
    SQL> SELECT * FROM NLS_DATABASE_PARAMETERS;
    
    PARAMETER                      VALUE
    ------------------------------ ----------------------------------------
    NLS_LANGUAGE                   AMERICAN
    NLS_TERRITORY                  AMERICA
    NLS_CURRENCY                   $
    NLS_ISO_CURRENCY               AMERICA
    NLS_NUMERIC_CHARACTERS         .,
    NLS_CHARACTERSET               WE8ISO8859P1
    NLS_CALENDAR                   GREGORIAN
    NLS_DATE_FORMAT                DD-MON-RR
    NLS_DATE_LANGUAGE              AMERICAN
    NLS_SORT                       BINARY
    NLS_TIME_FORMAT                HH.MI.SSXFF AM
    
    PARAMETER                      VALUE
    ------------------------------ ----------------------------------------
    NLS_TIMESTAMP_FORMAT           DD-MON-RR HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT             HH.MI.SSXFF AM TZR
    NLS_TIMESTAMP_TZ_FORMAT        DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_DUAL_CURRENCY              $
    NLS_COMP                       BINARY
    NLS_LENGTH_SEMANTICS           BYTE
    NLS_NCHAR_CONV_EXCP            FALSE
    NLS_NCHAR_CHARACTERSET         AL16UTF16
    NLS_RDBMS_VERSION              10.2.0.1.0
    I am not able understand why a conversion takes place even if the same set of characters is used in 10G.
    I would be grateful if you guys can suggest a way to avoid this conversion because I fear of data affected kindly need your suggestions for the same thing and I thank you.

    Concerning
    Parikshit

    Depending on your settings of parameter nsl, we can see that the two databases use the same character set. Thus, characterset conversion should not be. the reason why you are facing these warnings is due to environment variables.
    you set NLS_LANG environment variables both before export and import. Then warnings should disappear. For example, in your case, you can set NLS_LANG =. WE8ISO8859P1 (Please note that I have omitted parts of the language and territory here)

    Try to set environment variables and then export and import again.

  • IMP/exp and charactersets

    We have been important (not datapump) export with a provider, and it appeared at the top of the log file:
    import done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set
    import server uses AL32UTF8 character set (possible charset conversion)
    export client uses US7ASCII character set (possible charset conversion)
    Previously, we only used expdp/impdp and then only between our servers configured in the same way. What kind of problem that can create, if any?

    Thank you
    -= Chuck

    What kind of problem that can create, if any?

    NO result of problems

  • exp 9-imp to 11g R2

    Hello
    on 9i on Win 2000 I export it as this:
    exp scott/tiger@orcl FILE=EXP_SCOTT LOG=EXP_SCOTT_LOG
    .................................................................
    .............................................................
    . about to export SCOTT's tables via Conventional Path ...
    . . exporting table                          BONUS          0 rows exported
    . . exporting table                           DEPT          4 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table                            EMP         14 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table                       SALGRADE          5 rows exported
    . . exporting table                             T1          1 rows exported
    . exporting synonyms
    . .......
    . exporting refresh groups and children
    . exporting dimensions
    . exporting post-schema procedural objects and actions
    . exporting statistics
    Export terminated successfully with warnings.
    And imported:
    imp user23/****@orcl FILE=D:\bases\orcl\EXP_SCOTT.DMP LOG=M:\bases\orcl\IMP_SCOTT_user23_LOG
    
    import terminated successfully
    
    C:\Users\>sqlplus user23@orcl
    connected
    SQL> select table_name from user_tables;
    no rows selected
    What was wrong with my exp/import?

    Thank you.

    user522961 wrote:
    Hello
    on 9i on Win 2000 I export it as this:

    exp scott/tiger@orcl FILE=EXP_SCOTT LOG=EXP_SCOTT_LOG
    .................................................................
    .............................................................
    . about to export SCOTT's tables via Conventional Path ...
    . . exporting table                          BONUS          0 rows exported
    . . exporting table                           DEPT          4 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table                            EMP         14 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table                       SALGRADE          5 rows exported
    . . exporting table                             T1          1 rows exported
    . exporting synonyms
    . .......
    . exporting refresh groups and children
    . exporting dimensions
    . exporting post-schema procedural objects and actions
    . exporting statistics
    Export terminated successfully with warnings.
    

    And imported:

    imp user23/****@orcl FILE=D:\bases\orcl\EXP_SCOTT.DMP LOG=M:\bases\orcl\IMP_SCOTT_user23_LOG
    
    import terminated successfully
    
    C:\Users\>sqlplus user23@orcl
    connected
    SQL> select table_name from user_tables;
    no rows selected
    

    What was wrong with my exp/import?

    Thank you.

    IMP user23/***@orcl FILE is D:\bases\orcl\EXP_SCOTT. JOURNAL of DMP = M:\bases\orcl\IMP_SCOTT_user23_LOG

    full=y
    

    or

    IMP user23/***@orcl FILE is D:\bases\orcl\EXP_SCOTT. JOURNAL of DMP = M:\bases\orcl\IMP_SCOTT_user23_LOG

    fromuser=SCOTT touser=user23
    
  • exp and audit_trail parameter

    Hello
    I want to exp in the database. But I feel, I have not all tables in my dmp file. Because when I have imp this file I receive almost half of all tables, which must be after the import. In fact, I have a question: how the audit_trail parameter can affect this problem. I can handle this setting?

    Why I asked if you checked the export, it is because it is a known fact that exp will not export the tables that are present, but have zeros 0 if the source database had DEFERRED_SEGMENT_CREATION enabled (and enabled by default).

    See Articles Support Oracle 960216.1 and 1178343.1

    Hemant K Collette

  • ALBPM autonomous 6 and BPM studio 10g

    I have stand-alone installation ALBPM 6 in windows 2003 sp2. Process (.exp) are built and exported BPM studio 10g.
    A BPM project has 3 process. Towing process and a subprocess. However, when I deploy this project, only the sub-processes can be deployed to ALBPM SA 6.

    Don't ALBPM SA 6 equals ITS OBPM 10g?

    Oracle BPM 10 and 6 ALBPM are different versions of the software. High risk enough do this and your chances of getting both versions to work together are very doubtful.

    You may be able to save your work if you import your files BPM Oracle 10 g XPDL process individually in a 6 ALBPM Studio project.

    Dan

Maybe you are looking for

  • Downloads show they will perform, but the files are not actually downloaded.

    It has happened since Firefox 9 that while I am able to download files and they show that being downloaded, in fact, they do not download and are never stored in the folder they are downloaded to. In the course of a download, it is possible to see th

  • Sony Action Cam (AS30) interlacing artifacts during the progressive record?

    Hello Recently bought a Sony AS30 Action Cam and I'm having withdrawal issues interlaced frames. After research last week, I came to understand what seems to be the Enigma of Pal/NTSC... I come from a Pal region, but I also tried recording NTSC to se

  • Laser Jet 4500N disconnection and does not print

    I got a cable (mini centronics USB) to connect the printer to my mac OS x 10.9.5 via USB. This is my first time the printer connected.  I recognized the printer and installed. He has not been able to print an entire page.  When I select printer and p

  • How to disable add-ins

    Hello! This may sound silly, but my computer is slow and the help section is which seems to indicate that I have 'disable add-ons. " How do I do that? I printed the report and it was 15 pages of toolbars. Help, please!

  • Create the new template context menu with TweakUI

    I regularly use a program called NoteTab Light to various textual works with UTF-8 encoding. I want to be able to right-click and create a new file with the UTF-8 encoding (I was using an extension .utf8 for that), but I'm unable to add this option w