摘要:
Exception e = new Exception("this is a log"); e.printStackTrace(); //延迟才可以看出效果 Thread.currentThread().sleep(1000); System.out.println(" 以上是异常详细信息 "); 阅读全文
摘要:
想试验一下 index_combine这个hint,于是做了如下试验。 1.创建一个具有若干index的表 SQL> create table test as select object_id,object_type,status from dba_objects; Table created. SQL> create index tobject_id on test(object_id)... 阅读全文