Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Pro*C without RDBMS server itself?
Generally when compiling ProC one wants to be connected to the database
to confirm that the tables, field sizes etc are correct. It is possible
via the
proC precompiler flags to disable this checking.
Generally one is developing code (proC is code) on a developer box that is
not the
server. Obviously the RDBMS is not running on a developer box.
However the client software (SQL*Net plus the compiled and linked proC
program)
does exist on the developer box. The network connection software is
relatively small
and should be installed. Remember all users of the software will have
SQL*Net running on
their machines.
Mike Krolewski;
Garzik wrote:
> Can I install and compile with Pro*C on one machine, without the RDBMS
> server software itself residing on that machine as well?
>
> Thanks,
>
> Jeff
Received on Tue Apr 14 1998 - 00:00:00 CDT
![]() |
![]() |