Hi, I try JDBC connector with Oracle (version: 11.2.0.4). I added to classpath ojdbc6.jar. My seed query as follows:
"SELECT PERSONID AS $(IDCOLUMN) FROM PERSON" and I have an error as follow: "Error: Bad seed query; doesn't return $(IDCOLUMN) column. Try using quotes around $(IDCOLUMN) variable, e.g. "$(IDCOLUMN)", or, for MySQL, select "by label" in your repository connection." I have tried JDBC connector with MsSQL and Mysql. It has run successfully. How can I fix it? Regards, Cihad Guzel
