472,139 Members | 1,688 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,139 software developers and data experts.

Pro*C vs Oracle Java Stored Procedure

1
I have an application using Oracle 10gR2 on linux. The requirement involves -
1. Reading large data files(upto 1 GB) and loading them into Oracle tables
2. Extracting large data(possibly millions of records) from Oracle tables and writing to data files

The input/output files could be in XML, CSV or some proprietary formats(involving non-standard end-of-record identifiers and field delimiters).

Considering the large I/O and database operations involved, I was considering 2 options:
1. Oracle java stored procedures
2. Pro*C

My understanding is that Pro*C should run faster and should therefore be preferred. At the same time, most applications nowadays appear to go for Oracle java stored procedures. Can you please highlight the pros and cons of these 2 approaches?
Which approach is better from the following perspectives -
1. Performance
2. Maintainability
3. Features/Capability
4. Portability (I assume OJSP wins here)
Aug 12 '08 #1
0 2664

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

reply views Thread by stephane.traumat | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.