Home » Infrastructure » Linux » Not able to connect SQLPLUS in Susi Linux OS (Oracle 11G, 1.2, Susi Linux)
|
|
|
|
|
|
|
|
|
|
Re: Not able to connect SQLPLUS in Susi Linux OS [message #664732 is a reply to message #664731] |
Tue, 01 August 2017 06:45   |
 |
EdStevens
Messages: 1376 Registered: September 2013
|
Senior Member |
|
|
Those alert log messages are from BEFORE when Michael asked you to stop and restart the database. Plus you did not include the requested copy and paste of the terminal session where you stop and start the db.
Like this:
oracle:mydb$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.4.0 Production on Tue Aug 1 06:51:19 2017
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Release 11.2.0.4.0 - 64bit Production
SQL> shutdown immediate
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup
ORACLE instance started.
Total System Global Area 839282688 bytes
Fixed Size 2257880 bytes
Variable Size 541068328 bytes
Database Buffers 289406976 bytes
Redo Buffers 6549504 bytes
Database mounted.
Database opened.
SQL>
[Updated on: Wed, 02 August 2017 09:18] by Moderator Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
Re: Not able to connect SQLPLUS in Susi Linux OS [message #664742 is a reply to message #664741] |
Tue, 01 August 2017 10:34   |
 |
chrisindya
Messages: 33 Registered: July 2017
|
Member |
|
|
Hi Michel,
The results for 3 commands below for the new user (oracle owner user) 'oraclecloud'
oraclecloud@ip-10-13-228-506:~/app/oraclecloud/product/11.2.0/dbhome_1/bin> env | sort
COLORTERM=1
CPU=x86_64
CSHEDIT=emacs
DISPLAY=:2.0
ENV=/etc/bash.bashrc
FROM_HEADER=
G_BROKEN_FILENAMES=1
HISTSIZE=1000
HOME=/home/oraclecloud
HOST=ip-10-13-228-506
HOSTNAME=ip-10-13-228-506
HOSTTYPE=x86_64
INFODIR=/usr/local/info:/usr/share/info:/usr/info
INFOPATH=/usr/local/info:/usr/share/info:/usr/info
INPUTRC=/etc/inputrc
JAVA_HOME=/usr/jdk1.6.0_30
LANG=POSIX
LC_CTYPE=en_US.UTF-8
LESS=-M -I
LESSCLOSE=lessclose.sh %s %s
LESSKEY=/etc/lesskey.bin
LESSOPEN=lessopen.sh %s
LESS_ADVANCED_PREPROCESSOR=no
LOGNAME=oraclecloud
LS_COLORS=no=00:fi=00:di=01;34:ln=00;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=41;33;01:ex=00;32:*.cmd=00;32:*.exe=01;32:*.com=01;32:*.bat=01;32:*.btm=01;32:*.dll=01;32:*.tar=00;31:*.tbz=00;31:*.tgz=00;31:*.rpm=00;31:*.deb=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.lzma=00;31:*.zip=00;31:*.zoo=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.tb2=00;31:*.tz2=00;31:*.tbz2=00;31:*.avi=01;35:*.bmp=01;35:*.fli=01;35:*.gif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mng=01;35:*.mov=01;35:*.mpg=01;35:*.pcx=01;35:*.pbm=01;35:*.pgm=01;35:*.png=01;35:*.ppm=01;35:*.tga=01;35:*.tif=01;35:*.xbm=01;35:*.xpm=01;35:*.dl=01;35:*.gl=01;35:*.wmv=01;35:*.aiff=00;32:*.au=00;32:*.mid=00;32:*.mp3=00;32:*.ogg=00;32:*.voc=00;32:*.wav=00;32:
LS_OPTIONS=-N --color=tty -T 0
MACHTYPE=x86_64-suse-linux
MAIL=/var/mail/root
MANPATH=/usr/share/man:/usr/local/man:/usr/local/share/man
MINICOM=-c on
MORE=-sl
NNTPSERVER=news
OLDPWD=/home/oraclecloud/app/oraclecloud/product/11.2.0/dbhome_1
ORACLE_HOME=/home/oraclecloud/app/oraclecloud/product/11.2.0/dbhome_1
ORACLE_SID=oracle
OSTYPE=linux
PAGER=less
PATH=/root/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/mit/bin:/usr/lib/mit/sbin:/home/oracloud/app/oraclecloud/product/11.2.0/dbhome_1/bin:/bin:/fpdata/remotedeploy/LiveStreaming/apache-maven-3.2.3/bin
PROFILEREAD=true
PWD=/home/oraclecloud/app/oraclecloud/product/11.2.0/dbhome_1/bin
PYTHONSTARTUP=/etc/pythonstart
QT_SYSTEM_DIR=/usr/share/desktop-data
SHELL=/bin/bash
SHLVL=7
SSH_CLIENT=58.68.67.162 48040 22
SSH_CONNECTION=58.68.67.162 48040 10.13.228.206 22
TERM=xterm
USER=oraclecloud
VNCDESKTOP=X
WINDOWID=6291490
XCURSOR_THEME=
XDG_CONFIG_DIRS=/etc/xdg
XDG_DATA_DIRS=/usr/share:/etc/opt/kde3/share:/opt/kde3/share
XKEYSYMDB=/usr/share/X11/XKeysymDB
XNLSPATH=/usr/share/X11/nls
XTERM_LOCALE=en_US.UTF-8
XTERM_SHELL=/bin/bash
XTERM_VERSION=X.Org 6.8.99.903(238)
_=/usr/bin/env
oraclecloud@ip-10-13-228-506:~/app/oraclecloud/product/11.2.0/dbhome_1/bin> pwd
/home/oraclecloud/app/oraclecloud/product/11.2.0/dbhome_1/bin
oraclecloud@ip-10-13-228-506:~/app/oraclecloud/product/11.2.0/dbhome_1/bin> id
uid=1006(oraclecloud) gid=100(users) groups=100(users),16(dialout),33(video)
Additional command results
oraclecloud@ip-10-13-228-506:~/app/oraclecloud/product/11.2.0/dbhome_1/bin> ps -eaf | grep pmon
1006 3738 2729 0 20:28 pts/1 00:00:00 grep pmon
oraclecloud@ip-10-13-228-506:~/app/oraclecloud/product/11.2.0/dbhome_1/bin> ls -ld $ORACLE_HOME
drwxr-xr-x 72 oraclecloud users 4096 Jul 31 16:53 /home/oraclecloud/app/oraclecloud/product/11.2.0/dbhome_1
shutdown.log
SQL*Plus: Release 11.2.0.1.0 Production on Thu Jul 27 15:22:49 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-00020: maximum number of processes (300) exceeded
SQL> ORA-24324: service handle not initialized
ORA-01041: internal error. hostdef extension doesn't exist
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Thu Jul 27 15:44:57 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-00020: maximum number of processes (300) exceeded
SQL> ORA-24324: service handle not initialized
ORA-01041: internal error. hostdef extension doesn't exist
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Thu Jul 27 15:58:19 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-00020: maximum number of processes (300) exceeded
SQL> ORA-24324: service handle not initialized
ORA-01041: internal error. hostdef extension doesn't exist
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Thu Jul 27 17:28:57 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-00020: maximum number of processes (300) exceeded
SQL> ORA-24324: service handle not initialized
ORA-01041: internal error. hostdef extension doesn't exist
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Thu Jul 27 17:45:02 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-01031: insufficient privileges
SQL> ORA-01012: not logged on
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Thu Jul 27 17:55:01 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-01031: insufficient privileges
SQL> ORA-01012: not logged on
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Fri Jul 28 11:23:07 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-01031: insufficient privileges
SQL> ORA-01012: not logged on
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Fri Jul 28 11:27:31 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-01031: insufficient privileges
SQL> ORA-01012: not logged on
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Fri Jul 28 11:52:03 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-01031: insufficient privileges
SQL> ORA-01012: not logged on
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Fri Jul 28 12:08:36 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-01031: insufficient privileges
SQL> ORA-01012: not logged on
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Fri Jul 28 15:03:24 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Fri Jul 28 18:34:43 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Fri Jul 28 19:23:10 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jul 31 09:55:42 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jul 31 11:04:47 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jul 31 11:08:09 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jul 31 11:16:14 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jul 31 11:18:22 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jul 31 12:36:05 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jul 31 12:42:49 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jul 31 12:44:56 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jul 31 12:57:32 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jul 31 16:20:02 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jul 31 16:21:06 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jul 31 16:23:28 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jul 31 16:38:32 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jul 31 16:57:51 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jul 31 17:09:30 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jul 31 18:18:29 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jul 31 18:50:53 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Tue Aug 1 12:55:31 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Tue Aug 1 14:33:20 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL> Database instance "oracle" shut down.
SQL*Plus: Release 11.2.0.1.0 Production on Tue Aug 1 19:49:48 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL> Database instance "oracle" shut down.
startup.log
./dbstart: Starting up database "oracle"
Mon Jul 31 16:58:27 IST 2017
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jul 31 16:58:27 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL>
./dbstart: Database instance "oracle" warm started.
/fpdata/oraclecloud/app/oraclecloud/product/11.2.0/dbhome_1/bin/dbstart: Starting up database "oracle"
Mon Jul 31 17:11:11 IST 2017
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jul 31 17:11:11 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL>
/fpdata/oraclecloud/app/oraclecloud/product/11.2.0/dbhome_1/bin/dbstart: Database instance "oracle" warm started.
./dbstart: Starting up database "oracle"
Mon Jul 31 18:19:41 IST 2017
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jul 31 18:19:41 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL>
./dbstart: Database instance "oracle" warm started.
./dbstart: Starting up database "oracle"
Mon Jul 31 18:51:08 IST 2017
SQL*Plus: Release 11.2.0.1.0 Production on Mon Jul 31 18:51:08 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL>
./dbstart: Database instance "oracle" warm started.
./dbstart: Starting up database "oracle"
Tue Aug 1 12:55:37 IST 2017
SQL*Plus: Release 11.2.0.1.0 Production on Tue Aug 1 12:55:37 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL>
./dbstart: Database instance "oracle" warm started.
./dbstart: Starting up database "oracle"
Tue Aug 1 14:33:34 IST 2017
SQL*Plus: Release 11.2.0.1.0 Production on Tue Aug 1 14:33:34 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL>
./dbstart: Database instance "oracle" warm started.
./dbstart: Starting up database "oracle"
Tue Aug 1 19:50:10 IST 2017
SQL*Plus: Release 11.2.0.1.0 Production on Tue Aug 1 19:50:10 2017
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> ERROR:
ORA-12547: TNS:lost contact
SQL> ORA-12547: TNS:lost contact
SQL>
./dbstart: Database instance "oracle" warm started.
Alert.log (last 100 lines)
Path of alert log: /home/oraclecloud/app/oraclecloud/diag/rdbms/oracle/oracle/trace
ORA-20 errors will not be written to the alert log for
the next minute. Please look at trace files to see all
the ORA-20 errors.
Process m000 submission failed with error = 20
Thu Jul 27 16:27:54 2017
ORA-00020: No more process state objects available
ORA-20 errors will not be written to the alert log for
the next minute. Please look at trace files to see all
the ORA-20 errors.
Process m000 submission failed with error = 20
Process m000 submission failed with error = 20
Thu Jul 27 16:37:57 2017
ORA-00020: No more process state objects available
ORA-20 errors will not be written to the alert log for
the next minute. Please look at trace files to see all
the ORA-20 errors.
Process m000 submission failed with error = 20
Thu Jul 27 16:38:02 2017
Thread 1 cannot allocate new log, sequence 7491
Private strand flush not complete
Current log# 2 seq# 7490 mem# 0: /home/oraclecloud/app/oraclecloud/oradata/oracle/redo02.log
Thread 1 advanced to log sequence 7491 (LGWR switch)
Current log# 3 seq# 7491 mem# 0: /home/oraclecloud/app/oraclecloud/oradata/oracle/redo03.log
Thu Jul 27 16:38:30 2017
Process m000 submission failed with error = 20
Thu Jul 27 16:42:54 2017
ORA-00020: No more process state objects available
ORA-20 errors will not be written to the alert log for
the next minute. Please look at trace files to see all
the ORA-20 errors.
Process m000 submission failed with error = 20
Thu Jul 27 16:46:27 2017
ORA-00020: No more process state objects available
ORA-20 errors will not be written to the alert log for
the next minute. Please look at trace files to see all
the ORA-20 errors.
Process m000 submission failed with error = 20
Thu Jul 27 16:47:57 2017
ORA-00020: No more process state objects available
ORA-20 errors will not be written to the alert log for
the next minute. Please look at trace files to see all
the ORA-20 errors.
Process m000 submission failed with error = 20
Thu Jul 27 16:57:54 2017
ORA-00020: No more process state objects available
ORA-20 errors will not be written to the alert log for
the next minute. Please look at trace files to see all
the ORA-20 errors.
Process m000 submission failed with error = 20
Process m000 submission failed with error = 20
Thu Jul 27 17:03:00 2017
ORA-00020: No more process state objects available
ORA-20 errors will not be written to the alert log for
the next minute. Please look at trace files to see all
the ORA-20 errors.
Process m000 submission failed with error = 20
Thu Jul 27 17:07:57 2017
ORA-00020: No more process state objects available
ORA-20 errors will not be written to the alert log for
the next minute. Please look at trace files to see all
the ORA-20 errors.
Process m000 submission failed with error = 20
Thu Jul 27 17:12:54 2017
ORA-00020: No more process state objects available
ORA-20 errors will not be written to the alert log for
the next minute. Please look at trace files to see all
the ORA-20 errors.
Process m000 submission failed with error = 20
Thu Jul 27 17:17:57 2017
ORA-00020: No more process state objects available
ORA-20 errors will not be written to the alert log for
the next minute. Please look at trace files to see all
the ORA-20 errors.
Process m000 submission failed with error = 20
Thu Jul 27 17:27:54 2017
ORA-00020: No more process state objects available
ORA-20 errors will not be written to the alert log for
the next minute. Please look at trace files to see all
the ORA-20 errors.
Process m000 submission failed with error = 20
Process m000 submission failed with error = 20
Thu Jul 27 17:28:57 2017
ORA-00020: maximum number of processes 300 exceeded
ORA-20 errors will not be written to the alert log for
the next minute. Please look at trace files to see all
the ORA-20 errors.
Thu Jul 27 17:37:57 2017
ORA-00020: No more process state objects available
ORA-20 errors will not be written to the alert log for
the next minute. Please look at trace files to see all
the ORA-20 errors.
Process m000 submission failed with error = 20
Thu Jul 27 17:42:48 2017
ORA-00020: No more process state objects available
ORA-20 errors will not be written to the alert log for
the next minute. Please look at trace files to see all
the ORA-20 errors.
Process m000 submission failed with error = 20
Process m000 submission failed with error = 20
Thu Jul 27 17:44:41 2017
PMON (ospid: 30843): terminating the instance due to error 474
Instance terminated by PMON, pid = 30843
|
|
|
Re: Not able to connect SQLPLUS in Susi Linux OS [message #664744 is a reply to message #664742] |
Tue, 01 August 2017 11:59   |
 |
Michel Cadot
Messages: 68757 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Have you really install Oracle with "users" group?
I don't know if it is supported, you should have at least a "dba" group (not necessary named "dba") and, preferably, an Oracle installation group (usually named "oinstall" but can be what you want, except a standard one).
Also, depending how your dynamic link loader, you should set LD_LIBRARY_PATH to include $ORACLE_HOME/lib (in addition to /lib and /usr/lib, depending on your installation).
Also "Please look at trace files" as Oracle tells.
In my opinion, you should reinstall Oracle following the recommendations of the "Install" book.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Goto Forum:
Current Time: Sat May 03 12:50:05 CDT 2025
|