Sybase to Oracle 10g migration

Hi, I have a task to perform Sybase to Oracle 10g conversion; can anybody recommend any documents or metalink docs to me?
Thanks
Gaurav

If you have migration workbench related question you can post in Migration Workbench forum,
Database and Application Migrations

Similar Messages

  • Oracle 10g Migration Workbench 10.1.0.4.0

    Hai,
    Could any of you explain me about Oracle 10g Migration Workbench 10.1.0.4.0
    product and also about the features and usage of this project.
    Thanks in advance.
    A.Mohammed Rafi.

    Sandeep,
    Have you used this user which holds the omwb repository before for a migration? When you connected the first itme, did you get a message, that the repository tables did not exist and would you like to create them?
    Are you using the connected or disconnected source model load?
    Donal

  • OMW supports sybase ASE 15 to Oracle 10g migration?

    Hi,
    I want to migrate data from Sybase ASE 15 to Oracle 10g. Can i use OMW for this purpose if not then what is the other way of doing it?
    Kind regards
    Ankit

    No, not the current workbench. We will be bringing out support for Sybase 15 in SQL Developer at the next release.
    You could try bringing the db down to 12 if that was an option and then migrate from that.
    Barry

  • Problems with Sybase 12 to Oracle 10g migration

    Hi,
    I'm using SQL Developer to test a migration between Sybase and Oracle and it doesn't work (both online and offline)
    I've create a dedicated user account and connection, with the roles and privileges required (as seen in http://download.oracle.com/docs/cd/B32485_01/doc/appdev.110/b31695/migration.htm#i1005739)
    I've created the migration repository without any problems (using the above user account).
    QUICK MIGRATION
    - select the source Sybase connection: OK
    - select the target Oracle connection: OK
    - select the referential: OK
    - verify privileges before migration: OK
    - migrate tables only and click Next
    ## window closes and nothing happens ## - nothing on Captured Model pane
    CAPTURE SOURCE SYBASE DATABASE
    - right click on the Sybase connection in the Connections pane
    - choose Capture Sybase
    ## window closes and nothing happens ## - nothing on Captured Model pane
    OFFLINE CAPTURE
    - create database capture scripts: OK
    - launch the database scripts (SYB12_OFFLINE_CAPTURE.BAT): OK
    - load database capture script output (sybase12.ocp)
    ## window closes and nothing happens ## - nothing on Captured Model pane
    I can't find any relevant logs or trace from the application.
    I even tried to use the capture file sybasemigration.zip from the "Migrating a Sybase Database to Oracle Database 11g" web page (http://www.oracle.com/technology/obe/hol08/sqldev_migration/sybase/migrate_sybase_otn.htm), but the result was the same.
    Does anyone encountered the same problems? Does someone knows where are the logs (if any)?
    Thanks in advance.
    Regards,
    Pedro

    Hi Pedro,
    What version of SQL Developer are you using?
    Can you browse your Sybase connection in SQL Developer, to see its tables for example?
    If not, then you may need to point SQL Developer to your JTDS 1.2 driver again.
    Are you capturing a non system database ? SQL Developer wont migration master or tempdb ...
    Can you try running SQL Developer from the command line and watch the command line for any errors during the capture.
    \sqldeveloper\bin\sqldeveloper.exe
    Regards,
    Dermot
    SQL Developer Team

  • Oracle 10g migration to linux

    Hi,
    At present we are maintaining a J2EE application running on a UNIX Platform with the following environment configuration:
    o Web Server (Apache 2.0.52)
    o Application Server (WebLogic Server 9.0)
    o Database Server (Oracle 9i)
    The current requirement is to upgrade Oracle 9i on UNIX to Oracle 10g on Linux. Will there be any impact on
    · Oracle developer applications (Forms/Reports) because of oracle upgrade?
    · .net applications accessing oracle because of oracle upgrade?
    · Java applications accessing oracle because of oracle upgrade?
    And there are plans to use Oracle Warehouse Builder and Oracle Workflow Server. Are there any known issues with respect to the above applications during this migration?
    Thanks,

    Hi,
    Upgrading on the same machine doesn't work well. Installing in a different machine
    will work fine.
    This can be done for apps also where you will be migrating the config alone.
    Regards,
    Nirmal

  • Oracle 10g Migration

    Oracle server version :- 10g
    Oracle client version :- 9i
    BEA Weblogic Version :- 8.1SP5
    Actually we are migrating the database from Oracle 9i server to Oracle 10g server.
    issues :- in 10g very Poor performance compare to 9i
    Actually we don't exactly where is problem occured, wheather it's occured in BEA Weblogic or Oracle database
    plz help how to solve this problem

    SUN_RR wrote:
    Oracle server version :- 10g
    Oracle client version :- 9i
    BEA Weblogic Version :- 8.1SP5
    Actually we are migrating the database from Oracle 9i server to Oracle 10g server.
    issues :- in 10g very Poor performance compare to 9i
    You should consult with Oracle about this. If nothing else has changed except the database version, why would it be the fault of Java or BEA?
    Actually we don't exactly where is problem occured, wheather it's occured in BEA Weblogic or Oracle database
    No one else can guess based on the little information you've provided. Better sort that out. Profile both and see where the time is being spent.
    plz help how to solve this problemBe scientists and get some data.
    %

  • View problem in Oracle 10g migration

    Hi,
    I am involved in Oracle migration from 9 to 10g.
    I have a problem with a view that works in Oracle 9 but in Oracle 10g raise the following error:
    ORA-01446: cannot select ROWID from, or sample, a view with DISTINCT, GROUP BY etc.
    In the view source there is a call to another view and in the last one another call to a view with a group by keyword because I need the max() column value in a table, so I need the group by keyword!!!
    Any suggestion/work around to get the max() value without group by???
    thanks

    Hi,
    Yes, MAX (and almost all the other aggregate functions) have analytic counterparts.
    For example,
    MAX (column_1) OVER (PARTITION BY column_2)calculates the same MAX that you would get with
    MAX (column_1)
    GROUP BY  column_2But without grouping.
    (I suppose you'll still want to get only one row per group in your view, but there are ways to do that without using GROUP BY.)
    If you need help, post:
    some sample data (from the base tables),
    the output you want from that data (that is, the contents of the view), and
    your existing view definition.

  • SQL 2005 to Oracle 10g migration

    We are migrating from SQL 2005 on Windows to Oracle 10g on Linux. If any one has experience with this kind of migration please share the steps involved.
    Also is it possible to migrate subset of data from SQL to Oracle or is migrating entire data/schema the only option?
    Any help or direction in this is much appreciated.Thanks in advance

    Hi spulyala,
    There is no clear and simple way of doing this.
    -The online data move migrates from one java connection/table to another java connection/table so you would need to have the source table already filtered.
    -The offline data move dumps the information out of SQL Server one table at a time, a where clause may be able to be applied manually at this stage, and loads the data in using Oracle sqlldr.
    Of course you can filter and manipulate the tables within SQLServer before migration, within Oracle after migration, and delete table representations from with the tool.
    -Turloch

  • Coldfusion Oracle 10g Migration

    We are doing predeployment test for Coldfusion 7 migration to
    Oracle 10g using Linux OS. I request community to put together
    their experiences in this area. so every one can make use of it.
    Please put on any general errors or troubleshoot you might have
    faced or you are facing.
    I have seen some common details on Adobe site.
    http://www.adobe.com/support/documentation/en/coldfusion/mx701updater/oracle10g.html
    Regards
    CF Programmer

    U need the database forum. This forum is for migrating third party applications to Oracle Application server like asp apps etc.

  • MSSQL -- Oracle 10g migration

    Hello,
    I am a seasoned microsoft developer and I have been working almost exclusively with MSSQL (since 6.5) and Sybase. The company I work for has determined to stop all new MSSQL installs and go exclusively with Oracle 10g. Are there any resources or materials from a MS developers view point to help orient to Oracle technology? I've read the 2 - day DBA to help me get up to speed but reading material that translates it into familiar terms would certainly help me and others I work with get a reference point.
    thanks,
    c

    I too came from SQL Server. Here's the first two books you should read.
    Expert One-on-One Oracle
    by Tom Kyte
    It's targeted at developers and highlights the differences between Oracle and other RDBMS products.
    Oracle Concepts Guide
    http://download-west.oracle.com/docs/cd/B14117_01/server.101/b10743.pdf
    General introduction to the Oracle Database. Surprisingly good reading for documentation.
    All the books are available in the online documentation library
    http://otn.oracle.com/pls/db10g/portal.portal_demo3?selected=1
    David

  • Sql server 2005 to Oracle 10g migration

    Hi all,
    Is there any tool to migrate a sql server 2005 database to Oracle 10G ?
    I tried the sql developer migration option but I am unable to load the .ocp file.
    The option to load the .ocp file is not there
    Please advice....

    Great....
    I hope there may be steps in oracle workbench documentation regarding conversion.
    http://www.oracle.com/technology/tech/migration/workbench/htdocs/101040/user_guide/book.pdf
    You have to read in the above link. I am sure, there should be something regarding this too.
    Regards
    Girish Sharma
    Edited by: Girish Sharma on Dec 22, 2009 12:30 PM
    Edited by: Girish Sharma on Dec 22, 2009 12:33 PM

  • MSAccess to Oracle 10g Migration Problem

    I have exported an Access 2000 database (2 tables) to XML using Oracle SQL Developer (v1.2.1). It successfully creates
    However, when I then go to Migration => Capture MS Access Exported XML, I find it is greyed-out and cannot be selected.
    I then attempted to use the "Quick Migrate" feature. The pre-migration verification passes with no problems. The program then creates a repository but ends without moving on to the next section ("Capture"). From there, I'm left with a series of tables with an "md_" prefix, but all are empty.
    Any help you can provide would be appreciated.
    Steve

    Tank you Hilary;
    i did this steps :
    1) Close SQL Developer
    2) Create a sqldeveloper.cmd file in the SQL Developer root directory
    3) With the following contents
    SET ORACLE_HOME=%CD%
    start sqldeveloper.exe
    4) Run sqldeveloper.cmd
    but i still get the message :
    java.lang.Exception: oracle.dbtools.metadata.persistence.PersistenceException: Violation de protocole
         at oracle.dbtools.migration.workbench.core.ui.AbstractMigrationProgressRunnable.start(AbstractMigrationProgressRunnable.java:141)
         at oracle.dbtools.migration.workbench.core.CaptureInitiator.launch(CaptureInitiator.java:93)
         at oracle.dbtools.raptor.controls.sqldialog.ObjectActionController.handleEvent(ObjectActionController.java:140)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:524)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:855)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:496)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Caused by: oracle.dbtools.metadata.persistence.PersistenceException: Violation de protocole
         at oracle.dbtools.metadata.persistence.PersistableObject.doInsert(PersistableObject.java:238)
         at oracle.dbtools.metadata.persistence.PersistableObject.save(PersistableObject.java:172)
         at oracle.dbtools.migration.workbench.core.BasicMigrationStorer.storeObject(BasicMigrationStorer.java:51)
         at oracle.dbtools.migration.capture.CaptureWorker.storeConnection(CaptureWorker.java:596)
         at oracle.dbtools.migration.capture.CaptureWorker.runCapture(CaptureWorker.java:215)
         at oracle.dbtools.migration.workbench.core.ui.CaptureRunner.doWork(CaptureRunner.java:65)
         at oracle.dbtools.migration.workbench.core.ui.AbstractMigrationProgressRunnable.run(AbstractMigrationProgressRunnable.java:161)
         at oracle.dbtools.migration.workbench.core.ui.MigrationProgressBar.run(MigrationProgressBar.java:569)
         at java.lang.Thread.run(Thread.java:595)
    tanks for your help :)

  • Can I still get conv72 (sp_converter) for Sybase to Oracle SP migration?

    If the answer is yes, please email me the instructions at [email protected]
    Thanks,
    PS: I know I can use the Workbench, but that seems over-killing for just some stored procedures.

    Cruz,
    Check out Sybase under the following link for conv72:
    http://otn.oracle.com/tech/migration/toolkits/content.html
    We would prefer you to use the workbench but whichever tool you use,
    please inform us of stored procedure manual conversion best practice so we can document it and if practical automate it in the future.
    Regards,
    Turloch
    Oracle Migration Workbench Team

  • Sybase 11 - Oracle 8 Migration

    Hey looking for documentation that covers Sybase 11 to Oracle 8 conversion for HP-UX environment. If its on CD can you direct me to where to purchase it and its part number?
    Thanks

    Here are some links that might help:
    OTN's Oracle Migration Workbench Home Page
    http://otn.oracle.com/tech/migration/workbench/content.html
    Oracle Migration Workbench Support Page
    http://otn.oracle.com/support/tech/migration/workbench
    OTN Migration Workbench Discussion Forum
    Database and Application Migrations
    Regards,
    -rh

  • MS Access to oracle 10g Migration thru command line/script?

    Hi,
    Is there a command line for executing OWMB?..One of the customers currently using multiple databases of Access DB are interested in migrating to Oracle but they want the migration process to be very simple...For ex: On the click of a button or if there is something like silent mode migration through some command..
    Any help is greatly appreciated.
    Thanks,
    Veena

    Hi Veena,
    There's no command line or silent mode migration facility to run the workbench.
    However, the workbench does that have capability of migrating multiple MDB files in the one operation. Using the Exporter Tool for MS Access, which is shipped as part of the OMWB install, the user can select multiple MDB files to export. For each exported MDB file, an associated XML file is generated by the Exporter tool, which contains the database schema information for the MS Access database. The user can then load up all of these XML files, via a wizard, into the workbench, and carry out their migration. The ability to export & migrate multiple database in the one operation should greatly reduce the customer's migration time.
    I hope this helps.
    Regards,
    Hilary

Maybe you are looking for

  • WebADI: How to find out which integrator executed the upload PL/SQL program

    Hi, I understand that we can create a integrator to upload data to EBS and execute a PL/SQL program. Is there any way to find out which INTEGRATOR executed this PL/SQL program? Thanks. Regards

  • How to downgrade from windows 8.1 to 7

    Some games I have will not work on Windows 8.1 and still not comforatble with format.  Have Windows 7 at work.  How can I downgrade to Windows 7?

  • Installing ITunes on XP with 2 Users and one library.

    Is this possible ? My friend has an XP machine with 2 users, and they would like to be able to share there iTunes library with each other ! Thanks.

  • Background Colors??

    Is it possible to customize cell and table background colors? I've got the eyedropper thing down - but is there a way to enter the desired color, such as #CCFFCC? I've been wrestling with this for awhile... a work around would be a way to translate #

  • Well known sites not working in Safari

    I am running Safari 3.0.4 and have installed the most recent security patch. Randomly through out the day I will go to well know sites ( weather.com, google, etc.) and I get the Go Daddy "This page is parked" web page. This is a work computer with a