Compilation error in EXEC SQL Statement / Pro*C [message #352900] |
Fri, 10 October 2008 02:49 |
MaryAngeline
Messages: 3 Registered: October 2008
|
Junior Member |
|
|
Hi,
I'm new to Pro*C. I have a code with few SQL statements in it. When i compile the code, I get the following error.
System default option values taken from: /Oracle/product/client/32bit/8.1.7.3.0/precomp/admin/pcscfg.cfg
Error at line 931, column 13 in file frp0180.pc
EXEC SQL
............1
PLS-S-00201, Message 201 not found; No message file for product=plsql, facility=
PCMError at line 931, column 13 in file frp0180.pc
EXEC SQL
............1
PLS-S-00000, SQL Statement ignored
Semantic error at line 931, column 13, file frp0180.pc:
EXEC SQL
............1
PCC-S-02346, PL/SQL found semantic errors
*** Error exit code 1
Stop.
I'm not sure if it is the problem with the SQL statement (Though it seems to be correct) or with the oracle libraries ?
Can anyone please give me an idea of y i'm getting this error ?
Thanks,
Angeline
|
|
|
|