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: Win2k/8.1.7.3/Optimizer Weirdness

Re: Win2k/8.1.7.3/Optimizer Weirdness

From: Igor Neyman <ineyman_at_perceptron.com>
Date: Tue, 19 Nov 2002 10:49:41 -0800
Message-ID: <F001.00506F54.20021119104941@fatcity.com>


Same happens under 9.2.
But,

select /*+ RULE */ name from v$tempfile;

works fine.

Igor Neyman, OCP DBA
ineyman_at_perceptron.com   

Hi Listers:

Has anyone ever seen something like this before? Can somebody explain it to me?

Thanks,
Mike

SQL>
SQL> select file_name from dba_temp_files;

File Name



E:\ORANT\ORADATA\ECRMP\TEMP01.DBF 1 row selected.

SQL> select /*+ RULE */ file_name from dba_temp_files;

no rows selected

SQL>

---
===========================================================================
Michael P. Vergara
Oracle DBA
Guidant Corporation


--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Vergara, Michael (TEM) INET: mvergara_at_guidant.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- 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).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Igor Neyman INET: ineyman_at_perceptron.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- 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 Tue Nov 19 2002 - 12:49:41 CST

Original text of this message

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