- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Oracle 8I Fails to Start
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
Forums
Discussions
Discussions
Discussions
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
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
08-09-2005 06:44 AM
08-09-2005 06:44 AM
Oracle hasn't been much help with this.
Can anyone provide insight into what Oracle is requesting from VMS at startup (contiguous pages, etc.)? Thx
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 06:56 AM
08-09-2005 06:56 AM
Re: Oracle 8I Fails to Start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 08:00 AM
08-09-2005 08:00 AM
Re: Oracle 8I Fails to Start
This does tend to have some bearing on the fix. When you put your car in for service, do you tell the mechanic what's wrong, or just tell him "something ain't right, and it might be the transmission".
1. Get the error message - it does have an impact on the speed and accuracy of diagnosis
2. review the 8i VMS Installation manual, and ensure that you meet the requirements for installation.
It can be found at http://download-west.oracle.com/docs/pdf/A86708_01.pdf (registration required)
q
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 09:46 AM
08-09-2005 09:46 AM
Re: Oracle 8I Fails to Start
SVRMGR> startup
ORA-27125: unable to create shared memory segment
I have re-examined the VMS Install guide but didn't see the ref to setting any VMS parameters that might cause this problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 01:34 PM
08-09-2005 01:34 PM
Re: Oracle 8I Fails to Start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 03:32 PM
08-09-2005 03:32 PM
SolutionWe get this occasionally - probably need to up gblpages (as of V7 it is dynamic) otherwise you need a reboot :)
This happens if Oracle is allowed to retune itself based on usage throught the period it is up and upon restart it just grabs more resources.
Hope this helps.
Robert.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 03:33 PM
08-09-2005 03:33 PM
Re: Oracle 8I Fails to Start
ORA-27125: unable to create shared memory segment
Jack,
Is there a secondary message giving a real OpenVMS condition code? There are many reasons Oracle might faile to create shared memory. VMS would have told them why, if they've thrown away vital clues, the it's back to them to solve it!
Purely guessing... it might have to do with a shortage of contiguous global pages. check F$GETSYI("CONTIG_GBLPAGES") and F$GETSYI("FREE_GBLPAGES")
If you're V7.3 or higher, you can increase GBLPAGES dynamically:
SYSGEN> USE ACTIVE
SYSGEN> SET GBLPAGES new-value
SYSGEN> WRITE ACTIVE
The Oracle installation guide should give you a way to calculate the requirements, but there is only a small penalty for over allocation.
Also keep in mind that it may take time for a deleted global section to be freed up for reuse. Granted this shouldn't be an issue during startup, but if you wish to be able to stop and restart Oracle, you should probably work out the operating values and multiply by three.
One other issue... the STARTUP process has very low, hardcoded quotas. It could be that you're hitting one of them. Maybe put the Oracle startup into a batch job, triggered by the startup, as suggested by Uwe. That way you have complete control over the entire environment, including quotas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 05:37 PM
08-09-2005 05:37 PM
Re: Oracle 8I Fails to Start
there is an ORACLE note: 69301.1 which discusses various reasons for these kinds of ORACLE startup problems.
You can find it in the INFO-VAX archives, e.g. on:
http://mvb.saic.com/freeware/info-vax/2002_183.txt
Search for 69301.1 on that page and read the article.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 05:46 PM
08-09-2005 05:46 PM
Re: Oracle 8I Fails to Start
how do you start Oracle when booting?
You 'should' do it by submitting a startup job as the user Oracle (this is the user when installing Oracle and creating instances).
It is important that ALL Oracle processes run as user Oracle.
Calculations of system parameters you can find in the VMS instal guide, but if you succeeded to install and startup the instance previously I think they are sufficient (at least to start the instance).
Rgds
Marc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 05:55 PM
08-09-2005 05:55 PM
Re: Oracle 8I Fails to Start
if you're not using Reserved Memory for your ORACLE SGA, then the only reason for this error should be:
%SYSTEM-F-INSFLPGS, insufficient Fluid Pages available
This is described as Problem 3 in the article pointed to by my previous answer.
ORACLE is using SYS$CRMPSC_GDZRO_64 to create the memory-resident global demand zero section. You may need an ORACLE patch, if the secondary OpenVMS system service status is NOT being displayed.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 06:13 PM
08-09-2005 06:13 PM
Re: Oracle 8I Fails to Start
also check your alert.log file. It will give more detailed information about what went wrong.
Regards
Marc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 09:30 PM
08-09-2005 09:30 PM
Re: Oracle 8I Fails to Start
as I see it, the most important part of the original post was the FAILURE to start automatically upon boot, and after that, the SUCCESSFULL manual startup.
This pretty much excludes SYSGEN causes!
Jack,
what is the _EXACT_ syntax of startup of Oracle in the bootstrap sequence?
My current guess (based upon insufficient info, so indeed: a guess) would be to agree with Marc.
Your first check should be to verify that the Orcale startup sequence is indeed executed by user Oracle.
If that is Ok, we will take it from there.
hth
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 05:48 PM
08-11-2005 05:48 PM
Re: Oracle 8I Fails to Start
any news on this case?
Rgds
Marc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2005 07:36 AM
08-30-2005 07:36 AM
Re: Oracle 8I Fails to Start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2005 09:13 AM
08-30-2005 09:13 AM
Re: Oracle 8I Fails to Start
closing this thread for now. If I get
more info in the future, I'll reopen this
or start a related case. Thanks all.