Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How to perform an exp/imp within a stored procedure?

Re: How to perform an exp/imp within a stored procedure?

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 21 Jan 2006 12:35:14 -0800
Message-ID: <1137875714.779294.199320@z14g2000cwz.googlegroups.com>


With Oracle version 10g (and on platforms where the feature works) you can execute OS level scripts as jobs submitted by the scheduler: dbms_scheduler.

With 8i and 9 you could use an external progam call or a java program. Prior to this you used a daemon program that received messages or signals via the dbms_pipe, dbms_alert, or utl_file packages.

HTH -- Mark D Powell -- Received on Sat Jan 21 2006 - 14:35:14 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US