Bus Error in Embedded SQL

From: Peter Lanore <peter.lanore_at_ci.seattle.wa.us>
Date: 1998/10/20
Message-ID: <70j430$1jv$1_at_lore.eur.sprynet.com>#1/1


[Quoted] I'm encountering the Bus Error (coredump) when attempting to open an Oracle database via a Pro*Fortran called subroutine with embedded SQL.

The error occurs in the following code segment.

C     BEGIN PRO*FORTRAN ADD INS MODE 1
      USRNAME = 'scott'
      PASWORD = 'tiger'
      INSTNCE = 'GZEL'
      EXEC SQL WHENEVER SQLERROR GOTO 110
      EXEC SQL
     -  CONNECT :USRNAME

- IDENTIFIED BY :PASWORD
- USING :INSTNCE

Oracle Rev is 7.3.3. Operating system is SunSPARC/Solaris. Fortran is Fortran90

I prefer email responses but appreciate posted responses as well.

Peter W. LaNore Received on Tue Oct 20 1998 - 00:00:00 CEST

Original text of this message