1748262 Members
3811 Online
108760 Solutions
New Discussion юеВ

Re: pro*c

 
SOLVED
Go to solution
Shivakumar_3
Advisor

pro*c

hello everybody,
I am very new to pro*c programming.Can anyone give some suggestions(like where to post the queries) and some good documents if any.Is it possible to do socket communication using pro*c?(i dont know anything about pro*c).How can we connect to oracle10g database using pro*c?.Please help me out.Thanks in advance.
4 REPLIES 4
Jean-Luc Oudart
Honored Contributor
Solution

Re: pro*c

Hi

the link for the Pro*C documentation is indicated in this thread
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=962858

Pro*C is a pre-compiler, therefore you should be able to access to all C libraries.

Saying that I had the issue for an application where Oracle libraries where incompatible with some other libraries (dce rpc ?)

Regards
Jean-Luc
fiat lux
Muthukumar_5
Honored Contributor

Re: pro*c

http://www.cs.njit.edu/~oracle/manuals/proc/ch1.html

hth.
Easy to suggest when don't know about the problem!
Yogeeraj_1
Honored Contributor

Re: pro*c

hi,

have a look at great document at:
http://download-west.oracle.com/docs/cd/B10501_01/appdev.920/a97269/pc_0
7pls.htm

However, note that with Oracle9i, with external tables, merge, pipelined functions -- it is very very hard to find a reason to use C.

hope this helps!

regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
H.Merijn Brand (procura
Honored Contributor

Re: pro*c

And if you have perl + DBI + DBD::Oracle, why not use that.
perl is much easier in socket programming than pro*c

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn