摘要: -- 关闭AMM alter system set memory_target=0 scope=spfile; alter system set memory_max_target=0 scope=spfile; -- 配置ASMM(SGA自动管理) alter system set sga_tar 阅读全文
posted @ 2026-04-09 11:39 wuyingchun1987 阅读(3) 评论(0) 推荐(0)
摘要: 一、实例启停(必考) startup nomount; startup mount; startup; shutdown normal; transactional; immediate; abort; alter system checkpoint; alter system switch log 阅读全文
posted @ 2026-04-09 09:28 wuyingchun1987 阅读(6) 评论(0) 推荐(0)
摘要: 一、CDB / PDB 多租户(083 核心必考) -- 查看容器 show con_id; show con_name; show pdbs; select con_id, name, open_mode from v$pdbs; select pdb_name, status from dba_ 阅读全文
posted @ 2026-04-09 09:26 wuyingchun1987 阅读(9) 评论(0) 推荐(0)
摘要: Oracle OCP 082 必背命令全集(最全版) 一、实例启动与关闭(必考) startup nomount; -- 仅启动实例,读 spfile/pfile startup mount; -- 加载控制文件 startup; -- 完全打开 alter database open; shutd 阅读全文
posted @ 2026-04-09 09:25 wuyingchun1987 阅读(9) 评论(0) 推荐(0)
摘要: 一、实例启动与关闭(必考) startup nomount; -- 仅启动实例(读取spfile/pfile) startup mount; -- 加载控制文件 startup; -- 打开数据库 alter database open; shutdown normal; -- 等待会话结束 shu 阅读全文
posted @ 2026-04-09 09:23 wuyingchun1987 阅读(7) 评论(0) 推荐(0)
摘要: Oracle 19c Data Guard 主备完整部署文档 yum install unzip lrzsz -y 环境信息 主库:192.168.65.100 DB_UNIQUE_NAME=orcl_pri 备库:192.168.65.110 DB_UNIQUE_NAME=orcl_stby OR 阅读全文
posted @ 2026-04-06 16:08 wuyingchun1987 阅读(18) 评论(0) 推荐(0)
摘要: 这份《Oracle OCP 19c 上机实操手册》是为你量身定制的备考与实战指南。 手册完全覆盖19c 考试核心考点,并将繁杂的命令整理成可直接复制运行的实操脚本。建议配合实验环境,按模块沉浸式练习。 📘 Oracle OCP 19c 上机实操手册 📌 前言 适用版本:Oracle Databa 阅读全文
posted @ 2026-04-02 16:12 wuyingchun1987 阅读(9) 评论(0) 推荐(0)
摘要: 下面给你Oracle OCP 19c 体系结构(最标准、最完整、考试必背版),严格按照 082 官方考点整理,不废话、全是得分点。 一、Oracle 体系结构 = 两大块 Instance(实例) —— 内存 + 进程 Database(数据库) —— 物理文件 口诀:实例是活的,数据库是死的。 二 阅读全文
posted @ 2026-04-02 09:56 wuyingchun1987 阅读(6) 评论(0) 推荐(0)
摘要: Oracle 19c OCP 认证需要通过 两门必考科目:1Z0-082(数据库管理I) 和 1Z0-083(数据库管理II),均为闭卷机考(单选+多选)。以下是完整考试内容与核心考点。 一、考试基本信息 科目 时长 题量 及格线 定位 1Z0-082 90–150分钟 70–80题 约60% 基础 阅读全文
posted @ 2026-03-30 17:28 wuyingchun1987 阅读(37) 评论(0) 推荐(0)
摘要: 你想要了解在安装 Kubernetes(K8s)前对 Linux 系统进行的关键优化设置,这些设置是保障 K8s 集群稳定运行的核心前提,我会按基础系统配置、内核参数优化、容器运行时依赖、安全与权限配置四个维度,给出可直接执行的操作步骤和解释。 核心前提说明 以下优化适用于 CentOS 7/8、R 阅读全文
posted @ 2026-03-06 11:47 wuyingchun1987 阅读(29) 评论(0) 推荐(0)