monika c commented on Bug MSQL-92

We are using the below configuration:
<delimiter>/</delimiter>
<delimiterType>row</delimiterType>

We have couple of other scripts for Triggers , Procedures, Packages etc.
example Procedure script:
CREATE OR REPLACE procedure after_copy is
begin
null;
end;
/

The above script runs fine.
But only in the View script, if we add a semi colon at the end it fails with invalid character error.
The exception does not occur from oracle when we execute the same script within oracle.
So looks to be somethign wrong happening when the plugin is trying to create the View.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to