作者:新疆盛苑烟酒特产_485 | 来源:互联网 | 2023-09-10 19:52
数据库|Oracleoracle数据库-Oracle外卖app源码,vscode怎么设置控制台,ubuntu下vhd,简述如何配置tomcat,node爬虫淘宝,php百钱买百鸡,
数据库|Oracle
oracle
数据库-Oracle
外卖app源码,vscode怎么设置控制台,ubuntu下vhd,简述如何配置tomcat,node爬虫 淘宝,php百钱买百鸡,石家庄企业seo网络营销lzw
php新闻管理系统源码,ubuntu使用kde登录,tomcat5.5和6,招聘类爬虫,php中=是什么,昆明seo曝光行者SEOlzw
oracle怎么修改时区糗事百科源码帝国,vscode 类图,ubuntu教材推荐,tomcat支持cgi,sqlite 转秒数,北京bgp服务器租用,手机文本编辑器插件下载,前端框架项目骨架,爬虫python 自学,php哪里培训好,靠谱seo优化推广公司,获取网站状态码,网页旋转三维图片,ui模板 开发,商务软件静态页面,企业销售管理系统下载,小程序连锁店系统lzw
1、查看当前数据库时区
SQL> select dbtimezone from dual; DBTIMEZONE------------+00:00
2、查看会话时区
SQL> select sessiontimezone from dual; SESSIONTIMEZONE--------------------------------------------------------------------------------+08:00
可以看到会话时区是北京时区。和数据库 时区不一致。
3、修改数据库的时区为CST
alter database set time_zOne='+8:00'; SQL> alter database set time_zOne='+8:00'; Database altered.
4、重启数据库
SQL> shutdown immediateDatabase closed.Database dismounted.ORACLE instance shut down.SQL> startupORACLE instance started. Total System Global Area 784998400 bytesFixed Size 2257352 bytesVariable Size 478154296 bytesDatabase Buffers 301989888 bytesRedo Buffers 2596864 bytesDatabase mounted.Database opened.SQL> select sessiontimezone, dbtimezone from dual; SESSIONTIMEZONE--------------------------------------------------------------------------------DBTIMEZONE------------+08:00+08:00
推荐教学:《Oracle视频教学》