搜索资源列表
OrcaleListenerSet
- 最近发现实施人员在配置Orcale客户端监听时一些概念经常搞混,特别写了这个工具文档,便于随身备忘。-Recently discovered implementers when configuring the client listens Orcale some concepts are often confused, particularly wrote this tool documentation, easy to carry memo.
oracle
- Oracle 存储过程 1 Oracle存储过程基础知识 1 Oracle存储过程的基本语法 2 关于Oracle存储过程的若干问题备忘 4 1. 在Oracle中,数据表别名不能加as。 4 2. 在存储过程中,select某一字段时,后面必须紧跟into,如果select整个记录,利用游标的话就另当别论了。 5 3. 在利用select...into...语法时,必须先确保数据库中有该条记录,否则会报出 no data found 异常。 5 4. 在存储过程中,