Re: Oracle7 on HP9000/710
From: Philip Jennings <P.Jennings_at_frcl.bull.fr>
Date: 30 Nov 93 13:39:05 GMT
Message-ID: <1320_at_clbull.frcl.bull.fr>
Date: 30 Nov 93 13:39:05 GMT
Message-ID: <1320_at_clbull.frcl.bull.fr>
> We have started moving from 6 to 7 on hp platform (9000/710), server 7.0.15.4.
> Here are some problems that require us change in the application code (proc):
>
> 1. nulls fetched into host variables return ora-01405, prior version did
> nothing about that
This is not an "undocumented feature". Since you aren't more specific, I must assume that you were previously using Pro*C version 1.3, with option MODE=ANSI. As of version 1.4 (I assume you have version 1.5), you'll have to use MODE=ANSI13 if you don't want the extra ANSI compliance. This is in the manual, which of course you had read before posting ... :->
For more "undocumented features", check Appendix A of the Oracle Precompilers Programmer's Guide. :-)
-- Philip JENNINGS <P.Jennings_at_frcl.bull.fr>Received on Tue Nov 30 1993 - 14:39:05 CET