<?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: see DBWR trace file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258091#M888317</link>
    <description>Hi Printaporn&lt;BR /&gt;&lt;BR /&gt;Ok, I wont use DBCA.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
    <pubDate>Tue, 27 Apr 2004 15:19:09 GMT</pubDate>
    <dc:creator>Stephen Badgett</dc:creator>
    <dc:date>2004-04-27T15:19:09Z</dc:date>
    <item>
      <title>see DBWR trace file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258079#M888305</link>
      <description>I used the dbca program to delete a database drug and now I get weard message.  I would like to just start over!&lt;BR /&gt;&lt;BR /&gt;What does this message mean ( see DBWR trace file )? &lt;BR /&gt;&lt;BR /&gt;Connected to an idle instance.&lt;BR /&gt;SQL&amp;gt; startup&lt;BR /&gt;ORACLE instance started.&lt;BR /&gt;&lt;BR /&gt;Total System Global Area  320301720 bytes&lt;BR /&gt;Fixed Size                   735896 bytes&lt;BR /&gt;Variable Size             285212672 bytes&lt;BR /&gt;Database Buffers           33554432 bytes&lt;BR /&gt;Redo Buffers                 798720 bytes&lt;BR /&gt;Database mounted.&lt;BR /&gt;ORA-01157: cannot identify/lock data file 12 - see DBWR trace file&lt;BR /&gt;ORA-01110: data file 12: '/pcsi/app/oracle/oradata/orx/DRUG.dbf'&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Apr 2004 15:08:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258079#M888305</guid>
      <dc:creator>Stephen Badgett</dc:creator>
      <dc:date>2004-04-23T15:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: see DBWR trace file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258080#M888306</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;may I know the owner and group, i.e. oracle:dba, of the file, DRUG.dbf as compare to the other data files?&lt;BR /&gt;&lt;BR /&gt;it seems the owner or group of that file may have been change.&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Fri, 23 Apr 2004 21:14:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258080#M888306</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2004-04-23T21:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: see DBWR trace file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258081#M888307</link>
      <description>more info:&lt;BR /&gt;&lt;BR /&gt;you may like to refer to Metalink Doc:212053.1, if not see the following:&lt;BR /&gt;&lt;BR /&gt;==================================&lt;BR /&gt;fact: Oracle Server - Enterprise Edition&lt;BR /&gt;symptom: Alter database open fails&lt;BR /&gt;symptom: ORA-01110: data file %s: '%s'&lt;BR /&gt;symptom: ORA-01157: cannot identify datafile %s - file not found&lt;BR /&gt;change: File Was Physically Deleted From The System&lt;BR /&gt;cause: The database control file is corrupt because the file is physically &lt;BR /&gt;deleted from the system but not from the control file .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;fix:&lt;BR /&gt;&lt;BR /&gt;Find out which tablespace the datafile belongs to and perform the following &lt;BR /&gt;actions:&lt;BR /&gt;&lt;BR /&gt;From SQL*Plus or Server Manager :&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; Startup mount &lt;BR /&gt;SQL&amp;gt; Alter database datafile &lt;DATAFILE&gt; offline drop;&lt;BR /&gt;SQL&amp;gt; Alter database open ;&lt;BR /&gt;SQL&amp;gt; Drop tablespace &lt;TABLESPACE&gt; including contents; &lt;BR /&gt;( tablespace to which the datafile belonged, first check if any other datafiles &lt;BR /&gt;belong to the same tablespace )&lt;BR /&gt;&lt;BR /&gt;Recreate the tablespace afterwards.&lt;BR /&gt;&lt;BR /&gt;==================================&lt;BR /&gt;&lt;BR /&gt;hope this help.&lt;BR /&gt;&lt;BR /&gt;regards.&lt;/TABLESPACE&gt;&lt;/DATAFILE&gt;</description>
      <pubDate>Fri, 23 Apr 2004 21:21:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258081#M888307</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2004-04-23T21:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: see DBWR trace file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258082#M888308</link>
      <description>ORA-01157:&lt;BR /&gt;&lt;BR /&gt;Cause: The background process was either unable to find one of the data files or failed to lock it because the file was already in use. The database will prohibit access to this file but other files will be unaffected. However, the first instance to open the database will need to access all online data files. The accompanying error from the operating system describes why the file could not be identified.&lt;BR /&gt;&lt;BR /&gt;Action: At the operating system level, make the file available to the database. Then either open the database or do an ALTER SYSTEM CHECK DATAFILES.&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Apr 2004 23:39:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258082#M888308</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2004-04-23T23:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: see DBWR trace file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258083#M888309</link>
      <description>1. Are you sure the DBCA, delete datafile operation was sucessfully over?&lt;BR /&gt;&lt;BR /&gt;2. If yes, it seems that you are starting the Oracle instance with a old control file. Since this control has information for the deleted datafile, it is asking for the datafile and hence not able to open the database.&lt;BR /&gt;&lt;BR /&gt;3. Else you may have to carry out the recovery using an online/offline backup and redo/archive log files.&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Sat, 24 Apr 2004 09:42:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258083#M888309</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-04-24T09:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: see DBWR trace file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258084#M888310</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;if you want to delete database , don't need to use dbca , just delete all datafiles.&lt;BR /&gt;redolog and archivelog and initial parameter file.&lt;BR /&gt;&lt;BR /&gt;shutdown abort&lt;BR /&gt;startup mount&lt;BR /&gt;select name from v$datafile (to list datafiles)&lt;BR /&gt;select member from v$logfile ( to check redolog).&lt;BR /&gt;shutdown abort.&lt;BR /&gt;&lt;BR /&gt;then delete those listed above files.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 25 Apr 2004 23:10:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258084#M888310</guid>
      <dc:creator>Printaporn_1</dc:creator>
      <dc:date>2004-04-25T23:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: see DBWR trace file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258085#M888311</link>
      <description>What are you trying to do.&lt;BR /&gt;&lt;BR /&gt;you have deleted the database.If you have deleted the database drug and you should definitely receive weird messages.&lt;BR /&gt;&lt;BR /&gt;Please revert as what you exactly looking for,&lt;BR /&gt;&lt;BR /&gt;Any problems with the database the first step is to check the alert&lt;SID&gt;.log for the database.&lt;BR /&gt;Please post the alert log and the trace file for the same&lt;/SID&gt;</description>
      <pubDate>Sun, 25 Apr 2004 23:28:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258085#M888311</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-04-25T23:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: see DBWR trace file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258086#M888312</link>
      <description>I got your question!&lt;BR /&gt;&lt;BR /&gt;There might be some OS related problems.&lt;BR /&gt;&lt;BR /&gt;First check the alertlog of the database located under bdump directory.&lt;BR /&gt;Do attach the trace file.&lt;BR /&gt;&lt;BR /&gt;Revert</description>
      <pubDate>Sun, 25 Apr 2004 23:31:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258086#M888312</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-04-25T23:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: see DBWR trace file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258087#M888313</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;More details about the location of the DBWR trace file will be found in the alert.log.&lt;BR /&gt;&lt;BR /&gt;note that it can also be that the kernel parameter for the number of concurrent locks is not high enough. &lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Mon, 26 Apr 2004 00:00:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258087#M888313</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2004-04-26T00:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: see DBWR trace file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258088#M888314</link>
      <description>Thanks sks,&lt;BR /&gt;&lt;BR /&gt;The DBCA process might of had a glitch at the end.  I do not remember what it was but there did seem to be a problem at the end that I ignored, sorry&lt;BR /&gt;&lt;BR /&gt;Thanks for your response.  I will look into all the suggestions posted here and answer each.&lt;BR /&gt;Thank you all for your input.&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Apr 2004 10:35:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258088#M888314</guid>
      <dc:creator>Stephen Badgett</dc:creator>
      <dc:date>2004-04-26T10:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: see DBWR trace file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258089#M888315</link>
      <description>Hi Yogeeraj&lt;BR /&gt;&lt;BR /&gt;The problem is fixed now.&lt;BR /&gt;&lt;BR /&gt;The DBWR trace file gave me nothing as to what the problem was and the trace function  did not seem to be turned on or is at a low setting.  Is the trace adjusted in the init.ora file?&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Apr 2004 15:04:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258089#M888315</guid>
      <dc:creator>Stephen Badgett</dc:creator>
      <dc:date>2004-04-27T15:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: see DBWR trace file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258090#M888316</link>
      <description>Hi T G Manikandan,&lt;BR /&gt;&lt;BR /&gt;Thank you for your input.&lt;BR /&gt;&lt;BR /&gt;The issue has been fixed.&lt;BR /&gt;&lt;BR /&gt;I also looked in the alert.log file and see this but this is in a past for now and I will keep an eye out for other clues&lt;BR /&gt;&lt;BR /&gt;ORA-00202: controlfile: 'ora_control5'&lt;BR /&gt;ORA-27037: unable to obtain file status&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 27 Apr 2004 15:17:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258090#M888316</guid>
      <dc:creator>Stephen Badgett</dc:creator>
      <dc:date>2004-04-27T15:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: see DBWR trace file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258091#M888317</link>
      <description>Hi Printaporn&lt;BR /&gt;&lt;BR /&gt;Ok, I wont use DBCA.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 27 Apr 2004 15:19:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258091#M888317</guid>
      <dc:creator>Stephen Badgett</dc:creator>
      <dc:date>2004-04-27T15:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: see DBWR trace file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258092#M888318</link>
      <description>Hi Sanjay Kumar Suri,&lt;BR /&gt;&lt;BR /&gt;The DBCA, delete datafile operation did have problems at the end and I did not get a screen print of them but I thought it was asking me if I wanted to continue anyway and I did, BAD MOVE!&lt;BR /&gt;&lt;BR /&gt;Any way the problem is fixed :)&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 27 Apr 2004 15:22:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258092#M888318</guid>
      <dc:creator>Stephen Badgett</dc:creator>
      <dc:date>2004-04-27T15:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: see DBWR trace file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258093#M888319</link>
      <description>Thank you twang for your help in understanding the processes better.&lt;BR /&gt;The issue has be fixed.&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Apr 2004 15:25:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258093#M888319</guid>
      <dc:creator>Stephen Badgett</dc:creator>
      <dc:date>2004-04-27T15:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: see DBWR trace file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258094#M888320</link>
      <description>Hi Joseph Loo &lt;BR /&gt;&lt;BR /&gt;This was the anser, thank you&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Apr 2004 15:27:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/see-dbwr-trace-file/m-p/3258094#M888320</guid>
      <dc:creator>Stephen Badgett</dc:creator>
      <dc:date>2004-04-27T15:27:10Z</dc:date>
    </item>
  </channel>
</rss>

