cancel
Showing results for 
Search instead for 
Did you mean: 

Blob to VarBinary in JDBC Adapter

Former Member
0 Kudos

Hi All,

I have JDBC(oracle) to JDBC(SQL server) Interface where we need to fetch around 10 fields from source oracle database and insert into target sql server database table.

One of 10 fields is blob type on source side and Varbinary on target side.

when i'm running the interface i'm receiving the following error ::

Unable to execute statement for table or stored procedure. (Structure Statement) due to com.microsoft.sqlserver.jdbc.SQLServerException: The identifier that starts with *****  is too long. Maximum length is 128.


I went to through couple blogs available here which talking about JDBC to FILE or vice versa , Moreover it works only with stored procedure on target side .Our Database team doesn't have enough time to come up with stored procedure at this point of time.


Is there any other approach to over come this error and send data from blob type to varbinary with out any issue ??


Thanks,

Viraj

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member235717
Participant
0 Kudos

Please go through following blog.