Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Writing BLOB from Oracle
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
![]() |
![]() |