Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How do I Export my Procs/Funcs in 8.0.4 + Ent Man 1.5 ?
Jason,
try:
select name,text from dba_source where owner = 'your schema owner';
then save the result set to a text file and clean it up ?
Rock Cogar.
Radian International LLC.
Oak Ridge, TN. USA.
![]() |
![]() |