欢迎投稿

今日深度:

oracle修改字符集后数据库不能启动

oracle修改字符集后数据库不能启动


alter system set nls_language='AMERICAN'   scope = spfile;
alter system set nls_territory='AMERICAN'  scope=spfile;
shutdown immediate;
SQL> startup

  *.nls_territory='AMERICAN')

文件已创建。

SQL> startup
ORACLE 例程已经启动。
Total System Global Area  612368384 bytes
Fixed Size                  1250428 bytes
Variable Size             167775108 bytes
Database Buffers          436207616 bytes
Redo Buffers                7135232 bytes
数据库装载完毕。
数据库已经打开。

www.htsjk.Com true http://www.htsjk.com/shujukunews/278.html NewsArticle oracle修改字符集后数据库不能启动 alter system set nls_language='AMERICAN' scope = spfile; alter system set nls_territory='AMERICAN' scope=spfile; shutdown immediate; SQL startup *.nls_territory='AMERICAN') 文件已创建。...
评论暂时关闭