Pro*c program not executing properly [message #151113] |
Tue, 13 December 2005 05:23 |
jaswin
Messages: 11 Registered: December 2005 Location: India
|
Junior Member |
|
|
Hi.
I am trying to compile an old Oracle7 Pro*c program written Under Solaris..But now being written.in
Oracle 10G(Linux). The program got compiled.in Oracle 10G(Linux) , using a combination of
1.$ proc sample.pc
2. $cc -L$ORACLE_HOME/lib -L/usr/lib -lclntsh -o sample sample.c.....
But the problem is when I execute the program it only prints the fixed text part
and not the field values fetched...The format specifications are given as per the field type declaration.
regds.
J.S.Sachdeva
|
|
|