| lili [message #38729] |
Wed, 08 May 2002 23:44  |
about wrap
Messages: 1 Registered: May 2002
|
Junior Member |
|
|
hi,
I have a procedure like this:
create or replace procedure test123(p_test in out varchar) as
begin
p_test:='hello,'||p_test;
end test123;
when i wrapped it
d:wrap iname=d:test123.sql
kgepop:no error frame to pop to for error 1801
Can you tell me why and help me to solve it?
Thanks in advance.
Regards!
there is an error.
|
|
|
|
| Re: lili [message #38740 is a reply to message #38729] |
Thu, 09 May 2002 11:43   |
andrew again
Messages: 2577 Registered: March 2000
|
Senior Member |
|
|
search for multiple versions on your PC.
cd d:
dir /s wrap*.exe
e.g. You could have a path problem if you find both wrap23.exe and wrap80.exe
|
|
|
|
| Re: lili [message #44624 is a reply to message #38729] |
Tue, 23 December 2003 21:13  |
scottchen
Messages: 1 Registered: December 2003
|
Junior Member |
|
|
I meet the problem as you.Use following statement,you can do.
set nls_lang=us
wrap iname=test.sql
|
|
|
|