- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ORA-00471: DBWR process terminated with error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2005 08:29 PM
тАО11-08-2005 08:29 PM
ORA-00471: DBWR process terminated with error
I run a lot of Oracle 9.2 DBs on HP-UX on itanium. Yesterday, I extended the oradata volume group and 2 minutes later, all DBs chrashed with the following messages:
System name: HP-UX
Node name: hgvb01
Release: B.11.23
Version: U
Machine: ia64
Instance name: P01RTBA9
Redo thread mounted by this instance: 1
Oracle process number: 2
Unix process pid: 17082, image: oracle@hgvb01 (PMON)
*** 2005-11-08 16:58:02.132
*** SESSION ID:(1.1) 2005-11-08 16:58:02.092
error 471 detected in background process
ORA-00471: DBWR process terminated with error
Can someone help ?
Thanks.
Olivier.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2005 09:09 PM
тАО11-08-2005 09:09 PM
Re: ORA-00471: DBWR process terminated with error
ORA-00471: DBWR process terminated with error
Cause: The Database Writer process terminated abnormally.
Action: Check the accompanying messages, and the background process trace file. Correct the problem mentioned in the messages. Then shut down and restart the instance. If the trace file mentions any other background process messages, check the trace file for the mentioned process until the root message is found.
Regards,
Awadhesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2005 09:53 PM
тАО11-08-2005 09:53 PM
Re: ORA-00471: DBWR process terminated with error
can you also post the error from the alert.log?
thanks
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2005 10:04 PM
тАО11-08-2005 10:04 PM
Re: ORA-00471: DBWR process terminated with error
Here is the message in the alert log:
Tue Nov 8 16:58:02 2005
Errors in file /oracle/oradb/admin/P01RTBA9/bdump/p01rtba9_pmon_17082.trc:
ORA-00471: DBWR process terminated with error
Tue Nov 8 16:58:02 2005
PMON: terminating instance due to error 471
Instance terminated by PMON, pid = 17082
I found on OSS (SAP) a note about a bug in Veritas cluster software. This may terminate the Oracle process with a kill-9 !
May be this is the problem ?
Thanks.
Olivier.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2005 11:21 PM
тАО11-08-2005 11:21 PM
Re: ORA-00471: DBWR process terminated with error
have you been able to startup the database again after the crash?
thanks
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2005 11:22 PM
тАО11-08-2005 11:22 PM
Re: ORA-00471: DBWR process terminated with error
"Yesterday, I extended the oradata volume group and 2 minutes later, all DBs chrashed with the following "
I don't think you should do this operation with the database running...
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2005 11:30 PM
тАО11-08-2005 11:30 PM
Re: ORA-00471: DBWR process terminated with error
I was able to restart all DBs after the crash.
If I need to increase the size of a file system, I should only unmount it before I execute the lvextend command. Extending the volume group should have no effect on a running system, amI right ?
Thanks.
Olivier.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-08-2005 11:50 PM
тАО11-08-2005 11:50 PM
Re: ORA-00471: DBWR process terminated with error
"normally" this operation should be rather transparent but still, to be cautious i would prefer to stop database operations during that interval..
maybe the experts can clarify more on this incident
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-09-2005 12:19 AM
тАО11-09-2005 12:19 AM
Re: ORA-00471: DBWR process terminated with error
The DBWR process will fail if it can not access the disk, even for a short period of time.
Patti