每个地区递归层级可能不一致,数据表(table)存放最小层级地区 area --地区层级表 id name f_id leve 1 中国 0 1 2 湖北 1 2 3 武汉 2 3 ... --测试数据 with area(id,"name",f_id,leve) as ( ,, union all ,, union all ,, union all ,, union all ,, union all ,, union all ,, union all ,, union all ,,
http://blog.itpub.net/30430420/viewspace-1799925/ ============================= 现象!!!!!!!!!!!!!!!!!SQL> startupORACLE 例程已经启动. Total System Global Area 3373858816 bytesFixed Size 2180424 bytesVariable Size 2415921848 bytesD
这是遇见的第一个整个库正常,但某张表查询报错的情况 某张表数据可以查,但一排序查就报错 select * from acct_daily_bak; select * from acct_daily_bak order by open_time desc; ORA-01578: ORACLE data block corrupted (file # 7, block # 27489)ORA-01110: data file 7: '/u01/app/oracle/oradata/TESTDB/da
1.Listener refused the connection with the following error 安装之后如果遇到如下问题状态: 失败 -测试失败: Listener refused the connection with the following error:ORA-12505, TNS:listener does not currently know of SID given in connect descriptor 解决办法:1.首先使用SQL Plus用管理员账户