How to uncompress a .trz file

So, what is a .trz file? Simply a zipped tar file. Patches from SunGard are often compressed with the extension .trz.

To uncompress, use the following command:
gunzip -c patch_name.trz | tar xvf -

Comments

Popular posts from this blog

Auditing user logon and logoff in Oracle

RMAN Restore vs. Recovery - what's the difference?