Export - Import in Oracle Application Database

The export in Oracle Applications Database works fine.
But the import always show some issue and sometimes never completes.
Even if it completes it complete with error , how to ensure an error free export/import ?
How to handle a table movement if the table consists of a LONG column ?

The errors are cannot import this tables..
Also mostly are of Long tables..Any IMP-XXXXX or ORA-XXXXX messages?
Can you explain how long objects are exported and imported ?What type of objects?
What is the database version?
Are you doing a full database import?
Also sometimes import hangs for 2/3 days?Does it hang when importing a specific object?
Did you follow the steps outlined in the following notes when you did the Export/Import?
Note: 362205.1 - 10g Release 2 Export/Import Process for Oracle Applications Release 11i
https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=362205.1
Note: 230627.1 - 9i Export/Import Process for Oracle Applications Release 11i
https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=230627.1

Similar Messages

  • Unable to connect Oracle Application Database using Discoverer Admin 10g

    Hi,
    I have installed oracle Admin 10g on my machine and trying to connect oracle application database but every time i am getting error like "Unable to connect to: user@hostname Failed to connect to database Unable to connect to Oracle Application Database. Invalid username/password".
    Installed BI Discoverer Admin 10.1.2.1
    Discoverer Admin Client 10.1.2.48.18
    Database 9i
    I have done following steps:
    1. Selected radio button for Connect to Application EUL's.
    2.Gateway User ID (GWYUID)/Password :APPLSYSPUB/PUB
    3.FNDNAME:APPS
    I able to connect discoverer plus.
    Thanks
    Ravi

    Hi Ravi
    Glad to hear you solved this. It is very gratifying when one solves it alone, don't you think?
    Best wishes
    Michael

  • How do i export/import the Oracle Portal Online help

    hai everybody...
    i want to export/import the
    Oracle Portal Online Help Content Area
    i tried this same as (my own content area
    export/import)...but my own content area Pages were worked.....how do i do this..
    any help..
    thanks in advance
    null

    The recommended way is to export the User Manager configuration template out (using the AdminUI), import it into your new enviroment (again using the AdminUI - you have to type the password of the LDAP user in since it is not exported) and then initiating an LDAP Synch.

  • Unable to connect to Oracle Applications database (afscpgcs) after clone

    Hi,
    I have just moved (clone using rapidclone) two of our 11.5.10.2 install from a solaris SPARC 8 to 10 . After the clone, while discoverer 10g works perfectly well in one environment, it is giving the error below in the another environment.
    - Failed to connect to database - Unable to connect to Oracle Applications database (afscpgcs)
    Notes:
    1. For the 2 environments, nothing as changed apart from the hostnames.
    2. The password has not changed on both - from source to targets.
    3. This happens when launching discoverer 10g from Apps.... discoverer works well on it own if not launched from apps.
    I raised a SR with oracle and the 2 things they said have not worked. they said
    1. change signon password case parameter - but I cannot find that in the list of system parameters on our system.
    2. The other note says apply patch 6430269 and I can confirm this patch has been on the system for sometime.
    Please advise on this if you have come accross this before and you can help here.
    Thanks

    Thanks for your concern. I have used the notes you listed but no luck. One thing I have to point out here is that I have always cloned from solaris 8 to 8 for years without this problem. Now I am cloning from solaris 8 to 10 and the problems is on just one environment. The other is working well. The problem seems to be related to the apps password but the password has not changed at all. Also, I have tried to change the password to something else and ran autoconfig but no luck. Please help

  • Unable to connect to Oracle Applications database invalid username/password

    Hi,
    Ou Requirement is we want to connect to Oracle Applications using discoverer plus and discoverer viewer.
    Application Server used : 10.1.2.0.2
    Oracle Applications : R12 RUP4
    We have installed application server 10g with OID and when we try to connect to oracle applications we are getting
    A connection error has occurred.
    - Failed to connect to database - Unable to connect to Oracle Applications database: invalid username/password.
    Regards
    Ketan

    Hi,
    I think better to check with your sysadmin or DBA on this, I had the same isuse before but Apps 11i with Discoverer, I talked to ERP sysadmin and worked fine.
    Since applications userid cannot talk with Discoverer schema (eul10_us) and it should directly talk with APPS user and then APPS user can talk with Discoverer user.
    To the best of my knowledge I provided.
    --skat                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Export & Import in the same DataBase

    Hi,
    I'm trying to export and import in the same DataBase but in different User/Tablespace, the imp procces create the objects in the same Tablespace of the export. What can I do to create a copy of a schema in the same database?
    Thanks. JEA

    I am not sure if I am reading your question correctly, Create a new user in your database.
    Use the command line (DOS) command 'exp80 username/password@hoststring'
    there are a number of parameters here, you can find their meanings online if you search for 'export ORACLE command line parameters', I don't know what your requirements are but you have to set the FILE parameter with the name of the file you wish to store your output in(ext should be .dmp).
    To import, use imp80 and log on as the new user you created then the following parameters need to be set:
    File= your file name
    SHOW = n
    IGNORE = n
    GRANTS = y
    ROWS = y
    FROMUSER = old user name
    TOUSER = new user name
    TABLES = *
    I hope this helps.
    SE

  • Import command error while importing in oracle 8i database.

    Hi,
    Trying to import a schema using imp utility in oracle 8i using sucessfully exported dump file in oracle 11g. But getting below errors.
    IMP-00010: not a valid export file, header failed verification
    IMP-00000: Import terminated unsuccessfully
    Please provide any solution for this above error so that i can import a schema in Oracle 8i database.
    Thanks.

    dump file created in 11g database can't be imported in lower 8i version.
    Restrictions When Using Different Releases of Export and Import
    The following restrictions apply when you are using different releases of Export and Import:
    Export dump files can be read only by the Import utility because they are stored in a special binary format.
    Any export dump file can be imported into a later release of the Oracle database.
    The Import utility cannot read export dump files created by the Export utility of a later maintenance release. For example, a release 9.2 export dump file cannot be imported by a release 9.0.1 Import utility.
    Whenever a lower version of the Export utility runs with a later release of the Oracle database, categories of database objects that did not exist in the earlier release are excluded from the export.
    Export files generated by Oracle9i Export, either direct path or conventional path, are incompatible with earlier releases of Import and can be imported only with Oracle9i Import. When backward compatibility is an issue, use the earlier release or version of the Export utility against the Oracle9i database.
    Thanks
    Kuljeet Pal Singh
    Edited by: Kuljeet Pal Singh on Mar 19, 2012 7:43 PM

  • Importing an oracle 8i database from Enterprise Version intot Oracle Lite

    How do i get to import an Oracle 8i Enterprise Server database into an Oracle 8i lite server.
    null

    I have never done this..but it ought to be simple....
    If you are only cocvern about the logical schema and the data in it..then I would simply export the database using export utility.
    let say if user snawaz who owns the schema on you enterprise server ..then just make sure you have a user snawaz on the lite oracle..
    also make sure user snawaz on both have enough priviledges to the database..
    then simply do an export:
    example:
    from enterprise database:
    exp snawaz/snawaz@sidname owner=snawaz
    this will export all the schema owned by snawaz, then take the export file to oracle lite...
    then do import
    imp snawaz/snawaz@sidname
    when it prompts for entire dmp file just say no and only import user and specify the user snawaz...
    it should work fine..
    If you need more comprehensive doc.let me kow
    Good Luck
    Shah

  • System copy with Export/Import Distribyted system UNIX database, Windows CI

    HI
    we have a distributed system witch I want to make a copy of
    Oracle Database on HP-UX
    CI + SCS on Windows
    Dual stack system  ABAP/Java
    1)  I have made an system copy with data base copy tools, and that works fine.
    2)  I have made a system copy export/import of a "central system"
    If I try to make an export/import system copy on a distributed system it wont work.
    ( this work fine in a central system) I dont get anny error messages all gren checks marks ! 
    It seems like the problem are in not finding the profiles from CI ?
    It find the profiles for the sapgateway.
    I someone are more interested I have more documentation with screen shots in a word document.
    I Have used Installation Master SR3 and tryed with some older versions as well.
    I have read SAP Note 970518 - Hom./Het.System Copy SAP NetWeaver 7.0 (2004s) SR2
    SAPINST   
    Using virtual hosts for central and/or DB instances
    SYMPTOM:
    You are using virtual host names for your central instance and/or the database instance (e.g. in a HA environment). Although SAPinst finishes successfully, some export steps are not being performed.
    SOLUTION:
    Start the export with the property SAPINST_USE_HOSTNAME=<virtual host>.
    If the central instance and the database instance run on different hosts, run the database export with SAPINST_USE_HOSTNAME=<virtual host name of the DB server> and - if you run a Java or ABAP+Java system - run the central instance export with SAPINST_USE_HOSTNAME=<virtual host nameof the central instance host>.
    If you run a central system with different host names in the profiles, handle the export as a distributed export, calling SAPinst with parameter SAPINST_USE_HOSTNAME. Perform the export of the database instance on the DB server, calling SAPinst with SAPINST_USE_HOSTNAME=<virtual host of the DB server>.

    Hi I have received folloving answer from SAP:
    You're doing everything correct - besides one thing.
    When you specify the profiles during the database export it cannot be
    correct to specify the profiles of the gateway instance located on
    the same host.
    As a consequence - it picks up the wrong instance G01 and sets the
    property 'hasABAP' and 'hasJava' to 'false'...  - thus the export
    is empty. You can see this within the corresponding 'sapinst.log' file.
    The correct procedure would be to specify the profiles of the central
    instance on the Windows Machine. If you cannot access them, you should
    make them available by Samba or by any type of software which makes
    it's possible to export filesystems or directories from windows to
    unix.
    Best regards
    Bent

  • Error While Importing the oracle 815 database

    The error message i get is "segmentation fault(core dump)".
    This error Occurs when i import any table from this export file(.dmp). I using the command "imp parfile=filename". When i run the file, the error occure when starting to import the data from the dmp file.
    I'm using the oracle8i release 8.1.5.0.0 on SunOS 5.7. import and export utility also has the same version(8.1.5.0.0).

    dump file created in 11g database can't be imported in lower 8i version.
    Restrictions When Using Different Releases of Export and Import
    The following restrictions apply when you are using different releases of Export and Import:
    Export dump files can be read only by the Import utility because they are stored in a special binary format.
    Any export dump file can be imported into a later release of the Oracle database.
    The Import utility cannot read export dump files created by the Export utility of a later maintenance release. For example, a release 9.2 export dump file cannot be imported by a release 9.0.1 Import utility.
    Whenever a lower version of the Export utility runs with a later release of the Oracle database, categories of database objects that did not exist in the earlier release are excluded from the export.
    Export files generated by Oracle9i Export, either direct path or conventional path, are incompatible with earlier releases of Import and can be imported only with Oracle9i Import. When backward compatibility is an issue, use the earlier release or version of the Export utility against the Oracle9i database.
    Thanks
    Kuljeet Pal Singh
    Edited by: Kuljeet Pal Singh on Mar 19, 2012 7:43 PM

  • Export error in Oracle Applications 11.03

    I am having trouble exporting fields out of Oracle Applications. I get an error saying failed command. Any ideas on how to fix? This wouldn't be related to IE version or service pack or OS would it??? Some workstations can while others cannot.

    you better to check the codes first, it looks like the code first check the OS, then call the related code to export.

  • Reg: oracle application database 11i

    Database Version:9.2.0.6.0
    Application version:11.5.10.2
    OS version: Redhat linux 4Es
    I want to upgrade the database 9.2.0.6.0 to 10.xxxx , please give me the solution.
    Regards
    D

    Hi,
    Please refer to (Note: 362203.1 - Oracle Applications Release 11i with Oracle 10g Release 2 (10.2.0)).
    If you want to upgrade to 11g (which is also certified with Oracle Apps 11i), please refer to (Note: 452783.1 - Oracle Applications Release 11i with Oracle 11g Release 1 (11.1.0)).
    Regards,
    Hussein

  • Upgrade Oracle Applications database 10.2.0.4  running on 32bit RHEL3u9 to

    Hi we are currently planning to upgrade Oracle Applications RAC 2-node database 10.2.0.4 running on 32bit RHEL3u9 to 11.2.0.2 64bit on RHEL5u6 on a new hardware. Can I have some feedback if this is possible or do we migrate the 10.2.0.4 32bit RAC database to RHEL5u6 64bit using RMAN and then upgrade to 11gR2?
    Current
    Database 10.2.0.4 2-node RAC 32bit on RHEL3u9
    Oracle E-business Suite 12.1.3 on RHEL5u6
    Target
    Database 11.2.0.2 2-node RAC 64bit on RHEL5u6
    Oracle E-business Suite 12.1.3 on RHEL5u6
    Thanks in advance
    Raf

    Can I have some feedback if this is possible or do we migrate the 10.2.0.4 32bit RAC database to RHEL5u6 64bit using RMAN and then upgrade to 11gR2?
    Current
    Database 10.2.0.4 2-node RAC 32bit on RHEL3u9
    Oracle E-business Suite 12.1.3 on RHEL5u6
    Target
    Database 11.2.0.2 2-node RAC 64bit on RHEL5u6
    Oracle E-business Suite 12.1.3 on RHEL5u6Please refer to (Using Oracle E-Business Suite Release 12 with a Database Tier Only Platform on Oracle 10g Release 2 [ID 456197.1]) for the supported way to migrate the 10gR2 database.
    To upgrade the database to 11gR2, please refer to:
    11gR2 11.2.0.2 Database Certified with E-Business Suite
    http://blogs.oracle.com/stevenChan/entry/db_11gr2_11202_ebs
    Thanks,
    Hussein

  • Implement Database Audit on Oracle applications DataBase

    Hi ,
    I have faced an issue .
    there are someone log in to the database and with sql statement through sqlplus he delete a record
    I need a plan to implement an audit for this issue and a security method to apply to prevent this issues
    and if it applicable how to create a database user like apps for the developer to recognize who is connecting the database
    my environment :
    DataBase : 11g R1(11.0.1.7)
    applications : R 12.1.2
    I will be so appreciated for helping me
    Thanks
    Osama Mohamed ahmed

    Hi,
    You can do it by Auditing the Database useing FGA(Fine Grained Auditing) and DBV(database vault) and for using those you need the licence for that.
    however you can use some basic auditing
    check the blow link for more deatail about the configuration.
    http://www.oracle-base.com/articles/10g/auditing-10gr2.php
    HTH

  • Queries related to Oracle applications database .

    Our ciurrent environment is 3 DB RAC node on 10.2.0.4
    Apps ver is R12 with Linux x86-64
    CRS on 11g R1
    ASM on 11gR1
    now to upgrade to 11gR2 should we go for DB upgrade from 10.2.0.4 to 11gR1 first and then upgrade CRS,ASM andthen upgrade DB to 11gR2.
    Please guide me on this .
    Regards .

    Hi;
    Apps ver is R12 with Linux x86-64
    CRS on 11g R1
    ASM on 11gR1
    now to upgrade to 11gR2 should we go for DB upgrade from 10.2.0.4 to 11gR1 first and then upgrade CRS,ASM andthen upgrade DB to 11gR2.Please see below notes which is mention by Steven Chan's blog
    http://blogs.oracle.com/stevenChan/2009/12/11gr2_database_ebs_12.html
    You can also see below master note:
    Database Documentation Resources for EBS Release 11i and R12 [ID 1072409.1]
    Regard
    Helios

