SYS: 还原存储过程
select * from dba_source as of timestamp sysdate-130/1440 where type = 'PROCEDURE' and owner='MDHJ_LS' and name LIKE 'PRA_TH%';
listagg(t2.privilege,',') within group (order by t2.privilege) as privilege_concat
tmp 14:31:49
wm_concat oracle 12c invalid
select row_number() over(partition by event_info_com_id order by id) num from confdispose where event_info_com_id = 11
1 .
CONFLICTING_DISPOSE_INFO_HIS
CONFLICTING_EVENT_INFO_COM
2
3
===== record_num
https://www.2cto.com/database/201308/235338.html
errorinfo: shared memory realm does not
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
Process ID: 0
Session ID: 0 Serial number: 0
关于ORA-01034和ORA-27101的一种解决方法
https://blog.youkuaiyun.com/qq_39611053/article/details/79031101
提示ORA-03113:通信通道的文件结尾解决
事情原由:oracle安装到win7下,以为都是直接sqlplus / as sysdba,使用数据库,但最近连接时频繁报错,
提示ORA-03113:通信通道的文件结尾
进程 ID :6988
回话 ID:191 序列号:3
第一步:
| 1 2 3 4 5 6 7 8 9 |
|
进入该路径,查看alert_oracle.log,可见文件记录错误如下:
####################错误信息以及建议解决的方法##########################################################
Errors in file d:\app\baoshengzhu\diag\rdbms\oracle\oracle\trace\oracle_ora_6988.trc:
ORA-19815: 警告: db_recovery_file_dest_size 字节 (共 4102029312 字节) 已使用 100.00%, 尚有 0 字节可用。
************************************************************************
You have following choices to free up space from recovery area:
1. Consider changing RMAN RETENTION POLICY. If you are using Data Guard,
then consider changing RMAN ARCHIVELOG DELETION POLICY.
2. Back up files to tertiary device such as tape using RMAN
BACKUP RECOVERY AREA command.
3. Add disk space and increase db_recovery_file_dest_size parameter to
reflect the new space.
4. Delete unnecessary files using RMAN DELETE command. If an operating
system command was used to delete files, then use RMAN CROSSCHECK and
DELETE EXPIRED commands.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 |
|
重新打开数据库:正常使用


14万+

被折叠的 条评论
为什么被折叠?



