PB 6.5
ORACLE 8
I need to send the syntax of a complex DW to a stored procedure.
I subclassed the transaction object and defined a local external function wich is a RPCFUNC ALIAS to the stored procedure and defined the argument as a PB string object.
PB compile works fine but at runtime, the sqlcode is -1 and sqlerrtext contains a message ora06550 : identifier for '<name_of_the_storeproc>' must be declared.
I suspect the pb String datatype doesn't match the clob defined in the procedure parameters.
Can somone help me about the matching pb datatype for a oracle clob object ?
Example is greatly welcome.
Thanks for your help
ORACLE 8
I need to send the syntax of a complex DW to a stored procedure.
I subclassed the transaction object and defined a local external function wich is a RPCFUNC ALIAS to the stored procedure and defined the argument as a PB string object.
PB compile works fine but at runtime, the sqlcode is -1 and sqlerrtext contains a message ora06550 : identifier for '<name_of_the_storeproc>' must be declared.
I suspect the pb String datatype doesn't match the clob defined in the procedure parameters.
Can somone help me about the matching pb datatype for a oracle clob object ?
Example is greatly welcome.
Thanks for your help