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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Host command-PL/SQL

RE: Host command-PL/SQL

From: Jamadagni, Rajendra <rajendra.jamadagni_at_espn.com>
Date: Thu, 11 May 2000 10:32:06 -0400
Message-Id: <10494.105379@fatcity.com>


If your_oracle_version < 800 then

   use dbms_pipe;
else

   use_dbms_pipe or user external procedure interface; end if;

HTH
Raj Received on Thu May 11 2000 - 09:32:06 CDT

Original text of this message

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