首页 > 数据库 > Oracle > 正文

ORACLE在HP-UX下的系列问题处理(17)

2024-08-29 13:39:46
字体:
来源:转载
供稿:网友

  系统治理:如何删除Oracle raw分区。
  
  问题描述
  
  我正在运行Oracle。
  
  如何删除raw分区,以便使空间可用?
  
  配置信息
  
  操作系统 - HP-UX
  版本 - 10.20
  硬件系统 - HP9000
  系列 - K460
  
  解决方法
  
  使用下面的步骤:
  
  1. pvdisplay这个raw磁盘分区。
  
   注:raw磁盘在/dev/vg04/rtest中。
  
  2. 使用lvdisplay命令确认它们是否存在。
  3. 使用lvremove 删除raw lvol 'rtest'。
  注:假如任何raw lvolumes跨越多个磁盘,你必须首先使用vgredUCe。
  .........following with all English text ....
  [A5544288/TRAK-ACTIVE/English] A5544288
  SYS ADM: How to remove Oracle raw partitions.
  PRoblem Description
  I am running Oracle.
  How do I delete raw partitions to make space available?
  Configuration Info
  Operating System - HP-UX
  Version - 10.20
  Hardware System - HP9000
  Series - K460
  Solution
  Use these steps:
  1. pvdisplay the raw disk partition.
  Note: The raw disks are in /dev/vg04/rtest.
  2. Use the lvdisplay command to confirm their existence.
  3. Use lvremove to remove the raw lvol 'rtest'.
  Note: If any of the raw lvolumes span more than one disk, you must first use vgreduce.

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表