SoftTree Technologies SoftTree Technologies
Technical Support Forums
RegisterSearchFAQMemberlistUsergroupsLog in
Multiple SQL Command Errors

 
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite View previous topic
View next topic
Multiple SQL Command Errors
Author Message
DAN BELL



Joined: 18 May 2000
Posts: 3

Post Multiple SQL Command Errors Reply with quote

When entering new jobs via the job wizard, and I get to the SQL Command(s) box,
I get errors if I enter more than 1 command, for example;
delete from "table1" where "column1" like 'jblow'
delete from "table2" where "column1" like 'jblow'

If I add ";" to the end of each command I get ora-00911 "invalid character"
If I remove the ";" from the end of each command I get ora-00933 "command not properly ended"

any ideas?? there are no debugging tools for sql that I see in this (24x7)

Wed May 17, 2000 5:45 pm View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7839

Post Re: Multiple SQL Command Errors Reply with quote

For Oracle try entering your command as a single Pl/SQL block like

BEGIN
delete from "table1" where "column1" like 'jblow';
delete from "table2" where "column1" like 'jblow';
END

: When entering new jobs via the job wizard, and I get to the SQL Command(s)
: box,
: I get errors if I enter more than 1 command, for example;
: delete from "table1" where "column1" like 'jblow'
: delete from "table2" where "column1" like 'jblow'

: If I add ";" to the end of each command I get ora-00911
: "invalid character"
: If I remove the ";" from the end of each command I get ora-00933
: "command not properly ended"

: any ideas?? there are no debugging tools for sql that I see in this (24x7)

Thu May 18, 2000 12:00 am View user's profile Send private message
Display posts from previous:    
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite All times are GMT - 4 Hours
Page 1 of 1

 
Jump to: 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

 

Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Flowers Online.