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: Anyone implented compiled PL/SQL?

RE: Anyone implented compiled PL/SQL?

From: Igor Neyman <ineyman_at_perceptron.com>
Date: Wed, 28 Jul 2004 14:54:25 -0400
Message-ID: <002401c474d4$4d548510$0704a8c0@development.perceptron.com>


Regarding external C compiler.
It's still required. Only it's done "behind the scene". When you are creating plsql code in "native" mode, Oracle is smart enough to find C compiler and use it (i.e.: on Win platform it looks into registry for
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\7.0\...), so no "additional" steps required.

If C compiler isn't installed, you'll be getting appropriate error message.

Igor Neyman, OCP DBA
ineyman_at_perceptron.com

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Ellis R. Miller Sent: Wednesday, July 28, 2004 11:16 AM
To: oracle-l_at_freelists.org
Subject: RE: Anyone implented compiled PL/SQL?

.....................................................
.....................................................
.....................................................
On a final note, the Oracle 10G NCOMP is much easier to configure: do not
require an external c compiler, such as gcc, or make utility. In essence,
only have to set one parameter. Here are some really basic notes on NCOMP in
Oracle 10G:

Which Oracle parameters are relevant to native compilation?


  1. plsql_native_library_dir -- create directory to hold shared libraries
  2. plsql_native_library_subdir_count -- optional
  3. plsql_code_type -- set at the database level or session

.....................................................
.....................................................
.....................................................



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Wed Jul 28 2004 - 13:52:07 CDT

Original text of this message

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