Focal Point
Error while creating synonym

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/8631071771

July 21, 2006, 12:25 PM
texascyclone
Error while creating synonym
I am getting the error below when I am in step 2 of creating synonym. Anybody came across this having a solution?

------------------------------------------------

(FOC1400) SQLCODE IS 904 (HEX: 00000388)
(FOC1410) SQL COLUMN NOT FOUND. (FOR TABLE: CHECK ALIAS NAMES)
: ORA-00904: invalid column name
: Erroneous token: CHAR_LENGTH
(FOC1405) SQL PREPARE ERROR.

-----------------------------------------------

Thanks in advance.
July 24, 2006, 10:14 AM
codermonkey
There's a case on tech support:
"Customer is getting a SQLCODE is 904 error message. This is a known
issues when connecting from Oracle 817 DBMS to Oracle 9.2 Client.

Solution:
Create synonym using SET SYNONYM=BASIC in the edasprof.prf."

Not sure if this is your issue, but thought I'd mention it.
July 24, 2006, 11:12 AM
texascyclone
Thanks,

Yes, that was an issue. I got it resolved already using the same solution.
April 25, 2007, 11:25 AM
tearttdr
quote:
Create synonym using SET SYNONYM=BASIC in the edasprof.prf


does anyone where this is put in the edasprof? Thanks!