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 -> sqlbuft sqlcxt sqlorat ... unresolved problem on AIX

sqlbuft sqlcxt sqlorat ... unresolved problem on AIX

From: gsai <gsai_swaminathan_at_rediffmail.com>
Date: 23 Jan 2003 03:02:35 -0800
Message-ID: <48dcbf40.0301230302.6a020ea2@posting.google.com>


Hi all,
I have seen a handful of similar postings. Heres the error message I get...

1586-206 (S) Unresolved reference to symbol "sqlbuft".
1586-206 (S) Unresolved reference to symbol "sqlcxt".
1586-206 (S) Unresolved reference to symbol "sqlorat".

I am working on AIX system with Oracle 9i. C++ compiler: xlC_r

the libraries included , as in the command line: -lclntsh -lsql9
-lclntst9 -lctx9 -lctxc9 -locijdbcst9 -ldt_socket -lgeneric9 -ldl
-lpthread -posix4

Oracle include options:
-I$(ORACLE_HOME)/precomp/public -I$(ORACLE_HOME)/rdbms/demo
-I$(ORACLE_HOME)/rdbms/public -I$(ORACLE_HOME)/plsql/public
-I$(ORACLE_HOME)/plsql/include -I$(ORACLE_HOME)/lib/pw-syscall.exp
-I$(ORACLE_HOME)/lib/ksms.imp

Some of these were added after looking up some postings! Anything else I need to include?? any (more) libs to link? Thanks in advance for you valuable suggestions... GSai Received on Thu Jan 23 2003 - 05:02:35 CST

Original text of this message

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