随笔 - 160  文章 - 0  评论 - 1  阅读 - 15万

oracle修改db_files大小

切换至oracle用户

[root@tgsdb ~]# su –oracle

oracle用户下,以sqlplus/ as sysdba 登陆

[oracle@tgsdbdatabase]$sqlplus / as sysdba

 SQL*Plus: Release11.2.0.3.0 Production on Thu Oct 31 16:43:53 2013

Copyright (c)1982, 2011, Oracle.  All rights reserved.

 Connected to:

Oracle Database11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production

With thePartitioning, OLAP, Data Mining and Real Application Testing options

 SQL> showparameter db_files;

 

 NAME                                 TYPE        VALUE

----------------------------------------------- ------------------------------

db_files                             integer     200

SQL> altersystem set db_files=1024 scope=spfile;

 System altered.

SQL> shutdownimmediate;

Database closed.

Databasedismounted.

ORACLE instanceshut down.

SQL> startup

ORACLE instancestarted.

 Total SystemGlobal Area 2505338880 bytes

Fixed Size                  2230952 bytes

Variable Size             553649496 bytes

DatabaseBuffers         1929379840 bytes

Redo Buffers               20078592 bytes

Database mounted.

Database opened.

SQL> showparameter db_files;

posted on   胖妞的瘦猴  阅读(250)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· 三行代码完成国际化适配,妙~啊~
· .NET Core 中如何实现缓存的预热?
· 如何调用 DeepSeek 的自然语言处理 API 接口并集成到在线客服系统
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示