-
Apr 29th, 2008, 08:06 AM
#1
DATE_VAL in the table BATCH_JOB_PARAMS
In the table BATCH_JOB_PARAMS, DATE_VAL column is getting the default value of "31-DEC-69 06.00.00.000000 PM".
What do i need to configure to disable this?
-
Apr 29th, 2008, 09:25 AM
#2
I'm assuming for your database value that's just the beginning of the epoch. I doubt there's any way to get rid of that. What I mean to say is, if the datatype was an int, it would be 0. In the case of a database, a timestamp value (which is used) has a '0' value of Dec 31 1969. (Usually it's jan 1 1970, but there's probably a quirk with your database)
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