[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference taec::temip

Title:Telecom. Management Information Platform conference
Moderator:TAEC::LAVILLAT
Created:Fri Mar 08 1991
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:725
Total number of notes:2431

713.0. "SQLPLUS fails" by NNTPD::"[email protected]" (Christiane Schmidt) Thu Apr 17 1997 16:40

I have the following configuration:

TeMIP V310
ORACLE Server Release 7.3.2.3
DIGITAL UNIX 3.2G

We installed ORACLE for the first time on that system - so it is no upgrate
from
an older version to the current one.

The strange thing is that we had to install SQLNet, but we do not want to use
it.
Following the TeMIP Installation Guide I try to connect to the temip_tt
database
using the command:
    sqlnet /@temip_tt


SQL*Plus: Release 3.3.2.0.0 - Production on Thu Apr 17 15:20:11 1997

Copyright (c) Oracle Corporation 1979, 1994.  All rights reserved.

ERROR:
ORA-06553: PLS-213: package STANDARD not accessible


Error accessing PRODUCT_USER_PROFILE
Warning:  Product user profile information not loaded!
You may need to run PUPBLD.SQL as SYSTEM
Error accessing package DBMS_APPLICATION_INFO
ERROR:
ORA-06553: PLS-213: package STANDARD not accessible
                                                        

Error accessing PRODUCT_USER_PROFILE
Warning:  Product user profile information not loaded!
You may need to run PUPBLD.SQL as SYSTEM
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 with the 64-bit option - Production Release
With the distributed option
PL/SQL Release 2.3.2.3.0 - Production
                                       
 

Thanks for any help
Christiane
[Posted by WWW Notes gateway]
T.RTitleUserPersonal
Name
DateLines
713.1shmget errorKNEIPE::CSCHMIDTTue Apr 22 1997 10:2718
The problem described in the last 713.0 is solved - I could create the
STANDARD package.

But now the following problem arises:

When running sqlplus I get the following error messages:

ERROR: ORA-01034: ORACLE not available
ORA-07429: smsgsg: shmget() failed to get segment.
DEC OSF/1 (AXP) Error: 2: No such file or directory

I looked also in the ORACLE notes conference and found that there are
already problems like that, but I could not find any solution.

Do you have any ideas what happens?
Any help appreciated.

Christiane
713.2Worth a check....CHEFS::BEATON_SI just loooooooook innocent !Fri Apr 25 1997 13:308
    try checking the protection on the oracle executable... It should be
    set as follows:
    
    -rwsr-s--x   1 oracle   dba   12497600 Jun  6  1995  /oracle/bin/oracle
    
    
    
                                                         
713.3unable to extend table/clusterKNEIPE::CSCHMIDTWed Apr 30 1997 17:0621
Hello,

I still have problems with sqlplus. I read in the oracle notes
conference to run the sql script $ORACLE_HOME/rdbms/admin/catproc.sql.

I did so - this is also called when creating the temip_ah / temip_tt
database with the -c option - and I get the following error messages:

OER-1653: unable to extend table/cluster SYS.IDL_UB1$ by 41 in
tablespace SYSTEM
OER-1653: unable ... SYS.SOURCE$ by 140 ...
OER-1653: ...........SYS.OBJ by 18 ...

What is the exact command to solve this problem? It must be something
like "alter tablespace ... add datafile ... size ... "

What is the name of the datafile and of the tablespace?
What size is needed?

Thanx for any help
Christiane
713.4SQLPLUS problemKNEIPE::CSCHMIDTMon May 05 1997 11:3144
	Hello Christiane,

	If you want you can use the -c option that will allow you t
generate ORACLE dictionary views (optional).

	* Now and assuming that all your configuration is OK, you can do

unser user temip :

sqlplus /@temip_tt

	Surely, you will obtain the errors you have still encountered.
You can get rid of these errors. They do not impact TeMIP use of ORACLE.
However, if you want them to disappear, then you can run the scripts 
/usr/kits/oracle/sqlplus/admin/pupbld.sql and
/usr/kits/oracle/rdbms/admin/catproc.sql under the system user. In this
case, modify the script temip_create_ora before creating your database
(Change the 5M in "datafile '$ORACLE_HOME/dbs/sys$1.dbf' size 5M" by
15M).

	Run the previous scripts to make the error messages dispappear 

$ORACLE_HOME/bin/sqlplus system/Manager@temip_tt
SQL> @$ORACLE_HOME/sqlplus/admin/pupbld.sql
SQL> @$ORACLE_HOME/rdbms/admin/catproc.sql

PS : You need to configure SQL*NET even if you do not need to access
your ORACLE server from a remote station. This is the way ORACLE runs.
The listener process
waits for all calls even those coming locally.

PS : The involved tablespace is the system one which is build by default
and is represented by $ORACLE_HOME/dbs/systemip_tt.dbf datafile. It
should have been'possible to add a new data file to this tablespace
using the alter command. I think it is better for the time being to
restart from the beginning.

	Hope it helps.

	Best regards.

	D. Bozzi


713.5Still error messagesKNEIPE::CSCHMIDTMon May 05 1997 11:3527
Hello,

I tried the steps you told me in the right order and I get now the
following error messages:

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_INOF
You may need to install the Oracle Procedural option
SET APPINFO requires Oracle Server Release 7.2, or later




What does this mean? I installed ORACLE Server 7.3.2.
Aren't the packages STANDARD and DBMS_APPLICATION_INFO created when I
run the catproc.sql script?

What is wrong with that?


Christiane 
713.6No more error messagesKNEIPE::CSCHMIDTMon May 05 1997 14:3624
Hello,

I played a little bit more around the temip databases and did the 
following:

as user temip:  /usr/kits/TNM310/examples/temip_create_ora temip_tt

$sqlplus system/Manager@temip_tt
SQL> @$ORACLE_HOME/sqlplus/admin/pupbld.sql
SQL> exit


$sqlplus sys/change_on_install@temip_tt
SQL> @ORACLE_HOME/rdbms/admin/catproc.sql
SQL> exit


After that I can access the database with the command 
sqlplus /@temip_tt

without any errors.

Hope this solves the problem.
Christiane