Re: Executing PL/SQL procs from migration tool.

2009-10-20 Thread camelContext
xecuting: BEGIN >>>> oracle.grants.everything('SUBSCRIPTPKRISHNAN','SUBSCRIPTPKRISHNANAPP', >>>> TRUE) >>>> END .  Cause: java.sql.SQLException: ORA-06550: line 1, column 86: >>>> PLS-00103: Encountered the symbol "END"

Re: Executing PL/SQL procs from migration tool.

2009-10-19 Thread Jeff Butler
ORA-06550: line 1, column 86: >>> PLS-00103: Encountered the symbol "END" when expecting one of the >>> following: >>> >>>   := . ( % ; >>> >>> >>> ERROR: Error executing command.  Cause: >>> org.ap

Re: Executing PL/SQL procs from migration tool.

2009-10-19 Thread Clinton Begin
END" when expecting one of the >> following: >> >> := . ( % ; >> >> >> ERROR: Error executing command. Cause: >> org.apache.ibatis.jdbc.RuntimeSqlException: Error executing: BEGIN >> oracle.grants.everything('SUBSCRIPTPKRISHNAN'

Re: Executing PL/SQL procs from migration tool.

2009-10-19 Thread Clinton Begin
Cause: > org.apache.ibatis.jdbc.RuntimeSqlException: Error executing: BEGIN > oracle.grants.everything('SUBSCRIPTPKRISHNAN','SUBSCRIPTPKRISHNANAPP', > TRUE) > END . Cause: java.sql.SQLException: ORA-06550: line 1, column 86: > PLS-00103: Encountered the symbol

Executing PL/SQL procs from migration tool.

2009-10-19 Thread camelContext
atis.jdbc.RuntimeSqlException: Error executing: BEGIN oracle.grants.everything('SUBSCRIPTPKRISHNAN','SUBSCRIPTPKRISHNANAPP', TRUE) END . Cause: java.sql.SQLException: ORA-06550: line 1, column 86: PLS-00103: Encountered the symbol "END" when expecting one of t