export stored procedure only
862105Jul 26 2011 — edited Jul 26 2011Hi,
I need to export stored procedure only using expdp.
I use the include parameter.
(1) Should I use the exclude parameter to omit others?
(2) Should I stop the db before using expdp (or any other things)?
(3) Is the below stmt correct?
expdp user/pass directory=/export/home/mydir
dumpfile=sp.dmp
logfile=sp.log
schemas=mine
include=package,function,procedure
Thanks.
Edited by: 859102 on Jul 26, 2011 1:22 AM
Edited by: 859102 on Jul 26, 2011 2:01 AM