oracle-pro-c
Oracle Pro*C precompiler errors on EXEC SQL statements in included files
I\'开发者_如何学JAVAm converting some legacy code to Oracle Pro*C.I\'m on a Linux box using Oracle 11.2. We are using \".cp\" as the suffix for Pro*C source files.I\'m not much of a C developer so I a[详细]
2023-04-11 12:36 分类:问答Oracle beq and popen()
I have a program like this (that\'s for Pro*C precompiler): #include <stdio.h> #include <stdlib.h>[详细]
2023-03-31 06:13 分类:问答How to get oracle query status in Pro*C?
My code runs oracle select query on a server. The server may be free or it may be busy at certain times.Now what I am making is a timeout mechanism in Pro*C that times out after 10 seconds and cancels[详细]
2023-03-30 04:02 分类:问答Issue in reading the value and storing in host variable?
My program reads records from file and for each record in file it fetches value from DB. I have declared a host variable in my Pro*C program. I used that host variable in one of my select query inside[详细]
2023-03-28 23:35 分类:问答Connecting to different database versions
I maintain a set of applications that use Pro*C to connect to Oracle 10g databases. These applications are generally involved with moving data from one database to another. In each case a connection i[详细]
2023-03-25 13:57 分类:问答How to recognize .pc extension
How to set so that all .pc file will be open with visual studio? and it also recognize it as C/C++ code as well. I did the setting in registry before. Unfortunately, I deleted the files and totally fo[详细]
2023-03-24 12:16 分类:问答Oracle 9 ProC precompiler segfault while reading pcsus.msb
I\'m trying to compile an old piece of software which includes the use of the ProC pre-compiler for Oracle.[详细]
2023-03-23 06:24 分类:问答EXEC SQL DECLARE variable in .h header files preprocessed by Oracle pro*c
I am porting some C++ code with embedded SQL into a linux server with oracle database. The data Access Objects are C++ classes providing[详细]
2023-03-16 03:13 分类:问答Is Pro*C/C++ communication secured?
I need to know if Pr开发者_如何转开发o*C/C++ (Oracle database connectivity for C/C++) communication is secured. Is it TCP/IP with plaintext? maybe some encryption (shared key?). Secured Tunnel of some[详细]
2023-03-14 18:47 分类:问答Pro*C procedure call hangs indefinitely
I have a multithreaded Pro*C program which calls anonymous stored procedures in each thread on separate connections and runtime contexts.[详细]
2023-03-11 22:08 分类:问答