Use to specify a name for the stored procedure that you
are importing. For non-PL/SQL routines only.
- Name
- Type a name for the stored procedure that you are importing. The
name can be qualified with the schema name, and can contain letters
and numbers but must start with a letter. The stored procedure name
can be delimited with quotation marks to preserve lowercase characters
or spaces. This name does not have to be unique within the database,
but you cannot create a stored procedure with the exact same name
and signature.