Oracle mobile redo log file

Source: Internet
Author: User

The Oracle mobile redo log method is very simple. The following describes the methods of Oracle mobile redo log files in detail. If you are interested in Oracle mobile redo logs, take a look.

 
 
  1. $ sqlplus '/as sysdba' 

# Shut down the database.

 
 
  1. SQL> shutdown immediate 

# Cp log file to the target location.

 
 
  1. SQL> !cp /opt/oracle/oradata/redo* /opt/oracle/oratest/ 

# Start the database in mount mode.

 
 
  1. SQL>startup mount; 

# Modify the location of log files in the database.

 
 
  1. SQL> alter database rename file '/opt/oracle/oradata/redo01.log' to '/opt/oracle/oratest/redo01.log'  
  2. SQL> alter database rename file '/opt/oracle/oradata/redo02.log' to '/opt/oracle/oratest/redo02.log'  
  3. SQL> alter database rename file '/opt/oracle/oradata/redo03.log' to '/opt/oracle/oratest/redo03.log' 

# Modify the database status.

 
 
  1. SQL> alter database open; 

# View the Modification result.

 
 
  1. SQL> select * from v$logfile; 

Oracle Log File Reconstruction Method

Concepts of oracle users

Add Oracle user information in Linux

Measure the test taker's knowledge about the ORACLE user authentication mechanism.

Oracle tablespace statements

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.