| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: External Procedures
Mark Intrieri wrote:
> Hi,
>
> I am new to oracle and am trying to setup an external procedure call.
>
> I am at the point where I need to issue a CREATE LIBRARY statement. Every
> time I try to issue the statement SQL plus gives
> me a continuation prompt and will not execute the statement.
>
> SQL>create library jr_util as '/usr/local/JRN/libJRutils.so';
> 2
> 3
>
> I am logged in as a SYSDBA user and we are using a solaris machine.
>
> Thanks,
> Mark.
Hi,
you have to use the "/" after your statement. Try this: create library jr_util as '/usr/local/JRN/libJRutils.so'; /
Should work.
Regards
Stefan
Received on Tue Dec 08 1998 - 04:08:05 CST
![]() |
![]() |