Re: Oracle on AIX: ps -ef command

From: Miller, Dave ( I.S.) (Dave.Miller_at_BHS.ORG)
Date: 04/30/03

  • Next message: Adams Kevin J: "Re: NFS problem"
    Date:         Wed, 30 Apr 2003 12:54:41 -0400
    To: aix-l@Princeton.EDU
    
    

    You need to do this with SQL...

    Run this, supply the pid in question, and you should get user info.
    set verify off
    set linesize 100
    col username format a15
    col osuser format a10
    col program format a30

    select a.username, a.osuser, a.program, a.process, spid, sid, a.serial#
    from v$session a, v$process b
    where a.paddr = b.addr
    and spid = '&spid';
    /tempxxx #

    -----Original Message-----
    From: Green, Simon [mailto:Simon.Green@EU.ALTRIA.COM]
    Sent: Wednesday, April 30, 2003 12:40 PM
    To: aix-l@Princeton.EDU
    Subject: Re: Oracle on AIX: ps -ef command

    What you're seeing there is the actual command parameters. It is not
    interpreted in any way by the ps command.

    Simon Green
    Altria ITSC Europe s.a.r.l.

    AIX-L Archive at http://marc.theaimsgroup.com/?l=aix-l&r=1&w=2
    AIX FAQ at http://www.faqs.org/faqs/aix-faq/

    N.B. Unsolicited email from vendors will not be appreciated.

    > -----Original Message-----
    > From: Leyden, Joseph [mailto:LeydenJ@MTA.NET]
    > Sent: 30 April 2003 17:27
    > To: aix-l@Princeton.EDU
    > Subject: Re: Oracle on AIX: ps -ef command
    >
    >
    > Is it possible on the 'ps -ef' command to show
    > the computer name instead of (LOCAL=NO) on display.
    >
    > example:
    > oracledb01 (LOCAL=NO)
    >
    > preferred:
    > oracledb01 ('remote computer name')
    >


  • Next message: Adams Kevin J: "Re: NFS problem"

    Relevant Pages

    • Re: file list for ftp in a command procedure
      ... When you have SET VERIFY turned on, what do you see in the resulting ... Do you see the original command line just as it appears ... All substitutions triggered by apostrophes ... P1 = start date in the dd-mmm-yyyy format ...
      (comp.os.vms)
    • Re: Mozilla on Alpha question
      ... I tried the $ set verify, and while I recieved the entire command process, I ... Mind you, I am very VMS ... I have noticed on the Mozilla page something about SDK ...
      (comp.os.vms)
    • Re: old console problem
      ... marlon. ... Is it OK at the command line? ... AIX FAQ at http://www.faqs.org/faqs/aix-faq/ ... > Subject: old console problem ...
      (AIX-L)
    • Re: old console problem
      ... Is it OK at the command line? ... AIX FAQ at http://www.faqs.org/faqs/aix-faq/ ... > From: Julie Xu ... > Subject: old console problem ...
      (AIX-L)
    • Antwort: Re: splstdata - command fails after migration from a node
      ... with a list of nodenumbers. ... Altria ITSC Europe Ltd ... AIX FAQ at http://www.faqs.org/faqs/aix-faq/ ... > For all other nodes the command functions and works fine. ...
      (AIX-L)