9i to 10g using conventional problem imp/exp migration patterns

I have a 9i on windows xp and a 10g in a windows server 2003

I want to export example tablespace for 9i and 10g.

10g has no schema sample.

I tried full export of export and a tablespace then when I imported all the imported schemas, tables 10g base in human resources, Ow, sh, ix and other tables were imported except for the pm.

There is only 1 table that cannot be imported into the schema of the pm, which is online_media.

This is my command imp system/oracle import file = full.dmp fromuser = touser = pm pm

Here is the log:

Export file created by EXPORT: V09.02.00 by conventional means

import in WE8MSWIN1252 and AL16UTF16 NCHAR character set

import server uses the AL32UTF8 (possible character set conversion) character set

. import objects from the PM to PM

IMP-00060: WARNING: jump table "PM". «' ONLINE_MEDIA ' because the object type ADR «»

YS. "" ORDDOC ' does not exist or to identify different

. . table import 'PRINT_MEDIA' 4 imported lines

. . importing table "TEXTDOCS_NESTEDTAB" 12 imported lines

IMP-00017: statement failed with error ORACLE 942:

'ALTER TABLE 'ONLINE_MEDIA' ADD 'LOC_C_ID_FK' FOREIGN KEY ('PROD' CONSTRAINT '.

"CT_ID") REFERENCES 'OE '. "" "PRODUCT_INFORMATION" ('PRODUCT_ID') ACTIVATE NOVALID.

"SSA".

IMP-00003: ORACLE error 942

ORA-00942: table or view does not exist

IMP-00017: statement failed with error ORACLE 942:

'ALTER TABLE 'PRINT_MEDIA' ADD 'PRINTMEDIA_FK' FOREIGN KEY ('PROD' CONSTRAINT '.

"UCT_ID") REFERENCES 'OE '. "" "PRODUCT_INFORMATION" ('PRODUCT_ID') ACTIVATING NOVALI.

"DATE OF".

IMP-00003: ORACLE error 942

ORA-00942: table or view does not exist

IMP-00017: statement failed with error ORACLE 942:

"SCAN TABLE"ONLINE_MEDIA"ESTIMATE STATISTICS.

IMP-00003: ORACLE error 942

ORA-00942: table or view does not exist

About to activate the constraints...

IMP-00017: statement failed with error ORACLE 942:

' ALTER TABLE 'ONLINE_MEDIA' ENABLE CONSTRAINT "LOC_C_ID_FK"

IMP-00003: ORACLE error 942

ORA-00942: table or view does not exist

IMP-00017: statement failed with error ORACLE 2430:

"ALTER TABLE"PRINT_MEDIA"ENABLE CONSTRAINT"PRINTMEDIA_FK"

Import completed successfully with warnings.

Note that I created the example tablespace and patterns.

desc online_media output is:

SQL > desc online_media

Name                                      Null?    Type

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

PRODUCT_ID NOT NULL NUMBER (6)

PRODUCT_PHOTO ORDSYS. ORDIMAGE

PRODUCT_PHOTO_SIGNATURE ORDSYS. ORDIMAGESIGNATURE

PRODUCT_THUMBNAIL ORDSYS. ORDIMAGE

PRODUCT_VIDEO ORDSYS. ORDVIDEO

PRODUCT_AUDIO ORDSYS. ORDAUDIO

CLOB PRODUCT_TEXT

PRODUCT_TESTIMONIALS ORDSYS. ORDDOC

If you copied the definitions of objects ORDSYS of 9i and 10g, so I think that it is incorrect. You should have instead installed/activated ORDSYS in 10g according to the 1078222.1

HTH
Srini

Tags: Database

