Re: Pro*C complains about PL/SQL call

From: Scott Urman <surman_at_oracle.com>
Date: 1995/07/24
Message-ID: <3v0lt5$iio_at_inet-nntp-gw-1.us.oracle.com>#1/1


In article <DC0yrI.41F_at_on.bell.ca>, pwoodard_at_on.bell.ca writes:
|>
|> The sample Pro*C program 'sample9.pc' in the ../product/7.1.6/proc/demo
|> directory gives the following error when precompiled with
|> proc sqlcheck=full iname=sample9.pc
|>
|> PCC-S-02201, identifier 'CALLDEMO.GET_EMPLOYEES' must be declared.
|>
|> The offending code is as follows:

You need to use the USERID parameter when you precompile. Assuming you are using our makefile (proc.mk) add USERID=scott/tiger to the PROFLAGS macro. Received on Mon Jul 24 1995 - 00:00:00 CEST

Original text of this message