I´m trying a query in oracle 10g. It goes like this:
SELECT * FROM h2h_reg reg, h2h_cat_estatus est WHERE r
I found that this error was generated because I had used Oracle reserved words to name some of my columns, e.g. date, time, comment, etc. Once I renamed the columns the problem disappeared.