Re: core dump using Pro*C on CONNECT

From: Pete Finnigan <pete_at_petefinnigan.com>
Date: Mon, 28 Jul 2003 22:08:52 +0100
Message-ID: <TaoIrNBkDZJ$Ew+P_at_peterfinnigan.demon.co.uk>


[Quoted] Hi thumor,

did you try the code i sent you in my previous post to this thread?, it works and the only difference between mine and yours is that i declare the database name first as stated in the Pro*C manual with the line

EXEC SQL DECLARE MY_DB DATABASE; and then i do the connect as follows:

EXEC SQL CONNECT :OmDbUserName IDENTIFIED BY :OmDbPassword AT MY_DB USING :OmDbName;

that does seem to be the only difference with the connect as i can see.

hth

kind regards

Pete

-- 
Pete Finnigan
email:pete_at_petefinnigan.com
Web site: http://www.petefinnigan.com - Oracle security audit specialists
Book:Oracle security step-by-step Guide - see http://store.sans.org for details.
Received on Mon Jul 28 2003 - 23:08:52 CEST

Original text of this message