Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Build oracle 12c physical standby backup library from windows to linux

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Modify parameters on primary

ALTER SYSTEM SET LOG_ARCHIVE_CONFIG='DG_CONFIG= (orcl,orcldg)'

ALTER SYSTEM SET LOG_ARCHIVE_DEST_2='SERVICE=orcldg NOAFFIRM ASYNC VALID_FOR= (ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=orcldg'

ALTER SYSTEM SET LOG_ARCHIVE_DEST_STATE_2=ENABLE

ALTER SYSTEM SET LOG_ARCHIVE_FORMAT='%t_%s_%r.arc' SCOPE=SPFILE

ALTER SYSTEM SET LOG_ARCHIVE_MAX_PROCESSES=30

ALTER SYSTEM SET REMOTE_LOGIN_PASSWORDFILE=EXCLUSIVE SCOPE=SPFILE

ALTER SYSTEM SET FAL_SERVER=orcl

ALTER SYSTEM SET STANDBY_FILE_MANAGEMENT=AUTO

Alter system set db_file_name_convert='/u01/app/oracle/oradata/orcl','E:\ APP\ ADMINISTRATOR\ ORADATA\ ORCL' scope=spfile

Alter system set log_file_name_convert='/u01/app/oracle/oradata/orcl','E:\ APP\ ADMINISTRATOR\ ORADATA\ ORCL\ 'scope=spfile

Create a standby logfile group on the main library

SQL > alter database add standby logfile group 4 ('E:\ APP\ ADMINISTRATOR\ ORADATA\ O

RCL\ REDO04.LOG') SIZE 50m

The database has changed.

SQL > alter database add standby logfile group 5 ('E:\ APP\ ADMINISTRATOR\ ORADATA\ O

RCL\ STBY_REDO05.LOG') SIZE 50m

The database has changed.

SQL > alter database add standby logfile group 6 ('E:\ APP\ ADMINISTRATOR\ ORADATA\ O

RCL\ STBY_REDO06.LOG') SIZE 50m

The database has changed.

SQL > ALTER DATABASE DROP LOGFILE GROUP 4

The database has changed.

SQL > alter database add standby logfile group 4 ('E:\ APP\ ADMINISTRATOR\ ORADATA\ O

RCL\ STBY_REDO04.LOG') SIZE 50m

Create a control file on primary and copy it to the directory corresponding to the parameter file of the linux server

Prepare the pfile parameter file of the library. Note that several directories under linux have been created in advance:

Orcl.__data_transfer_cache_size=0

Orcl.__db_cache_size=872415232

Orcl.__java_pool_size=234881024

Orcl.__large_pool_size=1375731712

Orcl.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment

Orcl.__pga_aggregate_target=3758096384

Orcl.__sga_target=6979321856

Orcl.__shared_io_pool_size=234881024

Orcl.__shared_pool_size=4160749568

Orcl.__streams_pool_size=67108864

* .audit_file_dest='/u01/app/oracle/admin/orcl/adump'

* .audit_trail='db'

* .compatible='12.1.0.2'

* .control_files='/u01/app/oracle/oradata/orcl/control01.ctl','/u01/app/oracle/oradata/orcl/control02.ctl'

* .db_block_size=8192

* .db_create_file_dest='/u01/app/oracle/oradata/orcl'

* .db_domain=''

* .db_file_name_convert='/u01/app/oracle/oradata/orcl','E:\ APP\ ADMINISTRATOR\ ORADATA\ ORCL'

* .db_name='ORCL'

* .diagnostic_dest='/u01/app/oracle/'

* .dispatchers=' (PROTOCOL=TCP) (SERVICE=ORCLXDB)'

* .fal_server='ORCL'

* .log_archive_config='DG_CONFIG= (orcl,orcldg)'

* .log_archive_dest_state_2='ENABLE'

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

* .log_archive_max_processes=30

* .log_file_name_convert='/u01/app/oracle/oradata/orcl','E:\ APP\ ADMINISTRATOR\ ORADATA\ ORCL\'

* .memory_target=10G

* .open_cursors=300

* .processes=1500

* .remote_login_passwordfile='EXCLUSIVE'

* .standby_file_management='AUTO'

* .undo_tablespace='UNDOTBS1'

* .db_unique_name='orcldg'

* .fal_server='orcl'

* .log_archive_dest_1='LOCATION=/u01/app/oracle/archivelog/ valid_for= (all_logfiles,all_roles)'

* .log_archive_dest_2='SERVICE=orcl ASYNC VALID_FOR= (ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=orcl'

Restore script:

Run

{

Set newname for datafile 1 to'/ u01qqappAccord oradataAccord orSTEM01.DBF'

Set newname for datafile 3 to'/ u01qapplet oracle.oradataUnip orclUnix01.DBF'

Set newname for datafile 5 to'/ u01Accord oradataAccording to UNDOTBS01.DBF'

Set newname for datafile 6 to'/ u01qapplet oracle.oradataUSERS01.DBF'

Restore database

Switch datafile all

Recover database

}

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report