<?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: SQL*Plus Error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sql-plus-error/m-p/3258767#M888147</link>
    <description>In addition, do you add anything on "login.sql" if it exists?&lt;BR /&gt;Please verify that the procedural option is installed with the following SQL statement:           &lt;BR /&gt;select * from v$version;</description>
    <pubDate>Mon, 26 Apr 2004 02:13:11 GMT</pubDate>
    <dc:creator>twang</dc:creator>
    <dc:date>2004-04-26T02:13:11Z</dc:date>
    <item>
      <title>SQL*Plus Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sql-plus-error/m-p/3258765#M888145</link>
      <description>I'v installed ora7.3.2.2 in hpux 11.00&lt;BR /&gt;TNS(lsnrctl) listener started successfully&lt;BR /&gt;db started(dbstart) successfully&lt;BR /&gt;&lt;BR /&gt;so I run sqlplus, but a error occured :&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;ERROR:&lt;BR /&gt;ORA-00900: invalid SQL statement&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Error accessing package DBMS_APPLICATION_INFO&lt;BR /&gt;ERROR:&lt;BR /&gt;ORA-00900: invalid SQL statement&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Error accessing package DBMS_APPLICATION_INFO&lt;BR /&gt;You may need to install the Oracle Procedural option&lt;BR /&gt;SET APPINFO requires Oracle Server Release 7.2 or later&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;&lt;BR /&gt;why this happened?&lt;BR /&gt;How to install the Oracle Procedural option?&lt;BR /&gt;Pls help!</description>
      <pubDate>Mon, 26 Apr 2004 02:01:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sql-plus-error/m-p/3258765#M888145</guid>
      <dc:creator>xiandao</dc:creator>
      <dc:date>2004-04-26T02:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: SQL*Plus Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sql-plus-error/m-p/3258766#M888146</link>
      <description>Set the COMPATIBLE parameter in init.ora to the version of your Oracle Server.  SQL*Plus issues a series of SQL statements in order to configure it's environment on startup.  Some of this SQL may be incompatible with different builds of the Oracle server. Then retry the execution.</description>
      <pubDate>Mon, 26 Apr 2004 02:08:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sql-plus-error/m-p/3258766#M888146</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2004-04-26T02:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: SQL*Plus Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sql-plus-error/m-p/3258767#M888147</link>
      <description>In addition, do you add anything on "login.sql" if it exists?&lt;BR /&gt;Please verify that the procedural option is installed with the following SQL statement:           &lt;BR /&gt;select * from v$version;</description>
      <pubDate>Mon, 26 Apr 2004 02:13:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sql-plus-error/m-p/3258767#M888147</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2004-04-26T02:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: SQL*Plus Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sql-plus-error/m-p/3258768#M888148</link>
      <description>1.Here is the result I run select * from v$version;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Oracle7 Server Release 7.3.2.2.0 - Production Release&lt;BR /&gt;Oracle7 Server Release 7.3.2.2.0 - Production Release&lt;BR /&gt;CORE Version 3.5.2.0.0 - Production&lt;BR /&gt;TNS for HPUX: Version 2.3.2.1.0 - Production&lt;BR /&gt;NLSRTL Version 3.2.2.0.0 - Production&lt;BR /&gt;&lt;BR /&gt;2.the value of COMPATIBLE parameter I should write to init.ora is Oracle7 Server Release 7.3.2.2.0, right?&lt;BR /&gt;&lt;BR /&gt;3. I heared need to run :&lt;BR /&gt;------------------------------&lt;BR /&gt;$sqldba lmode=y&lt;BR /&gt;SQLDBA&amp;gt;connect internal&lt;BR /&gt;SQLDBA&amp;gt;@catproc.sql&lt;BR /&gt;------------------------------&lt;BR /&gt;to install Oracle Procedural option&lt;BR /&gt;&lt;BR /&gt;But I cannot find sqldba in $ORACLE_HOME/bin&lt;BR /&gt;Something I forget to install?</description>
      <pubDate>Mon, 26 Apr 2004 03:56:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sql-plus-error/m-p/3258768#M888148</guid>
      <dc:creator>xiandao</dc:creator>
      <dc:date>2004-04-26T03:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: SQL*Plus Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sql-plus-error/m-p/3258769#M888149</link>
      <description>If PL/SQL is not installed, get it from the base Oracle Server distribution CD-ROM.  Otherwise, you need to re-link Oracle with the procedural option as follows:&lt;BR /&gt;% cd $ORACLE_HOME/rdbms/lib &lt;BR /&gt;% make -f ins_rdbms.mk procopt ioracle &lt;BR /&gt;Subsequently, you should run catalog.sql and catproc.sql as connect internal or as SYS. &lt;BR /&gt;</description>
      <pubDate>Mon, 26 Apr 2004 04:04:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sql-plus-error/m-p/3258769#M888149</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2004-04-26T04:04:05Z</dc:date>
    </item>
  </channel>
</rss>

