Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Q: 8i java sample function would not compile ?
Sir, following helloword java function from 8i documentation would not
compile in sqlplus:
1>create or replace function HELLOWORLD return varchar2 as 2>language java name 'Hello.world() return java.lang.string'; 3>myString varchar2; 4>call HELLOWORLD() into :myString; 5>print myString;
LINE/COL ERROR
-------- -------------------------------------------- 3/1 PLS-00103: Encountered the symbol "MYSTRING"any clues
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Wed Dec 29 1999 - 08:51:19 CST
![]() |
![]() |