Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: sqlplus problem.

Re: sqlplus problem.

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Sat, 12 Dec 1998 07:30:06 +0100
Message-ID: <36720D6E.18224E48@sybrandb.demon.nl>


You need to run, connected as internal in svrmgrl

$ORACLE_HOME/rdbms/admin/catproc.sql

This will install the procedural option. After installation you need to run
catalog.sql
catproc.sql
catexp.sql
all three in $ORACLE_HOME/rdbms/admin

Hth,

Sybrand Bakker, Oracle DBA

Manu Kambhampati wrote:

> I am getting the following when I startup sqlplus as system/manager; I
> just installed oracle server 7.3.2.1 on solaris. What is the following
> message telling me?! Help!
>
> SQL*Plus: Release 3.3.2.0.0 - Production on Fri Dec 11 20:47:21 1998
>
> Copyright (c) Oracle Corporation 1979, 1994. All rights reserved.
>
> ERROR:
> ORA-06553: PLS-213: package STANDARD not accessible
>
> Error accessing package DBMS_APPLICATION_INFO
> ERROR:
> ORA-06553: PLS-213: package STANDARD not accessible
>
> Error accessing package DBMS_APPLICATION_INFO
> You may need to install the Oracle Procedural option
> SET APPINFO requires Oracle Server Release 7.2 or later
>
> Connected to:
> Oracle7 Server Release 7.3.2.3.0 - Production Release
> PL/SQL Release 2.3.2.3.0 - Production
>
> ---
>
> thanks


Received on Sat Dec 12 1998 - 00:30:06 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US