oracle standby資料庫改變standby_archive_dest路徑

來源:互聯網
上載者:User

標籤:oracle standby 改變standby_archive_dest

1、匯出PFILE檔案;

SQL> create pfile=‘/oratmp/pfile.ora‘ from spfile;

File created.


2、修改PFILE檔案,注釋掉#*.standby_archive_dest=‘/archivelog/standby/slog‘這行

P560A:/#vi /oratmp/pfile.ora

"/oratmp/pfile.ora" 58 lines, 1944 characters 

port1.__db_cache_size=58955137024

port2.__db_cache_size=7230980096

standby.__db_cache_size=14042529792

port1.__java_pool_size=117440512

port2.__java_pool_size=117440512

standby.__java_pool_size=16777216

port2.__large_pool_size=16777216

port1.__large_pool_size=16777216

standby.__large_pool_size=16777216

port1.__shared_pool_size=9579790336

port2.__shared_pool_size=5469372416

standby.__shared_pool_size=2013265920

port2.__streams_pool_size=0

port1.__streams_pool_size=0

standby.__streams_pool_size=0

*._kgl_large_heap_warning_threshold=8388608

*.audit_file_dest=‘/home/oracle/admin/port/adump‘

*.background_dump_dest=‘/home/oracle/admin/port/bdump‘

*.cluster_database=FALSE

*.compatible=‘10.2.0.1.0‘

*.control_files=‘/dev/rcontrol01‘,‘/dev/rcontrol02‘,‘/dev/rcontrol03‘

*.core_dump_dest=‘/home/oracle/admin/port/cdump‘

*.db_block_size=8192

*.db_domain=‘‘

*.db_file_multiblock_read_count=16

*.db_files=1000

*.db_name=‘port‘

*.db_recovery_file_dest=‘‘

*.db_recovery_file_dest_size=10737418240

*.db_unique_name=‘STANDBY‘

*.dispatchers=‘(PROTOCOL=TCP) (SERVICE=portXDB)‘

*.event=‘10298 trace name context forever,level 32‘

*.fal_client=‘STANDBY‘

*.fal_server=‘port‘

*.instance_number=1

*.job_queue_processes=10

*.local_listener=‘‘

*.lock_sga=TRUE

*.log_archive_config=‘DG_CONFIG=(port,standby)‘

*.log_archive_dest_1=‘LOCATION=/backup/archivelog VALID_FOR=(ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=standby‘

*.log_archive_dest_state_1=‘ENABLE‘

*.log_archive_format=‘%t_%s_%r.arc‘

*.log_archive_max_processes=4

*.nls_language=‘AMERICAN‘

*.open_cursors=1000

*.pga_aggregate_target=2G

*.processes=1500

*.remote_login_passwordfile=‘EXCLUSIVE‘

*.resource_limit=TRUE

*.sessions=1655

*.sga_max_size=15G

*.sga_target=15G

#*.standby_archive_dest=‘/archivelog/standby/slog‘

*.standby_file_management=‘AUTO‘

"/oratmp/pfile.ora" 58 lines, 1945 characters 


3、用修改後的PFILE啟動

SQL> shutdown immediate;

ORA-01109: database not open

Database dismounted.

ORACLE instance shut down.

SQL> startup nomount pfile=‘/oratmp/pfile.ora‘;

ORACLE instance started.

 

Total System Global Area 1.6106E+10 bytes

Fixed Size                  2112192 bytes

Variable Size            2046821696 bytes

Database Buffers         1.4043E+10 bytes

Redo Buffers               14663680 bytes


4、重建SPFILE

SQL> create spfile from pfile;

File created.


5、MOUNT資料庫

SQL> alter database mount standby database;

Database altered.

SQL> alter database recover managed standby database disconnect from session;

Database altered.

SQL> 


6、觀察日誌發現歸檔目錄已經變更了

變更前:

Tue Jun 16 13:54:07 2015

RFS[24297]: Archived Log: ‘/archivelog/standby/slog/1_106003_862729481.arc‘


變更後:

Tue Jun 16 14:33:13 2015

RFS[2]: Archived Log: ‘/backup/archivelog/2_59627_862729481.arc‘


本文出自 “麥地塢” 部落格,請務必保留此出處http://yunlongzheng.blog.51cto.com/788996/1662312

oracle standby資料庫改變standby_archive_dest路徑

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.