I have a file which i need to wrap and when issue the following command i get a .plb file but that is not wrapped. It is the same as the .sql file.
wrap iname=test.sql
PL/SQL Wrapper: Release 9.2.0.4.0- 64bit Production on Fri Nov 10 16:23:01 2006
Copyright (c) Oracle Corporation 1993, 2001. All Rights Reserved.
Processing test.sql to test.plb
> ls -lrt test*
-rw-r--r-- 1 oracle dba 2973 Nov 10 15:57 test.sql
-rw-r--r-- 1 oracle dba 2973 Nov 10 16:23 test.plb
Both the files are of the same size and exactly the same. Do we need to install something additionally for the wrap function to work properly.