<?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 Novice in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-novice/m-p/2445321#M769451</link>
    <description>If you look in the bdump and/or cdump areas of the oracle layout, you will find logs that indicate when the DB was up, brought down, ant errors, etc...&lt;BR /&gt;&lt;BR /&gt;The location of these particular areas depends on the layout of the oracle install.&lt;BR /&gt;&lt;BR /&gt;There are also LISTENER log files that can tell you the uptime for the LISTENER. Again, the location depends on the layout.&lt;BR /&gt;&lt;BR /&gt;Also, the layout depends on how many instances you have on the system. They will be different for each instance.&lt;BR /&gt;&lt;BR /&gt;To see processes related to the oracle $LOGNAME, can do ps -fu oracle</description>
    <pubDate>Thu, 14 Sep 2000 12:05:18 GMT</pubDate>
    <dc:creator>Rick Garland</dc:creator>
    <dc:date>2000-09-14T12:05:18Z</dc:date>
    <item>
      <title>Oracle Novice</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-novice/m-p/2445316#M769446</link>
      <description>How do I check when a Oracle DB has been brought up and down.  Is there a log file.  Thanks in advance.</description>
      <pubDate>Thu, 14 Sep 2000 09:55:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-novice/m-p/2445316#M769446</guid>
      <dc:creator>Louis Mushandu</dc:creator>
      <dc:date>2000-09-14T09:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Novice</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-novice/m-p/2445317#M769447</link>
      <description>I usually do a &lt;BR /&gt;&lt;BR /&gt;ps -ef | grep oracle&lt;BR /&gt;&lt;BR /&gt;if there are any processes running with oracle user name, it is likely that it is still running.&lt;BR /&gt;&lt;BR /&gt;you can shut it down with &lt;BR /&gt;/sbin/init.d/oracle stop&lt;BR /&gt;(if you have configured the start/stop scripts properly)&lt;BR /&gt;&lt;BR /&gt;you could set up your start/stop script to write to the syslog file when starting /stopping if you want.</description>
      <pubDate>Thu, 14 Sep 2000 09:59:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-novice/m-p/2445317#M769447</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-09-14T09:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Novice</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-novice/m-p/2445318#M769448</link>
      <description>If you do not have the oracle init scripts, you might want to check this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x6b5468c57f64d4118fee0090279cd0f9,00.html" target="_blank"&gt;http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x6b5468c57f64d4118fee0090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Thu, 14 Sep 2000 10:04:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-novice/m-p/2445318#M769448</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-09-14T10:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Novice</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-novice/m-p/2445319#M769449</link>
      <description>Use ipcs -mob to check shared memory sets associated with oracle process(databases) and or ipcs -t to check the time (OTIME and CTIME)</description>
      <pubDate>Thu, 14 Sep 2000 10:18:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-novice/m-p/2445319#M769449</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-09-14T10:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Novice</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-novice/m-p/2445320#M769450</link>
      <description>Louis:&lt;BR /&gt;&lt;BR /&gt;If you do a ps -ef|grep ora_ you will see some of the key oracle processes like:&lt;BR /&gt;ora_dbwr_XXX, ora_lgwr_XXX, ora_pmon_XXX and ora_smon_XXX where XXX=the database name.  This is useful when you are running multiple instances.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 14 Sep 2000 11:39:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-novice/m-p/2445320#M769450</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-09-14T11:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Novice</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-novice/m-p/2445321#M769451</link>
      <description>If you look in the bdump and/or cdump areas of the oracle layout, you will find logs that indicate when the DB was up, brought down, ant errors, etc...&lt;BR /&gt;&lt;BR /&gt;The location of these particular areas depends on the layout of the oracle install.&lt;BR /&gt;&lt;BR /&gt;There are also LISTENER log files that can tell you the uptime for the LISTENER. Again, the location depends on the layout.&lt;BR /&gt;&lt;BR /&gt;Also, the layout depends on how many instances you have on the system. They will be different for each instance.&lt;BR /&gt;&lt;BR /&gt;To see processes related to the oracle $LOGNAME, can do ps -fu oracle</description>
      <pubDate>Thu, 14 Sep 2000 12:05:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-novice/m-p/2445321#M769451</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-09-14T12:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Novice</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-novice/m-p/2445322#M769452</link>
      <description>If you are root or oracle user, just type "lsnrctl stat" this will show you the status of the listener that Rick mentioned.</description>
      <pubDate>Thu, 14 Sep 2000 12:46:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-novice/m-p/2445322#M769452</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-09-14T12:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Novice</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-novice/m-p/2445323#M769453</link>
      <description>You may check whether oracle is running or not with&lt;BR /&gt;ps -ef | grep ora_ command.&lt;BR /&gt;ora_smon_xxx,ora_pmon_xxxx,ora_lgwr_xxxx etc . processes should be there when oracle is running.&lt;BR /&gt;You may start oracle with following script:&lt;BR /&gt;&lt;BR /&gt;svrmgrl &amp;lt;&lt;EOF&gt;&lt;/EOF&gt;connect internal&lt;BR /&gt;startup pfile=$PFILE&lt;BR /&gt;EOF&lt;BR /&gt;P V Patel&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Sep 2000 17:53:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-novice/m-p/2445323#M769453</guid>
      <dc:creator>P V Patel</dc:creator>
      <dc:date>2000-09-14T17:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Novice</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-novice/m-p/2445324#M769454</link>
      <description>The database server log file is called 'alert_&lt;ORACLE_SID&gt;.log' and will be in the 'user dump' directory configured in the Oracle initialisation file (by default $ORACLE_HOME/dbs/init&lt;ORACLE_SID&gt;.ora or as defined by the pfile= parameter to svrmgrl).&lt;BR /&gt;&lt;BR /&gt;This log contains (amongst a lot of other information) details of instance startup and shutdown.&lt;/ORACLE_SID&gt;&lt;/ORACLE_SID&gt;</description>
      <pubDate>Thu, 14 Sep 2000 20:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-novice/m-p/2445324#M769454</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-09-14T20:17:32Z</dc:date>
    </item>
  </channel>
</rss>

