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: How to translate PL/SQL to C

RE: How to translate PL/SQL to C

From: Khedr, Waleed <Waleed.Khedr_at_FMR.COM>
Date: Wed, 15 May 2002 07:08:28 -0800
Message-ID: <F001.00461213.20020515070828@fatcity.com>


http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_datab ase_id=NOT&p_id=151224.1

-----Original Message-----
Sent: Wednesday, May 15, 2002 10:38 AM
To: Multiple recipients of list ORACLE-L

>
>Somebody knows how to translate PL/SQL to C or C++
>(ROBOT, Software...)
>regards
>

Think that 9i has something of the kind ('native compiler') to boost the performance of stored procedures. However, I don't think that you have access to the C code proper, as you can with Pro*C for instance. My understanding (I have never tried it) is that it turns PL/SQL code into a dynamically loadable library, and the fact that C was involved is a pure coincidence. Could have been Cobol as well.

Regards,

Stephane Faroult
Oriole

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Stephane Faroul
  INET: sfaroult_at_oriolecorp.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Khedr, Waleed
  INET: Waleed.Khedr_at_FMR.COM

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Wed May 15 2002 - 10:08:28 CDT

Original text of this message

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