Xstore Dataloader is not able to run Truncate commands in Oracle DB.
Hi,
We are facing an issue with dataloader, when we pass .rep files which has TRUNCATE action then dataloader is failing to truncate the tables. We are using Oracle database with local user as 'pos'. DB schema owner is 'dtv' and 'pos' is DB user.
The problem is 'pos' user doesn't have permission to truncate data.
Alternate approach we have is to add another datasource for dataloader with 'dtv' schema. Xstore base picks local db for dataloader.
when we create new datasource for dataloader, it is also getting displayed as 'Online' in xstore main screen.
Is there any other approach anyone can suggest?