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 -> packages - permissions?

packages - permissions?

From: Jake <jgarfield_at_earthlink.net>
Date: Sun, 04 Nov 2007 07:02:50 -0800
Message-ID: <1194188570.534825.173720@o3g2000hsb.googlegroups.com>


I am trying to use UTL_FILE in a procedure like:

UTL_FILE.FOPEN(v_directory, v_file_name, 'A');

when I log in as SYSDBA it compiles, when I log in otherwise I get:

PLS-00201: identifier 'UTL_FILE' must be declared

Is this a permissions problem? What should I do so that I may compile this code without logging in as SYSDBA?

thanks. Received on Sun Nov 04 2007 - 09:02:50 CST

Original text of this message

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