Hi,
For long data type in selection use "contains" instead
of like. Before this set environment for sql*plus like
" set long 5000 ".
- Rodd Holman <rodney.holman_at_lodgenet.com> wrote:
> 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).
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Ketan Patel
INET: ketanfororacle_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).
Received on Thu Jul 19 2001 - 23:48:41 CDT