How do I view Migrate Data errors - Access 2003 - Oracle 10g

I'm trying to use the SQL Developer to migrate data from an Access 2003 database to an Oracle 10g database. I followed the instructions found here:
http://www.oracle.com/technology/tech/migration/workbench/files/omwb_getstarted.html
I was able to complete every step except the actual data move. I exported the xml for the Access database, I captured the export and then ran the generation scripts on my target Oracle database (I'm using the same schema for the migration repository and the actual data). It created the tables with only one or two errors which I resolved.
Now, when I select Migration->Migrate Data, I get the dialog that appears to start 4 or 5 threads and attempts to migrate each table. They all error and do not transfer any rows. I can see that there's one error per table, but I can't see the error text. I just know that an error occurred. Is there a log somewhere or is the error displayed somewhere else? How do I know what's gone wrong?
Thanks.

I too receive unexplained error counts using the Migrate Data menu selection and unexplained failures using the Generate Data Move Scripts menu selection. Permissions granted by role or direct grants should not be a problem, but a Migrate Data error appears in the Migration Log panel at the bottom of the SQL Developer window, "Failed to disable constraints: ORA-00942 ... ". No further details available on what constraints or why the error. No other errors were detected while following the instructions found in the Oracle SQL Developer Migration Workbench Getting Started guide. SQL Developer never migrates the data from the existing Access 2000 mdb file to the newly created schema objects in Oracle 10g using either method. The following roles and privileges have been granted to both the repository owner and the target schema owner:
GRANT RESOURCE TO MIGRATE_USER WITH ADMIN OPTION;
GRANT CONNECT TO MIGRATE_USER WITH ADMIN OPTION;
ALTER USER MIGRATE_USER DEFAULT ROLE ALL;
-- 25 System Privileges for MIGRATE_USER
GRANT CREATE ROLE TO MIGRATE_USER;
GRANT ALTER TABLESPACE TO MIGRATE_USER;
GRANT ALTER ANY SEQUENCE TO MIGRATE_USER;
GRANT INSERT ANY TABLE TO MIGRATE_USER;
GRANT SELECT ANY TABLE TO MIGRATE_USER;
GRANT CREATE ANY TABLE TO MIGRATE_USER;
GRANT UNLIMITED TABLESPACE TO MIGRATE_USER WITH ADMIN OPTION;
GRANT DROP TABLESPACE TO MIGRATE_USER;
GRANT CREATE ANY TRIGGER TO MIGRATE_USER;
GRANT ALTER ANY ROLE TO MIGRATE_USER;
GRANT CREATE VIEW TO MIGRATE_USER WITH ADMIN OPTION;
GRANT DROP USER TO MIGRATE_USER;
GRANT CREATE TABLESPACE TO MIGRATE_USER;
GRANT GRANT ANY ROLE TO MIGRATE_USER;
GRANT CREATE ANY SEQUENCE TO MIGRATE_USER;
GRANT ALTER ANY TABLE TO MIGRATE_USER;
GRANT DROP ANY TRIGGER TO MIGRATE_USER;
GRANT DROP ANY ROLE TO MIGRATE_USER;
GRANT DROP ANY SEQUENCE TO MIGRATE_USER;
GRANT UPDATE ANY TABLE TO MIGRATE_USER;
GRANT ALTER ANY TRIGGER TO MIGRATE_USER;
GRANT COMMENT ANY TABLE TO MIGRATE_USER;
GRANT DROP ANY TABLE TO MIGRATE_USER;
GRANT CREATE PUBLIC SYNONYM TO MIGRATE_USER WITH ADMIN OPTION;
GRANT CREATE USER TO MIGRATE_USER WITH ADMIN OPTION;
-- 1 Tablespace Quota for MIGRATE_USER
ALTER USER MIGRATE_USER QUOTA UNLIMITED ON USERS;
Operating system for both Access 2000 and Oracle 10g is Windows XP PRO SP2.
Oracle SQL Developer is version 1.1.2.25 build MAIN-25.79 on Windows XP PRO SP2. All three are on the same PC.
Since only the last step failed, I created a User DSN with the ODBC administrator. Then, linked the newly created Oracle table to Access via ODBC using the DSN created. Next, I created an append query with the source being the Access table and the target being the Oracle table. I moved the data by pressing the red exclamation mark.

Similar Messages

  • How can i view the data from Access DB in oracle

    pls tell me that how can i view the data of MS ACCESS DATABASE in ORACLE.i was use ODBC of ACCESS DATABASE AND THEN CREATE DATABASE LINK IN ORACLE BUT NOT YET SUCCEEDED.PLS TELL ME THE PROCEDURE.
    regard's

    hi,
    u nedd to use Oracle Hetrogeneous Services,,
    full details of the procedure u may fing on metalink
    Regards

  • How to create a DSN (Data Source Name) for "Oracle 10g XE" on SUSE 10??

    Hii Friends,
    I am new Linux user.I installed SUSE Linux 10.2. I am planning to do my project on Linux with J2EE,Oracle technologies. I installed Oracle 10g Express Edition. But unfortunately i have no provider name for oracle in the Providers List in SUSE/Gnome Desktop/System/Data Access points/ dsn list. I am unable to understand what actually happened. Should i install any other libraries, or Odbc drivers (I mean aren't they not given by Oracle XE Setup, as in MS Windows XP) ? Any one please help me. I need this immediately.
    Waiting for a reply,
    Mahidhar Chaluvadi
    CS Engg. Student
    Vizag.

    I am planning to do my project on Linux with J2EE,Oracle technologies.You don't need to set up a DSN. Just use a JDBC connect string such as jdbc:oracle:thin:@localhost:1521:xe
    ~Jer

  • Migrate datas from RDB to Oracle 10g

    The applications that use the RDB database are being re-write with Forms based on an Oracle database.
    Of course, before we use the new application, we will have a step for moving datas from old tables in Rdb to the new tables (new design) in Oracle (developpers are working on sql scripts for that). But when the new applications with Oracle db will be in production, I would like to save datas (datas as datas) from Rdb in an Oracle database with the same struture as the rdb structure (same tabels, with same columns and same datas in). The idea is we will be able to verify datas through SQL.
    Do you have any idea ?
    Thank you
    AnneMar

    Hi AnneMar,
    there exists a Metalink note that serves as a starter for such a migration:
    Note 135929.1: RDBPROD: Advice on Converting from Oracle Rdb to Oracle RDBMS
    For your convenience I am pasting that note here.
    Regards
    Wolfgang
    PURPOSE
    To provide general advice on migrating from Oracle Rdb to Oracle RDBMS
    SCOPE & APPLICATION
    This advice is intended for people who have already decided to convert, and are starting to plan how to do it. It provides a broad outline of how it can be done and some of the things to consider.
    Advice on Converting from Oracle Rdb to Oracle RDBMS
    General notes
    * The longer you leave it the easier it is likely to be. The SQL interfaces to Rdb are growing closer to those for RDBMS, particularly OCI Services for Rdb.
    * Converting the database will probably be the easy part. The applications are likely to require more work.
    * A staged approach is more likely to be successful than trying to do everything in one go.
    A possible strategy for converting
    1. Install OCI Services for Rdb. Pick a small application, or one that needs rewriting anyway. Convert the application using the method and tools of your choice to access the Rdb database via SQL*Net for Rdb. If unsatisfied with the results, you can repeat this with alternative methods or tools, until you find one that works for you.
    2. Install RDBMS. For those tables used by applications converted to use OCI Services, create database links. Point the converted application to the RDBMS database instead of the Rdb one. This step can be done whilst other applications are being converted. No data is yet stored in the RDBMS database, so any problems that arise with it, possibly due to lack of appropriate DBA experience, can be worked around by just pointing the programs back at the Rdb database.
    3. Now you have a choice.
    1. Gradually move the data into the RDBMS database. First new tables, then tables only accessed by applications that have already been converted. This has the advantage of taking one step at a time, so it would be easy to back up temporarily if a problem is found. The main disadvantage is that now that the data is spread over two databases your backup and recovery strategy will be more complicated.
    2. Finish converting the applications. Then transfer all the data over in one go. If there is a lot of data, then going back would be a big job, so there is more risk.
    Alternative common interfaces
    Besides OCI Services there are several other APIs that applications could use to access Rdb or RDBMS transparently.
    * JDBC - If your applications are written in JAVA or you want to rewrite them in JAVA
    * ODBC - If your applications run on Windows
    * .NET - If your applications run on Windows
    Techniques for converting a database
    * Transferring Metadata Extract the metadata using RMU/EXTRACT. Cut down and edit the output to produce a script to use to create the corresponding RDBMS objects.
    * Transferring data
    For small tables,
    INSERT INTO rdbms_table SELECT columns FROM rdb_table;
    (using dblinks to the rdb database and SQL*Net for Rdb)
    For large tables, use RMU/UNLOAD to create a delimited file and then load that into RDBMS using SQL$Loader.
    * Keeping data current in RDBMS while testing the transfer can be done using the Logminer Option in Rdb.
    Notes
    1. OCI Services for Rdb was formerly known as SQL*Net for Rdb and is part of Oracle SQL/Services. Though this is structured as a separate product from Oracle Rdb no additional license is needed.
    2. Some limits are different between Rdb and RDBMS.
    For example: in Rdb table and column names can be 31 bytes but RDBMS only allows 30.
    3. The RMU/EXTRACT command can write the SQL definitions of objects within a Rdb database to a text file.
    RELATED DOCUMENTS
    SQL*Net for Rdb
    Oracle Rdb Guide to SQL*Net for Rdb
    Oracle Rdb Oracle SQL/Services Release Notes
    Oracle Rdb A Comparison of SQL Dialects for Oracle and Oracle Rdb
    RMU/EXTRACT and /UNLOAD
    Oracle RMU Reference Manual
    SQL*Loader
    Oracle8 Server Utilities

  • Error while migrating from ms access 2003 db to oracle 10g in sqldeveloper

    Hello,
    i am working on migration project from MS access 2003 to Oracle 10g on windows XP sp2 plateform using SQL developer.
    it went quit smoothly till the "capture microsoft access" .so in this step the sql developer opens the access db in background... but while opening the file in background it gives error
    Object library not registered i tried many workaround but of no use..
    anybody's help in this regard would be well appreciated.
    thanks.

    Hi,
    Did you follow all the steps in the SQL*Developer documentation about preparing the Access database for migration -
    Oracle® SQL Developer User’s Guide Release 3.0 -
    2.2.4.3 Before Migrating From Microsoft Access
    and -
    Oracle® SQL Developer Supplementary Information for Microsoft Access Migrations Release 3.0
    2.4 Preparing the Microsoft Access Database for Capture
    The error also indicates there may be a problem with your Access installation so could you check that everything is okay with that ? I have found references that indicate a re-install of Office/Access will prevent the error.
    Regards,
    Mike

  • How to access Data Guard option in Oracle 10g OEM

    Hi All,
    I have Oracle 10g ENTERPRISE EDITION on Unix envoirement. I want to setup logical standby Database through Data Guard technology. But when I brows through OEM I do not find Link for DATA GUARD????
    1) How to access Data Guard option from oracle 10g OEM.
    2) Does It come with Enterprise Edition OR I have to install it separately.
    Regards,
    Darshan

    I am managing almost everything through EM Grid Control. It is easy to setup and configure.
    Anyways, if you have read the documentation on
    Oracle® Data Guard Concepts and Administration and setup your environment accordingly then you should not have any problems. Atleast I can assure you that your production database will not be affected by it.
    Just make sure that you follow each step and read thoroughly. If you have spare machines then you can test and record your configuration before performing it on your production db. This link will provide you with the information on DataGuard.
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14239/concepts.htm
    If you think that way then you will never be able to do any new stuff since you will always fear that something might go wrong. Go ahead pal, try it on test machines and you will know that it is not that difficult.
    There are real experts who help people like us in this forum and I know that they are doing a pretty good job.
    All the best.
    Rgds
    Adnan

  • DBCA errors while installing Oracle 10g on Windows 7

    Hi all,
    I'm trying to install Oracle 10g database on Windows 7 operating system. Software is installed without any error. But it gets following exceptions while running dbca from $ORACLE_HOME/bin/ directory...
    java.lang.NullPointerException
    at oracle.sysman.oii.oiix.OiixPathOps.concatPath(OiixPathOps.java:553)
    at oracle.sysman.oii.oiic.OiicStandardInventorySession.updateProperties(
    OiicStandardInventorySession.java:426)
    at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicS
    tandardInventorySession.java:254)
    at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicS
    tandardInventorySession.java:229)
    at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicS
    tandardInventorySession.java:178)
    at oracle.sysman.emcp.util.OUIInventoryUtil.getInstallInventory(OUIInven
    toryUtil.java:117)
    at oracle.sysman.emcp.util.OUIInventoryUtil.getAllCentralAgentHomeLoc(OU
    IInventoryUtil.java:586)
    at oracle.sysman.emcp.util.CentralAgentUtil.getCentralAgentHomeAndURL(Ce
    ntralAgentUtil.java:296)
    at oracle.sysman.emcp.EMConfig.getCentralAgentHomeAndURL(EMConfig.java:6
    16)
    at oracle.sysman.assistants.util.OsUtilsBase.enumerateAgents(OsUtilsBase
    .java:1638)
    at oracle.sysman.assistants.dbca.ui.ManagementOptionsPage.initializePage
    (ManagementOptionsPage.java:402)
    at oracle.sysman.assistants.util.wizard.WizardPageExt.onSetActive(Wizard
    PageExt.java:94)
    at oracle.sysman.assistants.dbca.ui.ManagementOptionsPage.onSetActive(Ma
    nagementOptionsPage.java:482)
    at oracle.sysman.assistants.util.wizard.WizardExt.wizardSelectionChanged
    (WizardExt.java:166)
    at oracle.ewt.wizard.BaseWizard.processWizardEvent(Unknown Source)
    at oracle.ewt.wizard.BaseWizard.processEventImpl(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
    at oracle.ewt.wizard.BaseWizard.selectPage(Unknown Source)
    at oracle.ewt.wizard.BaseWizard.doNext(Unknown Source)
    at oracle.sysman.assistants.util.wizard.WizardExt.doNext(WizardExt.java:
    237)
    at oracle.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
    at oracle.ewt.button.PushButton.processActionEvent(Unknown Source)
    at oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
    at oracle.ewt.button.PushButton.activate(Unknown Source)
    at oracle.ewt.lwAWT.AbstractButton.processMouseReleased(Unknown Source)
    at oracle.ewt.lwAWT.AbstractButton.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Component.java:4897)
    at java.awt.Container.processEvent(Container.java:1569)
    at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
    at oracle.ewt.button.PushButton.processEventImpl(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Component.java:3615)
    at java.awt.Container.dispatchEventImpl(Container.java:1627)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
    at java.awt.Container.dispatchEventImpl(Container.java:1613)
    at java.awt.Window.dispatchEventImpl(Window.java:1606)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
    read.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    It might be possible that I'm using wrong installation source for the same. It would be nice if anyone can lemme know which link from http://download.oracle.com to access for Oracle 10g R2 source on Windows 7?
    Can anyone pls help me out to solve this query??
    Thanks in anticipation.

    At which point did it occur to you that Windows 7 was developed and released after any version of Oracle 10g and was both uncertified and untested on this platform? ;)
    10g will fall off the cliff into desupport in just two weeks. Toss it out and install 11.2.0.1.

  • Error while download oracle 10g release2 for linux x-86

    Hi,
    I got errors while downloading oracle 10g r2 for linux x-86 from
    http://www.oracle.com/technology/software/products/database/index.html
    i got htis error:
    source file not found
    contact administrator.
    how do i download?

    Works for me in western Canada right now.
    You might want to try again, and if it still happens try clearing your browser cache and cookies.

  • Error while installing Oracle 10g on Fedora Core 1

    Error while installing Oracle 10g on Fedora Core 1. After 40% of the Installation is thru, the progress bar is showing 40%, it gives error "Not connected to Oracle" and the installation has to be terminated.
    We have tried by using the on-line procedure and changing the required script to make believe it as said.

    Are you createing DB also???

  • Error while installing Oracle 10g on Solaris 9 x86

    Hi all,
    I got several error after install oracle 10g. After I run the root.sh. It prompt :
    Starting Oracle CSS service under init(1M)
    Expecting the CRS daemons to be up within 120 seconds.
    Giving up: Oracle CSS stack appears NOT to be running.
    and when I start sqlplus, it prompt:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Intel SVR4 UNIX Error: 2: No such file or directory
    and following the error message prompt every minutes.
    "oracle: (Oracle CSSD will be run out of init)"
    "root: Failure in CSS initialization opening OCR."
    I don't think reinstall oracle will solve my problem if I don't figure out what going wrong. Could anyone tell me what I need to do? Thanks very much for helping.
    Cheers,
    Alex

    Check also if the t-bit is set:
    [root@vtl1g121 ~]# ls -dl /tmp
    drwxrwxrwt 11 root root 4096 Apr 10 11:44 /tmp
    This is needed to mark the filesystem/directory as temporary.
    Sometimes this can cause such problems also
    Command: chmod +t   /tmp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Error while installing oracle 10g on AIX

    I am receiving the following error while installing oracle 10g on AIX..
    error in invoking target 'relink' of makefile 'u01/app/oracle/product/10.2.0/orcl/precomp/lib/ins_precomp.mk'..
    i am installing enterprise edition. pl help

    Hi;
    What is AIX version?
    Please see:
    Installing 10g On Aix 5.3:'Error In Invoking Target 'Relink' Of Makefile ...' [ID 309668.1]
    AIX: On Silent Install, Getting Several 'Error In Invoking Target' Messages [ID 351380.1]
    "Error invoking target ... of makefile ... " Errors While Installing 8.1.6 [ID 113781.1]
    Please also check below and be sure you have all prereq. on your server:
    Oracle Database on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.2) [ID 169706.1]
    Regard
    Helios

  • Error encounded during oracle 10g installation on mac os 10x

    Hi All,
    I am installing oracle 10g on my mac laptop os 10 x, I am getting the below error during execution of dbca script for db creation, I am not able to proceed further, please advice
    [Thread-3] [17:11:23:18] [BasicStep.execute:202] Executing Step : CLONE_DB_CREATION_RMAN_RESTORE
    [Thread-3] [17:11:23:18] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-01092
    [Thread-3] [17:11:23:18] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-01034
    [Thread-3] [17:11:23:18] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-03114
    [Thread-3] [17:11:23:18] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-12560
    [Thread-3] [17:11:23:18] [StepErrorHandler.setIgnorableErrors:250] setting Ignorable Error: ORA-01109
    [Thread-3] [17:11:23:19] [BasicStep.configureSettings:304] messageHandler being set=null
    [Thread-3] [17:11:23:20] [BasicStep.execute:202] Executing Step : INSTANCE_CREATION
    [Thread-3] [17:11:23:20] [BasicStep.configureSettings:304] messageHandler being set=null
    [Thread-3] [17:11:23:25] [InitParamAttributes.sortParams:3532] m_sortOn:-1 sortOn:4
    [Thread-3] [17:11:23:53] [Host.noEntryinOratab:5115] Check made for oratab arg passed............
    [Thread-3] [17:11:23:53] [Oratab.getTempFile:710] Temp oratab: /tmp/oratab
    [Thread-3] [17:11:23:94] [BasicStep.configureSettings:304] messageHandler being set=oracle.sysman.assistants.util.UIMessageHandler@29da77
    [Thread-3] [17:11:23:95] [CloneRmanRestoreStep.executeImpl:217] Instance Creation went fine..........
    [Thread-3] [17:11:23:96] [CloneRmanRestoreStep.executeImpl:224] db_recovery_file_dest=/app/oracle/flash_recovery_area
    [Thread-3] [17:11:23:96] [CloneRmanRestoreStep.executeImpl:227] db_recovery_file_dest_size=2147483648
    [Thread-1] [17:11:24:476] [BasicStep.handleNonIgnorableError:430] oracle.sysman.assistants.util.UIMessageHandler@29da77:messageHandler
    [Thread-1] [17:11:24:476] [BasicStep.handleNonIgnorableError:431] ORA-12547: TNS:lost contact
    :msg
    [Thread-3] [17:11:27:466] [SQLEngine.done:1966] Done called
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-12547: TNS:lost contact
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1482)
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:829)
         at oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.executeImpl(CloneRmanRestoreStep.java:244)
         at oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
         at oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
         at oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2488)
         at java.lang.Thread.run(Thread.java:552)
    [Thread-3] [17:11:27:470] [BasicStep.configureSettings:304] messageHandler being set=oracle.sysman.assistants.util.UIMessageHandler@29da77
    [Thread-3] [17:11:27:470] [StepContext$ModeRunner.run:2504] oracle.sysman.assistants.dbca.backend.CloneRmanRestoreStep.executeImpl(CloneRmanRestoreStep.java:435)
    oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
    oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
    oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2488)
    java.lang.Thread.run(Thread.java:552)
    Thanks
    Vijayaprakash

    Duplicate post - Error encounded during oracle 10g installation on mac os 10x
    Srini

  • How to install NW2004s abap and/or java on Oracle 10g on SLES 10 32 bit?

    Does anyone know - How to install NW2004s abap and/or java on Oracle 10g on SLES 10 32 bit?
    Does SAP offer the software for trial for this?
    Jay

    Hi Check the link page you shall get the PDF and then goto Page 50 .you shall find the details.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3096e412-7308-2b10-4999-e16c64ce5eeb
    Thanks
    Rishi Abrol

  • Migrate from redbrick database to oracle 10g

    Hi Folks,
    Does anyone of you did a migration from redbrick database to oracle 10g please help me out with the steps to do that? I tried to search for a document with no luck.
    Appriciate if you could point me to a doc or a white paper that talks about the migration.
    Thanks in advance.
    Karthik.

    Red Brick is now part of the Informix family, maybe the migration workbench helps:
    http://www.oracle.com/technology/tech/migration/workbench/index.html
    Werner

  • 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/]

