ORA-03137: TTC 协议内部错误: [12333] [4] [49] [51] [] [] [] []
摘要:【1】问题背景:Oracle数据库版本为11.2.0.1,操作系统CentOS release 5.9,详细的报错信息如下: Dump file /data/oracle/diag/rdbms/db01/db01/incident/incdir_70215/db01_ora_17588_i70215
阅读全文
posted @
2018-03-28 11:13
vinsonLu
阅读(1408)
推荐(0) 编辑
Oracle 循环查询
摘要:select * from sys_department start with departmentid = '0303e461-2454-4d5a-bfea-2cd5a4c064c6' connect by prior departmentid = parentid
阅读全文
posted @
2018-03-05 11:22
vinsonLu
阅读(3601)
推荐(0) 编辑