PL/SQL and C

From: Marek Pytlik <pytlik_at_cs.umb.edu>
Date: 24 Apr 92 02:33:46 GMT
Message-ID: <1992Apr24.023346.3417_at_cs.umb.edu>


Is this legal?:

exec sql begin declare section;
int x;
exec sql end declare section

..
...
..

exec sql ...

select 1 into :x from dual;

end-exec;



I have seen examp6.pc in $ORACLE_HOME/c/demo, but attempt to compile it on HP9000/800 with sqlcheck=full dumps the core, and with sqlcheck=limited gives End of communication channel error during precompilation process. I have used Oracle's make.pro as a makefile. Any clues?
-- 
Marek 
Received on Fri Apr 24 1992 - 04:33:46 CEST

Original text of this message