-
Aug 3rd, 2012, 08:41 AM
#1
Modifying the Job Repository tables
Hi,
I am storing my Job Repository in a RDBMS. Supposing I alter one of the tables like so...
ALTER TABLE BATCH_JOB_EXECUTION ADD COLUMN PROCESS_DATE DATE DEFAULT NULL
Would this work? Would it break my existing jobs?
Thanks.
-
Aug 3rd, 2012, 10:07 AM
#2
You are just adding a column, don't think it'll break anything. Try and post the result.
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