Migrating Sybase 12 procedures to Oracle 8i

I'm doing a Sybase 12 disconnected source model load and OMWB has been running for over 24 hrs pegged at 100% CPU utilization. Message currently says "Generating DSML Formatted File For sybase12_sysprocedures.dat, filesize: 15,554,680. There are 600+ procedures in this 15MB file it's trying to convert, is this simply to many procedures to convert using the OMWB tool?
I have already upgraded my JDK to 1.1.8 as recommended by other forum/bug postings, but this only caused the OMWB to hang after 30 min. I currently have JDK 1.4.0 installed.
System specs are below:
CPU - PIII 800Mhz
MEMORY - 128MB
Thanks for any help or suggestions,
Rudy

Rudy,
were there any errors reported on screen when you ran the SYBASE12_DSML_SCRIPT.BAT file ? If so, the data in the .DAT
files (which are generated by this script in the %ORACLE_HOME%\OMWB\DSML_SCRIPTS\Sybase12 directory)
may be incomplete or even corrupt and this may cause problems when the Workbench attempts to load them. The script
reports successes and errors to the screen while it runs and you may discover what the problem could be from these reports.
If the script does not report any errors then there should be some indication of what the problem is from the error.log
file which can be found in %ORACLE_HOME%\OMWB\Log or from an error/warning message sent to the progress
window in the Workbench. If you would like to send me the text of any errors you find to be reported or if you would like to
send me copies of the files generated on your machine by the DSML script, I would be happy to investigate the problem further
and report back to you.
Ragards,
Tom.

Similar Messages

  • Migrating Sybase 12.5 to Oracle 9i 2 on Solaris Box -

    I am trying to migrate sybase 12.5 using the migration script generated .dat files in omwb. It is showing o errors but except for some built in procedures nothing is available.
    **************** My error.log file is **********
    ** Oracle Migration Workbench
    ** Production Release 9.2.0.1.7
    ** ( Build 20031209 )
    ** OMWB_HOME: C:\software\omwb\Omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_01
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Wed Mar 17 16:54:50 JST 2004
    ** Oracle Migration Workbench
    ** Production Release 9.2.0.1.7
    ** ( Build 20031209 )
    ** OMWB_HOME: C:\software\omwb\Omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_01
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Wed Mar 17 17:03:30 JST 2004
    ** Workbench Repository : Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Repository Connection URL: jdbc:oracle:thin:@jptky122unx:1521:CIA
    ** The following plugins are installed:
    ** Sybase Adaptive Server 12 Plugin, Production Release 9.2.0.1.7
    ** Active Plugin : Sybase12
    ** Shutdown : Wed Mar 17 17:10:14 JST 2004
    ** Oracle Migration Workbench
    ** Production Release 9.2.0.1.7
    ** ( Build 20031209 )
    ** OMWB_HOME: C:\software\omwb\Omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_01
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Thu Mar 18 10:57:57 JST 2004
    ** Workbench Repository : Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Repository Connection URL: jdbc:oracle:thin:@jptky122unx:1521:CIA
    ** The following plugins are installed:
    ** Sybase Adaptive Server 12 Plugin, Production Release 9.2.0.1.7
    ** Active Plugin : Sybase12
    java.sql.SQLException: [MERANT][ODBC Sybase ASE driver]Login Failed, Check for vaild user ID, server name and password
         at sun.jdbc.odbc.JdbcOdbc.createSQLException(Unknown Source)
         at sun.jdbc.odbc.JdbcOdbc.standardError(Unknown Source)
         at sun.jdbc.odbc.JdbcOdbc.SQLDriverConnect(Unknown Source)
         at sun.jdbc.odbc.JdbcOdbcConnection.initialize(Unknown Source)
         at sun.jdbc.odbc.JdbcOdbcDriver.connect(Unknown Source)
         at java.sql.DriverManager.getConnection(Unknown Source)
         at java.sql.DriverManager.getConnection(Unknown Source)
         at oracle.mtg.sybase12.server.SybaseServiceImpl.getDatabases(SybaseServiceImpl.java:690)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard._populateDatabases(SybaseCaptureWizard.java:1428)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard.wizardValidatePage(SybaseCaptureWizard.java:897)
         at oracle.ewt.wizard.WizardPage.processWizardValidateEvent(Unknown Source)
         at oracle.ewt.wizard.WizardPage.validatePage(Unknown Source)
         at oracle.ewt.wizard.BaseWizard.validateSelectedPage(Unknown Source)
         at oracle.ewt.wizard.BaseWizard.doNext(Unknown Source)
         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(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         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(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.Dialog$1.run(Unknown Source)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    ** Shutdown : Thu Mar 18 11:11:39 JST 2004
    ** Oracle Migration Workbench
    ** Production Release 9.2.0.1.7
    ** ( Build 20031209 )
    ** OMWB_HOME: C:\software\omwb\Omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_01
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Thu Mar 18 11:18:00 JST 2004
    ** Workbench Repository : Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Repository Connection URL: jdbc:oracle:thin:@jptky122unx:1521:CIA
    ** The following plugins are installed:
    ** Sybase Adaptive Server 12 Plugin, Production Release 9.2.0.1.7
    ** Active Plugin : Sybase12
    ** Shutdown : Thu Mar 18 11:21:37 JST 2004
    ** Oracle Migration Workbench
    ** Production Release 9.2.0.1.7
    ** ( Build 20031209 )
    ** OMWB_HOME: C:\software\omwb\Omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_01
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Thu Mar 18 13:12:53 JST 2004
    ** Workbench Repository : Oracle9i Lite ORDBMS 4.0.3.11.0
    ** The following plugins are installed:
    ** Sybase Adaptive Server 12 Plugin, Production Release 9.2.0.1.7
    ** Active Plugin : Sybase12
    java.lang.OutOfMemoryError
    _closeConnections waiting for connection to be released!
    Connection was locked in :
    java.lang.Exception
         at oracle.mtg.plugin.server.ConnectionCache._checkForFreeConnection(ConnectionCache.java:353)
         at oracle.mtg.plugin.server.ConnectionCache.getConnection(ConnectionCache.java:94)
         at oracle.mtg.migrationServer.DatabaseAccess.getRepositoryConnection(DatabaseAccess.java:333)
         at oracle.mtg.sybase12.server.Sybase12DisconnSourceModelLoad.loadSourceModel(Sybase12DisconnSourceModelLoad.java:234)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard.doCapture(SybaseCaptureWizard.java:748)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard._runDialog(SybaseCaptureWizard.java:583)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard.capture(SybaseCaptureWizard.java:493)
         at oracle.mtg.migrationUI.ActionMenuHandler._capture(ActionMenuHandler.java:213)
         at oracle.mtg.migrationUI.ActionMenuHandler.run(ActionMenuHandler.java:90)
         at oracle.mtg.migration.WorkerThread.run(Worker.java:269)
    ** Oracle Migration Workbench
    ** Production Release 9.2.0.1.7
    ** ( Build 20031209 )
    ** OMWB_HOME: C:\software\omwb\Omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_01
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Thu Mar 18 13:34:52 JST 2004
    ** Workbench Repository : Oracle9i Lite ORDBMS 4.0.3.11.0
    ** The following plugins are installed:
    ** Sybase Adaptive Server 12 Plugin, Production Release 9.2.0.1.7
    ** Active Plugin : Sybase12
    java.lang.OutOfMemoryError
    _closeConnections waiting for connection to be released!
    Connection was locked in :
    java.lang.Exception
         at oracle.mtg.plugin.server.ConnectionCache._checkForFreeConnection(ConnectionCache.java:353)
         at oracle.mtg.plugin.server.ConnectionCache.getConnection(ConnectionCache.java:94)
         at oracle.mtg.migrationServer.DatabaseAccess.getRepositoryConnection(DatabaseAccess.java:333)
         at oracle.mtg.sybase12.server.Sybase12DisconnSourceModelLoad.loadSourceModel(Sybase12DisconnSourceModelLoad.java:234)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard.doCapture(SybaseCaptureWizard.java:748)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard._runDialog(SybaseCaptureWizard.java:583)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard.capture(SybaseCaptureWizard.java:493)
         at oracle.mtg.migrationUI.ActionMenuHandler._capture(ActionMenuHandler.java:213)
         at oracle.mtg.migrationUI.ActionMenuHandler.run(ActionMenuHandler.java:90)
         at oracle.mtg.migration.WorkerThread.run(Worker.java:269)
    ** Oracle Migration Workbench
    ** Production Release 9.2.0.1.7
    ** ( Build 20031209 )
    ** OMWB_HOME: C:\software\omwb\Omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_01
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Thu Mar 18 14:58:31 JST 2004
    ** Workbench Repository : Oracle9i Lite ORDBMS 4.0.3.11.0
    ** The following plugins are installed:
    ** Sybase Adaptive Server 12 Plugin, Production Release 9.2.0.1.7
    ** Active Plugin : Sybase12
    java.lang.OutOfMemoryError
    _closeConnections waiting for connection to be released!
    Connection was locked in :
    java.lang.Exception
         at oracle.mtg.plugin.server.ConnectionCache._checkForFreeConnection(ConnectionCache.java:353)
         at oracle.mtg.plugin.server.ConnectionCache.getConnection(ConnectionCache.java:94)
         at oracle.mtg.migrationServer.DatabaseAccess.getRepositoryConnection(DatabaseAccess.java:333)
         at oracle.mtg.sybase12.server.Sybase12DisconnSourceModelLoad.loadSourceModel(Sybase12DisconnSourceModelLoad.java:234)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard.doCapture(SybaseCaptureWizard.java:748)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard._runDialog(SybaseCaptureWizard.java:583)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard.capture(SybaseCaptureWizard.java:493)
         at oracle.mtg.migrationUI.ActionMenuHandler._capture(ActionMenuHandler.java:213)
         at oracle.mtg.migrationUI.ActionMenuHandler.run(ActionMenuHandler.java:90)
         at oracle.mtg.migration.WorkerThread.run(Worker.java:269)
    ** Oracle Migration Workbench
    ** Production Release 9.2.0.1.7
    ** ( Build 20031209 )
    ** OMWB_HOME: C:\software\omwb\Omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_01
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Thu Mar 18 15:05:25 JST 2004
    ** Workbench Repository : Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Repository Connection URL: jdbc:oracle:thin:@jptky122unx:1521:CIA
    ** The following plugins are installed:
    ** Sybase Adaptive Server 12 Plugin, Production Release 9.2.0.1.7
    ** Active Plugin : Sybase12
    java.lang.OutOfMemoryError
    ** Shutdown : Thu Mar 18 15:15:07 JST 2004
    ** Oracle Migration Workbench
    ** Production Release 9.2.0.1.7
    ** ( Build 20031209 )
    ** OMWB_HOME: C:\software\omwb\Omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_01
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Thu Mar 18 15:15:12 JST 2004
    ** Workbench Repository : Oracle9i Lite ORDBMS 4.0.3.11.0
    ** The following plugins are installed:
    ** Sybase Adaptive Server 12 Plugin, Production Release 9.2.0.1.7
    ** Active Plugin : Sybase12
    Exception :Sybase12DisconnSourceModelLoad.loadSourceModel(): oracle.mtg.migration.MigrationStopException: java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
    Exception :Sybase12DisconnSourceModelLoad.loadSourceModel(): oracle.mtg.migration.MigrationStopException: java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
    Exception :Sybase12DisconnSourceModelLoad.loadSourceModel(): oracle.mtg.migration.MigrationStopException: java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
    Exception :Sybase12DisconnSourceModelLoad.loadSourceModel(): oracle.mtg.migration.MigrationStopException: java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
    Exception :Sybase12DisconnSourceModelLoad.loadSourceModel(): oracle.mtg.migration.MigrationStopException: java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
    ** Shutdown : Thu Mar 18 15:34:28 JST 2004
    ** Oracle Migration Workbench
    ** Production Release 9.2.0.1.7
    ** ( Build 20031209 )
    ** OMWB_HOME: C:\software\omwb\Omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_01
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Thu Mar 18 15:34:44 JST 2004
    ** Workbench Repository : Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Repository Connection URL: jdbc:oracle:thin:@jptky122unx:1521:CIA
    ** The following plugins are installed:
    ** Sybase Adaptive Server 12 Plugin, Production Release 9.2.0.1.7
    ** Active Plugin : Sybase12
    java.sql.SQLException: Data size bigger than max size for this type: 252643
    java.sql.SQLException: Data size bigger than max size for this type: 252643
         at oracle.mtg.disconnectedModel.GeneratePreparedStatement.setPreparedStatementValues(GeneratePreparedStatement.java:274)
         at oracle.mtg.disconnectedModel.MetadataFileParser._executePreparedStatement(MetadataFileParser.java:343)
         at oracle.mtg.disconnectedModel.MetadataFileParser.endElement(MetadataFileParser.java:208)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1120)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:293)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:260)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:175)
         at oracle.mtg.disconnectedModel.MetadataFileParser.loadData(MetadataFileParser.java:302)
         at oracle.mtg.sybase12.server.Sybase12DisconnSourceModelLoad.populateSourceModel(Sybase12DisconnSourceModelLoad.java:1144)
         at oracle.mtg.sybase12.server.Sybase12DisconnSourceModelLoad.loadSourceModel(Sybase12DisconnSourceModelLoad.java:285)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard.doCapture(SybaseCaptureWizard.java:748)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard._runDialog(SybaseCaptureWizard.java:583)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard.capture(SybaseCaptureWizard.java:493)
         at oracle.mtg.migrationUI.ActionMenuHandler._capture(ActionMenuHandler.java:213)
         at oracle.mtg.migrationUI.ActionMenuHandler.run(ActionMenuHandler.java:90)
         at oracle.mtg.migration.WorkerThread.run(Worker.java:269)
    java.sql.SQLException: Data size bigger than max size for this type: 252643
    java.sql.SQLException: Data size bigger than max size for this type: 252643
         at oracle.mtg.disconnectedModel.GeneratePreparedStatement.setPreparedStatementValues(GeneratePreparedStatement.java:274)
         at oracle.mtg.disconnectedModel.MetadataFileParser._executePreparedStatement(MetadataFileParser.java:343)
         at oracle.mtg.disconnectedModel.MetadataFileParser.endElement(MetadataFileParser.java:208)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1120)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:293)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:260)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:175)
         at oracle.mtg.disconnectedModel.MetadataFileParser.loadData(MetadataFileParser.java:302)
         at oracle.mtg.sybase12.server.Sybase12DisconnSourceModelLoad.populateSourceModel(Sybase12DisconnSourceModelLoad.java:1144)
         at oracle.mtg.sybase12.server.Sybase12DisconnSourceModelLoad.loadSourceModel(Sybase12DisconnSourceModelLoad.java:285)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard.doCapture(SybaseCaptureWizard.java:748)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard._runDialog(SybaseCaptureWizard.java:583)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard.capture(SybaseCaptureWizard.java:493)
         at oracle.mtg.migrationUI.ActionMenuHandler._capture(ActionMenuHandler.java:213)
         at oracle.mtg.migrationUI.ActionMenuHandler.run(ActionMenuHandler.java:90)
         at oracle.mtg.migration.WorkerThread.run(Worker.java:269)
    java.lang.ArrayIndexOutOfBoundsException: 0
         at oracle.mtg.migrationServer.DetailedReport._getDatabaseIds(DetailedReport.java:1042)
         at oracle.mtg.migrationServer.DetailedReport.create(DetailedReport.java:160)
         at oracle.mtg.migrationUI.ReportMenuHandler.run(ReportMenuHandler.java:158)
         at oracle.mtg.migration.WorkerThread.run(Worker.java:269)
    ** Shutdown : Thu Mar 18 16:06:29 JST 2004
    ** Oracle Migration Workbench
    ** Production Release 9.2.0.1.7
    ** ( Build 20031209 )
    ** OMWB_HOME: C:\software\omwb\Omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_01
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Fri Mar 19 10:54:06 JST 2004
    ** Workbench Repository : Oracle9i Lite ORDBMS 4.0.3.11.0
    ** The following plugins are installed:
    ** Sybase Adaptive Server 12 Plugin, Production Release 9.2.0.1.7
    ** Active Plugin : Sybase12
    ** Shutdown : Fri Mar 19 10:59:01 JST 2004
    ** Oracle Migration Workbench
    ** Production Release 9.2.0.1.7
    ** ( Build 20031209 )
    ** OMWB_HOME: C:\software\omwb\Omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_01
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Fri Mar 19 13:47:11 JST 2004
    ** Workbench Repository : Oracle9i Lite ORDBMS 4.0.3.11.0
    ** The following plugins are installed:
    ** Sybase Adaptive Server 12 Plugin, Production Release 9.2.0.1.7
    ** Active Plugin : Sybase12
    java.lang.OutOfMemoryError
    _closeConnections waiting for connection to be released!
    Connection was locked in :
    java.lang.Exception
         at oracle.mtg.plugin.server.ConnectionCache._checkForFreeConnection(ConnectionCache.java:353)
         at oracle.mtg.plugin.server.ConnectionCache.getConnection(ConnectionCache.java:94)
         at oracle.mtg.migrationServer.DatabaseAccess.getRepositoryConnection(DatabaseAccess.java:333)
         at oracle.mtg.sybase12.server.Sybase12DisconnSourceModelLoad.loadSourceModel(Sybase12DisconnSourceModelLoad.java:234)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard.doCapture(SybaseCaptureWizard.java:748)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard._runDialog(SybaseCaptureWizard.java:583)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard.capture(SybaseCaptureWizard.java:493)
         at oracle.mtg.migrationUI.ActionMenuHandler._capture(ActionMenuHandler.java:213)
         at oracle.mtg.migrationUI.ActionMenuHandler.run(ActionMenuHandler.java:90)
         at oracle.mtg.migration.WorkerThread.run(Worker.java:269)
    ** Oracle Migration Workbench
    ** Production Release 9.2.0.1.7
    ** ( Build 20031209 )
    ** OMWB_HOME: C:\software\omwb\Omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_01
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Thu Mar 25 08:37:08 JST 2004
    ** Workbench Repository : Oracle9i Lite ORDBMS 4.0.3.11.0
    ** The following plugins are installed:
    ** Sybase Adaptive Server 12 Plugin, Production Release 9.2.0.1.7
    ** Active Plugin : Sybase12
    java.lang.OutOfMemoryError
    _closeConnections waiting for connection to be released!
    Connection was locked in :
    java.lang.Exception
         at oracle.mtg.plugin.server.ConnectionCache._checkForFreeConnection(ConnectionCache.java:353)
         at oracle.mtg.plugin.server.ConnectionCache.getConnection(ConnectionCache.java:94)
         at oracle.mtg.migrationServer.DatabaseAccess.getRepositoryConnection(DatabaseAccess.java:333)
         at oracle.mtg.sybase12.server.Sybase12DisconnSourceModelLoad.loadSourceModel(Sybase12DisconnSourceModelLoad.java:234)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard.doCapture(SybaseCaptureWizard.java:748)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard._runDialog(SybaseCaptureWizard.java:583)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard.capture(SybaseCaptureWizard.java:493)
         at oracle.mtg.migrationUI.ActionMenuHandler._capture(ActionMenuHandler.java:213)
         at oracle.mtg.migrationUI.ActionMenuHandler.run(ActionMenuHandler.java:90)
         at oracle.mtg.migration.WorkerThread.run(Worker.java:269)
    ** Oracle Migration Workbench
    ** Production Release 9.2.0.1.7
    ** ( Build 20031209 )
    ** OMWB_HOME: C:\software\omwb\Omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_01
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Thu Mar 25 08:44:27 JST 2004
    ** Workbench Repository : Oracle9i Lite ORDBMS 4.0.3.11.0
    ** The following plugins are installed:
    ** Sybase Adaptive Server 12 Plugin, Production Release 9.2.0.1.7
    ** Active Plugin : Sybase12
    Exception :Sybase12DisconnSourceModelLoad.loadSourceModel(): oracle.mtg.migration.MigrationStopException: java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
    Exception :Sybase12DisconnSourceModelLoad.loadSourceModel(): oracle.mtg.migration.MigrationStopException: java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
    ** Shutdown : Thu Mar 25 08:52:43 JST 2004
    ** Oracle Migration Workbench
    ** Production Release 9.2.0.1.7
    ** ( Build 20031209 )
    ** OMWB_HOME: C:\software\omwb\Omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_01
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Thu Mar 25 09:49:41 JST 2004
    ** Workbench Repository : Oracle9i Lite ORDBMS 4.0.3.11.0
    ** The following plugins are installed:
    ** Sybase Adaptive Server 12 Plugin, Production Release 9.2.0.1.7
    ** Active Plugin : Sybase12
    Exception :Sybase12DisconnSourceModelLoad.loadSourceModel(): oracle.mtg.migration.MigrationStopException: java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
    Exception :Sybase12DisconnSourceModelLoad.loadSourceModel(): oracle.mtg.migration.MigrationStopException: java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
    Exception :Sybase12DisconnSourceModelLoad.loadSourceModel(): oracle.mtg.migration.MigrationStopException: java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
    ** Shutdown : Thu Mar 25 10:12:56 JST 2004
    ** Oracle Migration Workbench
    ** Production Release 9.2.0.1.7
    ** ( Build 20031209 )
    ** OMWB_HOME: C:\software\omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_01
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Thu Mar 25 10:17:49 JST 2004
    ** Workbench Repository : Oracle9i Lite ORDBMS 4.0.3.11.0
    ** The following plugins are installed:
    ** Sybase Adaptive Server 12 Plugin, Production Release 9.2.0.1.7
    ** Active Plugin : Sybase12
    Exception :Sybase12DisconnSourceModelLoad.loadSourceModel(): oracle.mtg.migration.MigrationStopException: java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
    Exception :Sybase12DisconnSourceModelLoad.loadSourceModel(): oracle.mtg.migration.MigrationStopException: java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
    Exception :Sybase12DisconnSourceModelLoad.loadSourceModel(): oracle.mtg.migration.MigrationStopException: java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
    ** Oracle Migration Workbench
    ** Production Release 9.2.0.1.7
    ** ( Build 20031209 )
    ** OMWB_HOME: C:\software\omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_01
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Thu Mar 25 10:26:23 JST 2004
    ** Shutdown : Thu Mar 25 10:26:25 JST 2004
    ** Workbench Repository : Oracle9i Lite ORDBMS 4.0.3.11.0
    ** The following plugins are installed:
    ** Sybase Adaptive Server 12 Plugin, Production Release 9.2.0.1.7
    ** Active Plugin : Sybase12
    ** Shutdown : Thu Mar 25 10:27:06 JST 2004
    ** Oracle Migration Workbench
    ** Production Release 9.2.0.1.7
    ** ( Build 20031209 )
    ** OMWB_HOME: C:\software\omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_01
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Thu Mar 25 10:27:36 JST 2004
    ** Workbench Repository : Oracle9i Lite ORDBMS 4.0.3.11.0
    ** The following plugins are installed:
    ** Sybase Adaptive Server 12 Plugin, Production Release 9.2.0.1.7
    ** Active Plugin : Sybase12
    Exception occurred during event dispatching:
    java.lang.NullPointerException
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard._updateMetadataFileSelections(SybaseCaptureWizard.java:2068)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard.actionPerformed(SybaseCaptureWizard.java:2043)
         at oracle.ewt.button.PushButton.processActionEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWButton.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(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         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(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.Dialog$1.run(Unknown Source)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Exception occurred during event dispatching:
    java.lang.NullPointerException
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard._updateMetadataFileSelections(SybaseCaptureWizard.java:2068)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard.actionPerformed(SybaseCaptureWizard.java:2043)
         at oracle.ewt.button.PushButton.processActionEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWButton.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(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         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(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.Dialog$1.run(Unknown Source)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Exception :Sybase12DisconnSourceModelLoad.loadSourceModel(): oracle.mtg.migration.MigrationStopException: java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
    ** Shutdown : Thu Mar 25 10:34:27 JST 2004
    ** Oracle Migration Workbench
    ** Production Release 9.2.0.1.7
    ** ( Build 20031209 )
    ** OMWB_HOME: C:\software\omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_01
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Thu Mar 25 11:08:10 JST 2004
    ** Workbench Repository : Oracle9i Lite ORDBMS 4.0.3.11.0
    ** The following plugins are installed:
    ** Sybase Adaptive Server 12 Plugin, Production Release 9.2.0.1.7
    ** Active Plugin : Sybase12
    Exception :Sybase12DisconnSourceModelLoad.loadSourceModel(): oracle.mtg.migration.MigrationStopException: java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
    ** Shutdown : Thu Mar 25 11:14:07 JST 2004
    ** Oracle Migration Workbench
    ** Production Release 9.2.0.1.7
    ** ( Build 20031209 )
    ** OMWB_HOME: C:\software\omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_01
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Thu Mar 25 11:14:33 JST 2004
    ** Oracle Migration Workbench
    ** Production Release 9.2.0.1.7
    ** ( Build 20031209 )
    ** OMWB_HOME: C:\software\omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_01
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Thu Mar 25 11:16:00 JST 2004
    ** Workbench Repository : Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Repository Connection URL: jdbc:oracle:thin:@jptky122unx:1521:CIA
    ** The following plugins are installed:
    ** Sybase Adaptive Server 12 Plugin, Production Release 9.2.0.1.7
    ** Active Plugin : Sybase12
    java.sql.SQLException: Data size bigger than max size for this type: 584252
    java.sql.SQLException: Data size bigger than max size for this type: 584252
         at oracle.mtg.disconnectedModel.GeneratePreparedStatement.setPreparedStatementValues(GeneratePreparedStatement.java:274)
         at oracle.mtg.disconnectedModel.MetadataFileParser._executePreparedStatement(MetadataFileParser.java:343)
         at oracle.mtg.disconnectedModel.MetadataFileParser.endElement(MetadataFileParser.java:208)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1120)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:293)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:260)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:175)
         at oracle.mtg.disconnectedModel.MetadataFileParser.loadData(MetadataFileParser.java:302)
         at oracle.mtg.sybase12.server.Sybase12DisconnSourceModelLoad.populateSourceModel(Sybase12DisconnSourceModelLoad.java:1144)
         at oracle.mtg.sybase12.server.Sybase12DisconnSourceModelLoad.loadSourceModel(Sybase12DisconnSourceModelLoad.java:285)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard.doCapture(SybaseCaptureWizard.java:748)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard._runDialog(SybaseCaptureWizard.java:583)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard.capture(SybaseCaptureWizard.java:493)
         at oracle.mtg.migrationUI.ActionMenuHandler._capture(ActionMenuHandler.java:213)
         at oracle.mtg.migrationUI.ActionMenuHandler.run(ActionMenuHandler.java:90)
         at oracle.mtg.migration.WorkerThread.run(Worker.java:269)
    java.lang.OutOfMemoryError
    java.lang.NoClassDefFoundError: oracle/mtg/informix7/ui/Informix7ESQLFolder
         at oracle.mtg.migrationUI.MigrationUI._dispatchObjectCommand(MigrationUI.java:3031)
         at oracle.mtg.migrationUI.MigrationUI.commandIssued(MigrationUI.java:648)
         at oracle.sysman.emSDK.client.guiComponent.commandAdapter.CommandAdapter.deliverEvent(CommandAdapter.java:442)
         at oracle.sysman.emSDK.client.guiComponent.commandAdapter.CommandAdapter.commandIssued(CommandAdapter.java:455)
         at oracle.sysman.emSDK.client.guiComponent.commandAdapter.CommandAdapter.actionPerformed(CommandAdapter.java:417)
         at oracle.ewt.lwAWT.lwMenu.LWMenuItem.processActionEvent(Unknown Source)
         at oracle.ewt.lwAWT.lwMenu.LWMenuItem.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at oracle.ewt.lwAWT.lwMenu.LWMenuItem.activate(Unknown Source)
         at oracle.ewt.lwAWT.lwMenu.laf.VertMenuItemController.mouseReleased(Unknown Source)
         at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.lwMenu.LWMenuItem.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp._redispatchEvent(Unknown Source)
         at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp._redispatchEvent(Unknown Source)
         at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    ** Shutdown : Thu Mar 25 11:26:11 JST 2004
    ** Oracle Migration Workbench
    ** Production Release 9.2.0.1.7
    ** ( Build 20031209 )
    ** OMWB_HOME: C:\software\omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_01
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Thu Mar 25 11:26:26 JST 2004
    ** Oracle Migration Workbench
    ** Production Release 9.2.0.1.7
    ** ( Build 20031209 )
    ** OMWB_HOME: C:\software\omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_01
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Thu Mar 25 12:28:06 JST 2004
    ** Workbench Repository : Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Repository Connection URL: jdbc:oracle:thin:@jptky122unx:1521:CIA
    ** The following plugins are installed:
    ** Sybase Adaptive Server 12 Plugin, Production Release 9.2.0.1.7
    ** Active Plugin : Sybase12
    java.sql.SQLException: Data size bigger than max size for this type: 576636
    java.sql.SQLException: Data size bigger than max size for this type: 576636
         at oracle.mtg.disconnectedModel.GeneratePreparedStatement.setPreparedStatementValues(GeneratePreparedStatement.java:274)
         at oracle.mtg.disconnectedModel.MetadataFileParser._executePreparedStatement(MetadataFileParser.java:343)
         at oracle.mtg.disconnectedModel.MetadataFileParser.endElement(MetadataFileParser.java:208)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1120)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:293)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:260)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:175)
         at oracle.mtg.disconnectedModel.MetadataFileParser.loadData(MetadataFileParser.java:302)
         at oracle.mtg.sybase12.server.Sybase12DisconnSourceModelLoad.populateSourceModel(Sybase12DisconnSourceModelLoad.java:1144)
         at oracle.mtg.sybase12.server.Sybase12DisconnSourceModelLoad.loadSourceModel(Sybase12DisconnSourceModelLoad.java:285)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard.doCapture(SybaseCaptureWizard.java:748)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard._runDialog(SybaseCaptureWizard.java:583)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard.capture(SybaseCaptureWizard.java:493)
         at oracle.mtg.migrationUI.ActionMenuHandler._capture(ActionMenuHandler.java:213)
         at oracle.mtg.migrationUI.ActionMenuHandler.run(ActionMenuHandler.java:90)
         at oracle.mtg.migration.WorkerThread.run(Worker.java:269)
    java.lang.OutOfMemoryError
    ** Shutdown : Thu Mar 25 12:39:43 JST 2004
    ** Oracle Migration Workbench
    ** Production Release 9.2.0.1.7
    ** ( Build 20031209 )
    ** OMWB_HOME: C:\software\omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_01
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Thu Mar 25 12:39:54 JST 2004
    ** Workbench Repository : Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Repository Connection URL: jdbc:oracle:thin:@jptky122unx:1521:CIA
    ** The following plugins are installed:
    ** Sybase Adaptive Server 12 Plugin, Production Release 9.2.0.1.7
    ** Active Plugin : Sybase12
    java.sql.SQLException: Data size bigger than max size for this type: 576636
    java.sql.SQLException: Data size bigger than max size for this type: 576636
         at oracle.mtg.disconnectedModel.GeneratePreparedStatement.setPreparedStatementValues(GeneratePreparedStatement.java:274)
         at oracle.mtg.disconnectedModel.MetadataFileParser._executePreparedStatement(MetadataFileParser.java:343)
         at oracle.mtg.disconnectedModel.MetadataFileParser.endElement(MetadataFileParser.java:208)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1120)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:293)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:260)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:175)
         at oracle.mtg.disconnectedModel.MetadataFileParser.loadData(MetadataFileParser.java:302)
         at oracle.mtg.sybase12.server.Sybase12DisconnSourceModelLoad.populateSourceModel(Sybase12DisconnSourceModelLoad.java:1144)
         at oracle.mtg.sybase12.server.Sybase12DisconnSourceModelLoad.loadSourceModel(Sybase12DisconnSourceModelLoad.java:285)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard.doCapture(SybaseCaptureWizard.java:748)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard._runDialog(SybaseCaptureWizard.java:583)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard.capture(SybaseCaptureWizard.java:493)
         at oracle.mtg.migrationUI.ActionMenuHandler._capture(ActionMenuHandler.java:213)
         at oracle.mtg.migrationUI.ActionMenuHandler.run(ActionMenuHandler.java:90)
         at oracle.mtg.migration.WorkerThread.run(Worker.java:269)
    Dropping with : drop user omwb_emulation cascade
    Recreating with : CREATE USER omwb_emulation IDENTIFIED BY oracle
    Recreating with : GRANT CONNECT, RESOURCE, CREATE PUBLIC SYNONYM TO omwb_emulation
    ** Shutdown : Thu Mar 25 13:14:03 JST 2004
    ** Oracle Migration Workbench
    ** Production Release 9.2.0.1.7
    ** ( Build 20031209 )
    ** OMWB_HOME: C:\software\omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_01
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Thu Mar 25 13:34:27 JST 2004
    ** Workbench Repository : Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Repository Connection URL: jdbc:oracle:thin:@jptky122unx:1521:CIA
    ** The following plugins are installed:
    ** Sybase Adaptive Server 12 Plugin, Production Release 9.2.0.1.7
    ** Active Plugin : Sybase12
    java.sql.SQLException: Data size bigger than max size for this type: 572276
    java.sql.SQLException: Data size bigger than max size for this type: 572276
         at oracle.mtg.disconnectedModel.GeneratePreparedStatement.setPreparedStatementValues(GeneratePreparedStatement.java:274)
         at oracle.mtg.disconnectedModel.MetadataFileParser._executePreparedStatement(MetadataFileParser.java:343)
         at oracle.mtg.disconnectedModel.MetadataFileParser.endElement(MetadataFileParser.java:208)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1120)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:293)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:260)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:175)
         at oracle.mtg.disconnectedModel.MetadataFileParser.loadData(MetadataFileParser.java:302)
         at oracle.mtg.sybase12.server.Sybase12DisconnSourceModelLoad.populateSourceModel(Sybase12DisconnSourceModelLoad.java:1144)
         at oracle.mtg.sybase12.server.Sybase12DisconnSourceModelLoad.loadSourceModel(Sybase12DisconnSourceModelLoad.java:285)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard.doCapture(SybaseCaptureWizard.java:748)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard._runDialog(SybaseCaptureWizard.java:583)
         at oracle.mtg.sybase12.ui.SybaseCaptureWizard.capture(SybaseCaptureWizard.java:493)
         at oracle.mtg.migrationUI.ActionMenuHandler._capture(ActionMenuHandler.java:213)
         at oracle.mtg.migrationUI.ActionMenuHandler.run(ActionMenuHandler.java:90)
         at oracle.mtg.migration.WorkerThread.run(Worker.java:269)
    Dropping with : drop user omwb_emulation cascade
    Recreating with : CREATE USER omwb_emulation IDENTIFIED BY oracle
    Recreating with : GRANT CONNECT, RESOURCE, CREATE PUBLIC SYNONYM TO omwb_emulation
    ** Shutdown : Thu Mar 25 13:53:57 JST 2004
    ** Oracle Migration Workbench
    ** Production Release 9.2.0.1.7
    ** ( Build 20031209 )
    ** OMWB_HOME: C:\software\omwb
    ** user language: en
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_01
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Thu Mar 25 13:55:27 JST 2004
    ** Workbench Repository : Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Repository Connection URL: jdbc:oracle:thin:@jptky122unx:1521:CIA
    ** The following plugins are installed:
    ** Sybase Adaptive Server 12 Plugin, Production Release 9.2.0.1.7
    ** Active Plugin : Sybase12
    ** Shutdown : Thu Mar 25 14:17:51 JST 2004
    Thanks,
    S. Ganesh
    JAPAN

    Whats in the error.log of the migration workbench. This should work fine.....

  • Migration Sybase 12.5 to Oracle 10G R2

    Hi,
    I'm planing to migrate some Sybase ASE 12.5 databases to Oracle 10g Release 2.
    The source database reside on Windows 2000 and Target database ( oracle 10g) will be running on Linux. Any idea if Oracle Migration workbench will support such scenerio where Source and Target will be on different OS platform if yes then how to approch and plan such migration, as we have to migrate mostly tables no views or procedures. Is using BCP ( on sybase) and then SQL loader ( on oracle 10g) will be an better approch ,if we use sql loader then how to migrate/create table structure, indexes and constraints etc from source to target .
    If anybody have idea please let me know or mail me , any help on this will be greatly appreciated.
    Regards
    Amit
    [email protected]

    Hi Amit,
    The Oracle Migration Workbench (OMWB) will migrate your tables, views, indexes for you to Oracle. Download it to you windows PC, it can can conneced to Sybase and generate the translated tables to your Oracle database on linux.
    If your databases only has a small amount of data (lets say <1GB), you could perform an online data move, where the OMWB 0 "pumps" the data from your Sybase database to Oracle using JDBC. Larger amounts of data are better moved using BCP and SQL Loader, but the OMWB can generate these scripts for you.
    Check out the OMWB here
    http://www.oracle.com/technology/tech/migration/index.html
    Regards,
    Dermot

  • Migrate Sybase ASE 15 to Oracle 9i

    Hi!
    Are there any plans to support migration from Sybase ASE 15.x to Oracle (in my case it would be Oracle 9i) ?
    Thanks

    Hi,
    At the moment our current focus is the redevelopment of the Oracle Migration Workbench as an extension to SQL Developer. We have published our statement of direction here:
    http://www.oracle.com/technology/tech/migration/migrationtoolsstatementofdirection.htm
    Once this is completed, I would expect Sybase to be the next database we would upgrade to this new tool and we would deal with Sybase 15.x as part of this. Sorry, no dates for this yet.
    Adventent tool, does support this now
    http://www.swissql.com/products/datamigration/data-migration.html
    Donal

  • How to migrate MySQL stored procedure to Oracle

    Hi All,
    I migrated mysql 5.1.42-enterprise-gpl-advanced DB to oracle using sqldeveloper 3.1.07 tool.
    DB objects migrated successfully except Stored Procedures.
    I verified .sql and Out files.. Capture process not captured stored procedures SQL.
    Could you please suggest, where I can verify exact error or how to fix this issue.
    Thanks in advance.

    Hi,
      The SQL*Developer version you are using is an old one and you should use the latest version available from this link -
    Oracle SQL Developer
    However, even the v4 version does not support the migration of MySQL stored procedures as shown in this link -
    http://www.oracle.com/technetwork/developer-tools/sql-developer/supportedmigplatforms-086703.html
    You will have to manually convert the MySQL stored procedures to an Oracle format, as even the 'Scratch Editor' under 'Tools - Migration' - does not have an option for MySQL conversion.
    The documentation has details of the difference between MySQL and Oracle stored procedures -
    Oracle® SQL Developer Supplementary Information for MySQL Migrations
    in the chapter Triggers and Stored Procedures
    Regards,
    Mike

  • Migration Issues--Stored Procedure

    Hi,
    After migrating sql server procedures into oracle using SQL DEVELOPER tool, I observed following things.
    In sql server procedure was having follo. syntax at the end to denote its completion
    select "ENDED dbo.s_p_fund_aff_ins_pers_seq_no : " , getdate()
    return
    This got converted into following,
    OPEN cv_2 FOR
    SELECT 'ENDED dbo.s_p_fund_aff_ins_pers_seq_no : ',
    SYSDATE
    FROM DUAL WHERE ROWNUM <= 1;
    RETURN;
    cv_2 is IN OUT SYS_REFCURSOR.
    My question is
    1) Is it ok to keep the converted code as it is?
    2) Do I need to close the cursor?

    It's all to do with scope - when a cursor* goes out of scope, then it will be closed automatically. So, your cursors defined within a procedure will automatically close when you exit that procedure and therefore you don't need to explicitly close them.
    Ref cursors have scope outside the procedure / package though, so they must be closed explicitly when the process that's using them no longer needs them. (That's how I think of it, anyway!)
    Edited by: Boneist on 07-Apr-2009 11:40
    * actually, this applies to other things, such as variables, parameters, etc; once they've gone out of scope, they are trashed as they can't be accessed any more.

  • Migrating Sybase code to Oracle 11g

    Hi All,
    We have to migrate Sybase code to Oracle 11g.
    When we are doing a SELECT .. INTO in Sybase , even if the query is returning more than 1 row , sybase selects 1 of the rows and populates the variables.
    But while migrating this code to oracle, we are getting TOO_MANY_ROWS Exception.
    We need to migrate the code from SYBASE to ORACLE without disturbing the logic.
    Can someone please tell me the logic applied by SYBASE to pick up the record?
    And if someone has faced this issue, then what can be done to resolve this.
    Regards,
    Riddhisha Khamesra

    The result 3 is the last entered record (not the amount of records..).
    So the first approach to write a dummy procedure that will select all records in Oracle like:
    CREATE OR REPLACE PROCEDURE last_record
    v_arg1 OUT NUMBER
    AS
    BEGIN
    SELECT col1
    INTO v_arg1
    FROM tt_tmp ;
    END;
    and hopefully returns only the last record will fail with:
    SQL> variable outvar number
    SQL> exec last_record (:outvar)
    BEGIN last_record (:outvar); END;
    ERROR at line 1:
    ORA-01422: exact fetch returns more than requested number of rows
    ORA-06512: at "SYSTEM.LAST_RECORD", line 9
    ORA-06512: at line 1
    One possible approach to get the last (and only the last) record that was entered into the table is to use rownum:
    The select might look like "select col1 from (select col1, rownum from tt_tmp order by rownum desc) where rownum=1;"
    So the procedure can be coded as:
    CREATE OR REPLACE PROCEDURE last_record
    v_arg1 OUT NUMBER
    AS
    BEGIN
    SELECT col1
    INTO v_arg1
    from (select col1, rownum from tt_tmp order by rownum desc) where rownum=1;
    END;
    Now calling it in SQL*Plus:
    SQL> variable outvar number
    SQL> exec last_record (:outvar)
    PL/SQL procedure successfully completed.
    SQL> print :outvar
    OUTVAR
    7
    The value 7 is the last record I've inserted into my tt_tmp table:
    SQL> select * from tt_tmp;
    COL1 COL2
    1 1
    2 2
    8 8
    7 7

  • Migrating Sybase Anywhere 8.0 to Oracle 10g

    I was asking Oracle help to develop a plugin whereby my company could use it as a tool to help us to migrate to Oracle 10g from Sybase Anywhere 8.0.
    However I was refer to here by someone from Oracle.
    Anyone have experience on this?
    Thanks
    Steven

    Steven,
    You could try SQL Developer Migration Workbench
    http://www.oracle.com/technology/tech/migration/workbench/index.html
    Oracle Migration Workbench
    The Oracle Migration Workbench is a tool that simplifies the process of migrating Sybase, Informix, and DB2 databases to the Oracle platform (Oracle9i and Oracle10g)*. The Oracle Migration Workbench migrates the entire database schema, including triggers and stored procedures, in an integrated, environment

  • 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

  • Migrate MS SQL Server procedure to Oracle

    Can any one suggest me any user friendly tool to Migrate MS SQL Server procedure to Oracle. I think using OMWB we can migrate schemas, as i could not find any interface to migrate a single procedure

    I tried using swisssql, but the trial version only migrates 10 tables and 10 indexes and no other objects. Is there any other tool which shall migrate only procedures? If so plz suggest me.....

  • Migrate peoplesoft sybase HR database to oracle 11g

    Hi All,
    We am looking to migrate from sybase 12 to Oracle 11g. We are not sure on which path to choose for this migration to be done. Ths sybase Database is around 55 GB. Below are few questions. Please let me know. The down time on this database can not be more than 2 days at the max.
    1. What is the best and fastest way to do this, if there is one?
    2. Any Documentation on steps involved in migration?
    3. Do we have to use any 3rd party tools for this?
    4. Can we achieve the data migration with sql loader, if yes is it the suggested way to do this and is there any documentation on this?
    I tried sql developer to do the migration but it did not go well and finally found that it is not the way to migrate a Database with peoplesoft environment, below is the link to explain more about what I have done with sql developer.
    If there is any other information required, below link has almost all the information.
    Re: Migrate peoplesoft sybase HRMS database to oracle 11g
    Thanks
    Kranthi

    1)     Build an Oracle Demo system patched to the same release level as the current production system.
    2)     Launch Application Designer and compare the production system to the demo system so you may capture the modifications.
    3)     Load a custom table with the tables listed in the MVPRDEXP.EXP in the production system. Run a script to create an export script for all PSRECDEFN where the RECTYPE is 0. This identifies all application data tables. You may want to dms export large tables in parallel.
    4)     DMS Import the exported data into the Oracle instance.
    5)     Reapply the modifications.

  • How to migrate sybase esql files(.cp files) to oracle pro*c files(.pc files

    I need to migrate sybase esql files(.cp files, c file with sybase embedded sql) to Oracle pro*c files (.pc files, c file with oracle embedded sql) , could anyone let me know whether there are any tools for this or the process how to migrate.
    Thanks in advance.

    I don't think there are any commercially available tools that can do this particular type of conversion. Your best bet is to re-write the app or try something like this: http://linux.windows9download.net/go/3-153300-0-download.html (open ESQL) that supports multiple databases. I don't know how good it is or if it will work with latest versions of Oracle so no guarantees. Our old migration workbench used to convert the Informix eSQL C programs to Pro*C but no Sybase esql c.
    Regards
    Prakash

  • Sybase 4.x to ORACLE 7 migration

    I am trying to use your Sybase 4.x to ORACLE 7 migration
    toolkit, and found out that one file is missing under
    /convkit/sybase/chkdupnms/ after I unzip the downloaded
    sybase4x_tar.z. The missing file is DUPNMS_RPT. On your
    conversion guide, it said that this file should be there. Did I
    missing something? Is it necessary to have this file? If it's
    so, how do I obtain this file? I'd appreciate your reply ASAP.
    Thanks.
    null

    Hi Ann,
    I think this file checks for duplicate names. You may be able to
    work without it.
    You may have to perform some manual steps to overcome name
    collisions if they occur, but these are usually straightfoward.
    Regards
    John
    Ann (guest) wrote:
    : I am trying to use your Sybase 4.x to ORACLE 7 migration
    : toolkit, and found out that one file is missing under
    : /convkit/sybase/chkdupnms/ after I unzip the downloaded
    : sybase4x_tar.z. The missing file is DUPNMS_RPT. On your
    : conversion guide, it said that this file should be there. Did
    I
    : missing something? Is it necessary to have this file? If it's
    : so, how do I obtain this file? I'd appreciate your reply
    ASAP.
    : Thanks.
    Oracle Technology Network
    http://technet.oracle.com
    null

  • Migrating mysql procedures into oracle

    Hi friends!
    I have a task to migrate one mysql db into oracle enviroment. So i plan to use a handy sql developer migration tool. I have not yet seen the source mysql db. So for now i just trying to figure out some issues wich may appear in the course of the work. I know there should be some complex procedures in the source db and wonder how good sql developer in wrapping mysql procedure logic into plsql code.
    Does anyone has experience with it?
    Thanks in advance. Alex.

    Alex,
    It's very difficult to say what problems you may have, if any, as it really does depend on the complexity of the MySQL procedures and what MySQL specific code they use.
    You can test using the 'Translation Scratch Editor' from the main menu -
    - Tools
    - Migration
    - Translation Scratch Editor
    Regards,
    Mike

  • Migrating ASP's from sybase and sqlserver to ORACLE

    Hi!
    i need information about what do i need or what it takes to
    migrate ASP's that are connected to sybase and sqlserver by
    ODBC, to Oracle? , if you have any document, information or
    contact, it'll be helpfull for me.
    thank you!

    This can't be answered globally as it depends on too many settings.
    For a generic overview you might check out the migration Web Site: http://www.oracle.com/technetwork/database/migration/index-084442.html

Maybe you are looking for