UTL_FILE.OPEN problems

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Candy Robinson

    UTL_FILE.OPEN problems

    I have created a directory for the path name I use for a UTL_FILE.OPEN
    call, but when I run my call I get error ORA-29280 invalid directory
    path. What am I failing to do? Thanks for your help,

    Candy
  • mcstock

    #2
    Re: UTL_FILE.OPEN problems

    the exact directory path must be listed in the INIT.ORA file under UTL_FILE
    parameter, ie:
    utl_file_dir = c:\oracle\utl_f ile\oex


    --
    ----------------------------------------
    Mark C. Stock

    (888) 512-2048


    "Candy Robinson" <candy.robinson @ieee.orgwrote in message
    news:8f828901.0 310281406.52c08 437@posting.goo gle.com...
    I have created a directory for the path name I use for a UTL_FILE.OPEN
    call, but when I run my call I get error ORA-29280 invalid directory
    path. What am I failing to do? Thanks for your help,
    >
    Candy

    Comment

    Working...