您好,登錄后才能下訂單哦!
這期內(nèi)容當中小編將會給大家?guī)碛嘘P(guān)用wrap加密package異常的解決方法是什么,文章內(nèi)容豐富且以專業(yè)的角度為大家分析和敘述,閱讀完這篇文章希望大家可以有所收獲。
在windows下wrap 一個package的時候,不能成功,是怎么回事?
D:>dir *.sql
驅(qū)動器 D 中的卷是 應用盤
卷的序列號是 C4CF-9B46
D: 的目錄
2006-05-27 09:57 145,910 toms_dbms.sql
1 個文件 145,910 字節(jié)
0 個目錄 2,174,296,064 可用字節(jié)
D:>wrap iname=toms.dbms.sql
kgepop: no error frame to pop to for error 1801
D:>
同樣的package在aix 5.2下加密的時候也報錯,但可以安裝,內(nèi)容如下
/oracle> wrap iname=1.sql
PL/SQL Wrapper: Release 9.2.0.6.0- 64bit Production on Sat May 27 10:19:41 2006
Copyright (c) Oracle Corporation 1993, 2001. All Rights Reserved.
Processing 1.sql to 1.plb
PSU(103,1,269,46):Encountered the symbol "SQL" when expecting one of the following:
<an identifier> <a double-quoted delimited-identifier>
The symbol "<an identifier> was inserted before "SQL" to continue.
PL/SQL Wrapper error: Compilation error(s) for:
create or replace package body toms_dbms
Outputting source and continuing.
/oracle> sqlplus /nolog
SQL*Plus: Release 9.2.0.6.0 - Production on Sat May 27 10:19:48 2006
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
SQL> conn user/pwd
Connected.
SQL> start 1.plb
Package created.
Package body created.
SQL> exit
Disconnected from Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
With the Partitioning and Real Application Clusters options
JServer Release 9.2.0.6.0 - Production
/oracle>
有誰知道是怎么回事?難道是包體太長了? 以前包體在2000多行的時候沒事,現(xiàn)在增加到3000多行了
就不行了。^|^
經(jīng)過查找資料發(fā)現(xiàn),原來在windows下,是因為客戶端字符集的問題,在CMD下執(zhí)行
set nls_lang=american_america.usascii7
然后,再運行OK了.
而如下的錯誤信息,是因為部分SQL語法不支持導致的。加上edebug=wrap_new_sql[強制支持所有語法]就OK了。
PSU(103,1,269,46):Encountered the symbol "SQL" when expecting one of the followi
ng:
<an identifier> <a double-quoted delimited-identifier>
The symbol "<an identifier> was inserted before "SQL" to continue.
PL/SQL Wrapper error: Compilation error(s) for:
create or replace package body toms_dbms
Outputting source and continuing.
附:成功WRAP的過程
Microsoft Windows XP [版本 5.1.2600]
(C) 版權(quán)所有 1985-2001 Microsoft Corp.
D:>set nls_lang=american_america.usascii7
D:>wrap iname=toms_dbms.sql;
PL/SQL Wrapper: Release 9.2.0.1.0- Production on Sat May 27 12:24:00 2006
Copyright (c) Oracle Corporation 1993, 2001. All Rights Reserved.
PL/SQL Wrapper error: Couldn't open input file toms_dbms.sql;
D:>wrap iname=toms_dbms.sql
PL/SQL Wrapper: Release 9.2.0.1.0- Production on Sat May 27 12:24:14 2006
Copyright (c) Oracle Corporation 1993, 2001. All Rights Reserved.
Processing toms_dbms.sql to toms_dbms.plb
PSU(103,1,269,46):Encountered the symbol "SQL" when expecting one of the followi
ng:
<an identifier> <a double-quoted delimited-identifier>
The symbol "<an identifier> was inserted before "SQL" to continue.
PL/SQL Wrapper error: Compilation error(s) for:
create or replace package body toms_dbms
Outputting source and continuing.
D:>wrap iname=toms_dbms.sql edebug=wrap_new_sql
PL/SQL Wrapper: Release 9.2.0.1.0- Production on Sat May 27 12:25:03 2006
Copyright (c) Oracle Corporation 1993, 2001. All Rights Reserved.
Processing toms_dbms.sql to toms_dbms.plb
D:>
上述就是小編為大家分享的用wrap加密package異常的解決方法是什么了,如果剛好有類似的疑惑,不妨參照上述分析進行理解。如果想知道更多相關(guān)知識,歡迎關(guān)注億速云行業(yè)資訊頻道。
免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。