Re: DBA salaries rise

  • From: Wit Serdakovskij <freelists@xxxxxxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Fri, 2 Jul 2004 18:24:44 +0300

Hello, Mark,

[...]

> Not returning any rows from this query, but it should be returning data:
> 
> select /*+ LOOKING_FOR_WORK */
> from dba_jobs
> where (city='SEATTLE' and
>            job_type='CONTRACT' and
>            hourly_rate='LOTS' and
>            technical_environment='CHALLENGING') OR
>           personal_status='STARVING';

Try CBO (key word is COST).

> Too many WHERE predicates?

No, too small SELECT list.
;c)

[...]

-- 
wbr,
Wit.
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

Other related posts: