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: UTL_FILE and FormFeed character

Re: UTL_FILE and FormFeed character

From: Bhooshan S. Prabhu <bhooshan.prabhu_at_citicorp.com>
Date: 31 May 2001 21:50:57 -0700
Message-ID: <2cf4efe2.0105312050.2600b052@posting.google.com>

"PT" <g_abhi_at_yahoo.com> wrote in message news:<9f34r6$knj7_at_kcweb01.netnews.att.com>...
> I have tried using the package utl_file but i get the error
>
> ORA-06509: PL/SQL: ICD vector missing for this package
>
> Some web sites do say that this could be a problem due to "differences in
> version".
>
> Has anyone else faced this problem?
>
> Thanks,
> PT

With regards to ORA-6509 error, metalink has reports from people facing same problem and Oracle support replies that the package which reports the 6509 error, might not have been created using the SYS id. Please check if that's the case with you and if yes, drop the utl_file package from the non-sys schema and create the same using the SYS schema.

Regards
Bhooshan Received on Thu May 31 2001 - 23:50:57 CDT

Original text of this message

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