Previous | Next
Topic: utplsql on Linux
Conf: 537, Msg: 40095
From: Predoiu Adrian (seli@romsys.ro)
Date: 12/18/00 03:42 AM

utplsql on Linux Predoiu Adrian seli seli@romsys.ro The problem is not Linux 6.2 or Oracle 8.1.6.
If you do not have the procedure wlib_state you got this error.
So
create or replace procedure wlib_state as
begin
null;
end;
and after this run
begin
utplsql.test('wlib_state');
end;
Good luck
A.