Backup from 10g to 9i

Hi.
I need to create a database in oracle 10g. my question is if when i´ll finish my development, ¿can I recreate it in 9i?.
¿Can i restore a user of my database 10g in a database 9i, her plsql programs, jobs, etc? ¿Do i need something else?
Or only i need do my backup and restore it in my database 9i.
Thanks for your help.
Alex

Can Oracle 9i read oracle 10g database schemas??Yes, it can. On 9i environment you create a TNS alias pointing to 10g DB, say DB10G, then :
$ exp username/password@DB10G file=exp10g.dmp ......
and use the export file to import into 9i :
$ imp username/password@DB9i file=exp10g.dmp ......

Similar Messages

  • Export from 10g to 11gr2

    Hi All,
    I am going to export the full backup of database 10g and import the same to 11gr2.
    I am just curious to know if i should invoke the full backup from 10g (with full=y option as system user). I guess this option will take the backup of system tables and parameters too. And i suppose the system tables and parameters will be different for 11gr2. Correct me if I m wrong.
    What is best way and options you would recommend.
    Is the below operation correct?
    expdp system/oracle directory=BACKUP dumpfile=dbexp.dmp logfile=expdp_full.log full=y *(ON 10G)*
    impdp system/oracle full=Y directory=Backup dumpfile=dbexp.dmp logfile=impdp.log *(ON 11g)*
    Thanks for your suggestions.
    Regards

    ls the below operation correct?
    expdp system/oracle directory=BACKUP dumpfile=dbexp.dmp logfile=expdp_full.log full=y (ON 10G)
    impdp system/oracle full=Y directory=Backup dumpfile=dbexp.dmp logfile=impdp.log (ON 11g)yes,it looks fine.
    full=y will work as during import it will ignore the object which will already exist in 11g like system/sysman.

  • RMAN Backup from 11g to 10g

    Hi to all,
    I am having a catalog DB in 11g and database in 10g. Can I take backup of 10g from 11g catalog database.
    When I try to connect to the rman, I am getting the below error.
    rman catalog=rman/rman@catalogdb target=sys@db10g_58
    Catalog DB is in 11g
    TargetDB in 10g
    OS: Windows 2003 Server on both the servers.
    Kindly post the suggestions.
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-06429: TARGET database is not compatible with this version of RMAN
    Regards,
    Vijayaraghavan K

    Go to this link
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14194/compat002.htm
    Regards
    Asif Kabir

  • Error while migrating from 10g to 11g

    Hi
    I am migrating a bpel process wit partner link activity from 10g to 11g
    I got an error.It says there is no composite file in the process .so, migration is filed.
    Pls help me...

    Hi Eric,
    Thanks for the reply.Here is the info in the logfile.
    INFO: UPGBPEL-02036: Starting migration for source projects in the list : "C:\jdevstudio10131\jdev\mywork\myBPELApplication\PickDemo.backup.backup"
    INFO: UPGBPEL-02029: Backed up source contents can be found in: "C:\jdevstudio10131\jdev\mywork\myBPELApplication\PickDemo.backup.backup.backup"
    INFO: UPGBPEL-02007: Using source directory list: "C:\jdevstudio10131\jdev\mywork\myBPELApplication\PickDemo.backup.backup\bpel"
    INFO: UPGBPEL-02008: Using target directory: "C:\jdevstudio10131\jdev\mywork\myBPELApplication\PickDemo.backup.backup"
    INFO: UPGBPEL-02047: Upgrade messages are available in log file : "C:\OFM\jdev_home\jdeveloper\\upgrade\logs\PickDemo.backup.backup2010-08-16-15-43-33PM.log"
    INFO: Suitcase directory is C:\jdevstudio10131\jdev\mywork\myBPELApplication\PickDemo.backup.backup\bpel
    INFO: There are 0 task files in the suitcase
    INFO: No more than one .task file in the upgrade source directory and hence not upgrading the bpel src
    INFO: UPGBPEL-02041: Retrieving wsdl for partnerLink "AsyncWait" from "http://xppro:8888/orabpel/default/AsyncWait/AsyncWait?wsdl". This wsdl location can be used later for any manual setup of composite reference binding, if the upgrade plan includes using 1013x endpoints for the interim.
    SEVERE: Upgrade failed. Check the logs for any exceptions. Ensure that the WSDL URLs specified in the project are reachable and a valid 10.1.3.x project is used for upgrade. Before re-attempting upgrade, restore the original project code source from the backup directory.
    java.net.ConnectException: Connection refused: connect
         at oracle.viewgen.plugin.bpel.BPELPlugin.createComponentType(BPELPlugin.java:172)
         at oracle.viewgen.ViewGenerator.main(ViewGenerator.java:223)
    Caused by: oracle.j2ee.ws.wsdl.LocalizedWSDLException: WSDLException: faultCode=PARSER_ERROR: Failed to read wsdl file at: "http://xppro:8888/orabpel/default/AsyncWait/AsyncWait?wsdl", caused by: java.net.ConnectException. : java.net.ConnectException: Connection refused: connect
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:371)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:615)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:258)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:229)
         at oracle.viewgen.wsdl.WSDLUtil.getWSDL(WSDLUtil.java:60)
         at oracle.viewgen.componentType.bpel.BpelDDUtil.checkAndUpdateBPELDD(BpelDDUtil.java:477)
         at oracle.viewgen.plugin.bpel.BPELPlugin.createComponentType(BPELPlugin.java:107)
         ... 1 more
    Caused by: java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:525)
         at java.net.Socket.connect(Socket.java:475)
         at java.net.Socket.<init>(Socket.java:372)
         at java.net.Socket.<init>(Socket.java:215)
         at javax.net.DefaultSocketFactory.createSocket(SocketFactory.java:212)
         at HTTPClient.HTTPConnection$EstablishConnection$2.run(HTTPConnection.java:4268)
         at HTTPClient.HttpClientConfiguration.doAction(HttpClientConfiguration.java:708)
         at HTTPClient.HTTPConnection.doAction(HTTPConnection.java:5379)
         at HTTPClient.HTTPConnection$EstablishConnection.run(HTTPConnection.java:4254)
    i dont have any clue on this error.

  • Migrating with RMAN from 10g to 11g

    Hi gurus,
    I am following the following procedure to migrate database from 10g to 11g using rman
    Source side:
    RMAN>connect target
    RMAN>backup database;
    RMAN>backup archivelog all;
    RMAN>backup current controlfile;
    SQL> create pfile from spfile;
    Copied datafile, archivelog backup files and pfile and password files to target side. i.e. on 11g server side
    Target side:
    Set proper parameters for 11g
    SQL>startup nomount;
    RMAN>connect target
    RMAN>set dbid=<source database id>
    RMAN>catalog start with '<rman backup file location';
    RMAN>restore controlfile;
    RMAN>run
    set newname for datafile 1 to '<target datafiles location with file name';
    restore database;
    switch datafile all;
    finished
    upto now it's success full when i am trying to recover
    RMAN>recover database;
    it is saying
    rman 00571
    rman 00569
    rman 00571
    rman 03002
    ora - 19698
    can you please suggest the solution for this.
    thanks a lot.

    I'm not sure what you're doing is supported.
    You are taking a 10g database and restore and recover it using 11g software.
    I think you are allowed to do that with 10g software only.

  • RMAN restore from 10g to 11g

    Dear All,
    I have full rman backup and archivelog pieces where the version is 10.2.0.1.
    Now I have prepared a server with oracle 11g and same mount points and want to restore the database from those pieces.
    Is it possible?
    If yes then what extra precautions and necessary things I need to do before or after the restoration?
    Thanks in advance.

    Megatron wrote:
    No. I just want to upgrade my db. So that I plan to follow the below steps
    1. install oracle 11g software only in my new machine.
    2. copy the backup pieces from 10G server to 11G server.
    3. Run the rman restore and recover command.
    Will it be any issue?Yes, it is issue.
    You have to upgrade the database.
    Run from source 10g database, @?/rdbms/admin/utlu111i.sql
    In upgrade mode @?/rdbms/admin/catupgrd.sql
    after opening database in 11g @?/rdbms/admin/utlrp.sql

  • Backup from datafile

    hello experts,
    i lost my backup.dmp file through the export utility of oracle 10g database.
    but i have all the control files,redo log file and datafiles. so please tell me how to take
    backup from this.
    i trying by just replacing the all the control and datafile and redo log file(default name of control,datafile,redolog file).
    i am able to connect to sysdba, and performing the following command :
    first i stop oracle processes in task manager.
    then rename the all control , datafile and redolog file to anothers.
    and copy the old control, datafile and redo log file in same folder and restart the system.
    then following commands run on sql plus
    connect to sysdba/oracle as sysdba
    SQL> shutdown immediate;
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 574619648 bytes
    Fixed Size 1250212 bytes
    Variable Size 213912668 bytes
    Database Buffers 352321536 bytes
    Redo Buffers 7135232 bytes
    Database mounted.
    ORA-01122: database file 1 failed verification check
    ORA-01110: data file 1: 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\NEWTON\SYSTEM01.DBF'
    ORA-01207: file is more recent than control file - old control file
    when i try to connect to scott/tiger@newton then
    error shows:
    SQL> connect scott/tiger@newton;
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    Warning: You are no longer connected to ORACLE.
    plese help me to succesfuly back the data. its very urgent.
    thanks
    yash

    i follow this step:
    SQL> startup mount;
    ORA-01081: cannot start already-running ORACLE - shut it down first
    SQL> shutdown immediate
    ORA-01507: database not mounted
    ORACLE instance shut down.
    SQL> startup mount;
    ORACLE instance started.
    Total System Global Area 574619648 bytes
    Fixed Size 1250212 bytes
    Variable Size 213912668 bytes
    Database Buffers 352321536 bytes
    Redo Buffers 7135232 bytes
    Database mounted.
    SQL> alter database backup controlfile to '/tmp/controlfile.txt';
    alter database backup controlfile to '/tmp/controlfile.txt'
    ERROR at line 1:
    ORA-01580: error creating control backup file /tmp/controlfile.txt
    ORA-27040: file create error, unable to create file
    OSD-04002: unable to open file
    O/S-Error: (OS 3) The system cannot find the path specified.
    thanks
    yash

  • Restoring Oracle 11g backup to 10g (or XE)

    Is there a way to restore the Oracle 11g backup to 10g (or XE).
    - impdp/expdp will be helpful for this exercise.
    - or i have to use some other utility.
    Please let me know.
    w\

    So far i found this...
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/exp_imp.htm#SUTIL103
    h1. Using Different Releases and Versions of Export
    Whenever you are moving data between different releases of the Oracle database, the following basic rules apply:
    The Import utility and the database to which data is being imported (the target database) must be the same version.
    The version of the Export utility must be equal to the earliest version of the source or target database.
    For example, to create an export file for an import into a later release database, use a version of the Export utility that is equal to the source database. Conversely, to create an export file for an import into an earlier release database, use a version of the Export utility that is equal to the version of the target database.
    In general, you can use the Export utility from any Oracle8 release to export from an Oracle9i server and create an Oracle8 export file. See Creating Oracle Release 8.0 Export Files from an Oracle9i Database.

  • Backup from ASM database

    Hi,
    I have an ASM database instance in Oracle 10g in windows XP environment.
    I want to know how to take backup from ASM database and store it in tape drive.
    Thanks in advance.
    Regards,
    A.Mohammed Rafi

    Thanks for the immediate reply.
    Since I am very new to this concept could you please let me know how to perform backup through RMAN.
    Also let me know whether backup through RMAN generates any dump file so that it can taken to tape or can be used for import.
    Once agains thanks a lot....

  • How to take SQL Server Database backup from DB side

    Dear All,
    Please suggest how to take SQL Server Database backup from DB side?
    System Info-
    Portal Server (EP7)
    MS SQL Server
    Microsoft Windows 2003 Server
    Suggest ASAP.
    Thanks & Regards,
    Sameer

    Hi,
          I am planning to take SAP DB backup I need the procedure how to take backup. With in the server.
          My Operating System is IBM AIX
                 Database is  Oracle 10g
                 SAP BI7.0 through this I need to take backup.
         Note:
                1)  First of all I gone to /oracle/<SID>/102_64/dbs/init<SID>.sap and I changed the settings backup_dev_type = disk
                 backup_root_dir = /home/db0/test/sateesh/DB0backup
                 stage_root_dir = /home/db0/test/sateesh/DB0backup
               2) Then I gone to BRTOOLS I changed to disk there I scheduled Online backup
               3) Then I came to SAP DB13 I want to take daily backup. But the backup is not going properly what to do any mistake I had done
                    Try to give the valuable solution to take Online backup

  • I sent my iphone for repair. before I sent it I did a backup (on the 7th of august). no i got my phone back but in iTunes I only see a backup from 21st of july. How can I access my latest back up?

    I sent my iPhone to Apple for repair. Before I sent it I did a backup (on the 7th of August). Today I got it back, but my iTunes only shows me a backup from 21st july and from today. How can I access my  backup from 7th of august?

    You should really read the manual.
    "How do you restore from backup? "
    Restore.  When given the choice, choose to use backup.
    "And how can I check to see if the pics and videos are on my computer somewhere first??"
    They would only be where you put them.  What program did you use to import them?  Pics/vids taken with ipod are not part of the sync process at all.  You should be importing them just as you would with any digital camera.
    If you did not import them, then they are not on your computer.

  • HT1766 4 voice memos in iTunes backup from iPhone had ! marks and would not play so I deleted them and although they are still on the iPhone, they will not sync back to iTunes from iPhone.

    4 voice memos in iTunes backup from iPhone had ! marks and would not play so I deleted them and although they are still on the iPhone, they will not sync back to iTunes from iPhone.

    You may have to try deleting all the music from your phone (by going to Settings>General>Usage>Music, swipping All Music and tapping Delete), then sync it all back on with iTunes in order to fix this.

  • Application has problems when migrated from 10g to 11g

    Hi there,
    I am hoping someone can shed some light on a problem I have in moving an application from Oracle 10g to Oracle 11g. The app works fine on 10g (uses Apache webserver with PL/SQL module, and APEX 3.1.2.00.2), but on 11g using the embedded web server and APEX 3.2.0.00.27, it doesnt. Most of the app works fine, but there are a couple of pages that provide the ability to add child rows to a parent/child relationship, where the parameter passing mechanism from one page to the next appears to suffer from some sort of corruption. I have traced this using the "session" and "debug" buttons on the developer interface, which show that the values of the parameters get changed inexplicably, when branching from one page to the next - even when the page is actually branching to itself.
    I am using the "Set these items, "With these values" fields in the branch, and have verified that the correct values are being associated with the correct items in the application builder. But while this does work correctly under 10g, with 11g, the wrong values end up being passed. Just prior to the branch the set of parameters have the correct values, but immediately after the branch, one of the values is NULL, another has the value of a different item, and a third has a totally random value - I have no idea were it comes from!
    I migrated the application from 10g to 11g using the APEX application developer's Export/Import options. There have been no other changes. Should this have worked? If so, any ideas what might have gone wrong?
    Thanks,
    Sid.

    Well, I managed to solve this, but not in a way that makes much sense.
    In desperation (I had tried almost everything else!) I changed the value of "Cached" in the page settings from "No" to "Yes", and ran the app, but the page didnt render correctly (in either Firefox or IE7) - in fact all that displayed was the developers toolbar at the bottom of the page. I changed the value of "Cached" back to "Y", ran the app again, and hey presto - everything worked fine! I actually did this a second time with a fresh import of the app from 10g, just to be sure I wasnt seeing things. I wasnt!
    There was just one further issue - everything worked fine apart from this section of code in a page process:-
    ELSIF (:p9_filter_type = 5) THEN
    IF (:p9_x_gene_list IS NOT NULL) THEN
    :p9_filter := :p9_x_gene_list;
    END IF;
    :p9_entity_types := 'GENE';
    END IF;
    In 11g the value of :p9_entity_types was not being set to 'GENE' when :p9_filter_type was 5. This was (and still is) working in 10g. I changed the code as follows:-
    ELSIF (:p9_filter_type = 5) THEN
    :p9_entity_types := 'GENE';
    IF (:p9_x_gene_list IS NOT NULL) THEN
    :p9_filter := :p9_x_gene_list;
    END IF;
    END IF;
    ... and now it works fine in 11g as well.
    Only wish I knew why!

  • Oracle Upgrade from 10g to 11g [BRANCHED BY MODERATOR]

    Hi Deepak/Folks,
    Another question that I have is that while doing the Oracle Upgrade on an EP server, the patches were not installed properly and I had to shut down the Patches installation after it did not do anything for a while.
    Now when I try to install the patches it fails telling me that the Installed patches cannot be verified, I had written to SAP and they told me to follow the
    SAP note 1862446 - Inventory
    load failed... OPatch cannot load inventory for the given Oracle Home
    and re-create the oracle  inventory.
    This has also not helped in anyway.
    Is there a solution to this problem.
    Following is the error that I am getting when I try to Install the patches
    Getting pre-run patch inventory...
    Getting pre-run patch inventory...failed.
    Cannot get pre-run patch inventory.
    Refer to log file
      $ORACLE_HOME/cfgtoollogs/mopatch/mopatch-2014_08_06-14-52-51.log
    when I open the log file specified here I get the following
    more mopatch-2014_08_06-14-52-51.log
    more /oracle/<SID>/11203/cfgtoollogs/mopatch/mopatch-2014_08_06-15-01-51.log
    MOPatch - Install Multiple Oracle Patches in One Run - 2.1.15.
    Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
    Version:       2.1.15
    Revision:      5.1.2.26
    Command-line:  /oracle/<SID>/11203/MOPatch/mopatch.sh -v -s SAP11203P_1312-20009978.zip
    Oracle Home:   /oracle/<SID>/11203
    RDBMS version: 11.2.0.3.0
    OPatch version:11.2.0.3.3
    Clean-up:      supported
    PSUs:          supported
    Log file:      $ORACLE_HOME/cfgtoollogs/mopatch/mopatch-2014_08_06-15-01-51.log
    Patch base:    .
    Patch source:  SAP11203P_1312-20009978.zip
    Link script:   ./link.mts<SID>ua.sh
    Readmes:       <none>
    Strpd. Readmes:<none>
    make utility:  /usr/ccs/bin/make
    unzip utility: /oracle/<SID>/11203/bin/unzip
    User name:     ora<SID>
    Working dir:   /oracle/stage
    System:        HP-UX mts<SID>ua B.11.31 U ia64 2468369872 unlimited-user license
    Disk free:     11734549 KBytes on /oracle/<SID>
    Disk required: 886496 KBytes on /oracle/<SID>
    Getting pre-run patch inventory...
    executing: "/oracle/<SID>/11203/OPatch/opatch" lsinventory -retry 0 -xml "./mopatch-187-21696-tmpdir/preinv.xml"
    ========================================================
    GENERIC OPATCH VERSION - FOR USE IN SAP ENVIRONMENT ONLY
    ========================================================
    Oracle Interim Patch Installer version 11.2.0.3.3
    Copyright (c) 2012, Oracle Corporation.  All rights reserved.
    Oracle Home       : /oracle/<SID>/11203
    Central Inventory : /oracle/<SID>/oraInventory
       from           : /oracle/<SID>/11203/oraInst.loc
    OPatch version    : 11.2.0.3.3
    OUI version       : 11.2.0.3.0
    Log file location : /oracle/<SID>/11203/cfgtoollogs/opatch/opatch2014-08-06_15-01-56PM_1.log
    List of Homes on this system:
    Inventory load failed... OPatch cannot load inventory for the given Oracle Home.
    Possible causes are:
       Oracle Home dir. path does not exist in Central Inventory
       Oracle Home is a symbolic link
       Oracle Home inventory is corrupted
    LsInventorySession failed: OracleHomeInventory gets null oracleHomeInfo
    OPatch failed with error code 73
    Getting pre-run patch inventory...failed.
    Cannot get pre-run patch inventory.  Exiting.
    I would appreciate if you folks can help me out on this
    Thanks
    APS

    FOLLOW UP QUESTION BRANCHED:
    Oracle Upgrade from 10g to 11g [BRANCHED BY MODERATOR]

  • Getting error while upgrading rpd to 11g from 10g

    Hello,
    I have a rpd using obiee 10g.I want to open the same in obiee 11g,but getting error like need to run one file.
    obieerpdmigrateutil.exe.
    So i just run with -i,-u and -o option, that now i am getting this error->
    The file 'DBFeatures.INI' is required for RPD migration and could not be located. Please ensure that ORACLE_INSTANCE is pointing to a valid instance directory.
    Thanks

    Hi akshara,
    Firstly you need to upgrade from 10g to 11g,you need to run a .bat file from the path and follow some steps like collecting the artifact files like NQSconfig.ini,instanceconfig.xml,DBfeatures.ini with RPD and catalog to upgrade to 11g.
    Here is the step by step process to upgrade and some artifact files manually given in step 2 of this blog http://prolynxuk.com/blog/?p=424
    http://www.biconsultinggroup.com/images/VideoAlbum/OBIEE11gUpgrade11-4-10.pdf
    (OR) standard documentation Start here http://download.oracle.com/docs/cd/E1457101/bi.htm_
    If still the problem exists you manually update the DBfeature.ini file going to the specific location in 10g and copy them to 11g path.
    hope helps you.
    Cheers,
    KK

