
oracle tool
数据库人生
专注于数据库
PostgreSQL;Oracle 11G OCA、OCP;OceanBase V2 OBCA、OBCP
展开
-
Autonomous Health Framework (AHF) - Including TFA and ORAchk/EXAchk
Autonomous Health Framework (AHF) - Including TFA and ORAchk/EXAchk (文档 ID 2550798.1)# su - oracle$ cd /tmp$ rz$ ls -l AHF*-rw-r--r-- 1 oracle oinstall 417185977 Feb 7 18:00 AHF-LINUX_v21.4.1.zip$ unzip AHF-LINUX_v21.4.1.zipArchive: ./AHF-LINUX原创 2022-02-07 18:36:45 · 1249 阅读 · 0 评论 -
oracle 数据库使用 dbv 校验数据库文件
$ dbvDBVERIFY: Release 11.2.0.4.0 - Production on Wed Sep 2 11:06:15 2020Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.Keyword Description (Default)-----------------------------------------------原创 2020-09-02 11:08:06 · 608 阅读 · 0 评论 -
oracle 数据库的 sql trace
os: centos 7.4db: oracle 11.2.0.4current sessionSQL> alter session set sql_trace=true;SQL> exec dbms_session.set_sql_trace(true);other sessionSQL> exec dbms_system.set_sql_trace_in_se...原创 2020-02-25 10:16:52 · 308 阅读 · 0 评论 -
diagcollection.pl 的使用
os: centos 7.4db: oracle 11.2.0.4diagcollection.pldiagcollection.pl 默认安装在 grid 用户的 $ORACLE_HOME/bin 下# su - gridLast login: Thu Feb 6 05:28:10 CST 2020 on pts/3$ cd $ORACLE_HOME$ pwd/u01/app/...原创 2020-02-06 16:03:07 · 455 阅读 · 0 评论 -
OSWatcher 的使用
os: centos 7.4db: oracle 11.2.0.4参考:原创 2020-02-06 15:38:46 · 387 阅读 · 0 评论 -
CHM 工具
os: centos 7.4db: oracle 11.2.0.4参考:原创 2020-02-06 15:37:12 · 254 阅读 · 0 评论 -
oracle emcc 已用可用空间(%)不清楚是怎样计算的
os: centos 7.4db: oracle 11.2.0.4emcc 13c今天被一哥们问到了 已用可用空间(%) ,发现自己也不知道是怎样计算出来的,分子分母是啥。路过的哥们知道的话留个言,先谢了。...原创 2019-12-25 19:00:40 · 341 阅读 · 0 评论 -
Oracle Enterprise Manager Cloud Control 的简介之一 安装
os: centos 7.6db: oracle 19.3em: emcc 13.3本次实验环境 emcc 和 数据库运行在同一台机器上,且数据库运行在单实例,非归档,无备份下.生产环境慎重慎重os 设置参考《centos 7.x for oracle 12c 18c 的 dbf 安装》db 安装参考《centos 7.4 + dbf + 18.3 单节点安装》instance ...原创 2019-06-28 14:55:10 · 4125 阅读 · 0 评论 -
Oracle Enterprise Manager Database Control 的简介
os: centos 7.6db: oracle 11.0.2.4oracle 12c 之前随库安装的,主要通过 emca 和 emctl 操作.配置 dbconsole$ emca -repos drop $ emca -repos create $ emca -repos recreate 配置数据库的 Database ControlRAC 需要添加 -cluster 参...原创 2019-06-14 11:53:58 · 981 阅读 · 1 评论 -
Oracle Enterprise Manager Database Express 的简介
os: centos 7.6db: oracle 19.3Enterprise Manager Database Control is no longer available in Oracle Database 12c.You can use Enterprise Manager Cloud Control 12c or EM Express 12c to manage your Orac...原创 2019-06-13 23:54:13 · 2837 阅读 · 1 评论 -
oratop 的初步使用
os: centos 7.6db: oracle 19.3oratop 类似os 的top 命令,可以实时监控RAC和单实例数据库,该命令已经被集成到 tfa 里了.本次 oracle 19.3 是rac 类型.oratoporatop 已经被集成到安装的软件里.# find /u01 -name "oratop"/u01/app/grid/product/19.0.0/grid_1...原创 2019-07-02 08:58:33 · 1403 阅读 · 0 评论 -
oracle oradebug systemstate 的日常使用
oracle oradebug systemstate 是dba分析instance的重要方法,需要勤加练习、多多分析。数据库版本$sqlplus system/oracleoracleSQL*Plus: Release 12.2.0.1.0 Production on Fri Apr 27 17:35:11 2018Copyright (c) 1982, 2016, Or...原创 2018-04-27 19:56:36 · 452 阅读 · 0 评论 -
oracle oradebug hanganalyze 的日常使用
oracle oradebug analyze 是dba分析问题的必备技能,建议dba们空闲的时候可以多做做实验,熟能生巧。数据库版本$sqlplus system/oracleoracleSQL*Plus: Release 12.2.0.1.0 Production on Fri Apr 27 17:35:11 2018Copyright (c) 1982, 2016, Or...原创 2018-04-27 18:12:02 · 933 阅读 · 0 评论 -
oracle 压测工具 swingbench
os: centos 7.6db: oracle 19.3oracle 安装的是 19.3 版本,使用的是 oracle MAA 架构。To install Swingbench release 2.5 or 2.6, all you need to do is ensure you have a Java 8 JVM available and then unzip the swingbe...原创 2019-06-10 15:43:32 · 3045 阅读 · 0 评论 -
oracle 压测工具 BenchmarkSQL
os: centos 7.6db: oracle 19.3oracle 安装的是 19.3 版本,使用的是 oracle MAA 架构。BenchmarkSQL 有一些依赖,先处理好依赖配置 epel 源# wget -P /etc/yum.repos.d/ http://mirrors.aliyun.com/repo/epel-7.repo# yum clean all # yu...原创 2019-06-10 11:00:57 · 3968 阅读 · 0 评论 -
ORAchk Health Check Tool
os: centos 7.4db: oracle 12.1.0.2orachk: 18.4.0ORAchk 的前身为 RACcheck,主要原因是该工具现在不仅适用于 RAC 数据库,还支持许多新特性和产品.ORAchk replaces the RACCheck utility. ORAchk extends health check coverage to theentire Ora...原创 2019-01-23 15:30:45 · 1597 阅读 · 3 评论 -
runcluvfy.sh cluvfy cluvfyrac.sh 的使用
db: oracle 12.1.0.2grid 用户gi 软件解压完成后,会发现一个 runcluvfy.sh 文件# ./runcluvfy.sh stage -pre crsinst -n node1,node2 -verbose# ./runcluvfy.sh stage -pre dbinst -n node1,node2 -verbose# ./runcluvfy.sh sta...原创 2019-01-23 11:59:03 · 1332 阅读 · 0 评论 -
RDA 的初步使用
os: centos 7.4db: oracle 12.1.0.2 standaloneRemote Diagnostic Agent (RDA) 是 oracle 推荐的一款优秀的工具,被设计成可以收集所有产品的数据,不单单是针对 oracle database.更详细的介绍,可以自行登录 mos 查阅 RDA Information Center (Doc ID: 2388643.2) ...原创 2019-01-23 09:53:24 · 3745 阅读 · 1 评论 -
TFA 在 18.3 下的使用之一 随库安装
os: centos 7.4db: oracle 18c(18.3)TFA 全称是 Oracle Trace File Analyzer (TFA),是一款非常好用的工具集。提供 随库安装和独立安装 两种安装方式。随数据库软件一起安装安装oracle 18.3软件的最后一步,需要以root用户运行两个脚本:/u01/app/oraInventory/orainstRoot.sh/u0...原创 2018-11-23 10:51:43 · 1238 阅读 · 0 评论