Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Best approach to use with OTT

411695Feb 27 2004 — edited Mar 10 2004
Hi

We have a application (c code) that currently uses a ISAM file based DB.

We want to replace this with Oracle9i.

My thoughts would be to create Oracle OBJECTS data types and use the OTT utility to automaticaly create the associated c structs.

We could then create wrappers around the existing c modules that interface to the ISAM tables & point them to Oracle using the new c structs.

What I need to get a better picture on is the pros & cons of using:
- PROC*C
- OCI

What benefits are there in using embedded PL/SQL with either technology?

Are there any other tools that I could use to map the Oracle9i entities to the relevant c structs?

Any thoughts or tips based on your experience would be greatly appreciated.

Cheers Luie
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 7 2004
Added on Feb 27 2004
2 comments
302 views