The routine signature to perform DBA tasks
The database server uses the routine signature when you use SQL
statements to perform DBA tasks (DROP, GRANT, REVOKE, and UPDATE STATISTICS)
on routines. The signature identifies the routine on which to perform
the DBA task. For example, the DROP statement that the following figure
shows uses a routine signature.