cancel
Showing results for 
Search instead for 
Did you mean: 

SAP XI 2.0 connet to Oracle 8i

Former Member
0 Kudos

Hi All,

I have the next 2 questions :

When i use JDBC inbound adapter connect to Oracle,and do such SQL statment as

"db.processDBSQLStatement=Select * from scott.dept where deptno=10",

Q1: how to create the data type that suit for Oracle table structure(such as table SCOTT.DEPT)?

Is there any automatic way to create data type for DB table just as many other EAI tool?

Q2: How to check the error input data which is not suitable for the structure of the message data type to receive it?

Thanks for any hints about it.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Jun, not so happy to tell you that I had to create by hands the same structure on the dictionary, no automatic way..... About logging and error handling actually I can only hope in the adapter log itself....

Bye.