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

Environment

Suse linux, apache 1.3.7 and Blue Dragon

Attachments

1

Activity

Geoff Bowers 
January 15, 2014 at 5:54 AM

BlueDragon is not a supported CFML engine.

Elaine MacDonald 
September 10, 2008 at 6:11 PM

Attachment of the error message received.

Won't Fix

Details

Assignee

Reporter

Affects versions

Priority

Created September 10, 2008 at 6:10 PM
Updated January 15, 2014 at 5:54 AM
Resolved January 15, 2014 at 5:54 AM