Maybe you are looking for

  • What additional software is required to make Itunes player work on Windows 7?

    What additional software is required to make Itunes player work on Windows 7?  I don't have Java installed I can not fill out the form fields when singing up,   I had to use I.E. 11 to get the apple ID.    I couldn't enter my credit or debit card num

  • SAP Logos/Graphic Table

    Hi, Does anyone know the name of an SAP table that contains Logo/Graphic information (such as name of logo/graphic, if it is black/white or color, etc.)  I've found a few structures, but I need a table.  Thank you, Danielle

  • Flexible DLL error code message

    HI, I'm using a flexible DLL Action step (C/C++ DLL).  The Returned value go to a local error variable. The result Action is set to 'If value < 0 Set Error occurred to true' Set ErrorCode is checked. Now, I get a run time error with the error code di

  • StackMap attribute missing

    Hi ! I have a question about StackMap attribute presence. Here is disassembled method: public void a() {         // 2a         0               aload_0         // 04         1               iconst_1         // b6 00 2c         2               invokevi

  • Transfered drawings to photoshop and lines dont show or dont have the correct line weight

    Hi everyone, I did some drawings using autocad, then transfer them to illustrator for organization purposes. Now I need to transfer them to photoshop to do renders on them, but when I do the line weight and details in photoshop don't look the same. I