Operating System - OpenVMS
1748185 Members
3938 Online
108759 Solutions
New Discussion юеВ

Re: OpenVMS 7.3-2 and Oracle 9.2

 
berlioz
Regular Advisor

OpenVMS 7.3-2 and Oracle 9.2

Hello,
i'm looking for an assistance in Oracle 9.2 installation and Pro*C utilisation.

Someone can help me ?
6 REPLIES 6
Ian Miller.
Honored Contributor

Re: OpenVMS 7.3-2 and Oracle 9.2

Depends on how much you are willing to pay :-)

If you ask specific questions here you will generally get helpful answers. What specificly are you having a problem with?
____________________
Purely Personal Opinion
berlioz
Regular Advisor

Re: OpenVMS 7.3-2 and Oracle 9.2

OK OK

I'm actually migrating a VAX/Oracle 7 application to Oracle9.2 and i've some trouble.

When running an old application program (C/Pro*C) after only relinking it, i've the following error : "cannot find libclntsh.exe". It seems to be a problem to access Oracle library libclntsh...

What is the trouble ? a recompilation is necessary ? a Pro*C configuration ? a modification of makefile configuration option ?

I need help ...

Hein van den Heuvel
Honored Contributor

Re: OpenVMS 7.3-2 and Oracle 9.2


Ok, so where is that library?
Tried a brute-force search?
How was the linker supposed to find it?
How did the 7.x implementation find it?
.OPT file? Logical name? sys$library?
Did you adjust those to the new pointer to the new 9.x locations?
I'm sure Oracle has this documented, but if this was a tottlay unknown product with no remaining support, then I'd brute force it with SET WATCH FILE/CLASS=MAJOR to determine what it is lookgin for an dat which stage. (Beware... could be a lot of output :-).

Hope this helps some,

Hein.

berlioz
Regular Advisor

Re: OpenVMS 7.3-2 and Oracle 9.2

I'm looking for examples makefile for my plateform... or an oracle Pro*C specific documentation...
Duncan Morris
Honored Contributor

Re: OpenVMS 7.3-2 and Oracle 9.2

There is a link to Pro/C usage on VMS at the following site...

http://download-uk.oracle.com/docs/html/B10506_01/ch8.htm#38132

Comes from the administrators guide
Martin P.J. Zinser
Honored Contributor

Re: OpenVMS 7.3-2 and Oracle 9.2

Hi Berlioz,

did the link of the application work without problems? If yes you most probably have the shareable image defined somewhere in an options statement to the linker. If it is not in sys$share define a logical pointing to the library in question (another approach is to copy it to sys$share, but I do not like this too much since it does pollute hp's installation).

Greetings, Martin