Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Java stored procedures

Status
Not open for further replies.

ETLMaster

Programmer
Sep 30, 2002
14
0
0
US
Hi there,
I was hoping someone could comment on the performance of Java in the database. I don't intend to do anything fancy. All I want to do is do something like

insert into t
select c1,format(c1),c2,format(c2) from t1;

where format is a static Java method wrapped in some call spec. So I'm hoping it should perform fine, but any real, empirical evidence would be great.

Any help is appreciated.

Ron
 
For such kind of procedures pl/sql works MUCH faster.

Regards, Dima
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top