Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> proC multi implicit connection error -1012
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();
}
![]() |
![]() |