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

Home -> Community -> Mailing Lists -> Oracle-L -> proC multi implicit connection error -1012

proC multi implicit connection error -1012

From: KH Lim <eric_sato_at_yahoo.com>
Date: Tue, 5 Sep 2000 04:21:19 -0700 (PDT)
Message-Id: <10610.116192@fatcity.com>


hi all
the coding below gives me an error code -1012 is SQL execute phase errors. But i don't detect any problem here ....
please advice.
Thanks in advance.
best regards,
Kh Lim

EXEC SQL CREATE DATABASE LINK db_link1

	CONNECT TO rthmdp IDENTIFIED BY password
	USING 'INSPIRE1';

if (sqlca.sqlcode != 0) {
printf("Can't connect to the database1 error %d\n",sqlca.sqlcode);

    exit();
 }



Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ Received on Tue Sep 05 2000 - 06:21:19 CDT

Original text of this message

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