摘要:
-- 关闭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)
浙公网安备 33010602011771号