Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Long to Varchar2

Re: Long to Varchar2

From: Shreepad Vaidya <Shreepad.Vaidya_at_alltel.com>
Date: Thu, 20 Jul 2000 3:51 -0500
Message-Id: <10564.112508@fatcity.com>

       Hi Rahul,
       You probably will have to write a pl/sql block.
       Before "Declare" statement  in pl/sql block

       set long <1000 >
       In "fetch"  for the cursor declared , get search_condition into
       a variable of varchar2....

       Size of varchar2 variable should be more than that set for
       long....


                      Hope this helps a bit..................
                                     shreepad.
Received on Thu Jul 20 2000 - 03:51:01 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US