Operating System - OpenVMS
1753759 Members
4385 Online
108799 Solutions
New Discussion юеВ

Re: Oracle RDB 7.1-520 and Fortran Program Error

 
bfraga
Occasional Advisor

Re: Oracle RDB 7.1-520 and Fortran Program Error

The sys patch isn't the same. In the server that works is V6.0 and the other is V17.0.

In the Alpha that works:

DEC AXPVMS VMS732_UPDATE V20.0
DEC AXPVMS VMS732_FIBRE_SCSI V16.0
DEC AXPVMS VMS732_UPDATE V17.0
DEC AXPVMS VMS732_PCSI V5.0
HP VMS TDC V2.3-15
DEC AXPVMS VMS732_FIBRE_SCSI V13.0
DEC AXPVMS VMS732_UPDATE V13.0
DEC AXPVMS VMS732_PCSI V3.0
DEC AXPVMS DNVOSIECO03 V7.3-2
DEC AXPVMS VMS732_VMSMUP V1.0
DEC AXPVMS VMS732_SYSINI V1.0
DEC AXPVMS VMS732_LINKER V1.0
DEC AXPVMS VMS732_DRIVER V1.0
DEC AXPVMS TCPIP_ECO V5.4-154
DEC AXPVMS VMS732_GRAPHICS V2.0
DEC AXPVMS VMS732_XFC V1.0
DEC AXPVMS VMS732_RMS V2.0
DEC AXPVMS VMS732_F11X V3.0
DEC AXPVMS VMS732_FIBRE_SCSI V4.0
DEC AXPVMS VMS732_SYS V6.0
DEC AXPVMS VMS732_UPDATE V3.0
DEC AXPVMS VMS732_PCSI V1.0
CPQ AXPVMS CDSA V2.0-109
DEC AXPVMS DECNET_OSI V7.3-2
DEC AXPVMS DWMOTIF V1.3-1
DEC AXPVMS OPENVMS V7.3-2

In the Alpha that doesn't work:

DEC AXPVMS VMS732_UPDATE V20.0
ORCL AXPVMS RDBJDBC72 V7.2-5V386O
DEC AXPVMS JAVA142 V1.4-24P5
DEC AXPVMS JAVA142 V1.4-24P2
DEC AXPVMS JAVA142 V1.4-24
DEC AXPVMS VMS732_FIBRE_SCSI V16.0
DEC AXPVMS VMS732_UPDATE V17.0
DEC AXPVMS VMS732_PCSI V5.0
DEC AXPVMS VMS732_LAN V6.0
DEC AXPVMS VMS732_COPY V2.0
DEC AXPVMS VMS732_F11X V6.0
DEC AXPVMS VMS732_HYPERSORT V1.0
DEC AXPVMS VMS732_SYS V17.0
DEC AXPVMS VMS732_FIBRE_SCSI V15.0
DEC AXPVMS VMS732_UPDATE V16.0
DEC AXPVMS VMS732_PCSI V5.0
HP VMS TDC V2.3-15
HP VMS TDC V2.2-108
HP VMS T4 V4.0
HP VMS TDC V2.2-108
DEC AXPVMS VMS732_UPDATE V14.0
DEC AXPVMS VMS732_PCSI V3.0
CPQ AXPVMS CDSA V2.0-109
DEC AXPVMS DECNET_OSI V7.3-2
DEC AXPVMS DWMOTIF V1.3-1
DEC AXPVMS OPENVMS V7.3-2
DEC AXPVMS TCPIP V5.4-15
DEC AXPVMS VMS V7.3-2
bfraga
Occasional Advisor

Re: Oracle RDB 7.1-520 and Fortran Program Error

I did the loop in the $HIBER function like it was suggested and it works.
John Gillings
Honored Contributor

Re: Oracle RDB 7.1-520 and Fortran Program Error


>I did the loop in the $HIBER function like
>it was suggested and it works.

So, that means your first $HIBER around the loop ate some other thread's $WAKE. Therefore you need to add a $WAKE after you've seen your event complete, otherwise the other thread will hang waiting for the $WAKE that you consumed.

A crucible of informative mistakes