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: Newbie - help creating a new database on Oracle 8

Re: Newbie - help creating a new database on Oracle 8

From: <mweishan_at_gr.com>
Date: Fri, 09 Apr 1999 20:37:59 GMT
Message-ID: <7elof6$504$1@nnrp1.dejanews.com>


In article <370a104c.0_at_newsread3.dircon.co.uk>,   "Paul Davies" <cobalt_at_dircon.co.uk> wrote:
> Hi
>
> I'm new to Oracle and am trying to create a new database on Oracle 8 on
> Linux.
>
> The database creation process appears to go according to plan.
>
> But when I log on to sqlplus (i've changed ORACLE_SID to reflect the new
> database) the following happens
>
> [oracle_at_localhost dbs]$ sqlplus SYS/CHANGE_ON_INSTALL
>
> SQL*Plus: Release 8.0.5.0.0 - Production on Tue Apr 6 14:47:23 1999
>
> (c) Copyright 1998 Oracle Corporation. 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
>
> Connected to:
> Oracle8 Release 8.0.5.0.0 - Production
> PL/SQL Release 8.0.5.0.0 - Production
>
> SQL>
>
> *******
>
> Also trying to select * from dictionary brings up a message saying "table or
> view does not exist".
>
> Can someone please tell me why I am getting these error messages and why the
> dict tables have not been created?
>
> Thanks
>
> Paul
>

Run the following scripts:

svrmgrl>$ORACLE_HOME/rdbms/admin/catalog <- Creates Data Dictionary Views svrmgrl>$ORACLE_HOME/rdbms/admin/catproc <- Creates SYS Stored Procedures

                                            and packages.

HTH, Matt Weishan
Senior Oracle Instructor
Greenbrier & Russel Inc.

>

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Fri Apr 09 1999 - 15:37:59 CDT

Original text of this message

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