Do pro*c program need to recompile

hi,
I have pro*c program running on sunsolaris 5.9.Currently the same program has been migrated to solaris 5.10.But the program is not giving the desired output.Do i need to recomplie the source code again.

Regards,
Megh

Probably, yes. It may also be related to your environment settings, things like LD_LIBRARY_PATH.

If the code is producing output in the expected format but the data is odd, then you have a tnnames.ora problem.

What EXACTLY is wrong. 'not expected output' is vague.

The program produces a data file with an additional newline after each record.This new line causes problem while loading in.

Something changed in the dataset. Sounds like. You will have to edit and recompile to modify the (f)printf statements(s).

1 Like

I recompiled the code and it worked.Thanks ..