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: stored procedures?

Re: stored procedures?

From: Mike <mikee_at_mikee.ath.cx>
Date: Wed, 21 Jul 2004 17:53:25 -0000
Message-ID: <10ftbclmtc18u64@corp.supernews.com>


In article <BSvLc.16541$RJ6.13392_at_newssvr23.news.prodigy.com>, Michael Austin wrote:
> Mike wrote:

>> I have used oracle's pl/sql in the past for stored procedures. I
>> was asked yesterday to explain what stored procedures are and I
>> wondered are there other languages that are supported for stored
>> procedures in oracle as they are in postgres? Meaning postgres
>> supports it's internal procedural language, and java, and perl,
>> and tcl. I know oracle supports its own internal procedural
>> language and I think also java. Does it also support something
>> like cobol?
>> 
>> Mike

>
> internal stored procedures are PL/SQL only. You can create sharable library
> external procedures that can be in any language (not scripting - but 3GL) as
> long as they can be a shared library/dll. TCL and Perl are Scripting languages
> that are not compiled. I have not worked a lot with Java, and do not recall off
> the top of my head if it can create a shared library/dll or not
>
> a quick google search for "oracle external" results in several hits including:
><< http://www.hk8.org/old_web/oracle/prog2/ch21_03.htm >>
>

Thanks both to you and Volker for your replies.

Mike Received on Wed Jul 21 2004 - 12:53:25 CDT

Original text of this message

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