08 2023 档案

摘要:Oracle触发器 1.概念 触发器在数据库里以独立的对象存储,它与存储过程和函数不同的是,存储过程与函数需要用户显示调用才执行,而触发器是由一个事件来启动运行。即触发器是当某个事件发生时自动地隐式运行。并且,触发器不能接收参数。所以运行触发器就叫触发或点火(firing)。ORACLE事件指的是对 阅读全文
posted @ 2023-08-24 15:03 武汉OracleDBA 阅读(151) 评论(0) 推荐(0) 编辑
摘要:| Troubleshooting waits for 'enq: TX - allocate ITL entry' (Doc ID 1472175.1) | header | | | | | | | In this Document Symptoms Cause Solution Increase 阅读全文
posted @ 2023-08-24 11:40 武汉OracleDBA 阅读(200) 评论(0) 推荐(0) 编辑
摘要:1、表闪回查询 select * from 表名 as of timestamp to_timestamp('2023-08-04 15:25:00', 'yyyy-mm-dd hh24:mi:ss'); 2、表闪回 (1)开启表闪回 alter table 表名 enable row moveme 阅读全文
posted @ 2023-08-04 15:45 武汉OracleDBA 阅读(36) 评论(0) 推荐(0) 编辑
摘要:How to Reconfigure Oracle Restart (Doc ID 986740.1) In this Document Goal Solution 1. Remove Oracle Restart configuration 2. reconfigure Oracle Restar 阅读全文
posted @ 2023-08-02 11:23 武汉OracleDBA 阅读(304) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示