Hi All,
I want trucate oracle tables using ssis sql task.
I took execute sql tast editor for that, my conndection type is ado.net , sqlsourcetype direct input
my query
truncate table tab1,
truncate table tab2,
truncate table tab3
I am getting error ora-00911 invalid character.
I also try to put ; after statement and remove , from statement. still not working.
Thanks.