大势趋007

每个人都是🏆
随笔 - 77, 文章 - 1, 评论 - 3, 阅读 - 8751
  新随笔  :: 管理

修改oracle 字符集

Posted on   大势趋007  阅读(10)  评论(0编辑  收藏  举报
复制代码
[oracle@prdb19 ~]$ sqlplus / as sysdba
SQL*Plus: Release 19.0.0.0.0 - Production on Mon May 6 11:50:26 2024
Version 19.23.0.0.0
Copyright (c) 1982, 2023, Oracle.  All rights reserved.
Connected to an idle instance.
SQL>  startup RESTRICT;  
ORACLE instance started.

Total System Global Area 8388605528 bytes
Fixed Size                  8959576 bytes
Variable Size            1157627904 bytes
Database Buffers         7214202880 bytes
Redo Buffers                7815168 bytes
Database mounted.
Database opened.
SQL>  ALTER DATABASE CHARACTER SET INTERNAL_USE ZHS16GBK;
Database altered.
SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup
ORACLE instance started.
Total System Global Area 8388605528 bytes
Fixed Size                  8959576 bytes
Variable Size            1157627904 bytes
Database Buffers         7214202880 bytes
Redo Buffers                7815168 bytes
Database mounted.
ORA-03113: end-of-file on communication channel
Process ID: 28645
Session ID: 9 Serial number: 29952
[oracle@prdb19 ~]$ sqlplus / as sysdba
SQL*Plus: Release 19.0.0.0.0 - Production on Mon May 6 11:52:21 2024
Version 19.23.0.0.0
Copyright (c) 1982, 2023, Oracle.  All rights reserved.
startConnected to an idle instance.
SQL> up
ORACLE instance started.
Total System Global Area 8388605528 bytes
Fixed Size                  8959576 bytes
Variable Size            1157627904 bytes
Database Buffers         7214202880 bytes
Redo Buffers                7815168 bytes
Database mounted.
Database opened.
SQL> 
复制代码

 

相关博文:
阅读排行:
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· AI技术革命,工作效率10个最佳AI工具
点击右上角即可分享
微信分享提示