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: service name / invalid directory path

Re: service name / invalid directory path

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Tue, 06 Jun 2006 13:36:17 +0200
Message-ID: <j4qa82tu4ct8665roaqlf24cofqcnqq5fb@4ax.com>


On 6 Jun 2006 04:03:20 -0700, "fitzjarrell_at_cox.net" <fitzjarrell_at_cox.net> wrote:

>It appears you missed a crucial step:
>
>create or replace directory <dirname> as '<pathname>';
>
>where <dirname> is the directory name you intend to use and <pathname>
>is the <directory_name> you set UTL_FILE_DIR to. If, for example, you
>set UTL_FILE_DIR = '/mydir/for/general/stuff' and your stored procedure
>uses the string 'mydir' in the utl_file calls then the create directory
>command should appear thus:
>
>create or replace directory mydir as '/mydir/for/general/stuff';

David, create directory wasn't available in 8i. It's a 9i statement.

--
Sybrand Bakker, Senior Oracle DBA
Received on Tue Jun 06 2006 - 06:36:17 CDT

Original text of this message

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