码迷,mamicode.com
首页 > 数据库 > 详细

Oracle数据库ASM磁盘组+ASM2_ARCH使用率高

时间:2016-08-02 22:30:57      阅读:972      评论:0      收藏:0      [点我收藏+]

标签:oracle数据库asm磁盘组+asm2_arch使用率高

查看进程
ps -ef |grep pmon

# su - oracle

[YOU HAVE NEW MAIL]
$ sqlplus / as sysdba

SQL*Plus: Release 10.2.0.4.0 - Production on Mon Feb 9 16:30:23 2015

Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.


Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
and Real Application Testing options

SQL> select name,total_mb,free_mb from v$asm_diskgroup;

NAME                             TOTAL_MB    FREE_MB
------------------------------ ---------- ----------
ARCH                              3334794    3254850
DATA                              4077376     553269

SQL> quit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
and Real Application Testing options
$ rman target /


Recovery Manager: Release 10.2.0.4.0 - Production on Mon Feb 9 16:33:38 2015

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

connected to target database: ZLJG (DBID=4286942513)

RMAN> exit


删除归档命令:delete archivelog all completed before ‘sysdate-1’;(手工输入命令)

本文出自 “技术在手,天下我有” 博客,请务必保留此出处http://xin521long.blog.51cto.com/11884590/1833635

Oracle数据库ASM磁盘组+ASM2_ARCH使用率高

标签:oracle数据库asm磁盘组+asm2_arch使用率高

原文地址:http://xin521long.blog.51cto.com/11884590/1833635

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!