Export DB from 7 on \\Server1 into Oracle 9i on \\Server2

Windows Environment
I have a DB on \\Server1 with Oracle 7
I have Oracle 9i installed on \\Server2
I want to move the DB from \\Server1 onto \\Server2... the whole DB and I expect user roles, permissions etc i.e. a replica of the DB
Thanks

1. Migration to Oracle9i release 1 - 9.0.1.x :
Direct migration with a full database export and full database import
is only supported if the source database is:
- Oracle7 : 7.3.4
- Oracle8 : 8.0.6
- Oracle8i: 8.1.5 or 8.1.6 or 8.1.7
2. Migration to Oracle9i release 2 - 9.2.0.x :
Direct migration with a full database export and full database import
is only supported if the source database is:
- Oracle7 : 7.3.4
- Oracle8 : 8.0.6
- Oracle8i: 8.1.7
- Oracle9i: 9.0.1
above are the compatible for export and import between oracle versions.
Well, if your directory structure on windows server are identical, then, simple full export and import would be enough for you.
Jaffar

Similar Messages

  • Loading data from .csv file into Oracle Table

    Hi,
    I have a requirement where I need to populate data from .csv file into oracle table.
    Is there any mechanism so that i can follow the same?
    Any help will be fruitful.
    Thanks and regards

    You can use Sql Loader or External tables for your requirement
    Missed Karthick's post ...alredy there :)
    Edited by: Rajneesh Kumar on Dec 4, 2008 10:54 AM

  • Export photo from photoshop elements into iPhoto

    how to export pic from photoshop elements into iPhoto

    Are you using the Adobe Elements Organizer to manage the photos?  You'll need to export/save a full sized copy to the Desktop, import the file from there to iPhoto and then delete the copy on the Desktop.

  • How can I export projects from PMDB1 database into existing PMDB2 database?

    Does datapump handle this? I have been told my only option is XER format but I have thousands of projects to move from one database into another existing database.

    Migrate.bat will migrate an entire database from one platform to another (eg: Oracle to MS SQL SRVR) but for selective projects you would need to move them via PPM Application export (XER/XML). Your other option as someone suggested is to upgrade the entire database schema to a newer version if that is the end goal, but it sounds more like you have two existing database schemas to consolidate.

  • Import data from a file into oracle db

    Hello!
    The problem is the following: data within a file must be placed
    into several tables in a oracle server. For that a program has
    to be written. It4s not done with executing a program cause the
    data in the file can vary and depending on different flags the
    import into oracle must be done. Now we tried the classes of
    oo4o to access the db, but this only works for integer values,
    the samples from oracle also only work for integer. We don4t
    need to use oo40, is there a better / other way to write the
    programm ? Has anybody a free sample ?
    Thanx

    ur problem is to import the data from file with different conditions which needs to be taken care programitically
    Pls mail me your file and ur logic
    my id is [email protected]

  • Using Oracle Forms Importing Data From SQL Server into Oracle Tables.

    Dear All,
    We are using Oracle Forms 10g in windows XP and having OAS 10g and Oracle database 9i.
    How can we import data from SQL Server 2005 into Oracle tables using Oracle Forms?
    Thanks & Regards
    Eidy

    I have no idea what "Oracle Hetrogenius Services" is, so I can't help you with that, sorry.
    SQL Developer might also assist you. SQL Developer can connect to SQL Server as well as Oracle and has some tools for migration. See the documentation for details:
    http://download.oracle.com/docs/cd/E12151_01/doc.150/e12156/toc.htm
    For additional help on using SQL Developer for this task, please consult Support or the SQL Developer forum: SQL Developer
    Hope this helps,
    Jacob

  • Reading milliseconds from Sql server into oracle 10g

    Hi,
    We have a very time sensitive pressing requirements to be addressed immediately.
    We need to read the date time column from sql server 2008 into oracle 10g.
    We have a dblink established between the two servers and have tried to use sql server and sql native client 10 driver to read the dates from sql into oracle.This we are able to do very successfully.
    The issue is in reading milliseconds stored in sql server.The millisecond part comes in as 00000 from sqlserver to oracle.These milliseconds are needed to identlfy the unique records.
    For instance
    SQL SERVER Oracle
    source_id source id
    01/01/2012 6:30:35:456 01/01/2012 6:30:35:000000.
    Im issuing my query through Toad via Oracle to remote sql server using a dblink which connects using HS ODBC connection to sql server 2008(remote).
    We have no control over sql server Db as this is remote third party DB.We just have select access to their tables to bring into our own oracle DB.
    Any insight or help will be much appreciated.

    Hi,
    Could you please send the following information -
    - what version of HSODBC are you using ? Is it a 10.2 version ?
    - what is the SQL*Server datatype of the column you are reading ?
    - from Oracle could you issue -
    describe sql_server_table@hsodbc
    - what is the Oracle datatype shown for the column ?
    Could you also run your tests using SQLPLUS instead of TOAD ? We don't support TOAD and need to know if the problem also happens when using SQLPLUS, to avoid it being a TOAD problem.
    Also, 10.2 HSODBC is now desupported and you should be using the 11g Database Gateway for ODBC (DG4ODBC) which is a direct replacement for HSODBC. To use DG4ODBC your RDBMS needs to be at 10.2.0.4 or higher and DG4ODBC should be installed in a completely separate ORACLE_HOME from the existing 10.2 install.
    Regards,
    Mike

  • Importing Database from SQL Server into Oracle 8i

    Hello Friends,
    Cuurentlly we are using SQL Server as our application database, Now we want to switch on at Oracle 8i,bcz of some problems,
    If anybody had done so,then please help me in solving this problem,
    I wana Import whole database from SQL server to Oracle
    Lot of thanks

    Hi,
    Use the SQL Server Enterprise Manager to export all the tables from SQL to oralce.
    When selecting the target database use the Oracle native driver (the name is not on top of my head) and not the ODBC one.
    You will have problems with datatypes. Make sure to edit the mappings for the proper datatype if required.
    If you have ntext columns, make sure they are translated to CLOB and not long.
    Regards,
    Wasim.

  • Importing data from MS-Access into Oracle 9i

    I want to import data from access into oracle 9i. I already contain the same data in Oracle but these Access files contain updates and additional data to the existing data . So i need help to import in such a way that origional data remain same just addional data and updates come from MS-Access.

    Hi,
    You can achieve this by using the SQL Loader, which will help you out to load the data.
    For further reference check the below link
    http://lbd.epfl.ch/f/teaching/courses/oracle8i/server.815/a67792/ch05.htm#1261
    As you said that you have existing data in the table and you have Update's too. you have the Options like
    APPEND which you will useful to add the new records.
    - Pavan Kumar N

  • PROBLEM SOLVED "export clips from Color back into FCP & add transition"

    If I have two clips that you cannot place a transition in between here is the only thing that worked for me.
    I discovered this problem after I exported my movie clips from FCP 6 to Color and imported the color corrected files from Color back into FCP 6. I could no longer add transitions to any of my clips unless I made the following changes.
    1. 1st check to see if the video clip has an audio track underneath it. If they are not linked Select the audio and the video track to be linked, hit Command "L" and you will see an underline under the audio and video name to show that they are now linked. Do the same for the adjoining video and audio track.
    2. Next select all of the clips after the video clip you just selected by typing "tttt" this changes to the "Select All Tracks Forward Tool". Click on the track after the video track you just linked and it will select all of the tracks thereafter. Hit the "A" button to change back to the selection tool and move all of the selected tracks away from the previous video/audio track.
    3. Next type "RR" this will change to the "Ripple" tool. Now click on end of the video track on the previous video clip and type -15 (for negative 15 frames). Then click on the beginning of other video clip to the right that you linked and type +15 (for plus 15 frames).
    4. Type "tttt" to change back to the "Select All Tracks Forward Tool" the hit the "A" button to change back to the selection tool and drag all tracks back together again.
    5. You may then drag and drop your transition in between both video clips.
    I hope this helps someone...this is the only thing that worked for me!!!
    Number1talent

    I am working with mostly DVCPro ftg, with a few clips in MiniDV.  I did have roughly 10 clips with speed changes, but they exported fine two weeks ago, when I did this the first time.  (Actually, it didn't keep the speed changes, but it did export with media to FCP). 
    The clips do have reel numbers and seem to be of the right length per clip but there's just no picture and no assoicated media with which to relink the clip.
    I'm on Color 1.5.3
    Any possible ideas?  Thank you for your help...

  • How to export contacts from address book into excel

    Having a problem exporting my contacts from Address Book into either Numbers or Excel.  Any help would be great!

    What Edit menu looks like in my Address Book (OS 10.6.8)
    Is your Address Book "locked"? Are you logged in as the Admin user?

  • Want to read out put from Solaris System into Oracle Form

    Hi all
    I want some code of trigger which on fire get output from Solaris system into Windows i.e When I press push button window base system sent "df -kh" command to "\\172.16.3.16" and display output into text box.
    BR//

    When I press push button window base system sent "df -kh" command to " 172.16.3.16" and display output into text box.This can be accomplished by using a Host call to run the system command. You will need to output the results of the system command to a file and then read contents of the file into your form. The HOST built-in has a limitation, however. The HOST built-in can only execute commands on the Application Server (AS), so hopefully, the "Solaris" system you mentioned is your AS. Once the HOST call completes and the output file is created, you can read the contents of the file using the TEXT_IO built-in.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Export app from 3.0 into 2.2

    Since the hosted site (apex.oracle.com) is now running 3.0, any applications I export from my workspace cannot be imported into an 2.2 installation.
    Upgrading to 3.0 is still a little ways away for us so this is a bit of a problem.
    Is there any way to export a 3.0 app and install it into 2.2?
    Thanks

    Almost all IT departments have various test "environments" in addition to one (or more) Production environments. There is a Developement, QA, UAT, Integration test, etc. Software upgrades are usually done in a staggered basis. Dev is done first, system behaviour is verified, repeat with the next env. Standard stuff.
    Backward compatibility between old and new releases of any software is a major assumption during all this. If 3.0 exports (even without using any 3.0 features) are "un-importable" into a 2.2.1 installation, that presents a major problem. As soon as our Dev environment is upgraded to 3.0, we are in the unacceptable position of not being able to support the Production environment (still on 2.x). i.e. any enhancements or bug-fixes made in 3.x cannot be applied to Production.
    [I am pretty sure that the last major upgrade to APEX (from 1.x to 2.x) was designed to be backward compatible (i.e. You could take a 2.x application export and import it into a 1.x installation; unless of course you specified some 2.x features like Comments or Supporting Objects when doing the export)]
    The only workaround I see is to simultaneously upgrade ALL environments to 3.0. That is not going to go over well.
    How have other "traditional" IT shops handled this situation?
    Thanks

  • Periodic Importing of data from SQL Server into Oracle Database

    I would like to know how I can use the SQL Developer tool to import data from a SQL Server database across the internet into an Oracle Database on a periodic basis? I understand there is a Migration Workbench, but it seems to be only a one off activity.
    What I would really like is to be able to import data for example, very 30 minutes from multiple tables/views in a SQL Server Database into an Oracle Database (overwriting or modifying existing same data) without the need for Heterogeneous Connectivity, as my Oracle Database is not my LAN.
    Thank you for your kind ideas and suggestions.

    To be honest the best way to do it is DG4ODBC or DG4MSQL. All other solutions need manual interaction.
    The gateways DG4ODBC and DG4MSQL are independant from the Oracle database and also from the SQL Server location. In a worst case scenario you have an Oracle database on machine A, the gateway on machine B and the SQL Server on machine C.
    Gateways were built to exactly do what you want. As you have access to the Oracle database the only part you need to define within the Oracle database is a db link. If you specify the full tns connect identifier there is even no need to edit the tnsnames.ora file.
    Even if you excluded the gateway in your last sentence the best solution would be the gateway.
    Another option you can use is the SQL Server linked server mechanism. It allows you to link another server using OLEDB driver. In your case you can then link the Oracle db into your SQL Server and then insert/update/delete and select Oracle tables from the SQL Server. Using now a trigger will replicate the data immediately to the Oracle db.

  • SELECT from MySQL, INSERT into Oracle

    Hallo,
    I am new to Java.
    My task is to collect data from about 30 tables inside MySQL database and then insert it to similar tables in Oracle.
    Script should copy data one a day, during the night.
    Number of rows in each table is about 30,000.
    MySQL version 5.1
    Oracle version 11.1.7
    Both of them are installed on really fast servers.
    The way i would do it is:
    1. connect to MySQL
    2. connect to Oracle
    3. select data from MySQL table and insert it to Oracle table.
    repeat this step for each table
    More precise about SELECT and INSERT:
    handle_one = "SELECT a, b, c FROM mysql_table1";
    while(handle_one is true)
    INSERT a, b, c INTO oracle_table1;
    4. close MySQL connection
    5. close Oracle connection
    Is it best way?
    Best Regards
    slk

    slkLinuxUser wrote:
    Script should copy data one a day, during the night.
    Number of rows in each table is about 30,000.There are variations on the above depending on what the above two statements mean.

Maybe you are looking for

  • Error in reading form data

    Hi, I have a workflow task to insert records into a table. On execution, i get the following error message "Erro in reading form data" Could anyone tell me why this is so? Thanks, Prasy

  • How do i get back the original dashboard widgets without a software cd?

    I know you can choose lots of widgets but i much preferred the original and there is so many to choose from, is the originals in there somewhere? not looking for loads, i think i chose to have a world time thing, a calculator and a weather thing..but

  • Can a subquery be nested more than 2 levels in oracle 10g

    hi can a subquery be nested more than 2 levels in oracle..10g thank u rajiv Message was edited by: user500763

  • Field symbol value

    Hi experts  ,                  in FS <fs_date> i am having the date value in the type of select option structure sign , option ,low , high . i want to move to the <fs_date>-sign to other range table . how to perform this , below is the sample code i

  • Cleaning dust from inside G5

    Hi I've just had a problem My G5 2.5Ghz dual just shut down no warning just went off there seemed to be a bit of a burning smell when it did I checked it would start up again after i left it a couple of hours to cool down it seems to be ok I had a lo