Enter Keywords:
1 - 10 of 99(0 seconds)
Sort By:
 
Does anyone know the specific libraries I need to link to for the OCI calls?  I think I have all of them, but I'm getting an 'undefined symbol' for osnttc, referenced from libsqlnet.a(osncon.o). T...
Zones: OracleDate Answered: 11/18/1998 Rating: 7.2 Views: 0
I am using Visual cafe or Jdk1.2 to develop the program and I have set the class path and path to the autoexec.bat: SET PATH=C:\DOS;C:\JDK1.2\BIN;D:\JDBC\LIB;D:\Orant\lib;D:\Orant\JDBC;D:\Orant\bin...
Zones: JavaDate Answered: 05/12/1999 Rating: 8.4 Views: 0
I have this SELECT statement : "SELECT ename , ejob FROM emp WHERE deptno = :DEPT" I'm using the OCI and trying to connect to the database. I want to execute this statement using the OCI. 1) Do I n...
Zones: OracleDate Answered: 04/22/1999 Rating: 6.8 Views: 4
I´m trying to compile the examples in this directory because I want to connect to a database, I´m trying to use an OCI program to acomplish this. Is there another form to connect from a program w...
Zones: OracleDate Answered: 01/10/2000 Rating: 6.4 Views: 4
Please show me how to define and bind an array of struct in OCI PROGRAMMING (use fuctions such as OCIDefineArrayOfStruct and OCIBindArrayOfStruct).Because I can't bind an array in SELECT statement ...
Zones: OracleDate Answered: 01/11/2000 Rating: 6.6 Views: 0
i want to recompile php4 in linux with using oracle8i. but it must use oci library and oracle8 library, i install oracle8 completely, but cann't find them (libsqlnet.so and so on)! who can tell me...
Zones: PHPDate Answered: 07/17/2000 Rating: 6.4 Views: 0
I write a search engine, I want to pass the rest of queries that haven't displayed to user to another page. My search engine looks like this : Keyword xyz match in 34 sites : 1. Hi hi hi xyz b...
Zones: PHPDate Answered: 07/07/2000 Rating: 5.8 Views: 0
hi,  I used C language to program OCI ( Oracle Call Interface ) But i dont' know how to comply and link my source file . Somebody can help me !
Zones: OracleDate Answered: 09/19/2004 Rating: 9.2 Views: 0
I'm using oracle8 with OCI. I'm using an array to bind the structure of information into it. After i bind 10000 structures i can do execute without any problem, but if i try 20000 structures into ...
Zones: OracleDate Answered: 03/23/1999 Rating: 7.4 Views: 0
I am trying to connect to a database with OCI functions call. Everything is fine at compilation time, but when it tries to link the lib then I get an error that tells me vc++6.0 cannot find exter...
Zones: OracleDate Answered: 08/17/1999 Rating: 8.4 Views: 0