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

Home -> Community -> Mailing Lists -> Oracle-L -> How to select data from a LONG datatype

How to select data from a LONG datatype

From: Rodd Holman <rodney.holman_at_lodgenet.com>
Date: Thu, 19 Jul 2001 14:24:51 -0700
Message-ID: <F001.0034F4D7.20010719144116@fatcity.com>

How do I get past the inconsistent datatypes error on the following?

select *
from dba_views
where owner = 'SA'
and text like '%/*%';

We have some views that were migrated from 7.3.4 to 8.0.5 and we suspect that we
lost our hints in the migration and upgrade. I want to find which views had hints in the old system so that I can bring them forward.

Rodd Holman
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Rodd Holman
  INET: rodney.holman_at_lodgenet.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). Received on Thu Jul 19 2001 - 16:24:51 CDT

Original text of this message

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