摘要:
PLSQL编程【语法、plsql控制语句、异常、游标、触发器、存储过程】 1、 PLSQL的语法–块编程 a) 概念:procedural language struct query language b) PLSQL书写语法 declare --声明块 begin --执行块 exception— 阅读全文
摘要:
Oracle的sql语言: Sql全称:struct query language 结构化查询语言 五大类: DDL:数据定义语言 create alter drop DQL:数据查询语言select DML:数据操作语言 insert update delete DCL:数据控制语言 grant 阅读全文
摘要:
java.sql.SQLException: Listener refused the connection with the following error:ORA-12505, TNS:listener does not currently know of SID given in connec 阅读全文