<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Creating the ORACLE instance doesn't work with &amp;quot;sqlplus /nolog&amp;quot; command instead of &amp;quot;svrmgrl&amp;quot; in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-the-oracle-instance-doesn-t-work-with-quot-sqlplus/m-p/2678681#M907817</link>
    <description>I believe that the full set of svrmgrl commands weren't available in sqlplus until 8i (8.1.5 and up).  So in 8.0.6 I you're stuck with using svrmgrl.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
    <pubDate>Fri, 08 Mar 2002 10:45:07 GMT</pubDate>
    <dc:creator>Steven Gillard_2</dc:creator>
    <dc:date>2002-03-08T10:45:07Z</dc:date>
    <item>
      <title>Creating the ORACLE instance doesn't work with "sqlplus /nolog" command instead of "svrmgrl"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-the-oracle-instance-doesn-t-work-with-quot-sqlplus/m-p/2678680#M907816</link>
      <description>Hi there.&lt;BR /&gt;&lt;BR /&gt;Just to remind you that we're not migrating from 7.3.4 to 8.0.6 yet.&lt;BR /&gt;&lt;BR /&gt;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".&lt;BR /&gt;&lt;BR /&gt;I've followed your instructions and this is what I've found :&lt;BR /&gt;&lt;BR /&gt;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)&lt;BR /&gt;&lt;BR /&gt;------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;# By default, this is false.&lt;BR /&gt;#lock_shared_memory = false&lt;BR /&gt;&lt;BR /&gt;# define parallel server (multi-instance) parameters&lt;BR /&gt;# ifile = ora_system:initps.ora&lt;BR /&gt;&lt;BR /&gt;# define two control files by default&lt;BR /&gt;control_files = ($ORACLE_HOME/admin/etrecia/oradata/ctrl1ora123.ctl,$ORACLE_HOME&lt;BR /&gt;/admin/etrecia/oradata/ctrl2ora123.ctl,$ORACLE_HOME/admin/etrecia/oradata/ctrl3o&lt;BR /&gt;ra123.ctl)&lt;BR /&gt;compatible=8.0.6.0.0&lt;BR /&gt;~&lt;BR /&gt;~&lt;BR /&gt;~&lt;BR /&gt;"initora123.ora" 164 lines, 7780 characters &lt;BR /&gt;&lt;BR /&gt;cyb_hpux [ /cyborg/app/oracle/product/806/bin ] $ echo $ORACLE_HOME&lt;BR /&gt;/cyborg/app/oracle/product/806&lt;BR /&gt;cyb_hpux [ /cyborg/app/oracle/product/806/bin ] $ echo $ORACLE_SID &lt;BR /&gt;ora123&lt;BR /&gt;&lt;BR /&gt;cyb_hpux [ /cyborg/app/oracle/product/806/bin ] $ svrmgrl&lt;BR /&gt;&lt;BR /&gt;Oracle Server Manager Release 3.0.6.0.0 - Production&lt;BR /&gt;&lt;BR /&gt;(c) Copyright 1999, Oracle Corporation.  All Rights Reserved.&lt;BR /&gt;&lt;BR /&gt;Oracle8 Enterprise Edition Release 8.0.6.0.0 - Production&lt;BR /&gt;PL/SQL Release 8.0.6.0.0 - Production&lt;BR /&gt;&lt;BR /&gt;SVRMGR&amp;gt; connect internal&lt;BR /&gt;Connected.&lt;BR /&gt;SVRMGR&amp;gt; connect system/manager as sydba&lt;BR /&gt;MGR-03525: expected SYSDBA or SYSOPER, not "sydba"&lt;BR /&gt;SVRMGR&amp;gt; connect system/manager as sysdba&lt;BR /&gt;Connected.&lt;BR /&gt;SVRMGR&amp;gt; startup nomount&lt;BR /&gt;ORACLE instance started.&lt;BR /&gt;Total System Global Area                          8682472 bytes&lt;BR /&gt;Fixed Size                                          52200 bytes&lt;BR /&gt;Variable Size                                     6299648 bytes&lt;BR /&gt;Database Buffers                                  2252800 bytes&lt;BR /&gt;Redo Buffers                                        77824 bytes&lt;BR /&gt;SVRMGR&amp;gt; shutdown&lt;BR /&gt;ORA-01507: database not mounted&lt;BR /&gt;ORACLE instance shut down.&lt;BR /&gt;SVRMGR&amp;gt; quit&lt;BR /&gt;Server Manager complete.&lt;BR /&gt;cyb_hpux [ /cyborg/app/oracle/product/806/bin ] $ sqlplus /nolog&lt;BR /&gt;&lt;BR /&gt;SQL*Plus: Release 8.0.6.0.0 - Production on Fri Mar 8 10:19:19 2002&lt;BR /&gt;&lt;BR /&gt;(c) Copyright 1999 Oracle Corporation.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; connect system/manager  as sysdba&lt;BR /&gt;Connected.&lt;BR /&gt;SQL&amp;gt; startup nomount&lt;BR /&gt;unknown command beginning "startup no..." - rest of line ignored.&lt;BR /&gt;SQL&amp;gt; &lt;BR /&gt;&lt;BR /&gt;------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;2. the 'sqlplus' command doesn't allow me to startup the ORACLE instance:&lt;BR /&gt;&lt;BR /&gt;cyb_hpux [ /cyborg/app/oracle/product/806/bin ] $ sqlplus /nolog&lt;BR /&gt;&lt;BR /&gt;SQL*Plus: Release 8.0.6.0.0 - Production on Fri Mar 8 10:12:17 2002&lt;BR /&gt;&lt;BR /&gt;(c) Copyright 1999 Oracle Corporation.  All rights reserved.&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; conn system/manager as sysdba&lt;BR /&gt;Connected.&lt;BR /&gt;SQL&amp;gt; startup nomount&lt;BR /&gt;unknown command beginning "startup no..." - rest of line ignored.&lt;BR /&gt;SQL&amp;gt; quit&lt;BR /&gt;ERROR:&lt;BR /&gt;ORA-01012: not logged on&lt;BR /&gt;&lt;BR /&gt;Disconnected&lt;BR /&gt;&lt;BR /&gt;=========================================================================&lt;BR /&gt;&lt;BR /&gt;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).&lt;BR /&gt;&lt;BR /&gt;I'll appreciate your assistance.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Engo.&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Mar 2002 09:08:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-the-oracle-instance-doesn-t-work-with-quot-sqlplus/m-p/2678680#M907816</guid>
      <dc:creator>Engo Bokoko</dc:creator>
      <dc:date>2002-03-08T09:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Creating the ORACLE instance doesn't work with "sqlplus /nolog" command instead of "svrmgrl"</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-the-oracle-instance-doesn-t-work-with-quot-sqlplus/m-p/2678681#M907817</link>
      <description>I believe that the full set of svrmgrl commands weren't available in sqlplus until 8i (8.1.5 and up).  So in 8.0.6 I you're stuck with using svrmgrl.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 08 Mar 2002 10:45:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-the-oracle-instance-doesn-t-work-with-quot-sqlplus/m-p/2678681#M907817</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2002-03-08T10:45:07Z</dc:date>
    </item>
  </channel>
</rss>