Similar Questions

  • IMP/exp expdp/impdp vs

    Hi all;
    which is better in performance the traditional exp/imp or expdp/impdp?

    Hello

    Oracle Data Pump is a more recent, rapid and flexible alternative to utilities 'exp' and 'imp' used in previous versions of Oracle. In addition to export and import of basic feature data pump provides a PL/SQL API and support for external tables

    If Oracle is recommended for all 10g databases and more use of Data Pump and pre 10g use old exp/imp :)

  • language of stdout IMP/exp

    Hi all

    I'm interested in changing language exp or imp log files? Oracle version is 10.2.0.4.0, version of the OS is Win 2k3R2.

    I have Oracle DB installed on the OS of the Hungarian language and when starts a command exp, I get the log on the Hungarian language file. I need language stdout for utility imp/exp on English. Can I do this?
    For as far as I know language stdout to query for the current session sqlplus can be changed with alter session set nls_language = ENGLISH.

    A little demonstration:

    current log file:
    . . . . .
    . . a következo tábla exportálása:                         A          3 sor exportálva
    . . a következo tábla exportálása:                         B          2 sor exportálva
    . . a következo tábla exportálása:                         C          0 sor exportálva
    . . . . . 
    desired logfile:
     . . . . .
    . . exporting table                       A          3 rows exported
    . . exporting table                       B          2 rows exported
    . . exporting table                       C          0 rows exported
    . . . . .
    TNX in advance.

    Before walking exp or imp (and why use exp and imp?)

    Set nls_lang =_.

    Don't know why but it seems that it is "Question Doc day" again.

    -------------
    Sybrand Bakker
    Senior Oracle DBA

  • IMP/exp utility will not work

    Hello world
    I have windows 7 64 bit, I installed oracle 10 g 2 and oracle 11G without obstacles or problems.
    recently I formatted and reinstalled the same windows, but when I install oracle 10 g 2 imp/exp utility does not work, and he just gave

    C:\Users\Ashraf\Oracle\product\10.2.0\db_1\BIN > imp
    Import: Release 10.2.0.1.0 - Production on Fri Apr 15 18:12:58 2011
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    IMP-00058:
    IMP-00000: Import terminated unsuccessfully
    C:\Users\Ashraf\Oracle\product\10.2.0\db_1\BIN >

    any ideas? I thought virus, about reinstalled again a new to different drives, but the same...

    Thanks a lot guys

    Right-click on cmd.exe, then "Run as Administrator". After that command the class IMP.

  • imp exp/full FUL grant allows select u / drop all tables... How to avoid this?

    Hi all

    We do nightly exp as our backup for certain pattern... and shell script we used the password hardcoded in the script system and we want to avoid this... so I try to create another user who can make exp/IMP... and what's my user statement like... to give full grant create imp exp/full...

    CREATE test USER
    IDENTIFIED BY THE VALUES OF 'PASS '.
    DEFAULT TABLESPACE USERS
    TEMPORARY TEMP TABLESPACE
    DEFAULT PROFILE
    RELEASE OF ACCOUNT;
    -3 roles for test
    GRANT IMP_FULL_DATABASE TO test.
    GRANT CONNECT TO test;
    GRANT permission TO test;
    Test of ALTER USER DEFAULT ROLE;
    -1 privilege system for test
    GRANT UNLIMITED TABLESPACE TO test;

    but now, here's the thing... This test user is able to query every single table in any schema... or drop something... . How can I stop that...

    all I want to do for test user is exp/imp and nothing else... the user can select on any table but cannot modify or drop whatever it is... what according to give for it? some exp/IMP...

    If not, how can I avoid hard codding the password in my shell script? Can I have one parfile but then again who will need to have the password... and we try to avoid that...

    Anyone (with the appropriate privileges) can import the dump file later. You wouldn't need the TEST user to be able to import the file. If the only thing that the TEST user generates a FULL dump file = a, then the user would only need permission privileges. If the user does not have a full export because you're that concerned about a few diagrams, the user didn't even need permission privileges.

    Justin

  • IK heb 13 PSE used zonder problems maar het niet meer, naked works red squeeze mededeling PSE 13 editor works niet meer ik is een clean opgetreden. Programma en opnieuw installeren want closer niet. IK use windows 10.

    IK heb 13 PSE used zonder problems maar het niet meer, naked works red squeeze mededeling PSE 13 editor works niet meer ik is een clean opgetreden. Programma en opnieuw installeren want closer niet. IK use windows 10.

    Moving to Photoshop Elements

  • basics of IMP/exp

    Hi all

    Could someone provide a few links on imp/exp metalink in Oracle?
    I'm under Unix OS.
    Thanks in advance!

    Concerning

    Hello

    Please refer to:

    Oracle® Database Utilities 10 g Release 2 (10.2)
    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14215/TOC.htm

    Oracle9i Database Release 2 (9.2) Utilities
    http://www.Oracle.com/pls/db92/db92.to_toc?pathname=server.920%2Fa96652%2Ftoc.htm&remark=docindex

    Note: 556636.1 - Oracle - Export Data Pump Import DataPump FAQ and server
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=556636.1

    Note: 132904.1 - matrix compatibility for export and import between different Versions of Oracle
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=132904.1

    Note: 553337.1 - Import/Export DataPump parameter VERSION - data pump compatibility between different Versions of Oracle
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=553337.1

    For import and export Oracle E-Business Suite, please see:

    Note 230627.1 - process of Import/Export for Instances of Oracle Applications Release 11i with Oracle9i Enterprise Edition database
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=230627.1

    Note 362205.1 - process of Import/Export for Oracle Applications Release 11i with Oracle Database 10 g Release 2 Database Instances
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=362205.1

    Kind regards
    Hussein

  • 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.

  • Problems with exp util

    Hello, I want to export the diagram with all the tables and lines in this diagram, but I have a problem with the export of lines, I tried a lot of methods and are all does not work

    exp system / * QUEUE = exp_u.dmp LOG = exp_u.log OWNER = owner_name STATISTICS = NONE

    and here is the log message:

    Export: Release 10.2.0.4.0 - Production on sea Feb 12 14:54:17 2014

    Copyright (c) 1982, 2007, Oracle.  All rights reserved.

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

    With the partitioning, Data Mining and Real Application Testing options

    Export in US7ASCII and AL16UTF16 NCHAR character set

    Server uses the AL32UTF8 (possible character set conversion) character set

    About to export specified users...

    . export of the actions and the patterns of objects procedures

    . exporting foreign function library names of user IOM

    . export synonyms for PUBLIC types

    . export synonyms for private types

    . export definitions of object type for the IOM user

    About to export objects of PRD_OIM...

    . export the database links

    . export of sequence numbers

    . export cluster definitions

    . about to export tables of PRD_OIM by conventional means...

    . export synonyms

    . export of the views

    . export of stored procedures

    . export of operators

    . export of referential integrity constraints

    . export of triggers

    . export indextypes

    . image bitmap, functional and extensible index export

    . export of posttables actions

    . export of materialized views

    . export of the instant newspapers

    . export the work queues

    . export of groups of refreshment and children

    . export of dimensions

    . export actions and procedures of post-compilation schema objects

    . export statistics

    Export completed successfully without warnings.



    Why this command do not export continue lines?


    And I try this method:

    expdp system / * schemas = dumpfile = exp_u.dmp OWNER_NAME

    and this

    exp system / * QUEUE = export.dmp GRANTS = Y INDEX = LINES Y = Y OWNER STATISTICS = NONE LOG = oim.log OWNER_NAME =

    and I have the same result.

    Any suggestions?

    Hello

    The journal you have shown is not associated with TABLE exported. I suppose that the user who you specified does not all tables. Can confirm you.

    Check the result of the following query:

    To connect to the specified schema and run the following query:

    Select count (1) from user_tables;

  • Oracle imp/exp

    GRANTS OF $ EXP SCOTT/TIGER = Y TABLES =(EMP,DEPT,MGR)
    ksh: syntax error: '(' unexpected)

    Anurag Tibrewal says:

    Given that you have exported the user scott, you should be important with a user with dba privilege. And the syntax is

    Only if the export user DBA. Otherwise, you don't need:

    SQL> create user u1 identified by u1 default tablespace users quota unlimited on users
      2  /
    
    User created.
    
    SQL> grant create table,create session to u1
      2  /
    
    Grant succeeded.
    
    SQL> create table u1.emp as select * from scott.emp;
    
    Table created.
    
    SQL> create user u2 identified by u2 default tablespace users quota unlimited on users
      2  /
    
    User created.
    
    SQL> grant create table,create session to u2
      2  /
    
    Grant succeeded.
    

    Now:

    C:\Temp>exp u1/u1 tables=emp
    
    Export: Release 10.2.0.4.0 - Production on Sun Jan 31 22:30:04 2010
    
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Produc
    tion
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    
    About to export specified tables via Conventional Path ...
    . . exporting table                            EMP         14 rows exported
    Export terminated successfully without warnings.
    
    C:\Temp>imp u2/u2 fromuser=u1 touser=u2 ignore=y
    
    Import: Release 10.2.0.4.0 - Production on Sun Jan 31 22:30:06 2010
    
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Produc
    tion
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    Export file created by EXPORT:V10.02.01 via conventional path
    
    Warning: the objects were exported by U1, not by you
    
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    . importing U1's objects into U2
    . . importing table                          "EMP"         14 rows imported
    Import terminated successfully without warnings.
    
    C:\Temp>
    

    SY.

  • DPM backup: imp/exp with system/password

    Hello

    I export the database as:

    exp system/passwd owner=mi file=/var/Downloads/dmp/MI61015.dmp log=/var/Downloads/dmp/MI61015.log statistics=none
    

    Import database as:

    imp system/passwd fromuser=mi touser=mi file=/var/Downloads/dmp/MI61015.dmp log=/dmp/MI61015.log
    

    Question-1: An oracle expert says that's not good. Why?

    Question-2: If I do not write in the command export statistics = none then its display of warnings. Why should I use it?

    Thanks to anitcipation

    Hi H. Christy

    As you mentioned in the previous post, your database schema source GSW has segments in the following storage spaces;

    SQL > select tablespace_name distinct from dba_segments where owner = 'GSW ';

    TABLESPACE_NAME

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

    USERS

    SYSTEM

    When you import, you specify:

    REMAP_TABLESPACE = SYSTEM: GSW

    But the import process fails with:

    ORA-39083: TABLE object type: 'GSW '. "' REPORTS ' unable to create with the error:

    ORA-00959: tablespace 'GSW' does not exist

    Above means GSW tablespace must be created in the target database because you specify that all segments of the SYSTEM tablespace must be redirected (created) in tablespace GSW.

    Also, you must rewrite your import like this command:

    Impdp gsw/pass remap_tablespace = SYSTEM: GSW remap_tablespace = the rΘpertoire of USERS: GSW dumpfile = gsw.dmp = dmpdir

    Then, you must restart all import process in the target database:

    SQL> CREATE TABLESPACE gsw .......
    
    SQL> drop user gsw cascade;
    SQL> create user gsw identified by pass;
    SQL> grant connect, resource to gsw;
    SQL> grant read, write on directory dmpdir to gsw;
    SQL> grant create database link to gsw;
    
    impdp gsw/pass remap_tablespace=SYSTEM:GSW remap_tablespace=USERS:GSW dumpfile=gsw.dmp directory=dmpdir
    

    Kind regards

    Juan M

  • Utility IMP EXP in Linux.

    Hi all

    I'm Imp the diagram but I'm not able to do this successfully.

    Step, I've done so far.

    1. I have a Exp. DMP folder under as follows

    Directory = DATA_PUMP_DIR

    what lsgdev/dpdumpexp_tbsbi.dmp

    2Select * from dba_directories;

    SYSlsgdev/dpdump/.

    3GRANT READ on DIRECTORY DATA_PUMP_DIR FOR system

    GRANT WRITING ON DIRECTORY DATA_PUMP_DIR ON the system

    4linux permission rwxrwxrwx on the file exp_tbsbi

    Linux permission dpdump rwxrwxrwx

    [oracle@lsgapps ~]impdp system $ / * remap_tablespace = directory USERS TBSBI:= DATA_PUMP_DIR exp_tbsbi. = dumpfile dmp full = y imp_tbsbi1. = logfile Open a parallel session = 4

    Import: Free 11.2.0.1.0 - Production on Mon Aug 12 09:50:01, 2013

    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

    Connected to: Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production

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

    ORA-39001: invalid argument value

    ORA-39000: bad dump file specification

    ORA-31640: could not open the dump file ' /lsgdb/dpdumpexp_tbsbi.dmp ' to read

    ORA-27037: unable to get file status

    Linux-x86_64 error: 2: no such file or directory

    Additional information: 3

    Can you pls help on this.

    Thank you

    You have two choices

    1. place the export file in the location/u02/app/oracle/admin/lsgdev/dpdump and then run the import.

    2. create a directory in the database (see CREATE a DIRECTORY ) pointing to/u02/app/oracle/admin/lsgdb/dpdump , and then call impdp using this directory.

    HTH
    Srini

  • help IMP/exp

    Hi friends;
    I have a Linux (64-bit) with installation of oracle instant client. Can use instant customer exp/imp utilities?
    If can how? need a new configuration?

    Concerning
    VK

    You cannot use instant customer exp/imp utilities. You can install the database oracle or oracle database client software in order to use exp/IMP.

  • 10g tools installation problem

    Have an interesting question w / the programme YES for all products before 11g. I work in a Government environment and they have implemented strategies group at a crazy level. The last initiative was to disable the Compatbililty Mode on Windows 7. Thus the YES program simply disappears. I tried to change the settings to include the check for a version 6.1 operating system, tried different switches like - ignoresysprereqs and nothing works.

    Until someone mentioned "these products are not certified... blah blah blah..." Yes, I know that. But the products DON'T work. We have installed Oracle 9, 10g, Designer 6, Designer 10 g, Developer 10 g. Ore g. Discoverer 10 on Windows 7. They work. What has stopped working is the YES program. If I can't install this last point is moot.

    Is it possible to use the YES program that comes w / products 11g to install the older?


    Thank you!


    CJ

    In general, you must be a member without restriction of the Administrators group in Windows in order to install Oracle most (and almost any professional) products. As you said, the older products can be implemented on Win7 (32 bit), but with a few unknown problems known and probable. They may also work on 64 bit Win7, but with additional questions. I wouldn't recommend this for a professional/production work, because it can be risky and him more often is not supported by Oracle if you contact support.

    One of the questions YES has been addressed in the Setup program included with 10.1.2.3 and newer. A work around for installing 10.1.2.0 (Developer Suite) with Patch 3 (10.1.2.3) is discussed in the Note 1292919.1 . This note presents a patched version of the installer that allows installation on Win7. However, as you will not be able to get this to work without being a member of the administrator group. To clarify... it may appear to install, but you probably will not be able to use all executables except if you are a member of the Trib.

    .

    Published by: Michael Ferrante, 6 March 2012 16:05

  • PDF attached used open - problem just started

    This week, a PDF file attached to an e-mail gives error message "error downloading, the download could not be saved, because an unknown error occurred - try again. On the download window, the message is "failed, resource mailbox. Yet, I can save the file to the desktop and open it.

    This problem just started happening.

    Help would be appreciated... Thank you in advace

    Perry B

    Problem solved, kind of...

    I went and changed the options of attachments to use my own Adobe Reader instead of the (in Thunderbird) option. Now by clicking on the attachment in Thunderbird works fine. There must be something wrong with the drive of Thunderbird.

Maybe you are looking for