Ora-27100錯誤解決過程

來源:互聯網
上載者:User
windows2000+Oracle9i

1、給Oracle資料庫添加資料檔案,系統反應慢,直接重啟伺服器。伺服器啟動完成後,Oracle不能啟動,檢查發現,啟動時Ora-27100錯誤,關閉時出現ora-27101錯誤。
2、sqlplus /nolog
3、connect / as sysdba
4、create pfile from spfile
5、修改pfile[initsid.ora]檔案中的記憶體參數-減小到預設狀態(可以參考其他預設安裝的oracle資料庫記憶體參數配置)。
6、create spfile from pfile
7、shutdown abort
8、關閉Window服務管理員中的Oracle相關服務。
9、重新啟動伺服器即可

註:如需要,則可以在Oracle成功啟動後,重新擴大記憶體參數

pfile可以參考如下
*.aq_tm_processes=1
*.background_dump_dest='e:\oracle\admin\ad\bdump'
*.compatible='9.2.0.0.0'
*.control_files='f:\oracle\oradata\ad\CONTROL01.CTL','f:\oracle\oradata\ad\CONTROL02.CTL','f:\oracle\oradata\ad\CONTROL03.CTL'
*.core_dump_dest='e:\oracle\admin\ad\cdump'
*.db_block_size=8192
*.db_cache_size=25165824
*.db_domain=''
*.db_file_multiblock_read_count=16
*.db_name='ora9i'
*.dispatchers='(PROTOCOL=TCP) (SERVICE=adXDB)'
*.fast_start_mttr_target=300
*.hash_join_enabled=TRUE
*.instance_name='ora9i'
*.java_pool_size=33554432
*.job_queue_processes=10
*.large_pool_size=8388608
*.open_cursors=300
*.pga_aggregate_target=25165824
*.processes=150
*.query_rewrite_enabled='FALSE'
*.remote_login_passwordfile='EXCLUSIVE'
*.sga_max_size=188743680
*.shared_pool_size=50331648
*.sort_area_size=524288
*.star_transformation_enabled='FALSE'
*.timed_statistics=TRUE
*.undo_management='AUTO'
*.undo_retention=10800
*.undo_tablespace='UNDOTBS1'
*.user_dump_dest='e:\oracle\admin\ad\udump'

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.