Operating System - HP-UX
1833858 Members
3370 Online
110063 Solutions
New Discussion

Re: How to take the Procedure in oracle...

 
Ramana.Sv
Frequent Advisor

How to take the Procedure in oracle...

HI,
I have question in oracle with HP-UX, i want back up the oracle procedures only pls help me any shell scripts to take the back up oracleProcedures or some thing else free tools are there any ?procedure.

Thank you,
Ramana
2 REPLIES 2
spex
Honored Contributor

Re: How to take the Procedure in oracle...

$ nohup exp scott/tiger file=user_proc.dmp tables=user_source query=\"where type=\'PROCEDURE\'\" &

PCS
Ramana.Sv
Frequent Advisor

Re: How to take the Procedure in oracle...

$ nohup exp scott/tiger file=user_proc.dmp tables=user_source query=\"where type=\'PROCEDURE\'\" &


ia not getting pls need some explain sir...
is it shell script or command

i want copy all procedures... pls