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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Writing BLOB from Oracle

Re: Writing BLOB from Oracle

From: Frank Dietrich <ablesoft_at_gmx.de>
Date: Fri, 30 Jul 2004 14:32:31 +0200
Message-ID: <2mutf1Fqs1t3U1@uni-berlin.de>


Hi Joe,

Joe schrieb:
> On my quest I ran into the following problems:
>
> I found PL/SQL having troubles with Oracle 8i directories.
>
> I could not compile java sources because the create replace or compile
> command is not understood.

May be you forgot the slash in the last line?

create or replace procedure RC(p_cmd in varchar2) -- your stuff
/ <-- this must be the first char in the line

regards Frank Received on Fri Jul 30 2004 - 07:32:31 CDT

Original text of this message

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