This just restates the Oracle Messages manual.
What I don't understand is when the SQL runs and is satisified with the following:
EXEC SQL
SELECT count(*)
INTO :number_of_rows_found
FROM vgsm.formulation_header@al
WHERE formulation_id = rtrim(substr(:sales_code,1
It works fine but when it needs to dip into the OR section of the where clause, it fails.
Main Topics
Browse All Topics





by: yuzhPosted on 2008-09-16 at 17:58:40ID: 22494650
Please have a look at the following doc:
http://www.error-code. org.uk/vie w.asp?e=OR ACLE-ORA-0 1003