ivandidu / oracle-ddl2svn

Automatically exported from code.google.com/p/oracle-ddl2svn
0 stars 0 forks source link

BadSqlGrammarException in REFRESH GROUP #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
[java] Encountered an error executing the step
[14:11:00][java] org.springframework.jdbc.BadSqlGrammarException: 
StatementCallback; bad SQL grammar [select t.object_name, t.object_type   from 
user_objects t  where t.generated = 'N'    and not exists (select 1           
from user_nested_tables unt         where t.object_name = unt.table_name) UNION 
ALL  select rname, 'REFRESH GROUP', NULL  from user_refresh a ]; nested 
exception is java.sql.SQLException: ORA-01789: query block has incorrect number 
of result columns
[14:11:00][java]

Original issue reported on code.google.com by resh...@gmail.com on 30 Apr 2013 at 10:13

GoogleCodeExporter commented 9 years ago
fixed in 2.1.1

Original comment by resh...@gmail.com on 30 Apr 2013 at 10:20

GoogleCodeExporter commented 9 years ago

Original comment by resh...@gmail.com on 30 Apr 2013 at 10:23

GoogleCodeExporter commented 9 years ago
fixed in 2.1.2

Original comment by resh...@gmail.com on 30 Apr 2013 at 10:30