1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Subject: TEXT_IO.FOPEN Fails with FRM-40735 and ORA-302000 When First
Parameter Includes ":" Character
Doc ID: Note:210737.1 Type: PROBLEM
Last Revision Date: 23-APR-2003 Status: PUBLISHED
fact: Oracle Forms Developer
fact: MS Windows NT
symptom: Using TEXT_IO.FOPEN fails
symptom: FRM-40735: %s trigger raised unhandled exception %s
symptom: ORA-302000: Generic TEXT_IO package Error
cause: First parameter of TEXT_IO.FOPEN contains a colon (:) character.
":" is not a valid character for file names. If the file name is
given as "AB:CD.txt", Windows assumes that the "AB" is the
drive name, just like the "C" drive in : "c:\readme.txt"
fix:
Do not include ":" in file_name parameter except for specifying the
name of the drive. |
Partager