Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Reports debug
Hi all,
I have a developer her is running a report. Usually it works fine, but then sometimes there seems to be a background process that runs continuously. It looks like some sort of debug thing. The database is 8.1.6 standard on NT and the Reports 6. Has anyone seen this or have any idea what could be happening? Here is the code that seems to run endlessly.
/* Formatted on 2001/07/31 16:17 (RevealNet Formatter v4.4.0) */
DECLARE
ret BINARY_INTEGER;
BEGIN
ret := pbsde.debug_loop;
END;
Sincerely,
Kevin Kostyszyn
DBA
Dulcian, Inc
www.dulcian.com
kevin_at_dulcian.com
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Kevin Kostyszyn
INET: kevin_at_dulcian.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue Jul 31 2001 - 15:23:15 CDT
![]() |
![]() |