To take a backup of a procedure

Hi All,

Can anyone let me know how to take a backup of a procedure in TOAD?

For table backup we can use the following query

create table newtablename as select * from originaltablename;

But the above query wont works for procedure backup since u need to give IN or OUT parameters while giving create procedure statement.

So pls help me with this. I Dont know whether this is the right forum to put my question.:slight_smile: