text_io.fopen and relative path in filename
Hi everybody,is it true that text_io.fopen cannot deal with relative paths on 64 bit OSes (11g)? A customer called me and complained about images not showing up on one of his reports. The application server is a 64 bit Linux box. The same happens on my development system which runs 64 bit Windows Server 2008 SP 2. In the report, I use a file_exists function which uses text_io's fopen and is_open to check for file existence. On both systems text_io.fopen raises a REP-1401 error, ERRCODE is -302002 (non-ORACLE exception). After changing the filename from a relative path to the absolute
0