- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Oracle hangs on ALTER DATABASE OPEN RESETLOGS; whe...
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
тАО09-08-2003 08:22 AM
тАО09-08-2003 08:22 AM
Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks
We did this with a small database last week, som 16 GB, with no problem.
When we do this with a bigger database, about 100 GB, Oracle just hangs with no error message on the the command ALTER DATABASE OPEN RESETLOGS; when atempting to open the database.
We can't figure out why.. Is there somehting about hpux 11i, which would cause this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2003 08:29 AM
тАО09-08-2003 08:29 AM
Re: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks
It could be the database is trying to open a file bigger than 2 GB on a filesystem that isn't set up for large files.
Oracle can act like that when onf of the filesystems involved in the command is just too full.
Perhaps check /var/adm/syslog/syslog.log while running the command. There should be some clues in there.
tail -f /var/adm/syslog/syslog.log
The alert log should show something.
I'd go back and check the filesystems involved and make sure the appropriate ones are large files enabled.
You might also want to post up kmtune output because kernel settings could be triggering this.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2003 08:32 AM
тАО09-08-2003 08:32 AM
Re: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks
tail -f alert_SID.log tells you anything ?
I think that you can see smon working.
Once it took 20 minutes to do an open resetlogs, so time must not be a real issue.
How long did you wait ?
Second think to check: id the db in archivelog mode and the archiver is started?
ps -ef | grep arc
if this is the case, oracle IS hang, and you must start manually the archiver:
svrmgrl> connect internal;
svrmgrl> archive log start;
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2003 12:19 PM
тАО09-08-2003 12:19 PM
Re: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks
Also, do you see any processes spinning and taking up CPU under the 'oracle' user (or owner of the binaries). User processes or database processes.
And why are you on 7.3.4 still? The bare minimum that you should be on is 8.0.6.3.0.
Thanks,
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2003 08:11 PM
тАО09-08-2003 08:11 PM
Re: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks
What procedure are you using to clone the database. And when you say it hangs for how long and have you checked for any error logs.
Check in the BDUMP directory for the alert log and see if there are ORA errors reported. And for the UNIX promt grep for PMON process and see if it is runnning.
And the other thing is Oracle RDBMS 7.3.4 is certified on HP 11i, but it is as per EMS (Extended Maintenance Support). Do you have EMS with oracle.
Please provide more info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2003 10:15 PM
тАО09-08-2003 10:15 PM
Re: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2003 10:16 PM
тАО09-08-2003 10:16 PM
Re: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2003 10:50 PM
тАО09-08-2003 10:50 PM
Re: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2003 09:38 AM
тАО09-09-2003 09:38 AM
Re: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks
Tue Sep 9 11:37:02 2003
Successful mount of redo thread 1.
Tue Sep 9 11:37:02 2003
Completed: CREATE CONTROLFILE REUSE
DATABASE "R11C" RESETLOGS...
Tue Sep 9 11:37:02 2003
ARCH: Archival stopped
Tue Sep 9 11:37:02 2003
ALTER DATABASE OPEN RESETLOGS
Tue Sep 9 11:37:03 2003
RESETLOGS after incomplete recovery UNTIL CHANGE 1171211638
ORA-344 signalled during: ALTER DATABASE OPEN RESETLOGS...
Shutting down instance (abort)
License high water mark = 11
When you look that up, it says:
oracle@acshps02 [PROD] > oerr ora 344
00344, 00000, "unable to recreate online log '%s'"
// *Cause: An I/O failure occurred when attempting to recreate an online as
// part of either ALTER DATABASE OPEN RESETLOGS or ALTER DATABASE
// CLEAR LOGFILE command.
// *Action: Correct the file/device as indicated by accompanying errors.
What I/O failure would that be? I don't see it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2003 12:11 PM
тАО09-09-2003 12:11 PM
Re: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks
Thanks,
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2003 04:49 PM
тАО09-09-2003 04:49 PM
Re: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks
An I/O failure could be of any reason. Soem of the reasons coule be......
1. Check that the file is accessible. Correct the file/device as indicated by accompanying errors.
2.Possible lack of space on device.
3. May be you have placed your datafiles in a different directory path. You recreated your controlfile and did not list the new location of the redo log groups.
Can you check the script which has the file name and path and verify with the physical name and path of the file.
IA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2003 06:03 AM
тАО09-10-2003 06:03 AM
Re: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks
i don't know if you have already solved your problem, but this looks like some files (online logs) are damaged, maybe wrong permission, maybe wrong ownership, maybe they are really messed up by some mars activity :)
Seriuosly: since you have already issued the create controlfile with the resetlogs, you should make sure that those file are fully accessible by oracle, also check directories.
If in need, restore the online redolog, they are the compromised part.
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2003 06:03 AM
тАО09-10-2003 06:03 AM
Re: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks
Failing this, try doing a fsck on the volume that the log should go on.
= Mike =
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2003 08:47 AM
тАО09-10-2003 08:47 AM
Re: Oracle hangs on ALTER DATABASE OPEN RESETLOGS; when atempting to open the database. Thanks
by any chance ...
Did you increase the size/number/location of the logfiles in your sourcedb and did not adjust the filesystem size/layout on target ?
...and simply run out of space / existing directories ?
Volker