主頁 > 知識(shí)庫 > 在Oracle關(guān)閉情況下如何修改spfile的參數(shù)

在Oracle關(guān)閉情況下如何修改spfile的參數(shù)

熱門標(biāo)簽:山東crm外呼系統(tǒng)軟件 哈爾濱電話機(jī)器人銷售招聘 開發(fā)外呼系統(tǒng) 愛客外呼系統(tǒng)怎么樣 圖吧網(wǎng)站地圖標(biāo)注 哪個(gè)400外呼系統(tǒng)好 慧營銷crm外呼系統(tǒng)丹丹 地圖標(biāo)注養(yǎng)老院 百度地圖標(biāo)注途經(jīng)點(diǎn)

發(fā)現(xiàn)問題

我使用的Oracle11g,當(dāng)我敲下如下一段命令后,就讓我傻眼了。。

alter system set sga_max_size=960M scope=spfile;
shutdown immediate
startup

此時(shí)的startup報(bào)錯(cuò)了,錯(cuò)誤為:

SQL> startup
ORA-00844: Parameter not taking MEMORY_TARGET into account
ORA-00851: SGA_MAX_SIZE 985661440 cannot be set to more than MEMORY_TARGET 784334848.

原因分析

原來在Oracle11g中增加了memory_target參數(shù),sga_max_size必須比memory_target參數(shù)小。那么問題來了,此時(shí)我已經(jīng)關(guān)閉Oracle了,spfile文件是二進(jìn)制文件,又不能手動(dòng)修改,那么我該怎么辦呢。。好捉急好捉急。。。

解決思路

通過pfile啟動(dòng)Oracle–>在Oracle中通過create pfile='' from spfile=''取出spfile的內(nèi)容(pfile是可以手動(dòng)修改的)–>修改新建的pfile–>以新的pfile啟動(dòng)Oracle–>在Oracle中通過create spfile='' from pfile=''獲得修改后的spfile

實(shí)戰(zhàn)

[oracle@wing ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.4.0 Production on Mon Feb 15 14:04:46 2016
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Connected to an idle instance.
SQL> create pfile='/home/oracle/pfile.new' from spfile='/u01/app/oracle/product/11.2.0/db_1/dbs/spfilewingdb.ora';
File created.
SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
通過vi修改pfile.new文件中相應(yīng)的參數(shù)(本文檔中是memory_target參數(shù)),修改后保存 
[oracle@wing ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.4.0 Production on Mon Feb 15 14:04:46 2016
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup pfile='/home/oracle/pfile.new'
ORACLE instance started.
Total System Global Area 810090496 bytes
Fixed Size     2257520 bytes
Variable Size    415239568 bytes
Database Buffers   390070272 bytes
Redo Buffers    2523136 bytes
Database mounted.
Database opened.
SQL> create spfile='/u01/app/oracle/product/11.2.0/db_1/dbsspfilewingdb.ora' from pfile='/home/oracle/pfile.new';
File created.
SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
[oracle@wing ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.4.0 Production on Mon Feb 15 14:08:40 2016
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Connected to an idle instance.
SQL> 
SQL> startup
ORACLE instance started.
Total System Global Area 810090496 bytes
Fixed Size     2257520 bytes
Variable Size    415239568 bytes
Database Buffers   390070272 bytes
Redo Buffers    2523136 bytes
Database mounted.
Database opened.
SQL> show parameter memory 
NAME         TYPE
------------------------------------ --------------------------------
VALUE
------------------------------
hi_shared_memory_address    integer
0
memory_max_target     big integer
800M
memory_target      big integer
800M
shared_memory_address    integer
0
SQL> show parameter sga
NAME         TYPE
------------------------------------ --------------------------------
VALUE
------------------------------
lock_sga        boolean
FALSE
pre_page_sga       boolean
FALSE
sga_max_size       big integer
776M
sga_target       big integer
740M
# 至此Oracle使用新的spfile啟動(dòng)成功,參數(shù)也得到相應(yīng)的修改

總結(jié)

以上就是關(guān)于如何在Oracle關(guān)閉的情況下修改spfile里面參數(shù)的全部內(nèi)容了,希望本文的內(nèi)容對(duì)大家的學(xué)習(xí)或者工作能帶來一定的幫助,如果有疑問大家可以留言交流。

您可能感興趣的文章:
  • Oracle數(shù)據(jù)庫中的控制文件管理以及常用參數(shù)設(shè)置
  • Oracle 11g Dataguard參數(shù)詳解
  • oracle 存儲(chǔ)過程詳細(xì)介紹(創(chuàng)建,刪除存儲(chǔ)過程,參數(shù)傳遞等)
  • Oracle表的分類以及相關(guān)參數(shù)的詳解
  • Oracle 啟動(dòng)例程 STARTUP參數(shù)說明
  • oracle初始化參數(shù)設(shè)置
  • oracle初始化參數(shù)設(shè)置
  • ORACLE隱藏參數(shù)查看及修改的方法

標(biāo)簽:武漢 開封 固原 承德 周口 青島 甘肅 和田

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《在Oracle關(guān)閉情況下如何修改spfile的參數(shù)》,本文關(guān)鍵詞  在,Oracle,關(guān)閉,情況下,如何,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《在Oracle關(guān)閉情況下如何修改spfile的參數(shù)》相關(guān)的同類信息!
  • 本頁收集關(guān)于在Oracle關(guān)閉情況下如何修改spfile的參數(shù)的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章