Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: urgent???????
William,
Thanks for your corporation but this solution does not work.
i hope if any one have idea about the solution of Anita give me explanation.
Best Regards
Mohamed Gad
ITSoft, The software Factory of International Turnkey Systems (ITS)
16 Lebanon st., Mohandeseen, Giza, Egypt
Tel: +20-2-3048561/2/3
Fax: +20-2-3048564
email: mgad_at_itsoft.com.eg
URL: www.itsoft.com.eg
-----Original Message-----
From: root_at_fatcity.com [mailto:root_at_fatcity.com]On Behalf Of William
Beilstein
Sent: Mon, June 26, 2000 4:45 PM
To: Multiple recipients of list ORACLE-L
Subject: Re: urgent???????
Why don't you use the select string
declare
mm varchar2(200);
begin
select substr(text,1,200) into mm from om_sqltext_info where id=15972;
end;
>>> "A. Bardeen" <abardeen1_at_yahoo.com> 06/26/00 08:54AM >>>
Mohamed,
This can happen if the longraw is null, the starting position is greater than the length of the long raw, or if the length for the substr is greater than the length of the long raw.
You need to write the error trapping routines into your procedure to account for these possibilities.
HTH,
-- Author: A. Bardeen INET: abardeen1_at_yahoo.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Author: William Beilstein INET: BeilstWH_at_obg.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Mon Jun 26 2000 - 20:21:27 CDT