Maybe you are looking for

  • Document not visible in Original document list

    Hi I want to add document to SAP DMS, found BAPI_DOCUMENT_CREATE2 on net. I found a sample program on a thread but when I am executing this I get the newly created document in CV03N but I dont find the document in Original document list. FUNCTION Z_D

  • Not Showing Up Right in Internet Explorer?

    Hi again, After inserting products into my website (www.proheader.com/alpha.html), they don't seem to show up right. Here's how one of the product categories look in Apple Safari and Google Chrome: http://i29.tinypic.com/34hyys9.png Here's how it sho

  • When and when not to use Appletalk?

    Our network manager and the Tech Dept. boss (I am the Mac Support guy in a cross-platform school district) are concerned- no, panicking, that Appletalk is too "chatty" and interfering with the network. We have Cisco VOIP installed, and I've seen no p

  • Verizon Ripoff Machine

    We have had a plan that included five phone numbers. Three members of our plan wanted to create their own plan with additional features. I called a Verizon representative on our about March 14, 2011, to receive instructions on how to let our three me

  • External system point of view - BAPI and RFC difference

    Hi all, I have already searched forums and have seen many posts. But none of them are giving exact difference between BAPI and RFC. Please don't copy paste any previous posts which give differences in definitions and please explain me in simple terms