PROJECT_CREATE

The function PROJECT_CREATE creates a project using the project name that you provide. The function returns a project ID. If the project already exists, the function raises an exception.

Function:

FUNCTION PROJECT_CREATE(p_project_name IN VARCHAR2,
p_comment IN VARCHAR2 DEFAULT NULL) RETURN NUMBER

Table 8-1 lists the parameters that are used in the PROJECT_CREATE function.


Table 8-1 List of Parameters for PROJECT_CREATE Function

Parameter Description

p_project_name

Assign a name to the project that is created.

p_comment

Specify any comment that is to be applied to the project.