Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Data type for Oracle 8 CLOB in ABAP?

afordham
Participant
0 Kudos

I'm calling a stored procedure on a remote Oracle 8 DB and it has an OUT parameter typed as CLOB. I've tried declaring my host variable as a number of ABAP types, including STRING and XSTRING, but I can't get anything to work - I always get the error "wrong number or types of arguments in call to..." when the native SQL error is thrown.

I'm entirely in an ABAP environment here and don't have access to a Java stack to handle the call to the stored procedure. Does anyone have an idea as to how I can get this CLOB into an ABAP/DDIC-typed variable?

Many thanks,

Andrew

1 REPLY 1

franois_henrotte
Active Contributor
0 Kudos

should be LCHR

some data element exists: COMT_CFGD_CLOBBLK -> length 3600