- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- STARTUP Command not working with Oracle 8.0.6. - I...
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
тАО03-07-2002 06:22 AM
тАО03-07-2002 06:22 AM
STARTUP Command not working with Oracle 8.0.6. - Instance could not be created
Trying to create DataBase with the following message :
cyb_hpux [ /cyborg/app/oracle/product/806/bin ] $ sqlplus /nolog
SQL*Plus: Release 8.0.6.0.0 - Production on Thu Mar 7 13:15:49 2002
(c) Copyright 1999 Oracle Corporation. All rights reserved.
SQL> conn system/manager as sysdba
Connected.
SQL> startup nomount
unknown command beginning "startup no..." - rest of line ignored.
SQL>
If you can assist me, I'll highly appreciate it!
Thanks!
Best regards,
Engo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2002 06:43 AM
тАО03-07-2002 06:43 AM
Re: STARTUP Command not working with Oracle 8.0.6. - Instance could not be created
You should go for the svrmgr ( ORACLE_HOME/bin ) command.
Run this one, do the connect and then try to start the database.
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2002 06:57 AM
тАО03-07-2002 06:57 AM
Re: STARTUP Command not working with Oracle 8.0.6. - Instance could not be created
go by svrmgrl
and
connect internal
Be sure to have appropriate init.ora file created, so the memory required can be allocated.
BTW, bette you apply some patches before you start. 8.0.6.0.0 might be way too low.
Do not know what was the last deliverd patch, but I think 8.0.6.4.something should be minimum.
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2002 07:12 AM
тАО03-07-2002 07:12 AM
Re: STARTUP Command not working with Oracle 8.0.6. - Instance could not be created
You can't use SQL*Plus for Starting up databases and shutdown down on Oracle 8.x.
Only as of 9.x
use svrmgrl as suggested.
Andreas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2002 07:14 AM
тАО03-07-2002 07:14 AM
Re: STARTUP Command not working with Oracle 8.0.6. - Instance could not be created
Thanks for your assistance!
Unfortunately, I used the Server Manager for starting up the Database without success.
Let you know that I'd like to use SQLPLUS /NOLOG regarding to the future version of Oracle 9i.
This the latest process :
[/cyborg/app/oracle/product/806/bin ] $ svrmgrl
Oracle Server Manager Release 3.0.6.0.0 - Production
(c) Copyright 1999, Oracle Corporation. All Rights Reserved.
Oracle8 Enterprise Edition Release 8.0.6.0.0 - Production
PL/SQL Release 8.0.6.0.0 - Production
SVRMGR> connect system/manager as sysdba
Connected.
SVRMGR> startup nomount
LRM-00101: unknown parameter name 'lock_shared_memory'
ORA-01078: failure in processing system parameters
SVRMGR>
Thanks1
Best regards,
Engo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2002 07:26 AM
тАО03-07-2002 07:26 AM
Re: STARTUP Command not working with Oracle 8.0.6. - Instance could not be created
Remove the parameter "lock_shared_memory"
and try again.
Believe you'll need special privilieges to lock memory.
(setprivgrp dba MLOCK)
Andreas