Hello,
I've a oracle 10g,
tomcat 5.17 on a suse linux OS and try execute manual install. When populating tables using oracle_data_dump.sql, an ora-00900 error (invalid sql statement) occured in the follow statement.
INSERT INTO jforum_users ( user_id, username, user_password, user_regdate ) VALUES ( jforum_users_seq.nextval, 'Anonymous', 'nopass', SYSDATE);
Could someone help me?
thanks
best regards
rangelrj
[originally posted on jforum.net by rangelrj]