Migration of database from Postgresql to Oracle

We planning  to migrate a PostgreSQL database to Oracle. Is there any free tools which can be used for the same.?
Thanks in advance.
Syam Sankar

hello,
check http://otn.oracle.com/tech/migration/content.html
for further information on migrating different types of data to oracle. the easiest way would be to import your foxpro data into microsoft access and then migrate this access-database using the GUI tool you also find at the location mentioned above.
regards,
the oracle reports eam

Similar Messages

  • Migrating database from PostgreSql to Oracle 10g

    Hi
    can anybody help me by providing steps to migrating database from PostgreSql to Oracle 10g. its very urgent requirement. so please let me know if anyone know about this setps.
    thanks in advance.
    jayesh
    cignex technology pvt ltd

    NPD wrote:
    Hi Guys,
    Can one migrate database from sql2005 to Oracle.
    Thanx.You can use [Oracle Migration Tool |http://www.oracle.com/technology/tech/migration/workbench/index.html]
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Migration from PostgreSQL to Oracle Database...

    Hi All,
    In one of my setup we are required to migrate our application from PostgreSQL to Oracle Database, Anybody knows this is there any Migration Assistance comes for this job?
    or if we go for manually migration then how to do that? plz. suggest me
    Thanks...

    Hi Darmorgan,
    I try to search on OTN side about the migration tool but if you have any idea pl. share with me...And about the version details that is :
    from postgreSQL8 to Oracle10gR2... and my whole application is going to be migrate....
    Thanks...

  • I had migrated Oracle 10g database from Windows to Oracle 11g Linux

    I had migrated Oracle 10g database from Windows to Oracle 11g Linux.  The database is performing very slow.
    Please guide me where I have to begin (starting point) looking into it.
    Some document stated gather system statistics.  How to check system statistics is up to date
    What are the crucial initialization parameter ?

    Hi,
    Let me just point you out to the documentation, which may concern you:
    I had migrated Oracle 10g database from Windows to Oracle 11g Linux.  The database is performing very slow.
    Managing Optimizer Statistics
    How to check system statistics is up to date
    Managing Optimizer Statistics
    What are the crucial initialization parameter ?
    Configuring a Database for Performance
    Thanks &
    Best Regards,

  • Migrate from PostgreSQL to ORACLE XE

    I'm upgrading a system from postgreSQL to Oracle.
    Problem:
    The system is relatively large and has many Boolean variables.
    Soon, several mappings using Hibernate boolean type.
    There's plenty jasper reports using sql where use Boolean conditions.
    EX: "select * from tablel where status" (status = atribute type boolean)
    What can I do to migrate without changing the software? except the connection settings, of course.
    I have already given up one probed about creating "Object Types".
    Does anyone know of a way to create a type, or even simulate the boolean type in Oracle?

    Sorry, I did not get it.
    There is no tool to do this migration, the only option is to use
    SQLite utilities to dump the data into flat files.
    Afterwards, work with sql loader to feed the data into oracle.
    Thanks
    Cheers
    MGILIBER

  • Migrating database from sql2005 to Oracle 9i

    Hi Guys,
    Can one migrate database from sql2005 to Oracle.
    Thanx.

    NPD wrote:
    Hi Guys,
    Can one migrate database from sql2005 to Oracle.
    Thanx.You can use [Oracle Migration Tool |http://www.oracle.com/technology/tech/migration/workbench/index.html]
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Migrate a database from a Windows to Linux

    Hi,
    Please advise me how to migrate a database from a Windows to Linux or vice versa by using concept called Transportable tablesapce. Thanks in Advance.

    Crossplatform Transportable Tablespace only availalable to 10g and up.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_export.htm#sthref73
    Any version below, only supported option is export/import

  • Move database from server running Oracle 11G to server running Oracle 12c

    I'm trying to find out the easiest way to migrate a database from a server running Oracle 11G to a server running Oracle 12c. I have tried using RMAN's duplicate database command but have run into far too many issues when trying to setup both servers before running the duplicate command.  If someone could provide some clear guidance on configuring both servers for the RMAN Duplicate command then that would be great.  The other thing I have tried is performing a cold backup of all the files for the database (control files, data files, etc.).  Copying them to the new server and then recreating the control file to include the correct location and names for the datafiles and redologs.  After recreating the control file the database will not start up.  I'm suspecting this is due to the version differences. If you can provide me clear (ie. migration for dummies) instruction for getting either of these methods to work it would be greatly appreciated.  I'm also open to any other method you can think of to achieve what I'm trying to accomplish. Thanks, Paul Noyes

    Pl do not post duplicates - Move database from server running Oracle 11G to server running Oracle 12c

  • How can i Migrate a database from DB2 to SQL Server 2008r2.

    Hi Gurus,
    Kindly help me letting me know the process for migrating the database from DB2 to SQL Server.
    1) Is there any way to migrate a database from DB2 to SqlServer. (My assumption is we can not migrate database, if wrong correct me gurus).
    2) Or we can only transfer data from that DB2 database to SQL Server (Using SSIS packages).
    Please help me knowing the process to migrate the data from DB2 server to MSSQL server. Even am reading the documents available in the web.
    Thanks in advance.. :)

    Microsoft provide a migration assistant for DB2 to SQL Server:
    http://www.microsoft.com/en-us/download/details.aspx?id=45296
    SQL Server Migration Assistant (SSMA) is a free supported tool from Microsoft that simplifies database migration process from DB2 to SQL Server and Azure SQL DB. SSMA automates all aspects of migration including migration assessment analysis, schema and
    SQL statement conversion and data migration. 
    Hope that helps

  • How to Migrate my database from SQL Server 2000 to Oracle

    I want to transfer my database from SQL Server 2000 to Oracle, Can I do this without using Oracle Migration Workbench ??
    Please help me.
    Thanks in advance
    Vicky... :-)

    Do you have a good technical reason for not wanting to use the Migration Workbench?
    Given that it's free and does a hell of a lot of the work for you, why wouldn't you use it?
    Other than that, I would say you would be on your own...
    cheers,
    Anthony

  • Migration from Postgresql to Oracle

    Hi,
    I want to migarte Array data type of Postgresql to Oracle.
    I have a table with 3 columns having array data type.
    Can i go with Nested Tables?
    If yes then, Is there any performance loss?
    I have below table in postgre and i want to migrate it in Oracle.
    CREATE TABLE EMP_DETAIL
    2 ( "ID"     Integer PRIMARY KEY,
    3      "NAME"     Text,
    4      "DESCRIPTION" ARRAY,
    5 "CITY_ALLOC" ARRAY,
    6 "LANGUAGE" ARRAY
    Please suggest the best Approach...
    Thanks in advance.

    Hello
    Nested tables is implemented using parent/child table concept with foriegn keys. Since you have more than one column in the table that has an array data type, perhaps you can consider putting the values for those 3 columns in a child table with a foriegn key constraint to the EMP_DETAIL table?. Will be helpful if you don't access the data often or want selective retreival of data from the child table. Here are the reasons why you shouldn't use nested tables as per Tom Kyte and I quote (The related article is here: http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:8135488196597):
    1) they are parent child tables in disguise but ones that add:
    a 16 byte raw with a unique constraint on the parent table. Most likely you ALREADY HAVE a primary
    key on the parent table and most likely it is smaller.
    a 16 byte raw that you need to index on the child (not auto-indexed, you need to know to do it).
    This is the foreign key and is hidden from you.
    The inability to put many types of constraints on the nested table..
    They are simple parent/child tables - except you lose the ability to access the child table
    directly.
    2) you are NOT storing anything in a "single row". Physically they are a parent child table pair,
    nothing more, nothing less.
    Regards
    Prakash

  • Import data from PostgreSQL to Oracle

    Good Afternoon,
    I am doing a migration of data from a database PostgreSql for Oracle through a database link and using procedures to read the data and populate the Oracle tables. At the moment I found the following difficulty. What to bring data from one table PostgeSql that has a relationship with pg_largeobject. She returns the following error: ORA-22992 can not use lob locators selected from remote tables
    My postgres and structure of the following:
    eventresult (id bigint NOT NULL, version bigint NOT NULL, binary_data oid, value numeric (19,2) NOT NULL, event_id bigint NOT NULL, routine_id bigint NOT NULL)
    pg_largeobject (oid NOT NULL loid, pageno integer NOT NULL, data bytea)
    this relationship in binary_data (eventresult) with loid (pg_largeobject)
    My oracle and the following structure:
    +"EVENTRESULT" ("ID" NUMBER (19), "VERSION" NUMBER (19) NOT NULL, "BINARY_DATA" BLOB, "VALUE" NUMBER (19, 2) NOT NULL, "event_id" NUMBER (19) NOT NULL, "ROUTINE_ID" NUMBER (19) NOT NULL)+
    I created the following procedure to perform the population:
    create or replace
    THE PROCEDURE ADDEVENTRESULT
    count_add INTEGER;
    count_add_aud INTEGER;
    count_origen INTEGER;
    count_origen_aud INTEGER;
    BEGIN
    SELECT count (*) FROM INTO count_origen "eventresult" @ koala;
    SELECT count (*) FROM INTO count_origen_aud "eventresult_aud" @ koala;
    SELECT count (*) FROM INTO count_add eventresult;
    SELECT count (*) FROM INTO count_add_aud eventresult_aud;
    if (count_add <= 0) THEN
    Pgsql_eventresult FOR IN (SELECT * FROM "eventresult" ORDER BY @ koala "binary_data")
    LOOP
    INSERT INTO eventresult (eventresult.id, eventresult.version, eventresult.binary_data, eventresult.event_id, eventresult.routine_id, eventresult.value)
    VALUES (pgsql_eventresult. "id", pgsql_eventresult. "Version", pgsql_eventresult. "Binary_data" pgsql_eventresult. "Event_id" pgsql_eventresult. "Routine_id"
    pgsql_eventresult. "value");
    END LOOP;
    SELECT count (*) FROM INTO count_add eventresult;
    END IF;
    if (count_add_aud <= 0) THEN
    Pgsql_eventresult_aud FOR IN (SELECT * FROM "eventresult_aud" @ koala)
    LOOP
    INSERT INTO eventresult_aud (eventresult_aud.id, eventresult_aud.rev, eventresult_aud.revtype, eventresult_aud.event_id, eventresult_aud.routine_id, eventresult_aud.value)
    VALUES (pgsql_eventresult_aud. "id", pgsql_eventresult_aud. "Rev" pgsql_eventresult_aud. "Revtype" pgsql_eventresult_aud. "Event_id" pgsql_eventresult_aud. "Routine_id"
    pgsql_eventresult_aud. "value");
    END LOOP;
    SELECT count (*) FROM INTO count_add_aud eventresult_aud;
    END IF;
    Dbms_output.put_line ('Record EVENTRESULT were dropped in,' | | count_add | | 'from' | | count_origen);
    Dbms_output.put_line ('Record EVENTRESULT_AUD were dropped in,' | | count_add_aud | | 'from' | | count_origen_aud);
    ADDEVENTRESULT END;
    Using Oracle 11g
    Could anyone help me solve this probema. Thank you very much.

    Hello;
    One option might be :
    PostgreSQL Database Link to Oracle Database
    http://vibhork.blogspot.com/2011/05/postgresql-database-link-to-oracle.html
    Best Regards
    mseberg

  • Problems migrating a database from 10.2.0.4 to 11.2.0.1

    Hello,
    I'm migrating a database on a test machine. I've got the database on 10.2.0.4 and i've installed the 11.2.0.1 (Standard edition). The OS is windows server 2003 SP2
    Using the migration assistant, after it does the analisis and shows the conclusions (before step 1), it throws a warning.
    It sais that it can't update some components because it doesn't have proper actualization command files. These components are OLAP analytic workspace, OLAP catalog, Spatial and Oracle OLAP API.
    I've tryed installing them from OUI, but it fails with an OUI-10150.
    It can be that standard edition doesn't have that components? As long as I remember, I did a clean new installation of the 11.2 software, standard edition.
    Thanks

    Hi,
    is your 10.2.0.4 version standard or enterprise?
    I think you should install enterprise 11G R2 and then upgrade. because standard edition doesn't have all feature which are there in 10.2.0.4 so upgrade cannot happen.
    Rajesh

  • Export database from BerkeleyDB to Oracle Database

    Hi,
    Within the framework of some projetc, for creating reports, I need to export data from BerkeleyDB to Oracle database.
    How can I do it ?

    Hello,
    One way to export data from a Berkeley DB database into an Oracle DB table
    is to use the OCI interface on the Oracle DB side and the C API on the Berkeley DB side. If you have access to "My Oracle Support" an example can be found in Note 797537.1.
    Thanks,
    Sandra

  • How do I migrate iCal database from 10.5.8 server to Lion server?

    Hi,
    because we cannot migrate via Server Migration Assisteant, we have to do it step-by-step. Migration of Users, VPN and Wiki is clear for us.
    But i do not find a way to migrate the iCal Server Database from 10.5.8 to 10.7 manually. Any hints ?
    Frank

    Hi,
    because we cannot migrate via Server Migration Assisteant, we have to do it step-by-step. Migration of Users, VPN and Wiki is clear for us.
    But i do not find a way to migrate the iCal Server Database from 10.5.8 to 10.7 manually. Any hints ?
    Frank

Maybe you are looking for

  • Error in FILE 2 Proxy Scenario

    Hi All, I am doing File to Proxy Scenario i am getting following error Could any one provide the solution for this.   *<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>* *- <!--  Call Inbound Proxy*   --> - <SAP:Error xmlns:SAP="http://sap.com

  • HT3743 My daughter has iphone 3G cannot download facebook keeps saying ios 4.3 needed how do i do it? Its driving me mad

    ios 4.3?

  • Skip archive log on logical standby

    hi , I want to skip archive log from nmber 1150 to 1161 on logical standby dtbs. I knw , we can skip ddl , dml on logical standby . How can archive this ?? (oracle 10g entreprise edition )

  • WLST without Node Manager

    We are not using node manager to start|stop the servers. But we are monitoring the servers, getting the runtime values of the servers remotely using WLST. Can we also use WLST to automatically start and stop the managed servers without node manager,

  • 80GB iPod can't use a remote?

    I'm totaly stumped... I have a Universal dock (MA242LL/A) with the remote (MA128G/A). I returned the remote and dock twice now. I've even changed the battery in the remote. And I've even restored my iPod. I've NOW bought a 3rd party (generic) Dock an