From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,28c7e0883dce260d,start X-Google-Attributes: gid103376,public From: david_c Subject: Ada95 with Oracle7.3 ? Date: 1997/03/20 Message-ID: <33319B46.543C@systemautomation.com>#1/1 X-Deja-AN: 227097363 Organization: SAC Newsgroups: comp.lang.ada Date: 1997-03-20T00:00:00+00:00 List-Id: Hi. Is there anyone out there using Oracle with Ada95 ? I am trying to compile Oracle Ada source codes (which are from Oracle installation CD) using Ada95 in order to use Pro*Ada. I could solve most of the errors except errors from '*.binds' files. It complains about types not constrained like : 14:46:20 >>> package CHAR_BINDS is new GENERIC_BINDS (SQL_STANDARD.CHAR, ...); 14:46:20 *** SQL_STANDARD.CHAR must be a constrained type to match formal HOST_VAR [RM_95 12.5.1(6)] We are running Oracle7.3.2 on RS6K/AIX. Any help/comment would be appreciated. Thanks, ------- david_c@systemautomation.com