Database Administration (MOSC)

MOSC Banner

Oracle process identification

edited Jan 21, 2016 10:06AM in Database Administration (MOSC) 11 commentsAnswered

I'm guessing this is a rather dumb question but write it off to be new to Oracle V12.c   I created a v12.c database without any issues - the database is up and running.  But I happen to be at the command line of another session in the O/S and did the following command: ps -ef | grep pmon and I got nothing back.  So I checked again - I was logged into a database which was up and running. So i ran the following query against the database:


COL SPID FORMAT a8

COL STID FORMAT a8

SELECT SPID, STID, PROGRAM FROM V$PROCESS ORDER BY SPID;SQL> SQL>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center