English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Need to have a future date to be set as SYSDATE for a particular instance on an Application server residing on a UNIX box. This UNIX box being shared by many other instances.

2006-06-16 03:33:08 · 2 answers · asked by ramesh 1 in Computers & Internet Programming & Design

2 answers

The only way to even slightly change the date for a single application server, without changing the system date of the box, is to change the timezone of the unix account that the software runs as. Timezone is an environment variable that can be set individually.

2006-06-19 05:38:29 · answer #1 · answered by oohhbother 7 · 0 0

It is never a good idea to change the SYSDATE. More in case of a bug that leaves it future set!

It is better to write a special date routine that adds to the SYSDATE.
Though I guess that this is not an option.

2006-06-16 03:51:50 · answer #2 · answered by AnalProgrammer 7 · 0 0

fedest.com, questions and answers