Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> UTL_FILE weirdness
Ok, here's a good one. We're running Oracle WGS 7.3.2.1.1 on NT. The documentation for the UTL_FILE package says the following (paraphrased)
Here's what I found:
Number 1 is false: when my UTL_FILE_DIR setting was "F:\ORANT\RDBMS73\utl_file" and I specified "f:\orant\rdbms73\utl_file" as the path name on my FOPEN call, it failed. I had to match the cases character for character.
Number 2 is false: when I specified "F:\ORANT\RDBMS73\utl_file\" as the path name on my FOPEN call, it failed. I had to REMOVE the trailing '\'.
Any comments?
-- Chris Fischer Intelligent Information Systems chrisf_at_renewal-iis.com (919)572-0901 x231Received on Wed Nov 20 1996 - 00:00:00 CST
![]() |
![]() |