WRAP utility 16201error
135917Dec 23 2002 — edited Dec 23 2002Hi,
I am trying to use the wrap utility to encrypt a PL/SQL procedure.
wrap iname=test.txt oname=test.sql
The above command ran fine. When I tried to create the procedure
SQL> @test.sql
Errors encountered.
SQL> show errors
No errors found
SQL> drop procedure sp_test;
ERROR at line 1:
ORA-00600: internal error code, arguments: [16201], [], [], [], [], [], [], []
SQL> select object_name, status from dba_objects
where object_name = 'sp_test'
OBJECT_NAME STATUS
------------ ---------
SP_TEST INVALID
I cannot get to drop this procedure. If I try to recreate it I get the same internal error code.
I created a new user id and tried to create the procedure under the new user. I had the same problem. I tried dropping the user all together using the cascade option and it returned the same internal error code 16201.
I would appreciate it if anyone who has encountered this problem can help me out.
Thanks