problem with sqlcxt [message #151789] |
Mon, 19 December 2005 04:30 |
karunas
Messages: 2 Registered: December 2005
|
Junior Member |
|
|
hi,
i am new to pro*c program,
while i am trying to execute the default examples whicha are existed in oracle/ora92/precom/demo/proc/multh1 application
i encountered the error as
Semantic error at line 105, column 19, file E:\oracle\ora92\precomp\demo\proc\mltthrd1\mltthrd1.pc:
sql_context ctx[THREADS];
..................1
PCC-S-02322, found undefined identifier
Semantic error at line 105, column 19, file E:\oracle\ora92\precomp\demo\proc\mltthrd1\mltthrd1.pc:
sql_context ctx[THREADS];
..................1
PCC-S-02322, found undefined identifier
the sql_context variable is already defined within the exec sql declare section.
please let me know the solution for this error,
thanks and regards,
Karuna.
|
|
|