-
Mar 22nd, 2010, 10:35 AM
#1
INSERT permission denied on BATCH_JOB_SEQ
I have been unable to use the Spring Batch Framework because my company does not allow any direct SQL calls, period - no exceptions. All data access must be thru Stored Procs.
Since the Spring Batch api does inserts to it's database, I will get permission issues if I try to use it.
Has anyone had experience or seen any articles on modifying the API to use Stored Procedures instead of direct calls to the Spring Batch tables?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules