Oracle to SQL

  • hi folks,

    i am migrating the database from Oracle to sql server 2005. I tried to move the data using the SSMS import data from the oracle database. it is working fine. but when i am trying the RDP (Remote Desktop) i am getting the error "Opening a row set for "ECHTB_MEAS_DEF" (Table) failed. that table having the data type BLOB for one column.

    please suggest me how to over come this problem.

    - Ramu

  • Hi,

    There are some Oracle datatypes which are not supported in SQL eg Varchar without size specified in oracle will create problem in SQL 2005.

    You can also try a free tool SSMA to convert from Oracle to SQL.

    Shree

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply