<?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 Re: Oracle raw device in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-raw-device/m-p/3695528#M248142</link>
    <description>Hi Kumaresh,&lt;BR /&gt;&lt;BR /&gt;You will require to query form the database dictionary using SQL to see the datafile name and from there you can see the volume group where the oracle data files are defined. &lt;BR /&gt;&lt;BR /&gt;Data file names details can be fetched from the the views DBA_DATA_FILES, v$datafile as well.&lt;BR /&gt;&lt;BR /&gt;Then you can use vgdisplay for that volume group to see the disks on which the voulme group was defined.&lt;BR /&gt;&lt;BR /&gt;the raw devices would look like /dev/rdsk/....&lt;BR /&gt;or /dev/vg0?/rvol?... as Raj mentioned above.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Indira A</description>
    <pubDate>Tue, 20 Dec 2005 20:43:48 GMT</pubDate>
    <dc:creator>Indira Aramandla</dc:creator>
    <dc:date>2005-12-20T20:43:48Z</dc:date>
    <item>
      <title>Oracle raw device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-raw-device/m-p/3695526#M248140</link>
      <description>1)How to identify the disks used for oracle ( as raw device ) ?&lt;BR /&gt;2) whether it be displayed in bdf ?</description>
      <pubDate>Tue, 20 Dec 2005 20:06:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-raw-device/m-p/3695526#M248140</guid>
      <dc:creator>Kumaresh P N</dc:creator>
      <dc:date>2005-12-20T20:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle raw device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-raw-device/m-p/3695527#M248141</link>
      <description>Hi Kumaresh ,&lt;BR /&gt;&lt;BR /&gt;If you know the lvol name that is using by oracle certainly you can come to which one it is . &lt;BR /&gt;&lt;BR /&gt;And hope you cannot see from bdf output and need to use sql commands.&lt;BR /&gt;&lt;BR /&gt;for raw deice it will be using /dev/rdsk/ or /dev/vgname/rlvol ,&lt;BR /&gt;&lt;BR /&gt;you can use like this , to get list :&lt;BR /&gt;SQL&amp;gt; select group_number, disk_number, mount_status, header_status, state, path, failgroup&lt;BR /&gt;  2  from v$asm_disk;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Tue, 20 Dec 2005 20:18:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-raw-device/m-p/3695527#M248141</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-12-20T20:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle raw device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-raw-device/m-p/3695528#M248142</link>
      <description>Hi Kumaresh,&lt;BR /&gt;&lt;BR /&gt;You will require to query form the database dictionary using SQL to see the datafile name and from there you can see the volume group where the oracle data files are defined. &lt;BR /&gt;&lt;BR /&gt;Data file names details can be fetched from the the views DBA_DATA_FILES, v$datafile as well.&lt;BR /&gt;&lt;BR /&gt;Then you can use vgdisplay for that volume group to see the disks on which the voulme group was defined.&lt;BR /&gt;&lt;BR /&gt;the raw devices would look like /dev/rdsk/....&lt;BR /&gt;or /dev/vg0?/rvol?... as Raj mentioned above.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Indira A</description>
      <pubDate>Tue, 20 Dec 2005 20:43:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-raw-device/m-p/3695528#M248142</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2005-12-20T20:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle raw device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-raw-device/m-p/3695529#M248143</link>
      <description>Hey;&lt;BR /&gt;&lt;BR /&gt;As the others have told you, bdf won't tell you about Oracle raw devices because they're not filesystems.  My normal way of identifying this information is as follows:&lt;BR /&gt;&lt;BR /&gt;1.  su - oracle&lt;BR /&gt;2.  sqplus/nolog &amp;lt;&amp;lt; eof&lt;BR /&gt;connect 1/2 as sysdba&lt;BR /&gt;column file_name format a45&lt;BR /&gt;column member format a45&lt;BR /&gt;spool /tmp/dba_files.txt&lt;BR /&gt;select file_name from dba_data files&lt;BR /&gt;order by file_name;&lt;BR /&gt;select member from v$logfile&lt;BR /&gt;eof&lt;BR /&gt;&lt;BR /&gt;That will get you all of the potential raw devices that Oracle could be using.  Please realize that there are other things that Oracle needs to run - binaries, control files, archive log filesystems if used, etc..&lt;BR /&gt;&lt;BR /&gt;HTH;&lt;BR /&gt;&lt;BR /&gt;Doug&lt;BR /&gt;order by member</description>
      <pubDate>Tue, 20 Dec 2005 20:55:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-raw-device/m-p/3695529#M248143</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2005-12-20T20:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle raw device</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-raw-device/m-p/3695530#M248144</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;you can also connect as sysdba and generate a trace file with all the required information.&lt;BR /&gt;&lt;BR /&gt;alter database backup controlfile to trace;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Wed, 21 Dec 2005 00:11:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-raw-device/m-p/3695530#M248144</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2005-12-21T00:11:12Z</dc:date>
    </item>
  </channel>
</rss>

