<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Oracle on 时光纪念馆</title>
    <link>https://www.soulmap.cn/categories/oracle/</link>
    <description>Recent content in Oracle on 时光纪念馆</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh</language>
    <lastBuildDate>Wed, 26 Mar 2025 17:05:27 +0800</lastBuildDate><atom:link href="https://www.soulmap.cn/categories/oracle/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>ORACLE RMAN 恢复介绍 （基于NBU备份）</title>
      <link>https://www.soulmap.cn/posts/ops/oracle_rman_recovery/</link>
      <pubDate>Wed, 26 Mar 2025 17:05:27 +0800</pubDate>
      
      <guid>https://www.soulmap.cn/posts/ops/oracle_rman_recovery/</guid>
      <description>一、RMAN 恢复介绍 一般我们使用RMAN恢复，主要有如下两种方式： 全量恢复，可以恢复到指定时间点，也可以不指定时间，默认恢复到控制文件里存在的最后一个归档日志。 场景： 一般情况下，我们不会直接恢复主库（也就是备份的这个库），而是恢复到一个临时库。当然，如果主库已经不可用，那就直接恢</description>
    </item>
    
    <item>
      <title>ORCLE SQL不绑定变量导致的性能问题</title>
      <link>https://www.soulmap.cn/posts/ops/oracle-pool-sqlspeed/</link>
      <pubDate>Fri, 23 Feb 2024 13:58:25 +0800</pubDate>
      
      <guid>https://www.soulmap.cn/posts/ops/oracle-pool-sqlspeed/</guid>
      <description>1、 概念 1.1 SQL 执行过程简介 执行sql的过程，会将sql的文本进行hash运算，得到对象的hash值，然后拿hash值，去Hash Buckets里遍历缓存对象句柄链表，找到对应的缓存对象句柄，然后就可以得到缓存对象句柄里对应sql执行计划、解析树等对象，所以执行相同的sql第二次执行</description>
    </item>
    
    <item>
      <title>ORACLE 18C 监听配置问题</title>
      <link>https://www.soulmap.cn/posts/ops/oracle-listen-18c/</link>
      <pubDate>Wed, 21 Feb 2024 18:04:10 +0800</pubDate>
      
      <guid>https://www.soulmap.cn/posts/ops/oracle-listen-18c/</guid>
      <description>最近碰到一个ORACLE 18c上面的PDB的监听问题，折腾了好久没成功，找了专业DBA协作才搞定。故整理和记录下。 1. 监听参数 ORACLE跟监听相关的几个参数： SQL&amp;gt; show parameter listen; NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ forward_listener string listener_networks string local_listener string LISTENER_ORADB remote_listener string 几个参数的含义： LOCAL_LISTENER 本地侦听器 REMOTE_LISTENER 用于远程侦听器，如果有的话 FORWARD_LISTENER 为转发侦听器 listener_networks 当rac加入</description>
    </item>
    
  </channel>
</rss>
