Tagged Questions

2
votes
1answer
429 views

Issues with building PROC application using Oracle 10g 64 bit

I am trying to build my PRO* C application in 32 bit mode using Oracle 10g 64 bit on Solaris SPARC platform. Can someone tell me what settings has to be made inorder to successfully compiler and ...
1
vote
3answers
143 views

what is pro *c?

How is that useful? How can we access data from the database?
0
votes
0answers
194 views

Pro C code to connect to Database giving segmentation fault

I have the below code in my .pc file which is called by almost 10 processes but for one process its not working as showing "Core dump/Segmentation Fault" . This is the code which is called by every ...
0
votes
2answers
440 views

How do I connect to a database using Pro*C?

As the title says, how do I connect to a given database in Oracle's Pro C? i dont want the connection for oracle database but for some other database.
0
votes
1answer
195 views

Segmentation fault during Transition of Control from C++ to Pro *C

I have written a small Pro *C/C++ application [ multi-threaded, daemon ] where, i used Pro *c to fetch some DB records and then call C++ function to generate XML files, which are sent through socket ...