<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Oracle 9i no file_id in dba_free_space in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-no-file-id-in-dba-free-space/m-p/3833820#M779097</link>
    <description>Hi!&lt;BR /&gt;&lt;BR /&gt;I am confised with this:&lt;BR /&gt;&lt;BR /&gt;select file_id from dba_free_space where tablesapce_name like 'MMM';&lt;BR /&gt;&lt;BR /&gt;But there is no row selected from the dba_free_space, although the index exists in dba_data_files...What do? Any ideas??&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;BR /&gt;</description>
    <pubDate>Mon, 31 Jul 2006 07:24:46 GMT</pubDate>
    <dc:creator>Kalin Evtimov</dc:creator>
    <dc:date>2006-07-31T07:24:46Z</dc:date>
    <item>
      <title>Oracle 9i no file_id in dba_free_space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-no-file-id-in-dba-free-space/m-p/3833820#M779097</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;I am confised with this:&lt;BR /&gt;&lt;BR /&gt;select file_id from dba_free_space where tablesapce_name like 'MMM';&lt;BR /&gt;&lt;BR /&gt;But there is no row selected from the dba_free_space, although the index exists in dba_data_files...What do? Any ideas??&lt;BR /&gt;&lt;BR /&gt;Thank you!&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Jul 2006 07:24:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-no-file-id-in-dba-free-space/m-p/3833820#M779097</guid>
      <dc:creator>Kalin Evtimov</dc:creator>
      <dc:date>2006-07-31T07:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9i no file_id in dba_free_space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-no-file-id-in-dba-free-space/m-p/3833821#M779098</link>
      <description>Hi Katlin,&lt;BR /&gt;&lt;BR /&gt;1) "tablespace_name" is misspelled in the query you gave.&lt;BR /&gt;&lt;BR /&gt;2) Unless 'MMM' is the complete tablespace name, you need to use wildcards with the 'like' clause:&lt;BR /&gt;&lt;BR /&gt;SELECT file_id&lt;BR /&gt;FROM dba_free_space&lt;BR /&gt;WHERE tablespace_name like '%MMM%';&lt;BR /&gt;&lt;BR /&gt;3) Make sure you are logged in as a user with sufficient privileges to view 'dba_free_space'.&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Mon, 31 Jul 2006 07:44:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-no-file-id-in-dba-free-space/m-p/3833821#M779098</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-07-31T07:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9i no file_id in dba_free_space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-no-file-id-in-dba-free-space/m-p/3833822#M779099</link>
      <description>In addition to what Spex said, dba_free_space doesn't show tablespaces with 0 free extents, so you could just be out of free space.</description>
      <pubDate>Mon, 31 Jul 2006 07:54:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-no-file-id-in-dba-free-space/m-p/3833822#M779099</guid>
      <dc:creator>Jonathan Fife</dc:creator>
      <dc:date>2006-07-31T07:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9i no file_id in dba_free_space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-no-file-id-in-dba-free-space/m-p/3833823#M779100</link>
      <description>This was only an example. My syntax is OK.&lt;BR /&gt;Maybe I didn't explain the problem.&lt;BR /&gt;&lt;BR /&gt;To each file name I should have a corresponding file id. This information is stored in dba_data_files.&lt;BR /&gt;&lt;BR /&gt;Now, I want to see some other information stored in dba_free_space and I know (for example), that my file1 has an ID 1. Then I run this: "select bytes from dba_free_space where file_id=1" and get as result nothing, because there is no such file_id in the table...This is confusing me, because there should be such file_id.</description>
      <pubDate>Mon, 31 Jul 2006 07:57:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-no-file-id-in-dba-free-space/m-p/3833823#M779100</guid>
      <dc:creator>Kalin Evtimov</dc:creator>
      <dc:date>2006-07-31T07:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle 9i no file_id in dba_free_space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-no-file-id-in-dba-free-space/m-p/3833824#M779101</link>
      <description>Check out the following article from the CoOp Oracle FAQ -- &lt;A href="http://www.jlcomp.demon.co.uk/faq/freespace.html" target="_blank"&gt;http://www.jlcomp.demon.co.uk/faq/freespace.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It explains what you are seeing and gives the table joins you should be using.</description>
      <pubDate>Mon, 31 Jul 2006 08:06:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-9i-no-file-id-in-dba-free-space/m-p/3833824#M779101</guid>
      <dc:creator>Jonathan Fife</dc:creator>
      <dc:date>2006-07-31T08:06:15Z</dc:date>
    </item>
  </channel>
</rss>

