Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Pro*Fortran precompiler for Oracle?

SteveL
Beginner
607 Views

Does anyone here write Fortran code that uses SQL queries against an Oracle database?  I have the Oracle profor precompiler that converts *.pfo files with simply query syntax into *.f files with all the necessary calls.  However, the profor version that I have is for Oracle 10g and I'm worried about a future time when database upgrades and/or OS upgrades will cause that version to break.

As far as I can tell, Oracle continues to release new versions of the Pro*C and Pro*COBOL precompilers, but not Pro*FORTRAN.

Anyone else face this situation or know more about it?

0 Kudos
1 Reply
Steve_Lionel
Honored Contributor III
584 Views

I am not familiar with "Pro*Fortran" - it isn't an Intel product. But there are various packages out there for doing database queries from Fortran, such as ForDBC – Fortran Database Connectivity – Polyhedron Software & Services Ltd. Website

Reply