
Oracle
苏州一枝花
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
一个简单而标准的PL/SQL
<br /> set SERVEROUTPUT on //打开服务器输出功能 DECLARE //first block v_width INTEGER; //define the width v_height INTEGER := 2; //init the height v_area INTEGER := 6; //init the area BEGIN //second block v_width :=原创 2010-09-09 23:29:00 · 596 阅读 · 0 评论 -
PL/SQL 一个简单游标的使用
<br /> 从HELP表中获取每一行数据集,进行输出处理。<br /> 这里给出2种简单的方法 : <br /> <br />create or replace PROCEDURE PROCEDURE3 AS TOPIC HELP.TOPIC%TYPE; -- SEQ HELP.SEQ%TYPE; -- 1. DEFINE VARIABLES %TYPE is used to INFO HELP.INFO%TYPE; -- define data type o原创 2010-09-13 23:16:00 · 500 阅读 · 0 评论 -
Moving database : Transform schema by using toad (一)
If you want to move a database from one server to another , there are some ways to go . The way I follow is to transform the users to another database . I use the utility wizard in toad to complete this mission. Now assume that I have a database原创 2010-12-19 22:55:00 · 784 阅读 · 0 评论