Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> PROC 8.1.5 on Linux : A nightmare

PROC 8.1.5 on Linux : A nightmare

From: Pascal Gestin <Pascal.Gestin_at_wanadoo.fr>
Date: Thu, 11 Nov 1999 15:18:27 +0100
Message-ID: <80ej99$p26$1@wanadoo.fr>


Hi all,

PROC 8.1.5 on Linux, A nightmare :

  1. The file pcscfg is empty, included files like stdlib.h are not found by precompiler; You have to fill it by hand.
  2. Precompiling with parse=full + #include <math.h> in .PC file give syntax errors at precompilation time;
  3. Link fail because it need a library called AIO, this library file not exists. You have to remove "-laio" from env_precomp.mk or create a empty aio.a in $ORACLE_HOME/lib
  4. Most embedded SQL stmt like update or delete crash at run time with
    "ORA-01036: illegal variable name/num" or
    "ORA-01475: must reparse cursor to change bind variable datatype" !
  5. "select SEQ.nextval from DUAL" : always return 0;

Was it tested ? Please help me if you know remedy to this, especialy for problem #4 and #5.

Thanks, Pascal Received on Thu Nov 11 1999 - 08:18:27 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US