Oracle® Database Error Messages 11g Release 1 (11.1) Part Number B28278-01 |
|
|
View PDF |
1. Use the precompiler option select_error=no.
2. Declare a host variable with a larger array dimension.
3. Declare a cursor or cursor variable for the select statement.
1. Created the PL/SQL procedure/function with a CONTEXT parameter.
2. Included OCIExtProcContext in the formal parameter list of the external procedure
3. Correctly passed the OCIExtProcContext to the EXEC SQL REGISTER CONNECT statement.