- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Creating the ORACLE instance doesn't work with "sq...
Operating System - HP-UX
1820260
Members
2937
Online
109622
Solutions
Forums
Categories
Company
Local Language
back
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
Discussions
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-08-2002 01:08 AM
03-08-2002 01:08 AM
Hi there.
Just to remind you that we're not migrating from 7.3.4 to 8.0.6 yet.
I'd like to create another instance by using the Command "sqlplus /nolog" not "svrmgrl" because of the future migration to 9i version which recommands us to use "sqlplus /nolog".
I've followed your instructions and this is what I've found :
1. the "svrmgrl" command allows me to startup the database after commenting/removing hte parmater LOCK_SHARED_MEMORY setted in the initora123.ora file (With this, I'm happy and thanks for your assistance)
------------------------------------------------------------------------
# By default, this is false.
#lock_shared_memory = false
# define parallel server (multi-instance) parameters
# ifile = ora_system:initps.ora
# define two control files by default
control_files = ($ORACLE_HOME/admin/etrecia/oradata/ctrl1ora123.ctl,$ORACLE_HOME
/admin/etrecia/oradata/ctrl2ora123.ctl,$ORACLE_HOME/admin/etrecia/oradata/ctrl3o
ra123.ctl)
compatible=8.0.6.0.0
~
~
~
"initora123.ora" 164 lines, 7780 characters
cyb_hpux [ /cyborg/app/oracle/product/806/bin ] $ echo $ORACLE_HOME
/cyborg/app/oracle/product/806
cyb_hpux [ /cyborg/app/oracle/product/806/bin ] $ echo $ORACLE_SID
ora123
cyb_hpux [ /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 internal
Connected.
SVRMGR> connect system/manager as sydba
MGR-03525: expected SYSDBA or SYSOPER, not "sydba"
SVRMGR> connect system/manager as sysdba
Connected.
SVRMGR> startup nomount
ORACLE instance started.
Total System Global Area 8682472 bytes
Fixed Size 52200 bytes
Variable Size 6299648 bytes
Database Buffers 2252800 bytes
Redo Buffers 77824 bytes
SVRMGR> shutdown
ORA-01507: database not mounted
ORACLE instance shut down.
SVRMGR> quit
Server Manager complete.
cyb_hpux [ /cyborg/app/oracle/product/806/bin ] $ sqlplus /nolog
SQL*Plus: Release 8.0.6.0.0 - Production on Fri Mar 8 10:19:19 2002
(c) Copyright 1999 Oracle Corporation. All rights reserved.
SQL> connect system/manager as sysdba
Connected.
SQL> startup nomount
unknown command beginning "startup no..." - rest of line ignored.
SQL>
------------------------------------------------------------------------
2. the 'sqlplus' command doesn't allow me to startup the ORACLE instance:
cyb_hpux [ /cyborg/app/oracle/product/806/bin ] $ sqlplus /nolog
SQL*Plus: Release 8.0.6.0.0 - Production on Fri Mar 8 10:12:17 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> quit
ERROR:
ORA-01012: not logged on
Disconnected
=========================================================================
Would you please explain me why "sqlplus /nolog" command can not be run successfully with Version 8.x? (Because it is a part of Oracle 8 Entreprise Edition, we have the choice to select one of the two commands).
I'll appreciate your assistance.
Best Regards,
Engo.
Just to remind you that we're not migrating from 7.3.4 to 8.0.6 yet.
I'd like to create another instance by using the Command "sqlplus /nolog" not "svrmgrl" because of the future migration to 9i version which recommands us to use "sqlplus /nolog".
I've followed your instructions and this is what I've found :
1. the "svrmgrl" command allows me to startup the database after commenting/removing hte parmater LOCK_SHARED_MEMORY setted in the initora123.ora file (With this, I'm happy and thanks for your assistance)
------------------------------------------------------------------------
# By default, this is false.
#lock_shared_memory = false
# define parallel server (multi-instance) parameters
# ifile = ora_system:initps.ora
# define two control files by default
control_files = ($ORACLE_HOME/admin/etrecia/oradata/ctrl1ora123.ctl,$ORACLE_HOME
/admin/etrecia/oradata/ctrl2ora123.ctl,$ORACLE_HOME/admin/etrecia/oradata/ctrl3o
ra123.ctl)
compatible=8.0.6.0.0
~
~
~
"initora123.ora" 164 lines, 7780 characters
cyb_hpux [ /cyborg/app/oracle/product/806/bin ] $ echo $ORACLE_HOME
/cyborg/app/oracle/product/806
cyb_hpux [ /cyborg/app/oracle/product/806/bin ] $ echo $ORACLE_SID
ora123
cyb_hpux [ /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 internal
Connected.
SVRMGR> connect system/manager as sydba
MGR-03525: expected SYSDBA or SYSOPER, not "sydba"
SVRMGR> connect system/manager as sysdba
Connected.
SVRMGR> startup nomount
ORACLE instance started.
Total System Global Area 8682472 bytes
Fixed Size 52200 bytes
Variable Size 6299648 bytes
Database Buffers 2252800 bytes
Redo Buffers 77824 bytes
SVRMGR> shutdown
ORA-01507: database not mounted
ORACLE instance shut down.
SVRMGR> quit
Server Manager complete.
cyb_hpux [ /cyborg/app/oracle/product/806/bin ] $ sqlplus /nolog
SQL*Plus: Release 8.0.6.0.0 - Production on Fri Mar 8 10:19:19 2002
(c) Copyright 1999 Oracle Corporation. All rights reserved.
SQL> connect system/manager as sysdba
Connected.
SQL> startup nomount
unknown command beginning "startup no..." - rest of line ignored.
SQL>
------------------------------------------------------------------------
2. the 'sqlplus' command doesn't allow me to startup the ORACLE instance:
cyb_hpux [ /cyborg/app/oracle/product/806/bin ] $ sqlplus /nolog
SQL*Plus: Release 8.0.6.0.0 - Production on Fri Mar 8 10:12:17 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> quit
ERROR:
ORA-01012: not logged on
Disconnected
=========================================================================
Would you please explain me why "sqlplus /nolog" command can not be run successfully with Version 8.x? (Because it is a part of Oracle 8 Entreprise Edition, we have the choice to select one of the two commands).
I'll appreciate your assistance.
Best Regards,
Engo.
After Remembering Myself, Anything Desappears.
Solved! Go to Solution.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 02:45 AM
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP