How to migrate Sybase 12 TEXT column to Oracle XMLType column

The Migration Workbench does not appear to support mapping a Sybase TEXT column to an Oracle XMLType column. What is the best way to workaround this limitation?
- Ron

CLOB?

Similar Messages

  • How to migrate data from MS Access to Oracle???????

    how to migrate data from MS Access to Oracle???????

    You can use heterogeneous services (HS) connection to MS-Access from Oracle and still use the same PL/SQL (or even a single CTAS statement) or SQL to load directly to Oracle tables. It's transparent, quick and clean as opposed to writing complex control files.
    You might have to set the ODBC connection to your Access database and add the details to Oracle listener.
    Please let me know if you are not sure how to set up the connection.

  • How to track changes in text [column type]  changes in MDM

    Hi,
    How to keep track changes in Text[column type] in MDM tables.Is it the only way that I have to declare it as Name field?

    Hi,
    You keep track of changes for a field by enabling change tracking for that field in MDM.  This functionality is available in the MDM Console. 
    For more information  please have a look at the MDM Console Reference Guide -> Part 4: Repository Maintenance -> Other System Tables -> Change Tracking Table
    The MDM Console Reference Guide can be found in http://service.sap.com/instguides -> SAP NetWeaver -> Release 04 -> Operations -> SAP MDM -> MDM 5.5 SP02 - Console Reference Guide
    Hope this helps,
    Richard

  • 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

  • Migrating Sybase "timestamp" data type to Oracle DB

    Hi,
    We are migrating huge Application currently running on Sybase database
    to Oracle 10.2.0.3 (500+ Tables and Stored Procedures).
    Have following questions regarding this Migration.
    1) Many of the Sybase Tables have column which is of Sybase data type "timestamp".
    Do you have any recommendation what is the data type to be used in Oracle for
    migrating "timestamp" data type in Sybase?
    2) How should we migrate existing data and business logic residing in Sybase for
    data columns of Sybase data type "timestamp" ?
    Given below are details on how we use Sybase timestamp Column in our Application
    and we are trying to arrive at the best Solution that is possible for migrating
    all those Tables and related business logic to Oracle.
    We have following Control Table in Sybase which has column of timestamp data type and
    some other Business keys.
    sp_help EQP_IES_CRE_TIMESTAMP (This is similar to desc <table> command in Oracle)
    EQP_IES_CRE_TIMESTAMP,dbo,user table
    default,Nov 14 2001 10:39AM
    CRE_TIMESTAMP ,timestamp,8,,,0,,,,0
    REF_NUM ,char,30,,,0,,,,0
    REC_UPD_DT ,datetime,8,,,1,,,,0
    EQP_IES_CRE_TIMESTAMPI1,clustered, unique located on default, CRE_TIMESTAMP, REF_NUM, REC_UPD_DT,0,0,0,
    Following is the overall logic used in Sybase
    -- Step 1: Based on Event, populate Control Table with new Row.
    -- CRE_TIMESTAMP timestamp Column gets auto-populated by Sybase
    insert EQP_IES_CRE_TIMESTAMP (REF_NUM, REC_UPD_DT)
    values (@uuid_ref_num, @event_cre_dt)
    Since CRE_TIMESTAMP is auto-populated, it does not appear in above INSERT statement.
    -- Step 2: Store timestamp value populated by Sybase in previous step,
    -- to variable @event_timestamp. This value would be referenced
    -- later in other SQL statements
    select @event_timestamp = CRE_TIMESTAMP
    from EQP_IES_CRE_TIMESTAMP
    where REF_NUM = @uuid_ref_num
    and REC_UPD_DT = @event_cre_dt
    -- Sample value for @event_timestamp could be '001c0000182f2089'
    -- It is not very readable or understandable
    -- Step 3: Delete Control Table entry made in Step 1
    delete EQP_IES_CRE_TIMESTAMP from EQP_IES_CRE_TIMESTAMP
    where CRE_TIMESTAMP = @event_timestamp
    -- Step 4: Make use of saved timestamp value from Step 2 to trigger queries
    -- against other Tables that have timestamp Columns
    -- Some sample queries are as shown below
    delete eqp_staging
    where event_timestamp > @event_timestamp;
    insert into eqp_movement values(@event_timestamp, ......other columns) ;
    Any idea how above Table and logic could be migrated to Oracle DB
    We would also like to know how data values that currently exist
    in Sybase Tables should be populated in Oracle .
    Any suggestions or tips would be greatly appreciated
    Thanks
    Auroprem

    Hi All,
    Thanks for your responses.
    We have decided on Solution to migrate "timestamp" Column from Sybase to Oracle, that is
    specific to our Application needs.
    Following is what we decided:
    1) Create RAW Column in Oracle which would contain data Replicated from Sybase "timestamp" Column as is.
    2) Create additional Column of INTEGER data type to store number equivalent of Sybase "timestamp" column
    which would be more usable and consummable in Oracle as compared to RAW datatype.
    3) Write Row-Level INSERT/UPDATE Trigger on migrated Oracle Table to populate INTEGER Column using
    SQL Function TO_NUMBER(<raw_column_value>, 'xxxxxxxx').
    4) Applications that access this Table, upon migration to Oracle, will now start referencing INTEGER Column
    newly defined, and populated via Trigger.
    Please let us know if you see any issues with this approach
    Thanks
    user641521

  • How to Migrate Ms SQL Server 2005 to Oracle 9i

    Hi all,
    How to migrate MS-SQLServer to Oracle 9i. in migration work bench lists only SQLSERVER 2000
    Thanks
    Abk

    Oracle Migration Workbench is outdated and replaced by SQL Developer Migration Workbench.
    Have a look at:
    http://www.oracle.com/technology/tech/migration/workbench/index_sqldev_omwb.html

  • 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

  • How to migrate sql server image type to oracle BLOB

    In SQL Server table I have Image data type field. How to migrate image type field to oracle BOLB type field. I am using SQL server DTS to transfer the data.
    If we map, will it care ?
    Thanks,
    Venkataraman L

    Hi you might want to post your question in General Forum.
    General Database Discussions
    There's very few users visit this forum.

  • How to Migrate VM Server pool to Other Oracle VM Manager

    Hi,
    I want to move oracle server pool from One Oracle VM Manager to other VM manager.
    Can any one help me on how to migrate vm server pool to other VM Manager.
    Thanks & Regards
    YJR

    Hi,
    unfortunately I don't know of an easy supported way.
    The process itself is pretty similar to migrating serverpools to Enterprise Manager as described in this note:
    Migrating from Oracle VM Manager to Enterprise Manager Grid Control (Doc ID 807091.1)
    With the exception that you simply register the new pool in a new manager and then have to rediscover all VMs.
    So overall it is a simple "delete serverpool" and "create serverpool" with additional import of virtual machines.
    If during this steps a problem arise, you still can deconfigure everything and reregister with the new manager (with the help of cleanup.py).
    Regards
    Sebastian

  • How to migrate HPSu 8.3.2 to Oracle EPM 11.1.2.1?

    Dear Experts,
    We need your expert advice on HPSu 8.3.2 migration to Oracle EPM 11.1.2.1.
    Client is having more than 2000 scheduled Jobs and approx 3000 published Bqys in HPSu 8.3.2. Now they want to migrate their current environment to Oracle EPM 11.1.2.1 on New Hardware.
    Kindly share your views on below
    1. Can we migrate HPSu 8.3.2 to Oracle EPM 11.1.2.1 directly?
    2. Can we use Report Migration Utility to Migrate report from HPSu 8.3.2 to Oracle EPM 11.1.2.1? Is Report Migration Utility availabe in Oracle EPM 11.1.2.1?
    3. Can you please share any known issues if anyone has performed such migration successfully?
    Any insight would be highly appreciated.
    Thanks in advance.
    Regards,
    Manmohan Sharma

    VC Thanks for your reply.
    What will be the migration path? Is below upgrade path is adviceable?
    HPSu 8.3.2 to Oracle EPM 11.1.1.3 ( Migrate reports using Migration Ultility)
    Oracle EPM 11.1.1.3 to Oracle EPM 11.2.1 Upgrade
    Any inputs will be highly appreciated.
    Thanks in anticipation.
    Regards,
    Manmohan

  • How to migrate an ACCESS 2000 Database to Oracle ?

    Hi,
    I need to migrate an ACCESS 2000 Database to Oracle. Is there any tool to help me in this work ?
    Regards.
    Pascal

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Pascal:
    Hi,
    I need to migrate an ACCESS 2000 Database to Oracle. Is there any tool to help me in this work ?
    Regards.
    Pascal<HR></BLOCKQUOTE>
    The Oracle Migration Workbench version 1.4.1.0.0(available from OTN at http://otn.oracle.com/tech/migration/workbench/content.html) will migrate an ACCESS 2000 database.
    null

  • How to migrate stored procs accessing columns "LEFT" and "RIGHT"

    Hello!
    I have to migrate a SYBASE11-Database to Oracle 8.1.7.
    How can I migrate Stored Procs that access tables that contain columns 'LEFT' and 'RIGHT'?
    OMWB reports a parse error "encountered: ,". If ommit the words 'left' or 'right' or if I write 'left()' or 'right()', it works. But I have to use these columns and we cannot change the database model.
    It doesn't work with quoted column names like this: "LEFT" or "RIGHT".
    I use OWMB 1.3.1.0.0. Anybody any ideas? Thanks in advance.
    Yours, Heiko Kaschube

    This is a simple matter to fix.
    As the words LEFT and RIGHT are treated as reserved words by the stored procedure parser, they cannot be used successfully as column names within Oracle PL/SQL.
    In order to get the stored procedure to parse, you can append an underscore to all references to LEFT and RIGHT e.g.
    left_
    then right click on the stored procedure name and select 'parse procedure' from the drop-down menu. The procedure will now parse and the generated PL/SQL can be viewed within the Oracle model menu tab.
    It will now be necessary to remove all the underscores previously appended to the words 'left' and 'right' from the PL/SQL version of the stored procedure in question. Again, this can be done within the Migration Workbench.
    Hope this helps.

  • How to insert message style text columns in database tables

    Hi All,
    i have two pages.
    in first page segment1 lov is their.once u select the segment1 and click on the create button its navigate to next page.
    and display the releted segment1 details(these columns are message text input fields but read only columns).
    plz help me those columns are insert into database tables.
    its very urgent
    Thanks
    Latha.

    Hi Anil,
    plz help me still i am faceing the problem
    so plz help me because i dont know java.
    i wrote below code and i got the below error.
    if(pageContext.getParameter("Submit")!=null)
    String projnumber=pageContext.getParameter("ProjectNO");
    //String projectnumber=pageContext.getParameter("Projectnumber");
    String oldoperationid=pageContext.getParameter("EmployeeNumber");
    String newManagerName=pageContext.getParameter("NewManagerName");
    String ProjectID=pageContext.getParameter("ProjectID");
    String OldOperationName=pageContext.getParameter("OperationsManager");
    String OldOperationID=pageContext.getParameter("OldOperationID");
    OAMessageTextInputBean projnumberbean =webBean.findIndexedChildRecursive("ProjectNO");
    String projnumber=null;
    if(bean!=null)
    projnumber = (String)projnumberbean.getValue(pageContext);
    Serializable[] params = {projnumber,oldoperationid,newManagerName,ProjectID,OldOperationName,OldOperationID};
    am.invokeMethod("xxinsertpagelogic",params);
    and i wrote import also.
    import oracle.apps.fnd.framework.webui.beans.message.OAMessageTextInputBean;
    my errors are
    Error(64,78): incompatible types; found: oracle.apps.fnd.framework.webui.beans.OAWebBean, required: oracle.apps.fnd.framework.webui.beans.message.OAMessageTextInputBean
    Error(65,13): duplicate definition of variable projnumber in method processFormRequest(oracle.apps.fnd.framework.webui.OAPageContext, oracle.apps.fnd.framework.webui.beans.OAWebBean)
    Error(66,9): variable bean not found in class wnsgs.oracle.apps.pa.projectinfo.webui.ProjectInfoCreateCO
    plz help me.
    its very urgent
    Thanks
    Edited by: Latha on Jan 4, 2012 9:57 PM
    Edited by: Latha on Jan 4, 2012 10:00 PM

  • How to migrate dimension member text files from ODI to Hyperion Planning

    Hi
    We are having an issue with ODI that it was not connecting to planning.
    Later with some instructions from oracle, we have tried to set some RMI path in websphere and we tested the RMI connectivity test.
    It was successfully connecting to planning.
    Then we want to test that ODI is connecting to planning or not.
    For this I think if anyone can send the doc relating to dimension member upload thru ODI to hyperion planning using text files, it will be helpful.
    Appreciate if anyone can help us on this.
    Please communicate to [email protected] for doc sending.
    Thanks
    Rajesh Reddy

    Go through His(John's) earlier blogs which very clearly explains how to get connected & keep the ball rolling.
    If you're so scared to use the existing connections, you may want to-
    i) Set up new Master & work repository;
    ii) Do few quick configurations from Topology Manager;
    iii) Create your project, models, Interface;
    Let us know if something isn't still clear.
    - Natesh

  • How to migrate a weblogic project files into oracle 9i JDeveloper?

    Hi,
    I have a simple customer registration website (on top of 8.1.7 DB using oracle jdbc thin driver) as follow:
    It is all under c:\weblogic\myserver\public_html\jsp\
    (Which is the document root)
    12 html files under c:\weblogic\myserver\public_html\jsp\
    40 JSP files under c:\weblogic\myserver\public_html\jsp\cut
    10 image files under c:\weblogic\myserver\public_html\jsp\images
    1 java package under
    c:\weblogic\myserver\public_html\servletclasses
    The following is from the properties file under weblogic directory. What do I need to configure in oc4j as a web logic
    weblogic.jdbc.connectionPool.examples-dataSource-demoPool=\
    url=jdbc:oracle:thin:@mymachine:1521:db03,\
    driver=oracle.jdbc.driver.OracleDriver,\
    loginDelaySecs=1,\
    initialCapacity=2,\
    maxCapacity=4,\
    capacityIncrement=2,\
    allowShrinking=true,\
    shrinkPeriodMins=15,\
    refreshMinutes=10,\
    testTable=dual,\
    props=user=cut1;password=cut1
    weblogic.allow.reserve.weblogic.jdbc.connectionPool.examples-dataSource-demoPool=everyone
    weblogic.allow.reset.weblogic.jdbc.connectionPool.examples-dataSource-demoPool=everyone
    weblogic.allow.shrink.weblogic.jdbc.connectionPool.examples-dataSource-demoPool=everyone
    weblogic.jdbc.TXDataSource.examples-dataSource-demoPool=examples-dataSource-demoPool
    weblogic.jdbc.DataSource.examples-dataSource-demoPool=examples-dataSource-demoPool
    It there any how to steps to import it and be working- into Jdeveloper and deploy it against oc4j that I downloaded as a web server. I searched and contacted friends even at oracle and reached dead end.
    Is there a migration from bea to oracle 9i that exist and that is tried and found to be working?
    If so what are the details that makes it successfull all the way?
    Can all those files be maintained in JDeveloper 3.2.3 or 9 keeping -your recommended- directory sturcture?
    What are steps to setup the web server?
    So that we may better diagnose DOWNLOAD problems, please provide the following information.
    - Server name
    - Filename
    - Date/Time
    - Browser + Version I.E 5.5
    - O/S + Version Windows 200 Proffessional SP2
    *** Because of JDeveloper ***
    *** However please recommend any web server on HP or Sun ***
    - Error Msg N/A
    - Oracle 8.1.7 with thin JDBC driver

    There are two ways of doing this:
    a) You do a system copy using R3load
    This will give you a "free" reoganization because the tables will be loaded into the database as if you were doing a new installation. The disadvantage is, that it takes more time and good planning.
    b) you do a system copy using backup/restore together with the database upgrade
    This is a fast way to get your system upgraded and if something goes wrong you can still use the old system. Check
    Note 932722 - Upgrade to Oracle 10.2 during a database copy
    this is a note for Windows but you can adapt it to be used on Unix/HP-UX too.
    And just as a remark:
    The "free" support for Oracle 10g is ending next year in June (see Note 1339724 - Oracle 10.2 Extended Support free until July 31, 2011) - after that you have to buy additional support if you want to continue to run 10g. If you run now a migration/upgrade project, why not upgrade directly to 11g?
    Markus

Maybe you are looking for

  • Anchor tags are not working on internet explorer when using touch devices

    Hi, I have a simple anchor tag like <a href=http://www.google.com></a> Using a mouse there is no problem but when I use a touch device (windows 8.1/windows Phone 8.1), all that will happen when people touch it is that the link will be highlighted. I

  • IDVD 07 does not finish burning

    Hello, I am trying to burn my home video project in iDVD onto a DVD+R cd. The status bar in the "Multiplexing and burning" stage is completely full, and it says "done" beneath the bar. Time remaining says "about one minute"... but it has been saying

  • Need a table to be printed at end of line items for each Header level

    Hi Friends, I have to print a table in the smartform at the end of all the line items. The problem is For example there are 2 Header Details say A B  and header A has 15 line items and B has 8 line items. Now I am printing header A line items first.

  • Making a link hover background

    I have a side navigation with six links. To each link I assinged a different class so it could have a separate background. (I used background images instead of making the links themselves into images, thus making the site easier to read for the visua

  • Getting following errors when I try to open an existing form

    Validation error in document "RouteRuleRespPG": Invalid value "/oracle/apps/fnd/framework/webui/OAFooter.Privacy" for property "Extends" on component "/vijaya/RouteRuleRespPG.ICX_PRIVACY". Component "/oracle/apps/fnd/framework/webui/OAFooter.Privacy"