Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> UTL_FILE.FOpen ends with Ora-00600 internal error when file path is null (Win2K 8.1.7.0.0)

UTL_FILE.FOpen ends with Ora-00600 internal error when file path is null (Win2K 8.1.7.0.0)

From: FC <flavio_at_tin.it>
Date: 23 Oct 2002 05:24:46 -0700
Message-ID: <2bd78ddf.0210230424.7e4fce8e@posting.google.com>


Dear all,
I just happen to find out that passing (involuntarily) a null value in the file path parameter of the Fopen function of built-package UTL_FILE causes an ORA-00600 internal error. Of course it doesn't make sense to pass a null to that parameter, but there it is. The bad side is that whenever such event occurs, Oracle executable goes to 100% CPU usage while dumping information to the udump directory, which may take several minutes to complete and choke any other existing session.

This happened on a Windows 2000 platform with 8.1.7.0.0 installed.

Regards,
Flavio Received on Wed Oct 23 2002 - 07:24:46 CDT

Original text of this message

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