散尽浮华 2023

oracle
linux

Oracle Linux 6.8 内核升级到 6.10

一、Oracle Linux 6.8 无法升级 PowerPath 到 7.2版本,以支持PowerStore存储、VPLEX VS6网关 1、Oracle Linux 6.8 默认内核版本:UEK 4.1.12-37 2、将PowerPath 6.1 升级到 7.2 后,PowerPath服务启动失败 rpm -Uvh DellEMCPower.LINUX-7.2.0.00.00-102.OL6.x86_64.rpm ./PowerPath start 启动失败,提示: - Error: This version…

2023年5月13日 0条评论 247点热度 0人点赞 admin 阅读全文
oracle

密码保护:oracle-instantclient11.2-sqlplus for linux

无法提供摘要。这是一篇受保护的文章。

2023年3月28日 0条评论 136点热度 0人点赞 admin 阅读全文
oracle

RMAN-06059: expected archived log not found, loss of archived log compromises recoverability

备份归档日志报错 released channel: c8 RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03002: fa…

2023年3月26日 0条评论 167点热度 0人点赞 admin 阅读全文
emc

使用DataDomain BoostFS保护大型Oracle数据库

Oracle 合成增量备份: DataDomain BoostFS 提供源端压缩去重能力: 一、配置DD6300: user add boostfs role none password <你的密码> ddboost user assign boostfs ddboost storage-unit create unit_boostfs user boostfs ddboost storage-unit show mtree list 二、数据库服务器配置: 操作系统:Oracle Linux 8.2 …

2022年12月6日 0条评论 652点热度 5人点赞 admin 阅读全文
oracle

Oracle 实现主键id自增

第一步:创建表 create table system.rman_db0 ( id int not null, rman date ); 第二步:创建序列 create sequence system.rman_db0_id minvalue 1 nomaxvalue increment by 1 start with 1 nocache; 第三步:创建触发器 create or replace trigger system.rman_db0_tg_insertId before insert on system.…

2021年10月30日 0条评论 1801点热度 5人点赞 admin 阅读全文
oracle

ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance

数据库启动报错 ORA-32004 SQL*Plus: Release 11.2.0.4.0 Production on Sun Oct 24 23:14:44 2021 Copyright (c) 1982, 2013, Oracle. All rights reserved. Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production With the Partitioning, OLAP,…

2021年10月24日 0条评论 1499点热度 3人点赞 admin 阅读全文
oracle

ORACLE # 查看最近1小时的 Top 20 等待事件

SELECT * FROM ( SELECT h.event "Wait Event", SUM(h.wait_time + h.time_waited)/100000 "Total Wait Time" FROM v$active_session_history h, v$event_name e WHERE h.sample_time < (SELECT MAX(sample_time) FROM v$active_session_history) AND h.sample_time > (SELE…

2021年9月4日 0条评论 2215点热度 17人点赞 admin 阅读全文
oracle

快速查找ORACLE 数据库性能瓶颈

1、查询AWR快照ID之间的快照事件是否是真正需要执行分析的时间段: col min for a30 col max for a30 SELECT MIN(begin_interval_time) min, MAX(end_interval_time) max FROM dba_hist_snapshot WHERE snap_id BETWEEN 55355 AND 553556; 2、验证定义的AWR快照间隔确实包含了等待事件的类,其作为整体展示了 AWR 快照时间段内实例中等待次数最高的类。 COL WAIT…

2021年9月4日 0条评论 2138点热度 0人点赞 admin 阅读全文
123
归档
分类
  • Book / 2篇
  • emc / 41篇
  • linux / 73篇
  • microsoft / 36篇
  • network / 28篇
  • oracle / 24篇
  • python / 69篇
  • vmware / 65篇
  • 未分类 / 4篇

COPYRIGHT © 2023 散尽浮华 2023. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang