标题: 修改系统时间对oracle数据库的影响 [打印本页] 作者: jiawang 时间: 前天 09:05 标题: 修改系统时间对oracle数据库的影响 1. It will affect any records that are inserted while changing the date if it involves the sysdate.
2. It will also affect any scheduler jobs that will run on that date.
Please follow those steps :
1. Take a backup
2. Shutdown database (clean)
3. Change date/time on OS
4. Startup database