Farcry error on installation on a suse linux machine with Apache and Blue Dragon
Description
The following error message is received :
datasource FARCRY detail Database reported: ORA-06550: line 1, column 8: PLS-00103: Encountered the symbol "" when expecting one of the following: begin function package pragma procedure subtype type use <an identifier> <a double-quoted delimited-identifier> form current cursor errorcode errorCode.sqlError extendedinfo [empty string] line 104 message General SQL Error nativeerrorcode 6550 queryError ORA-06550: line 1, column 8: PLS-00103: Encountered the symbol "" when expecting one of the following: begin function package pragma procedure subtype type use <an identifier> <a double-quoted delimited-identifier> form current cursor sql declare vhour NUMBER; BEGIN vhour := 0; WHILE vHOUR < 24 LOOP INSERT INTO farcry.statsHours (hour) VALUES (vhour); vhour := vHour + 1; END LOOP; END; sqlstate 65000
The following error message is received :
datasource FARCRY
detail Database reported: ORA-06550: line 1, column 8: PLS-00103: Encountered the symbol "" when expecting one of the following: begin function package pragma procedure subtype type use <an identifier> <a double-quoted delimited-identifier> form current cursor
errorcode errorCode.sqlError
extendedinfo [empty string]
line 104
message General SQL Error
nativeerrorcode 6550
queryError ORA-06550: line 1, column 8: PLS-00103: Encountered the symbol "" when expecting one of the following: begin function package pragma procedure subtype type use <an identifier> <a double-quoted delimited-identifier> form current cursor
sql declare vhour NUMBER; BEGIN vhour := 0; WHILE vHOUR < 24 LOOP INSERT INTO farcry.statsHours (hour) VALUES (vhour); vhour := vHour + 1; END LOOP; END;
sqlstate 65000