摘要:
plsql与.net异常处理~procedure XX_PP() isbegin ...exception when e_error then raise_application_error(-20001, "e_error exception: " || sqlerrm); end; try{ ...}catch(exception e){ Respone.Write(e.message); } 阅读全文
摘要:
一些OU的11g学习studentguide的地址Summary:OracleDatabase11g:JavaDevelopmentStudentGuidehttp://www.oracledatabase12g.com/archives/oracle-database-11g-java-development-student-guide.htmlOracleDatabase11g:XMLDevelopmentStudentGuidehttp://www.oracledatabase12g.com/archives/oracle-database-11g-xml-development-st. 阅读全文