Migrating Informix databases to Oracle

Hi, I am new to Oracle so apologies if this is a basic question.
I have Informix set up on a Unix system, which consists of several databases, within Informix the databases are truly relational, i.e I can perform sql queries across rwo databases at the same time.
From what I understand with Oracle, you can only have one database per instance? is this correct?

People who come from another rdbms usually have a different concept between database and schema and instance. In Oracle a database, a single database can contain multiple schemas (independent collections of objects belonging to one user). You can have as many databases per host as the host is able to handle according to its capacity. A database is open by one Oracle instance (mutiple instances can open the same database only in RAC mode).
Oracle can query remote databases by means of database links. In this case the schemas can be queried by granting proper privileges to the users.
For further introductory concepts I suggest you to read this reference:
Oracle® Database 2 Day DBA
10g Release 2 (10.2)
Part Number B14196-02
~ Madrid

Similar Messages

  • How Migrate MySql Database to Oracle

    Hi...
    I like Migrate MySql Database to Oracle, can help me?
    Alexandre

    I am trying to migrate a MySql to an Oracle database. I have not had any problem setting up the migration workbench.
    What I am having a problem with is copying the source database to the Oracle DB - I have verified that the host name is correct - and the MySql is at the default 3306 port number.
    What my problem is that the root user on the Linux server is not the user with DBA priviliges - instead a user called admin is the user on the linux box that has DBA priviliges.
    Is my only way around trying to get the root user assigned DBA priviliges in order for this extract to succesfully happen - and if so, how do I go about assigining DBA priviliges on the MySql database to the root user?
    Any help will be appreciated.
    Thanks

  • Migrating MySQL5 database to Oracle 10g - refrential integrity constraints

    On migrating MySQL5 database to oracle, referential integrity constraints are not migrated to Oracle. Capture stage shows it has captured the constraints but constraints are missing from the Oracle Model. Is this a bug? If not, what I need to do to get constraints migrated.

    Check out *URGENT* Does Oracle SQL Developer able to migrate tables relationships?
    K.

  • How to migrate Postgres database to Oracle?

    Hi Experts,
    Please guide me to migrate Postgres database to Oracle. Postgres database version is 9.2 and it is in Linux server.
    can I  use Oracle SQL Developer migration tool  for migrating from Postgres to Oracle?
    Please give valuable suggestions.
    Regrads,
    Suresh.

    As per earlier threads, Oracle SQL developer doesn't support Postgres to Oracle migration hence you need to go for some other tool/approach as listed in my second reply.
    such cross RDBMS migrations are done in 2 phases.
    Phase 1- Code migration
    Phase 2- data migration
    In phase 1, you work on DDL conversion for all objects like- tables, views, triggers, procedures, packages, Mviews, in-built function conversion etc. This becomes complex when there is lot of code present since in many cases, you have to re-write the code to make it work in target RDBMS.
    in phase 2, it is about migration of table data from source to target. It can be done by simply dumping the table data in CSV format and then using SQL loader kind of tool to load it.
    You can also use replication tools like- Oracle Golden Gate and other tools available in market.
    Ispirer - Migrate PostgreSQL to Oracle
    http://www.swissql.com/products/datamigration/data-migration.html
    Thanks,
    Abhi

  • How to Migrate DB2 database to Oracle 10g R2 with this Developer Workbench

    Hi
    Can anybody tell how to migrate all the data which is present in DB2 to Oracle 10g Release2 through this tool. will it be possible to migrate all the data(tables,stored procedures,views,etc)?.
    if anybody knows how to do it please provide me the entire steps for the same.
    I am in bad need of help to Migrate my database to Oracle 10g R2
    Thanks in expectation,
    Selva

    Selva,
    The link for plugins is: http://www.oracle.com/technology/software/tech/migration/workbench/index.html. You can find DB2 plugins at the bottom of the page.
    Regarding the migration procedure, you can start by reading this document:
    http://www.oracle.com/technology/tech/migration/workbench/htdocs/101040/user_guide/book.pdf
    Good luck,
    andrei

  • Migration of Informix Database to Oracle

    I'm currently looking for a migrationtool to migrate an Informix
    Database running with SAP R/3 applikation to a oracke database
    running under SAP R/3.
    Is the Oracle Migration Workbench able to handle such a request.
    Thanks in advanced
    Cheers Chris
    null

    Chris,
    Presently the Workbench does not migrate from Informix,
    however there are a series of script based tools that presently
    exist that may be of help. They are available for download from
    OTN, under the Migration Toolkits section under Migration
    Workbench.
    Regards,
    Marie
    Christof Hagemann (guest) wrote:
    : I'm currently looking for a migrationtool to migrate an
    Informix
    : Database running with SAP R/3 applikation to a oracke database
    : running under SAP R/3.
    : Is the Oracle Migration Workbench able to handle such a
    request.
    : Thanks in advanced
    : Cheers Chris
    Oracle Technology Network
    http://technet.oracle.com
    null

  • Having trouble mapping multiple Informix databases to Oracle

    Hello,
    I am new to Oracle, so please forgive any misuse of Oracle terminology.
    I have several dozen Informix 7.31 databases to migrate to Oracle.
    We host more than one database per Informix server instance.
    Each of these databases have the same schema definition and are usually created by the same user. So, since the table names and owner names are the same for more than one database, the database name itself is the only unique value.
    When I attempt to use the Migration Workbench, the database name is lost. The Oracle model created seems to be merging several Informix databases into a single Oracle database (or schema).
    A very brief example involving 2 tables;
    Informix Source: Database: alf owner: padb table: device_config
    Database: firstlast owner: padb table: device_config
    Oracle Model: Database: padb User: padb
    Table: device_config and device_config_1
    I thought I might be able to modify the Informix source database so that the owner name was the same as the database name. That is not always possible because Informix has a limit of 8 characters for user names and many of the Informix database names are longer than that.
    This will not work at all. I really don't want to set up separate database server instance for each schema. I found the following statement in one of the Oracle manuals:
    "A schema is owned by a database user and has the same name as that user. Each user owns a single schema."
    Please help me figure out how to do this.

    Do you want to keep all of these Informix databases seperate?Yes, if I understand the question correctly. If this is a question about disk amangement, I am not very concerned with that at this point. I plan to worry about optimizing IO later.
    Are all of these databases the same or different? e.g. is the definition of device_config the same for all databases?All the databases have the exact same schema definitions.
    Do you need more than one instance of Oracle? e.g. dev / qa / production?There will be more than one instance, but that is based on region and load. Eventually there will be servers deployed throuout the world and serveral sites. Some sites have more than one server, others only have one.
    You are correct that I have a lot more reading to do.
    The application that uses these databases currently works like this;
    1) A DSN Data Source is selected from a list. (it is assumed that each DSN is a separare instance)
    2) A connection is opened and a list of databases/schemas is queried from the system catalog.
    3) The user selects the database to work with.
    Thanks for your help,
    Rob

  • Migrate Informix 11 to Oracle 11g

    Hi,
    Are there any Oracle or third-party tools to assist with the migration of a database from Informix 11 to Oracle 11g? All the stuff I've found seems to stop at Informix 9.
    Thanks
       Brian

    Hi Brian,
      If your management do not want to pay for Dg4Informix then you could use the Database Gateway for ODBC (DG4ODBC) which is included in your RDBMS license but needs a third-party ODBC driver.  It has less functionality than the DG4Informix but can be used for simple processing.
    See the following -
    Note.233876.1   Options for Connecting to Foreign Data Stores and Non-Oracle Databases (Doc ID 233876.1)    
    Note.252364.1   Functional Differences Between DG4ODBC and Specific Database Gateways (Doc ID 252364.1)
    Regards,
    Mike

  • Migration of Database from Oracle to SQL Server in Business Objects XI 3.1

    Hi,
    Currently, We are working on Business Objects XI 3.1 and Database is  Oracle 11g. And now we have the requirement to migrate from Oracle 11g to SQL Server 2008 R2.
    I would like to know what are the key points to be considered in business objects XI 3.1 when the database is migrated from oracle to SQL server.
    If anyone can share the Impact analysis document for Business Objects, it would be great.
    Thanks,
    Lavanyaa TP

    If you use business objects tools for such migration , the impact should be minimal.
    CMSDBCopy mechanism from CCM should work fine for this purpose.

  • Migrating MySQL database to Oracle 11g RAC

    Hi,
    I would like to migrate an entire database from MySQL to my new Oracle 11g RAC. How do I do it?

    Hi Turloch,
    I was able to configure SQLDeveloper to connect to Oracle and MySQL.
    I am having a hard time migrating data from mysql maybe due to table size. I got mysql tables with more than 20M and the PC am running the sqldeveloper is running out of memory every time I try to migrate the tables.
    Can you share some experience migrating from MySQL to Oracle?
    Thank You.

  • Migrate Ingres database to Oracle 10g

    Hi there,
    Anyone knows any tool that would help migrate Ingres db to Oracle 10g database? And has anyone does this problem can provide some inputs.
    Thanks

    Please check in workbench ( oracle), if not then I belive you need make the flat files of data and load in to Oracle.
    --Girish                                                                                                                                                                                                                                                                   

  • Migration Informix 7.3- Oracle 10g r2, no FK constraints

    I have this configuration:
    Latest version of OMWB.
    ** Workbench Repository : Oracle Database 10g Release 10.2.0.3.0 - 64bit Production
    Repository Connection URL: jdbc:oracle:thin:@172.xx.xx.xx:1521:somesid
    ** The following plugins are installed:
    ** Informix Dynamic Server 7.3 Plugin, Developers Release 10.1.0.4.0
    ** Informix Dynamic Server 9.x Plugin, Production Release 10.1.0.4.0
    ** Active Plugin : Informix7
    I migrated all tables and data, but... foreign key constraints ARE NOT migrated. This option was selected on appropriate panel, so there shoud not be any problem.
    At the end of migration proces there were these several errors in the log:
    Migrating Failed to connect to /@172.xx.xx.xx:1521:somesid. Check the password in the user's Creation Options in the Oracle Model to make sure it is correct.
    Passwords are OK. Data is migrated.
    Is this error connected with "FK constraints missing" problem or not?
    Any idea what to do with these constraints or "Failed to connect" error?
    Noaid

    I assume you see the FKs in the source model of OMWB under a certain user and if you now check out the Oracle model in OMWB this dedicated user misses the FK's, correct?
    To see if the problem is related to the password error, you could perform the offline source model migration.
    Run the script IDS7_DSML_SCRIPT.BAT/DS7_DSML_SCRIPT.sh located in Omwb\offline_capture\Informix7 on the Informix server as informix user. You'll get 2 directories conatining some DAT files. Then zip both directories and transfer them to the OMWB machine, unzip them into the same directory again and open OMWB and perfrom an offline source model migration by refering to the directories of the DAT files.
    If the FK's are still missing, log a service request and upload the ZIP files to the sevrice request.

  • Migration Informix/Solaris to Oracle/Solaris

    Hi,
    which way to migrate from Informix 9.2 for Sun Solaris to Oracle9 for Sun Solaris is the best one? As I understood Migration Workbench is used only for Oracle for Windows.
    Regards, Vitaly

    Hello,
    Thanks for the reply... I have already checked the note...
    I have checked the parameter max_file_size which is 2TB...
    No Restriction on Solaris 5.9 and Oracle...
    What other information do you need....
    Thanks,
    RaHuL...

  • Migrating MySql Database to Oracle

    Hello,
    I want to migrate my MySql database completely to Oracle database. Is there any methods or tools to do it fast
    Regards
    Mujeeb ur Rahman

    Have a look at Oracle's Migration Workbench on OTN
    http://www.oracle.com/technology/tech/migration/workbench/index.html

  • Migrating MySQL5 database to Oracle 10g - table with blob data fails

    During data migration phase from MySQL5 to Oracle, noticed that the tables that have record length greater than 64K fails. It just says FINISHED for those tables without migrating any data. This is specially happening in the tables that have text and blob columns with data more than 20Meg in the blob fields.
    Is this a bug? If not is ther any configuration file to increase the record size? Does it use SQL*Loader underneath to transfer the data or some other mechanism?

    Thanks Spain, but using Offline scripts does not work for me as my record length is around 28MB and SQL*loader allows maximum record length of 20MB.
    Is there any way to dump just the blob column data out of MySQL into a separate file?

