oracle-pro-c
datatype conflicts in PRO*C and C++
I am new to proc and I am usin开发者_JAVA百科g it with C++. I am able to connect to the database.[详细]
2023-03-11 04:31 分类:问答How to time out if proc stored procedure doesn't return
I am implementing the following scenario: 100 threads spawned and each thread is connecting to DB with separate connections and run time contexts. Each thread will be executing a stored procedure whi[详细]
2023-03-11 01:59 分类:问答ORA-00984 column not allowed here
I am getting error \"Execute-984 ORA-00984: column not allowed here\" while I am inserting values in my table Registred_Customer using Pro*C[详细]
2023-03-10 10:50 分类:问答Segmentation fault in sqlcxt()
I am using the below function in my C code for connecting to the oracle database. The below function is causing segmentation fault sometime while work at the other time[详细]
2023-02-16 03:16 分类:问答Why don't runtime contexts work on 11g in a program compiled for 10g?
I\'ve got a multi-threaded C application that was compiled using Oracle 10g (pro*c and libraries.) The program uses one database connection per thread. We\'re moving to 开发者_StackOverflow中文版11g a[详细]
2023-02-15 14:41 分类:问答How to kill long running queries through Pro*C?
We are interacting with DB though Pro*C. We want to find out the queries which are taking the longest 开发者_如何学Gotime through Pro*C.[详细]
2023-02-13 18:22 分类:问答What is the use of sqlcxt() pro c function?
I am very new to pro c and I don\'t have any practical experience on developing pro c program. While debu开发者_运维问答gging a program I encountered a function call[详细]
2023-02-12 07:03 分类:问答How do I connect to a database using Pro*C?
As the title says, how do I connect to a given d开发者_开发百科atabase in Oracle\'s Pro C? I don\'t want the connection for Oracle database but for some other database.You use the exec sql connect sta[详细]
2023-02-07 09:34 分类:问答What is pro *c?
How is that开发者_StackOverflow useful? How can we access data from the database?Pro*C is actually a pre-compiler for Oracle database access within C code.[详细]
2023-02-06 09:49 分类:问答Best way to use PL/SQL Package Cursors from Pro*C
I have a cursor defined in PL/SQL, and I am wondering what the best way to use it from ProC is. Normally for a cursor defined in ProC you would do:[详细]
2023-01-02 23:04 分类:问答