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: ORA-06521: PL/SQL: Error mapping function

Re: ORA-06521: PL/SQL: Error mapping function

From: mukesh bhakta <mukesh_bhakta_at_hotmail.com>
Date: 9 Apr 2006 16:54:53 -0700
Message-ID: <1144626893.361257.27800@v46g2000cwv.googlegroups.com>


Oops typo mistake the function is

create or replace function shell(cmd IN varchar2) return raw
as external
library shell_lib
name "shell"
language C
parameters (cmd string,
return raw); Received on Sun Apr 09 2006 - 18:54:53 CDT

Original text of this message

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