Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: External Procedures

Re: External Procedures

From: Stefan Kuhlmann <stefan.kuhlmann_at_mlp-ag.com>
Date: Tue, 08 Dec 1998 11:08:05 +0100
Message-ID: <366CFA85.C97265A1@mlp-ag.com>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US