I have installed the Oracle 10G release 2 client onto a VMS Integrity
8.3-1H1 cluster, and I can happily connect to various dbs using SQL
Plus.
However my aim is to use the Pro*C pre-compiler, and I cannot get this
to play ball. The installation seems to have various empty directories
- specifically the config file and demo bits.
Does anybody have copies of these, or pointers on how to create
pcscfg.cfg ?
TIA
--
Chris
|
|
0
|
|
|
|
Reply
|
cctownley (14)
|
11/25/2009 11:18:50 AM |
|
Chris,
The precompilers are probably installed with a server installation,
not a client installation. Check this out.
Bye
Steve
On Nov 25, 6:18=A0am, Chris Townley <cctown...@googlemail.com> wrote:
> I have installed the Oracle 10G release 2 client onto a VMS Integrity
> 8.3-1H1 cluster, and I can happily connect to various dbs using SQL
> Plus.
>
> However my aim is to use the Pro*C pre-compiler, and I cannot get this
> to play ball. The installation seems to have various empty directories
> - specifically the config file and demo bits.
>
> Does anybody have copies of these, or pointers on how to create
> pcscfg.cfg ?
>
> TIA
>
> --
> Chris
|
|
0
|
|
|
|
Reply
|
vancouver
|
11/25/2009 1:41:33 PM
|
|
On Nov 25, 8:41=A0am, vancouver <vancouvercan...@yahoo.ca> wrote:
> Chris,
> The precompilers are probably installed with a server installation,
Nah. Pre-compilers are clearly Client side thingies.
How could they possible come with a server whoch might run on a
completely different platform?! That's not to say they would not come
with a server install, just that they must come with a client install.
> On Nov 25, 6:18=A0am, Chris Townley <cctown...@googlemail.com> wrote:
> > I have installed the Oracle 10G release 2 client onto a VMS Integrity
> > 8.3-1H1 cluster, and I can happily connect to various dbs using SQL
> > Plus.
Have you installed the patch kit right away?
If not, you'll be very unhappy later on when you find out that the
libclntsh.so is build with a date based exact GSMATCH, instead of a
generic 10/2 major/minor.
That'll get you (un)deserved : SHRIDMISMAT, ident mismatch with
shareable image
>
> > However my aim is to use the Pro*C pre-compiler, and I cannot get this
> > to play ball. The installation seems to have various empty directories
> > - specifically the config file and demo bits.
Last install I did a few weeks back was 'custom' as to get the SQL*ldr
and other utilities and I know I successfully got a working Pro*C out
of that.
I seem to recall it comes with the default install, but you may want
to go custom.
If you continue to have problem, either contact Oracle support, or be
SPECIFIC about how it does not play ball. Exact commands ? Error
messages? Names of file/directories assumed to be missing (and what
made you believe they should be there ?!)
> > pcscfg.cfg ?
I have that file in an ALLPHA oracle client home /precom./admin
But the first version has useles crud refering to non applicable
directories and the higher version are alls empty files.
I don't have those file under my Itanium root, and the Pro*Cobol
compiler seems to work fine. Must try Pro*C to make sure at some
point.
Regards,
Hein van den Heuvel
|
|
0
|
|
|
|
Reply
|
Hein
|
11/25/2009 7:09:01 PM
|
|
On Nov 25, 7:09=A0pm, Hein RMS van den Heuvel
<heinvandenheu...@gmail.com> wrote:
> On Nov 25, 8:41=A0am, vancouver <vancouvercan...@yahoo.ca> wrote:
>
> > Chris,
> > The precompilers are probably installed with a server installation,
>
> Nah. Pre-compilers are clearly Client side thingies.
> How could they possible come with a server whoch might run on a
> completely different platform?! That's not to say they would not come
> with a server install, just that they must come with a client install.
>
> > On Nov 25, 6:18=A0am, Chris Townley <cctown...@googlemail.com> wrote:
> > > I have installed the Oracle 10G release 2 client onto a VMS Integrity
> > > 8.3-1H1 cluster, and I can happily connect to various dbs using SQL
> > > Plus.
>
> Have you installed the patch kit right away?
> If not, you'll be very unhappy later on when you find out that the
> libclntsh.so is build with a date based exact GSMATCH, instead of a
> generic 10/2 major/minor.
> That'll get you (un)deserved : SHRIDMISMAT, =A0ident mismatch with
> shareable image
>
>
>
> > > However my aim is to use the Pro*C pre-compiler, and I cannot get thi=
s
> > > to play ball. The installation seems to have various empty directorie=
s
> > > - specifically the config file and demo bits.
>
> Last install I did a few weeks back was 'custom' as to get the SQL*ldr
> and other utilities and I know I successfully got a working Pro*C out
> of that.
> I seem to recall it comes with the default install, but you may want
> to go custom.
>
> If you continue to have problem, either contact Oracle support, or be
> SPECIFIC about how it does not play ball. Exact commands ? Error
> messages? Names of file/directories assumed to be missing (and what
> made you believe they should be there ?!)
>
> =A0> > pcscfg.cfg ?
>
> I have that file in an ALLPHA oracle client home /precom./admin
> But the first version has useles crud refering to non applicable
> directories and the higher version are alls empty files.
> I don't have those file under my Itanium root, and the Pro*Cobol
> compiler seems to work fine. Must try Pro*C to make sure at some
> point.
>
> Regards,
> Hein van den Heuvel
Thanks, I will look at getting the patch installed.
I was assuming the .cfg had links that told it where to look -
compiling a niot very wonderful bit of .pc, simply using
$ proc essenq.pc
Pro*C/C++: Release 10.2.0.2.0 - Production on Wed Nov 25 20:27:31 2009
System default option values taken from: ora_proc20:pcscfg.cfg
I Then get messages that it cannot find the basic C header files:
Error at line 38, column 11 in file essenq.pc
# include <stdio.h>
...........1
PCC-S-02015, unable to open include file
Error at line 39, column 11 in file essenq.pc
So presumably it doesnt know DECC etc.
--
Chris
|
|
0
|
|
|
|
Reply
|
Chris
|
11/25/2009 8:30:44 PM
|
|
On Nov 25, 3:30=A0pm, Chris Townley <cctown...@googlemail.com> wrote:
>
> Thanks, I will look at getting the patch installed.
>
> I was assuming the .cfg had links that told it where to look -
> compiling a niot very wonderful bit of .pc, simply using
> $ proc essenq.pc
>
> Pro*C/C++: Release 10.2.0.2.0 - Production on Wed Nov 25 20:27:31 2009
> System default option values taken from: ora_proc20:pcscfg.cfg
>
> I Then get messages that it cannot find the basic C header files:
>
> Error at line 38, column 11 in file essenq.pc
> # include =A0 =A0 =A0 <stdio.h>
> ..........1
> PCC-S-02015, unable to open include file
> Error at line 39, column 11 in file essenq.pc
>
> So presumably it doesnt know DECC etc.
>
> --
> Chris- Hide quoted text -
>
> - Show quoted text -
I had a very similar issue with the Pro*Fortran pre-compiler (same
version, on Integrity).
Some of the necessary include/header files were either not included,
or not in the correct place.
Oracle support provided a patch that corrected things.
Good luck.
|
|
0
|
|
|
|
Reply
|
steel_and_alum_engr
|
11/28/2009 6:12:20 PM
|
|
On Nov 28, 6:12=A0pm, steel_and_alum_engr <middie1...@gmail.com> wrote:
> On Nov 25, 3:30=A0pm, Chris Townley <cctown...@googlemail.com> wrote:
>
>
>
>
>
> > Thanks, I will look at getting the patch installed.
>
> > I was assuming the .cfg had links that told it where to look -
> > compiling a niot very wonderful bit of .pc, simply using
> > $ proc essenq.pc
>
> > Pro*C/C++: Release 10.2.0.2.0 - Production on Wed Nov 25 20:27:31 2009
> > System default option values taken from: ora_proc20:pcscfg.cfg
>
> > I Then get messages that it cannot find the basic C header files:
>
> > Error at line 38, column 11 in file essenq.pc
> > # include =A0 =A0 =A0 <stdio.h>
> > ..........1
> > PCC-S-02015, unable to open include file
> > Error at line 39, column 11 in file essenq.pc
>
> > So presumably it doesnt know DECC etc.
>
> > --
> > Chris- Hide quoted text -
>
> > - Show quoted text -
>
> I had a very similar issue with the Pro*Fortran pre-compiler (same
> version, on Integrity).
> Some of the necessary include/header files were either not included,
> or not in the correct place.
> Oracle support provided a patch that corrected things.
> Good luck.
Yes, I discovered the DL to expand them, then all worked fien
--
Chris
|
|
0
|
|
|
|
Reply
|
Chris
|
11/29/2009 5:45:01 PM
|
|
Hi Chris,
I face same problem here. What you mean of "DL"???
Ding
|
|
0
|
|
|
|
Reply
|
ding (2)
|
11/30/2010 8:44:41 AM
|
|
Hi Chris,
I'm facing same problem here. What you mean of "DL"???
Ding
|
|
0
|
|
|
|
Reply
|
ding (2)
|
11/30/2010 8:46:47 AM
|
|
ding wrote:
> I'm facing same problem here. What you mean of "DL"???
The same problem as what? DownLoad? DcL? I don't know.
From "to expand them", I might guess that the solution
involved extracting the C header files from their text
libraries into loose files (where some too-portable
preprocessor might be able to find them). In olden times, the
C compiler installation procedure would offer to do this, but
this may not be true now. (Or the option might not have been
selected.) Of course, with my weak psychic powers, I have no
idea what you're actually doing, or with what you're actually
doing it.
The last time I needed "to expand them" (where "them" was
these C header files), I used this:
http://antinode.info/ftp/misc/cheader.com
But, of course, with no useful information, I have no idea if
that might help you with your "same problem".
|
|
0
|
|
|
|
Reply
|
sms.antinode (932)
|
11/30/2010 1:47:41 PM
|
|
|
8 Replies
490 Views
(page loaded in 0.157 seconds)
|