Dear expert,
Kindly help me on the pro* c compiler .
I'm new to pro* compiler.I have written the code in pro*c and name it as .pc file. When i compile it to make .c file in pro c compiler in oracle,i'm getting some error message ..The error as below :
Kindly help me out how i can avoid this error.
Kindly help me on the pro* c compiler .
I'm new to pro* compiler.I have written the code in pro*c and name it as .pc file. When i compile it to make .c file in pro c compiler in oracle,i'm getting some error message ..The error as below :
Code:
++: Release 9.2.0.1.0 - Production on Tue Mar 1 17:20:48 2011 Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved. System default option values taken from: C:\oracle\ora92\precomp\admin\pcscfg.cfg Semantic error at line 567, column 21, file C:\oracle\ora92\precomp\WaferSleuthV2\ExtractHDBDataForWaferSleuth.pc: EXEC SQL CONNECT :userName; ....................1 PCC-S-02322, found undefined identifier Semantic error at line 693, column 41, file C:\oracle\ora92\precomp\WaferSleuthV2\ExtractHDBDataForWaferSleuth.pc: WHERE trackouttime BETWEEN :startDate AND :endDate ........................................1 PCC-S-02322, found undefined identifier Semantic error at line 693, column 56, file C:\oracle\ora92\precomp\WaferSleuthV2\ExtractHDBDataForWaferSleuth.pc: WHERE trackouttime BETWEEN :startDate AND :endDate .......................................................1 PCC-S-02322, found undefined identifier Semantic error at line 723, column 35, file C:\oracle\ora92\precomp\WaferSleuthV2\ExtractHDBDataForWaferSleuth.pc: EXEC SQL FETCH wsToCursor INTO :wipStep_SK, :toTime; ..................................1 PCC-S-02322, found undefined identifier
Comment