您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

Oracle存储过程和序列化写的demo

2024/3/15 10:37:29发布24次查看
1.创建一个oracle存储过程,设置一个参数n 然后执行这个存储过程传一个参数n,执行后输出5遍hello world 注:存储过程中使用for循
1.创建一个oracle存储过程,设置一个参数n
然后执行这个存储过程传一个参数n,执行后输出5遍hello world
注:存储过程中使用for循环,执行使用exec
create or replace procedure hello(n in number)
    is begin
    for i in 1..n loop
    dbms_output.put_line('hello world');
    end loop;
    end;
 /
--打开输出
set serveroutput on;
--执行该函数
execute hello(5);
2.创建一个序列(初值为1030,步进为1),
然后使用这个序列给emp表插入2条数据
(要求写出序列的创建语句和插入数据的语句)
create sequence myse increment by 1 start with 1030;
insert into emp_xxx values(myse.nextval,'张无忌','manager',10000,2000,'12-7月-10',1005,10);

该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product