Maybe you are looking for

  • Problem with Photoshop CS5. Memory and Hard disk space Mac OSX

    Just got CS5 Master Suite.  Whenever I open photoshop it takes a ton of memory 1 gig +. When I open  files it takes up more and more until it takes up all my memory and hard  disk space. I open a simple multi layered file that is 25 megs in size  to

  • Problem with ALV Grid (created via FM)

    Dear forumers, When double-clicking on any data row of an ALV grid, the following runtime error occurs: Runtime error: PERFORM_NOT_FOUND Exception: CX_SY_DYN_CALL_ILLEGAL_FORM Short Text ======= Call (PERFORM) to a non-existent routine. What happened

  • How to load photoshop on to a second computer ?

    I shall be purchasing a new computer this month, do I just go ahead and download a second version of photoshop cc 2014 & lightroom or do I need any authorisation or to tell Adobe in advance ? thanks in advance, DKH

  • Flash Player 11 Failed Installation

    I am running window 7 32-bit. I tried installing the flash player 11 update on numerous occasions and failed. I have then tried a clean install as per the advice. On review of the manage add ons the latest version 11.5.502.135 is installed and enable

  • Javamail and windows 2003

    Hi, I have class in java, that send email to other persons. I can send mail in windows 2000, but when do i send in windows 2003, I get next error: javax.mail.MessagingException: SMTP x.x.x.x port 25: I am using javamail 1.1.3. Thanks much, Carlos.