Import from 11g database to 9i database

how to import the dumpfile on oracle9i database from 11g database?
how to export dumpfile on oracle9i database on windows from oracle10g database on linux?

Hi,
how to import the dumpfile on oracle9i database from 11g database?
try this ..am not sure will it work or not.... try it on test environment......
is it 9i and 11g databases are in same network..if it is in same network..then ok ....and same OS platform ...ok
make a tns entry of 11g's database at oracle 9i host side....try to take exp dump by using oracle 9i binaries ..then import..into destination 9i db.......am not sure it will work or not....test it...if it works well and good...
how to export dumpfile on oracle9i database on windows from oracle10g database on linux?
Not sure....
Edited by: dbc001 on Mar 20, 2013 1:23 PM
Edited by: dbc001 on Mar 20, 2013 1:23 PM

Similar Messages

  • Error during dump file Import  from 11g DB into XE database

    Hi ,
    I have a dump file exported from a 11g database. First i imported this dump file into another 11gdb test database and it worked fine.
    Later i tried to import it into an XE database. But import completed with error message as shown below. This error message appeared only for few tables.
    IMP-00015: following statement failed because the object already exists:
    Note - I created a new schema in XE database and tried to import the dump into this schema. So there is no chance for the object to exist before the import operation.
    Does anyone have any idea why import in XE fails? Is there any limitation/restriction in XE?
    FYI - All the tables that failed to import contains LOB data in it. Is LOB datatype is not supported in XE? Does this cause the problem during import?
    Regards,
    Ashok Kumar.G

    Going from 11g to XE(10g) is problematic for two reasons 1st - 11g exports not necessarily compatible with an earlier version and 2nd I have found that in some cases 11g exports can have problems when importing back into another 11g(11.1.0.7) instance due to stack overruns whereas an 10g export to 11g normally works fine..
    ./bob h.

  • Data pump import from 11g to 10g

    I have 2 database: first is 11.2.0.2.0 and second is 10.2.0.1.0
    In 10g i created database link on 11g
    CREATE DATABASE LINK "TEST.LINK"
    CONNECT TO "monservice" IDENTIFIED BY "monservice"
    USING '(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = host)(PORT = port))) (CONNECT_DATA = (SID = sid)))';
    And execute this query for test dbLink which work fine:
    select * from v$[email protected];
    After it i try to call open function:
    declare
    h number;
    begin
    h := dbms_datapump.open('IMPORT', 'TABLE', 'TEST.LINK', null, '10.2');
    end;
    and get exception: 39001. 00000 - "invalid argument value"
    if i remove 'TEST.LINK' from the arguments it works fine
    Edited by: 990594 on 26.02.2013 23:41

    Hi Richard Harrison,
    result for import from 11g to 10g:
    impdp user/pass@dburl schemas=SCHEMANAME network_link=TEST_LINK version=10.2
    Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    ORA-39001: invalid argument value
    ORA-39169: Local version of 10.2.0.1.0 cannot work with remote version of 11.2.0.2.0
    result for export from 11g to 10g:
    expdp user/pass@dburl schemas=SCHEMANAME network_link=TEST_LINK version=10.2
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64 bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing option
    ORA-39006: internal error
    ORA-39065: unexpected master process exception in DISPATCH
    ORA-04052: error occurred when looking up remote object SYS.KUPM$MCP@TEST_LINK
    ORA-00604: error occurred at recursive SQL level 3
    ORA-06544: PL/SQL: internal, error, arguments: [55916], [], [], [], [], [], [], []
    ORA-06553: PLS-801: internal error [55916]
    ORA-02063: preceding 2 lines from TEST_LINK
    ORA_39097: Data Pump job encountered unexpected error -4052

  • Import from 11G db to 10G dab

    Hi David,
    I would need to export 11G database tables and import them to 10G database. I have exported from 11G using exp command. The command I have used is:
    exp scott/tiger file=emp.dmp tables=emp,dept;
    Now I need to import emp.dmp in Oracle 10G. Would the imp command for Oracle 10G work in this case? Is the command I need to use as given below?
    imp scott/tiger file=emp.dmp full=yes
    Can you please help me in this regard.
    Thanks as always,
    ChD

    David,
    Thanks. This has been helpful. I am having some questions working with AWM.
    In my case I am having the following dimensions:
    Positon Dim
    Positon Dim Hierarchy (Nation--> Region--> District --> territory)
    Product Dim
    Product Dim Hierarchy (Market --> TA --> Brand --> Item)
    Customer Dim.
    Now in my reports I am shwing the Product and Positions from Hierarchies (not from the Dimensions). In this case do I need to specify aggregation based on the Position/Product Dims or on Position/Product Hierarchies only?
    Again, I am having some reports based on the Customer Dim. But Customer Dim has no Hierarchy. So do I need to aggregate the data based on the Customer Dim at all?
    Also please tell me whether I need to follow any specific order of dimensions in case of aggregation (or that is something AWM would itself take care)?
    Lastly, there are a lot of Calculations in the Aggregation drop down. Should I use 'Sum' while aggregating in this case and rolling up data based on Hierarchies?
    Thanks in advance.
    ChD

  • DATA IMPORT from MS.ACCESS TO ORACLE DATABASE

    I have an MS ACCESS MDB file , I to import all the Tables and Data into ORACLE DATABASE through FORMS.Because this file is on Client side, and maintain on daily basis ,so it is very hard to import manually daily through traditional ODBC method,for that our one team member busy all day with that issue.
    Is it possible in our forms to import data from MS.ACCESS to ORACLE. I tried HOST command but it doesn't work.
    Data structure and Table Name are same both is MS Access and Oracle.
    We are Oracle 8i and Developer 6i

    Like i said in my previous post, the same steps that you used to do manually, you need to do it through forms, it's not that straight forward, you need to do lots of coding.
    connect form to MS Access db read the data, and insert them into oracle tables.
    Search the forum, there are solutions previously posted, and keep checking the online help .
    Tony

  • SQL modeler can not import from data dictionary

    It was very frustruted to see that the SQL Modeler hang in import from data dictionary of a database as part of revise engineering. I have to question myself if sql modeler is a serious tool and should I give up.

    I am not sure if Data Modeller is still in Beta./Production. First couple off initial versions of a new product are normally buggy.
    Regards
    Alternatively, If this product is still in Beta, then you can contact the development team or report the issue so that they can take care of this issue in next beta release.
    Edited by: skvaish1 on Mar 30, 2010 3:18 PM
    Edited by: skvaish1 on Mar 30, 2010 3:26 PM

  • Full Import from 8.1.5 to 9.2 errors

    Hi Guys
    We are running with WinNT SP6, I created a 9.2 database, carried out a full import from a 8.1.5 database, no problems.
    When I try to do a full import again into the 9.2 database, I get
    IMP-00019: row rejected due to ORACLE error 1
    IMP-00003: Oracle error 1 encountered
    ORA-00001: unique constraint (gs.table_name) violated
    I'm using FULL=Y IGNORE=Y DESTROY=N (as I did with the original successful full import into the same 9.2 database)
    I just want to be able to update the entire database with a more recent version of the data on the 8.1.5 database.
    What do I need to set to avoid these errors and import the new dmp file successfully?
    Can I just re-run the full import again on top of the 9.2 database after the unsuccessful full import?
    Many thanks in advance for any speedy responses!
    Cheers
    Ciaran

    The unique constraint violation happens because you have data in your 9.2 database. You are attempting to insert the same records again from your new export.
    To refresh the data in your 9.2 instance with more recent data from the 8.1 instance, you will need to truncate (or drop) all of the tables in the 9.2 instance before doing your import. I would also suggest that if you truncate the tables, you also drop all indexes, constraints and triggers. These can be re-built by the import, or manually from scripts after the import.
    TTFN
    John

  • WAY TO IMPORT DATA FROM 11G DATABASE TO 10G DATABASE?

    Hi All,
    I have a requirement to take an full export dump of an Oracle database and import it fully to a 10g database.
    I have never touched 11G until now and would like to know whether the 11G expdp will be downward
    compatible so that I can use the dump file(created by 11G expdp) to import it to 10G(using 10d impdp).
    Or if it is not possible, can you please brief me the steps I should follow here?
    Note: I have only 11G installed in this server.
    Regards
    Satish

    Oracle's Data Pump (expdp) utility has a VERSION parameter. Here is an excerpt from the documentation:
    VERSION
    Default: COMPATIBLE
    Purpose
    Specifies the version of database objects to be exported. This can be used to create a dump file set that is compatible with a previous release of Oracle Database. Note that this does not mean that Data Pump Export can be used with versions of Oracle Database prior to 10.1. Data Pump Export only works with Oracle Database 10g release 1 (10.1) or later. The VERSION parameter simply allows you to identify the version of the objects being exported.
    Syntax and Description
    VERSION={COMPATIBLE | LATEST | version_string}
    The legal values for the VERSION parameter are as follows:
        * COMPATIBLE - This is the default value. The version of the metadata corresponds to the database compatibility level. Database compatibility must be set to 9.2 or higher.
        * LATEST - The version of the metadata corresponds to the database version.
        * version_string - A specific database version (for example, 11.1.0). In Oracle Database 11g, this value cannot be lower than 9.2.
    Database objects or attributes that are incompatible with the specified version will not be exported. For example, tables containing new datatypes that are not supported in the specified version will not be exported.
    Here is a link to the documentation.
    Hope this helps!

  • Import an 11g database in the oracle 8i server

    Is posible to import and sql file exported from 11g to 8???? HOW CAN I DO IT, THERE EXIST OTHER WAY TO PERFORM THIS??
    thank you very much

    What is the technical or business need for this requirement ?
    Pl identify exact versions of "11g" and "8" - typically export from a higher release to a lower release is done by connecting with the client of the lower version ("8") to the database of the higher version ("11g").
    Compatibility Matrix for Export And Import Between Different Oracle Versions [Video] [ID 132904.1]     
    How To Import To Lower Version Database Or Run Network Export With EXP/IMP Utilities [ID 1065604.1]     
    Do you have a client for your "8" version ? Even if you do, it is highly unlikely you will be able to connect to a "11g" database using this client.
    Client / Server / Interoperability Support Matrix For Different Oracle Versions [ID 207303.1]     
    If you somehow succeed to connect, you may or may not be able to succeed.
    HTH
    Srini

  • After upgrading to Yosemite (I don't have iPhoto anymore, only PHOTOS) my pictures will not import from my iPad or iPhone 5s or any picture from web, it shows "Database Error: failured to persist version"

    After upgrading to Yosemite (I don't have iPhoto anymore, only PHOTOS) my pictures will not import from my iPad or iPhone 5s or any picture from web, it shows "Database Error: failured to persist version".  Any help will be greatly appreciated.

    Sorry,
    Yes, the error message is exactly like that  ("Database error: failured to persist version")
    No photos will import at all.  I use USB to import from iPhone 5s or iPad 2. 
    About the difference?  iPhoto and Photos .  Are there two softwares?
    I also will like to merge and/or synchronize all my photos I had saved to iCloud backups, Macbook Pro,  iPhone 5s and iPad hard drives using iPhoto.  It's call iPhoto library.  At one point I turned off streaming. 
    Thanks again Larry HN.

  • Database link from 11g to 10g

    I am trying to create a database link from the 11g database to the 10g database using:
    create database link ORCL10R2 connect to <username10g> identified by <password10g> using <db10g>;
    It Returns
    Database link created.
    select sysdate from dual@ORCL10R2 returns error:
    ERROR at line 1:
    ORA-12504: TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
    Please let me know what changes I need to make to tnsnames and listener at both servers.

    11g database: 10.1.1.10
    10g database: 10.1.1.12
    TNSNAMES.ORA at 10.1.1.10
    XYZ =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.1.1.10)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XYZ)
    LISTENER.ORA at 10.1.1.10
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.1.1.10)(PORT = 1521))
    what needs to be modified here?
    Edited by: 944558 on 5 Jul, 2012 12:27 AM

  • Database link from 11g to 10 g

    I am trying to create a database link from the 11g database to the 10g database using:
    create database link ORCL10R2 connect to <username10g> identified by <password10g> using <db10g>;
    It Returns
    Database link created.
    select sysdate from dual@ORCL10R2 returns error:
    ERROR at line 1:
    ORA-12504: TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
    Please let me know what changes I need to make to tnsnames and listener at both servers.

    i think this question is not related to sql or pl sql.
    Please Post here
    General Database Discussions
    Venkadesh

  • IMPORT from database with dynamic parameter list

    Hi Gurus,
    Iu2019m having problems during import from a cluster table.
    I wanu2019t to do an import with a dynamic parameter list, but I cannot get it to work.
    Sample code ********
    DATA: BEGIN OF st_key,
    report LIKE rsvar-report,
    variant LIKE rsvar-variant,
    END OF st_key.
    DATA dirtab1 LIKE cdir OCCURS 10 WITH HEADER LINE.
    DATA dirtab2 LIKE cdir OCCURS 10 WITH HEADER LINE.
    st_key-report = 'ZPRG'.
    st_key-variant = 'VAR1'.
    IMPORT DIRECTORY INTO dirtab1 FROM DATABASE vari(vb) ID st_key.
    IMPORT DIRECTORY INTO dirtab2 FROM DATABASE vari(va) ID st_key.
    DATA: tmp_var(100)   TYPE c.
    This works - P_BWTAR is a parameter from the selection screen registred in VARI
    I'm getting the content of the field in tmp_var
    IMPORT p_bwtar TO tmp_var FROM DATABASE vari(va) ID st_key.
    This does not work - the parameter P_BWTAR is in the dirtab2-name
    I'm not getting the content
    LOOP AT dirtab2.
        IMPORT dirtab2-name FROM DATABASE vari(va) ID st_key.
      ENDIF.
    ENDLOOP.
    I have tried the syntax IMPORT (dirtab2-name) ........
    but this fails the syntax check.
    Please - if you have any suggestions  :o)
    Best Regards,
    Vibeke

    Dear Vibeke,
    Could you please explain us how you solved the problem because you have the same issue ?
    thanks a lot
    KR
    véronique

  • Using IMPORT from Database to fetch data from CLuster

    Hi,
    I am using IMPORT From Databse to ge the data from a Cluster DB.
    IMPORT i_postings_old
            FROM DATABASE y0fsgr001(xx)
            ID l_sgr_memory_id.
    whats is happening is there is not data in  I_postings_old but there is data for the ID = l_sgr_memory_id.
    in table y0fsgr001.
    What might be the reason for this behaviour?
    Thanks
    Nishant

    When doing the corresponding EXPORT TO DATABASE (in case you are doing it) Are you using the same variable name i_postings_old ?
    Sometimes I faced this issue and in most cases it was due to the use of different variable names, maybe that's your case too.
    IMPORT i_postings_old

  • ABAP command "import from database..."

    Can someone in this forum explain to me the low level  details behind the ABAP command "import from database"?
    The select in tables like stxl, indx, moni just retrieves data in hex format for the fields of type raw or lraw.
    But the command import from database works fine!
    What's the magic? Compression? Hash algorithms? etc?
    Thanks!

    When you import a field from a database, it should be the same name and format when it was exported. These databases are a cluster table where data is stored in raw. I assumed it will read the cluster portion of the record and convert it into the field structure byte by byte. These tables have field CLUSTR which store the byte size of the record. So if you are willing to program the read, where you find out the length of the field you want to IMPORT, then read that number of byte from the cluster data, move it to the field you are importing, you should be able to do your own read. However, if we can do it in 1 statement using IMPORT, we don't need to program it.
    Cluster table is used to save space since you don't need to create a new database record for each line of internal table you stored into them. Hope this helps.

Maybe you are looking for

  • Copying photos from one computer to another, with descriptions

    After editing photo descriptions and locations in iPhoto, it is desireable to be able to copy them to iPhoto on another computer, with the associated photo descriptions and locations.  In principle, this is possible by selecting all desired photos, t

  • All of a sudden photos are no longer in a format supported by my iphone!!!

    I'm not at home at the moment, we're on holidays in Bangkok and today when I went to open iTunes to sync my phone I got the dreaded, "Your iTunes has expired" - I use my MBP for development. I went and downloaded the next beta (beta 5) and sync'd awa

  • HP Laserjet P1005 print in Text Edit but nor in Word or Adobe Reader

    I just bought a HP LaserJet P1005 printer, it does print in all the aplications that camed with the operating system Mac OS X 10.4.10 ( Text Edit, Ical, Iweb, Sherlock, etc) but It does not print in any other aplication ( Open Office, Microsoft Offic

  • Role of do1x authentication in AP's

    Hi guys I have a basic question, What is the role and use of dot1x authentication in cisco access points? I have noticed some configurations use this where they have dot1x credentials defined and then have them used in their SSID config. If one was u

  • Want to restore my iphone 4

    Hi....!!! i'm facing a problem on my iphone. i forgot my previous apple id and password now i want to restore my device which is jail broken... will it work after restoring it, i mean will it require that previous apple id?