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

Home -> Community -> Usenet -> c.d.o.misc -> Oracle 9.0.1: DESCRIBE bug

Oracle 9.0.1: DESCRIBE bug

From: Derk Muenchhausen <derkm_at_web.de>
Date: 21 Aug 2002 05:49:15 -0700
Message-ID: <c62a0d08.0208210449.45c86b13@posting.google.com>


While porting from Oracle 8.1.7 to 9.0.1 (both Windows) I found a fatal bug in

EXEC SQL DESCRIBE BIND VARIABLES FOR S INTO bind_dp;

Oracle9 returns everytime bind_dp->F=0. Oracle 8 works.

You can simply test it by running the original sample10.pc in your Oracle8/9-directory precomp/demo/proc/sample10. Oracle9-sample10 returns ORA-24374 because of the wrong DESCRIBE before.

Do you have an idea for a workaround or solution? Received on Wed Aug 21 2002 - 07:49:15 CDT

Original text of this message

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