Click to See Complete Forum and Search --> : Java Stored Procedures


vishkr
03-21-2001, 07:41 AM
Hi Friends
Is someone using java stored procedures ?
Cheers
vish

PSoni
03-26-2001, 08:01 AM
Hi,

Yes, we are using but at testing level.
Let us share if there is any thing.


P. Soni

Kancha
03-27-2001, 12:30 PM
Vish

what exactly u need about java stored procedure....

vishkr
04-20-2001, 06:07 AM
Sorry Friends!
thanks for your replies! Unfortunately I cld'nt pick them up.

Well, At this contract where I work I might have to use javastored procedures , but I'm not sure when and where to use it over PL/SQL stored procedures. Besides this is a hot area and I cld'nt find any study materials on this.

Please share ur experiences if possible

Cheers
vish

sasmita
04-20-2001, 07:07 AM
Hello

As per your query regarding where to use java stored procedure over pl/sql,
To give u an example :In my organization we wanted to use host command to delete a file, but that's not possible from pl/sql, but u can do that through java stored procedure.


[Edited by sasmita on 04-20-2001 at 07:53 AM]

kmesser
04-20-2001, 09:39 AM
http://www.oracle.com/oramag/oracle/00-Mar/index.html?o20java.html

vishkr
04-23-2001, 09:23 AM
Good Day!
Hope all of you had a good weekend !

Continuing with Java in Oracle server. I'm still not convinced why java should exist within Oracle Database there by making it necessary to have more RAM.

If not java stored procedures, Is it SQLJ which would improve oracle performance ? Can we do away with Pro *C with SQL J.

If someone can see the benefit having Java with in oracle 8i please let me know. Please do share your commercial experiences on this front.

Cheers
vish

sasmita
04-24-2001, 12:54 AM
Hello,

Do u know u can store java application inside your Oracle 8i database. So can have both application & database in one server.

The URL given by kmesser is a good one.


[Edited by sasmita on 04-24-2001 at 12:00 AM]