亚洲精品久久久中文字幕-亚洲精品久久片久久-亚洲精品久久青草-亚洲精品久久婷婷爱久久婷婷-亚洲精品久久午夜香蕉

您的位置:首頁技術(shù)文章
文章詳情頁

深入探討Oracle數(shù)據(jù)庫存儲過程的若干問題

瀏覽:99日期:2023-11-23 10:18:45

1.在oracle中,數(shù)據(jù)表別名不能加as,如:

select a.appname from appinfo a;-- 正確

select a.appname from appinfo as a;-- 錯誤

也許,是怕和oracle中的存儲過程中的關(guān)鍵字as沖突的問題吧

2.在存儲過程中,select某一字段時,后面必須緊跟into,如果select整個記錄,利用游標的話就另當(dāng)別論了。

select af.keynode into kn from APPFOUNDATION af where af.appid=aid and af.foundationid=fid;-- 有into,正確編譯

select af.keynode from APPFOUNDATION af where af.appid=aid and af.foundationid=fid;-- 沒有into,編譯報錯,提示:Compilation

Error: PLS-00428: an INTO clause is expected in this Select statement

3.在利用select...into...語法時,必須先確保數(shù)據(jù)庫中有該條記錄,否則會報出'no data found'異常。

可以在該語法之前,先利用select count(*) from 查看數(shù)據(jù)庫中是否存在該記錄,如果存在,再利用select...into...

4.在存儲過程中,別名不能和字段名稱相同,否則雖然編譯可以通過,但在運行階段會報錯

select keynode into kn from APPFOUNDATION where appid=aid and foundationid=fid;-- 正確運行

select af.keynode into kn from APPFOUNDATION af where af.appid=appid and af.foundationid=foundationid;-- 運行階段報錯,提示

orA-01422:exact fetch returns more than requested number of rows

5.在存儲過程中,關(guān)于出現(xiàn)null的問題

假設(shè)有一個表A,定義如下:

create table A(

id varchar2(50) primary key not null,

vcount number(8) not null,

bid varchar2(50) not null -- 外鍵

);如果在存儲過程中,使用如下語句:

select sum(vcount) into fcount from A where bid='xxxxxx';如果A表中不存在bid='xxxxxx'的記錄,則fcount=null(即使fcount定義時設(shè)置了默認值,如:fcount number(8):=0依然無效,fcount還是會變成null),這樣以后使用fcount時就可能有問題,所以在這里最好先判斷一下:

if fcount is null then

fcount:=0;

end if;這樣就一切ok了。

6.Hibernate調(diào)用oracle存儲過程

this.pnumberManager.getHibernateTemplate().execute(

new HibernateCallback() ...{

public Object doInHibernate(Session session)

throws HibernateException, SQLException ...{

CallableStatement cs = session

.connection()

.prepareCall('{call modifyapppnumber_remain(?)}');

cs.setString(1, foundationid);

cs.execute();

return null;

}

});

主站蜘蛛池模板: 中文字幕日韩精品中文区 | 国产日韩欧美二区 | 亚洲婷婷综合网 | 日本成人一区二区 | 久久99精品视频在线在线观看 | 国产精品1区2区 | 亚洲与黑人 | 精品欧美日韩一区二区 | 国产精品入口麻豆免费观看 | 久久se精品一区二区影院 | 亚洲精品在线免费 | 国产成人午夜极速观看 | 亚洲人成在线影院 | 免费的色视频 | 日本高清中文字幕一区二区三区 | 一级黄色片播放 | 干综合网 | 182tv午夜线路一线路二 | 热久久国产欧美一区二区精品 | 亚洲毛片在线播放 | 中文字幕在线一区二区三区 | 国产麻豆一级在线观看 | 免费一级毛片免费播放 | 亚洲毛片在线观看 | 一级三级黄色片 | 成人免费视频网址 | 亚洲视频精品在线 | 在线观看欧美一区 | 五月花成人网 | 免费观看一区二区 | 黄色爱爱视频 | 成人影院在线观看kkk4444 | 网红主播vip福利视频 | 米奇精品一区二区三区在线观看 | 国内免费自拍视频 | 国产成人99久久亚洲综合精品 | 久久免费高清视频 | 久久99国产精品一区二区 | 中文国产成人精品久久水 | 伊人丁香婷婷综合一区二区 | 正在播放淫亚洲 |