Oracle create-db.sql is not right.
It's creating the following line:
FIN_COA_ACTIVE_IND VARCHAR2 (1) default ''N' ' NOT NULL,
it should be:
FIN_COA_ACTIVE_IND VARCHAR2 (1) default 'N' NOT NULL,
The extra quotes are breaking the script.
Is this a bug? Or have I just misconfigured something?
Thanks.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
