dropping functions
Experts,
I have a function under the same schema created at different dates where one is valid and other is invalid.
how to drop the invalid one
SQL> select object_type,status,owner,CREATED,LAST_DDL_TIME from dba_objects where object_name like '%NUM_TO_WORD%';
OBJECT_TYPE STATUS OWNER CREATED
------------------ ------- ------------------------------ ---------------
LAST_DDL_TIME
---------------
FUNCTION VALID APPS 08-APR-08
08-APR-08
FUNCTION INVALID APPS 18-MAR-08
18-MAR-08
thanks,
baskar.l