Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Win2k/8.1.7.3/Optimizer Weirdness
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
SQL> select /*+ RULE */ file_name from dba_temp_files;
no rows selected
SQL>
--- =========================================================================== Michael P. Vergara Oracle DBA Guidant CorporationReceived on Tue Nov 19 2002 - 12:49:41 CST
--
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).