新网创想网站建设,新征程启航

为企业提供网站建设、域名注册、服务器等服务

oracle怎么关闭归档 oracle如何关闭归档日志

如何启动或关闭Oracle的归档模式

【步骤1】管理员身份连接数据库

创新互联公司2013年开创至今,是专业互联网技术服务公司,拥有项目成都网站制作、网站设计网站策划,项目实施与项目整合能力。我们以让每一个梦想脱颖而出为使命,1280元润州做网站,已为上家服务,为润州各地企业和个人服务,联系电话:18980820575

C:\Users\Administratorsqlplus sys/sys@prjdb as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on Tue Jun 17 23:50:55 2014

Copyright (c) 1982, 2010, Oracle. All rights reserved.

Connected to:

Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production

With the Partitioning, OLAP, Data Mining and Real Application Testing options

【步骤2】查看当前归档模式,是归档还是非归档

SQL archive log list;

Database log mode No Archive Mode

Automatic archival Disabled

Archive destination USE_DB_RECOVERY_FILE_DEST

Oldest online log sequence 228

Current log sequence 230

【步骤3】关闭数据库

SQL shutdown immediate;

Database closed.

Database dismounted.

ORACLE instance shut down.

【步骤4】启动数据库到mount状态

SQL startup mount;

ORACLE instance started.

Total System Global Area 3423965184 bytes

Fixed Size 2180544 bytes

Variable Size 2013268544 bytes

Database Buffers 1392508928 bytes

Redo Buffers 16007168 bytes

Database mounted.

【步骤5】启动归档模式

SQL alter database archivelog;

Database altered.

SQL archive log list;

Database log mode Archive Mode

Automatic archival Enabled

Archive destination USE_DB_RECOVERY_FILE_DEST

Oldest online log sequence 228

Next log sequence to archive 230

Current log sequence 230

【步骤6】启动数据库

SQL alter database open;

Database altered.

【步骤7】关闭归档模式

SQL shutdown immediate;

Database closed.

Database dismounted.

ORACLE instance shut down.

SQL startup mount;

ORACLE instance started.

Total System Global Area 3423965184 bytes

Fixed Size 2180544 bytes

Variable Size 2013268544 bytes

Database Buffers 1392508928 bytes

Redo Buffers 16007168 bytes

Database mounted.

SQL alter database noarchivelog;

Database altered.

SQL archive log list;

Database log mode No Archive Mode

Automatic archival Disabled

Archive destination USE_DB_RECOVERY_FILE_DEST

Oldest online log sequence 228

Current log sequence 230

SQL

如何开启/关闭oracle的归档

如果开启归档,请保证log_archive_start=true开启自动归档,否则只能手工归档,如果是关闭了归档,则设置该参数为false 注意:如果是OPS/RAC环境,需要先把parallel_server = true注释掉,然后执行如下步骤,最后用这个参数重新启动 1、开启归档 a. 关闭数据库shutdown immediate b. startup mount c. alter database archivelog d. alter database opne 2、禁止归档 a. 关闭数据库shutdown immediate b. startup mount c. alter database noarchivelog d. alter database open 归档信息可以通过如下语句查看 SQL archive log list Database log mode Archive Mode Automatic archival Enabled Archive destination E:\oracle\ora92\database\archive Oldest online log sequence 131 Next log sequence to archive 133 Current log sequence 133

如何启动或关闭oracle的归档模式

开启/关闭归档: (1)关闭数据库 shutdown immediate; (2)启动数据库到mount状态 startup mount; (3)开启/关闭归档 开启:alter database archivelog; 关闭:alter database noarchivelog; (4)打开数据库 alter database open;


标题名称:oracle怎么关闭归档 oracle如何关闭归档日志
文章起源:http://www.wjwzjz.com/article/hhhgdo.html
在线咨询
服务热线
服务热线:028-86922220
TOP