Click to See Complete Forum and Search --> : Export oracle stored procedure


rghanbar
February 25th, 2008, 09:56 AM
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

davide++
February 25th, 2008, 10:28 AM
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.