Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> pro c question
I am calling a stored procedure in 8.0.6 Oracle database from
an embedded PL/SQL block in a Pro*C program.
The program works on UNIX where it is linked against 8.0.6.0 database
On VMS where it is linked against 8.0.5 It fails with the error
- Invalid length inside variable character string.
The host variables are declared locally.
When I declare them globally or static the program works.
Does this require an upgrade to 8.0.6 or a run-time library upgrade
or some link option?
Please reply to
dwhite_at_mail.intracorp.com
Received on Wed Jan 05 2000 - 19:12:03 CST
![]() |
![]() |