dbTalk Databases Forums  

pl/sql alternatives for server side programming?

comp.databases.oracle.misc comp.databases.oracle.misc


Discuss pl/sql alternatives for server side programming? in the comp.databases.oracle.misc forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
mh@pixar.com
 
Posts: n/a

Default pl/sql alternatives for server side programming? - 10-24-2008 , 03:56 PM






If you look at postgresql, they have the idea of pluggable scripting
languages, so you can write server side code in tcl, python, etc.

Is there an equivalent idea in Oracle?
Are there any alternatives to PL/SQL for Oracle server-side programming?
Can java be used? Can PL/SQL procedures be bound to compiled C code?

Is this just too weird to even think about?

Many TIA!
Mark

--
Mark Harrison
Pixar Animation Studios

Reply With Quote
  #2  
Old   
Aya the Vampire Slayer
 
Posts: n/a

Default Re: pl/sql alternatives for server side programming? - 10-24-2008 , 04:29 PM






mh (AT) pixar (DOT) com wa:
Quote:
If you look at postgresql, they have the idea of pluggable scripting
languages, so you can write server side code in tcl, python, etc.

Is there an equivalent idea in Oracle?
Are there any alternatives to PL/SQL for Oracle server-side programming?
Can java be used?
Yes, Java. From 8i, I think(?).
http://www.oracle.com/technology/sam...acle9ijsp.html
http://www.developer.com/db/article.php/3337411
http://www.devarticles.com/c/a/Java/...e-Interaction/


--
"Care must be exorcised when handring Opiticar System as it is apts to
be sticked by dusts and hand-fat." --Japanese Translators

"Keep your fingers off the lens." --Elton Byington, English Translator


Reply With Quote
  #3  
Old   
Aya the Vampire Slayer
 
Posts: n/a

Default Re: pl/sql alternatives for server side programming? - 10-24-2008 , 04:29 PM



mh (AT) pixar (DOT) com wa:
Quote:
If you look at postgresql, they have the idea of pluggable scripting
languages, so you can write server side code in tcl, python, etc.

Is there an equivalent idea in Oracle?
Are there any alternatives to PL/SQL for Oracle server-side programming?
Can java be used?
Yes, Java. From 8i, I think(?).
http://www.oracle.com/technology/sam...acle9ijsp.html
http://www.developer.com/db/article.php/3337411
http://www.devarticles.com/c/a/Java/...e-Interaction/


--
"Care must be exorcised when handring Opiticar System as it is apts to
be sticked by dusts and hand-fat." --Japanese Translators

"Keep your fingers off the lens." --Elton Byington, English Translator


Reply With Quote
  #4  
Old   
Aya the Vampire Slayer
 
Posts: n/a

Default Re: pl/sql alternatives for server side programming? - 10-24-2008 , 04:29 PM



mh (AT) pixar (DOT) com wa:
Quote:
If you look at postgresql, they have the idea of pluggable scripting
languages, so you can write server side code in tcl, python, etc.

Is there an equivalent idea in Oracle?
Are there any alternatives to PL/SQL for Oracle server-side programming?
Can java be used?
Yes, Java. From 8i, I think(?).
http://www.oracle.com/technology/sam...acle9ijsp.html
http://www.developer.com/db/article.php/3337411
http://www.devarticles.com/c/a/Java/...e-Interaction/


--
"Care must be exorcised when handring Opiticar System as it is apts to
be sticked by dusts and hand-fat." --Japanese Translators

"Keep your fingers off the lens." --Elton Byington, English Translator


Reply With Quote
  #5  
Old   
Aya the Vampire Slayer
 
Posts: n/a

Default Re: pl/sql alternatives for server side programming? - 10-24-2008 , 04:29 PM



mh (AT) pixar (DOT) com wa:
Quote:
If you look at postgresql, they have the idea of pluggable scripting
languages, so you can write server side code in tcl, python, etc.

Is there an equivalent idea in Oracle?
Are there any alternatives to PL/SQL for Oracle server-side programming?
Can java be used?
Yes, Java. From 8i, I think(?).
http://www.oracle.com/technology/sam...acle9ijsp.html
http://www.developer.com/db/article.php/3337411
http://www.devarticles.com/c/a/Java/...e-Interaction/


--
"Care must be exorcised when handring Opiticar System as it is apts to
be sticked by dusts and hand-fat." --Japanese Translators

"Keep your fingers off the lens." --Elton Byington, English Translator


Reply With Quote
  #6  
Old   
gym dot scuba dot kennedy at gmail
 
