Diman
Admin
 Admin
| Posts: 1495 |  | Karma: 19 |
|
RE: uses DBM_DEBUG
|
|
Posted: 2003/05/28 18:30 |
|
|
|
|
Nested PL/SQL tables are not supported by TOCIStoredProc. You should use wrapping stored proc. For example:
FUNCTION Mycontinue(run_info IN OUT Myruntime_infoWithoutProgramInfo, prog_info IN OUT program_info, breakflags IN BINARY_INTEGER, info_requested IN BINARY_INTEGER := null);
Regards, Dmitry
|
|