PROJECT_DELETE

The procedure PROJECT_DELETE enables you to delete one or more projects along with the workflows contained in it. If any workflow is running or is opened by Oracle Data Miner, then the procedure raises an exception.

Procedure to delete a project:

PROCEDURE PROJECT_DELETE(p_project_id IN NUMBER)

Procedure to delete multiple projects:

PROCEDURE PROJECT_DELETE(p_project_ids IN ODMR_OBJECT_IDS)

Table 8-3 lists the parameters that are used in the PROJECT_DELETE procedure.


Table 8-3 List of Parameters for PROJECT_DELETE procedure

Parameters Description

p_project_id

Specify the project ID of the project to delete.

p_project_ids

Specify the project IDs of the projects to delete.