Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

WRAP utility 16201error

135917Dec 23 2002 — edited Dec 23 2002
Hi,
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 20 2003
Added on Dec 23 2002
2 comments
158 views