CANCEL_REPORT_OBJECT Built-in
Description
Cancels a long-running, asynchronous report. You should
verify the report is canceled by checking the status of the report using REPORT_OBJECT_STATUS
.
Syntax
PROCEDURE CANCEL_REPORT_OBJECT
(report_id VARCHAR2
);
Built-in Type unrestricted procedure
Enter Query Mode yes
Parameters
- report_id
-
- The VARCHAR2 value returned by the RUN_REPORT_OBJECT
Built-in. This value uniquely identifies the report that is currently running
either locally or on a remote report server. The report ID is the name of
the server plus _ followed by a number.
Usage Notes
- CANCEL_REPORT_OBJECT is useful only when a report is run asynchronously.
You cannot cancel a report that is running synchronously.