Posts: n/a

Default Re: pl/sql alternatives for server side programming? - 10-24-2008 , 04:45 PM




<mh (AT) pixar (DOT) com> wrote

Quote:
If you look at postgresql, they have the idea of pluggable scripting
languages, so you can write server side code in tcl, python, etc.

Is there an equivalent idea in Oracle?
Are there any alternatives to PL/SQL for Oracle server-side programming?
Can java be used? Can PL/SQL procedures be bound to compiled C code?

Is this just too weird to even think about?

Many TIA!
Mark

--
Mark Harrison
Pixar Animation Studios
You can write in C and then call it from within pl/sql. You can compile
pl/sql code to native code. (You write it in pl/sql and then have it compile
natively) You could write it in C and call the db for data. What are you
trying to accomplish?
Jim




Reply With Quote
  #7  
Old   
gym dot scuba dot kennedy at gmail
 
Posts: n/a

Default Re: pl/sql alternatives for server side programming? - 10-24-2008 , 04:45 PM




<mh (AT) pixar (DOT) com> wrote

Quote:
If you look at postgresql, they have the idea of pluggable scripting
languages, so you can write server side code in tcl, python, etc.

Is there an equivalent idea in Oracle?
Are there any alternatives to PL/SQL for Oracle server-side programming?
Can java be used? Can PL/SQL procedures be bound to compiled C code?

Is this just too weird to even think about?

Many TIA!
Mark

--
Mark Harrison
Pixar Animation Studios
You can write in C and then call it from within pl/sql. You can compile
pl/sql code to native code. (You write it in pl/sql and then have it compile
natively) You could write it in C and call the db for data. What are you
trying to accomplish?
Jim




Reply With Quote
  #8  
Old   
gym dot scuba dot kennedy at gmail
 
Posts: n/a

Default Re: pl/sql alternatives for server side programming? - 10-24-2008 , 04:45 PM




<mh (AT) pixar (DOT) com> wrote

Quote:
If you look at postgresql, they have the idea of pluggable scripting
languages, so you can write server side code in tcl, python, etc.

Is there an equivalent idea in Oracle?
Are there any alternatives to PL/SQL for Oracle server-side programming?
Can java be used? Can PL/SQL procedures be bound to compiled C code?

Is this just too weird to even think about?

Many TIA!
Mark

--
Mark Harrison
Pixar Animation Studios
You can write in C and then call it from within pl/sql. You can compile
pl/sql code to native code. (You write it in pl/sql and then have it compile
natively) You could write it in C and call the db for data. What are you
trying to accomplish?
Jim




Reply With Quote
  #9  
Old   
gym dot scuba dot kennedy at gmail
 
Posts: n/a

Default Re: pl/sql alternatives for server side programming? - 10-24-2008 , 04:45 PM




<mh (AT) pixar (DOT) com> wrote

Quote:
If you look at postgresql, they have the idea of pluggable scripting
languages, so you can write server side code in tcl, python, etc.

Is there an equivalent idea in Oracle?
Are there any alternatives to PL/SQL for Oracle server-side programming?
Can java be used? Can PL/SQL procedures be bound to compiled C code?

Is this just too weird to even think about?

Many TIA!
Mark

--
Mark Harrison
Pixar Animation Studios
You can write in C and then call it from within pl/sql. You can compile
pl/sql code to native code. (You write it in pl/sql and then have it compile
natively) You could write it in C and call the db for data. What are you
trying to accomplish?
Jim




Reply With Quote
  #10  
Old   
Thomas Olszewicki
 
Posts: n/a

Default Re: pl/sql alternatives for server side programming? - 10-24-2008 , 05:22 PM



On Oct 24, 4:56*pm, m... (AT) pixar (DOT) com wrote:
Quote:
If you look at postgresql, they have the idea of pluggable scripting
languages, so you can write server side code in tcl, python, etc.

Is there an equivalent idea in Oracle?
Are there any alternatives to PL/SQL for Oracle server-side programming?
Can java be used? *Can PL/SQL procedures be bound to compiled C code?

Is this just too weird to even think about?

Many TIA!
Mark

--
Mark Harrison
Pixar Animation Studios
Mark
Oracle supports Stored procedures in pl/sql, Java and C
Look up definition and examples of for example FUNCTION:
http://download.oracle.com/docs/cd/B...9.htm#i2153260
and look at syntax : LANGUAGE ...

More info about java SP:
http://download.oracle.com/docs/cd/B...s.htm#sthref78

HTH
Thomas



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.