hi.
Does anyone know if it is possible to export store procedures as .dmp files in oracle.
I have done it with oracle tables already and need to do it with procedures?
Thanks in advance
Printable View
hi.
Does anyone know if it is possible to export store procedures as .dmp files in oracle.
I have done it with oracle tables already and need to do it with procedures?
Thanks in advance
Hi all.
Yes, you can. It's possible to export all units code or some of then (stored procedure, stored function and so on).
See export documentation.