Maybe you are looking for

  • IPhoto library corruption after 9.6.1 upgrade

    I´ve been working with iPhoto for years, and I had a library with 60gb of photos, but after the last update (that I did some minutes ago), the program restarted and asked me to choose a library or to create a new one. I choose the old one, but it app

  • JRE not upgraded to 1.6_0_X while upgrading our EBS from 12.0.6 to 12.1.1

    Hi, We are in the middle of upgrading our EBS from 12.0.6 to 12.1.1. We have successfully applied patch and upgraded Oracle homes. I have upgraded JDk and got below output. $ADJVAPRG -version java version "1.6.0_20" Java(TM) SE Runtime Environment (b

  • Q: Must one use special LabVIEW types (e.g. float64) for DLLs in LabWINDOWS/CVI?

    Hello, I have recently started compiling C code using LabWindows/CVI, and have successfully called a simple DLL function from within LabVIEW. I have a question about the types defined in LabVIEW's extcode.h file: These are defined to explicitly quant

  • Update was terminated - VL01N - POSTING_ILLEGAL_STATEMENT

    HI, When i am posting a delivery document, the document is getting created. But when i am using VL02N transaction, i am getting the following error. I am seeing this in SO01 transaction  - Business Work place. Update was terminated Transaction..   VL

  • Merging two images....

    Here's one for you guys.... I have a bunch on JPG images (50+) that I've taken that I want to add a "copyright" to. I use photoshop, and the copyright is just text created in PS and saved as a PS file (IIRC I'm at work ATM). What I would like to know