Guest_imported
New member
- Jan 1, 1970
- 0
Hi
I work in MIS department where daily run of batches transfer the data from the subsystems database to the MIS database. Currently these programs are written in Pro*C with embedded sql statements.
Now we are going to re-write these programs and I would like to know is what technology we should use for developing these new programs. The options are: (We have Oracle8i server with the latest pro*c compiler)
1. PL/SQL
Since the batches transfer the data from one database to another, I am quite apprehensive about the performance of these program while accessing the remote database using the DB Link. Please advise. I have heard that PL/SQL (in Oracle 8i) can now perform much better than the previous Oracle versions.
2. Pro*C will calls to stored procedures.
This approach can explicitly connect to 2 or more databases and hence a worthwhile option too.
Please advise.
Pankaj Seth
I work in MIS department where daily run of batches transfer the data from the subsystems database to the MIS database. Currently these programs are written in Pro*C with embedded sql statements.
Now we are going to re-write these programs and I would like to know is what technology we should use for developing these new programs. The options are: (We have Oracle8i server with the latest pro*c compiler)
1. PL/SQL
Since the batches transfer the data from one database to another, I am quite apprehensive about the performance of these program while accessing the remote database using the DB Link. Please advise. I have heard that PL/SQL (in Oracle 8i) can now perform much better than the previous Oracle versions.
2. Pro*C will calls to stored procedures.
This approach can explicitly connect to 2 or more databases and hence a worthwhile option too.
Please advise.
Pankaj Seth