How to Take the backup of Package from DB level

I am using PL/SQL developer Version 7.1.1.1339 and If you will view any Wrapped package it will always gives you 'Malfunction' error.

I want to take the backup of Wrapped package before compiling the new one with some modification.

Please help.
 
Compilation errors for PACKAGE BODY ISPKS_SGEN

Error: PLS-00753: malformed or corrupted wrapped unit
Line: 1
Text: CREATE OR REPLACE PACKAGE BODY Ispks_Sgen wrapped
 
Compilation errors for PACKAGE BODY ISPKS_SGEN

Error: PLS-00753: malformed or corrupted wrapped unit
Line: 1
Text: CREATE OR REPLACE PACKAGE BODY Ispks_Sgen wrapped

Pls help
 
If I will compile through abc.sql.plb file then it got compiled correctly and when I open it to view the package then I got the above error. Same with SQL*Plus also (Complied correctly) but how to take the back up ?
 
Back
Top