摘要: 具体报错信息为: ORA-00227: corrupt block detected in control file: (block 16, # blocks 1) 解决的办法为: [oracle@OCPLHR dbs]$ sas SQL*Plus: Release 11.2.0.3.0 Produ 阅读全文
posted @ 2026-01-12 14:37 黄多鱼 阅读(19) 评论(0) 推荐(0)
摘要: #根据sql内容查找sql_id和sql的发起方式 select sql_id,module from v$sql where last_active_time > sysdate and sql_text like '%dba_free_space%'; #生成杀进程的sql select 'AL 阅读全文
posted @ 2026-01-12 14:16 黄多鱼 阅读(9) 评论(0) 推荐(0)
摘要: 原文地址:https://chuna2.787528.xyz/wukc/p/17544606.html 1、oracle启动 [oracle@oracle1 orcl]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.4.0 Production on Tue 阅读全文
posted @ 2026-01-12 14:13 黄多鱼 阅读(13) 评论(0) 推荐(0)