Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    How to tell if Oracle is running on a Voyager server

    • Product: Voyager
    • Relevant for Installation Type: Multi-Tenant Direct, Dedicated-Direct, Local, TotalCare

     

    Question

    How to tell if Oracle is running on a Voyager server?

    Answer

    SSH to the Voyager server as the voyager user.

    Run this command:

    ps -fu oracle

    A large number of background processes (lines) should be returned, including lines that look like the following:

    oracle    2438     1  0 01:02 ?        00:00:01 /exlibris/oracle/app/oracle/product/19c/bin/tnslsnr LISTENER -inherit

    oracleVGER (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))

    ora_pmon_VGER (and numerous other/similar e.g., "smon", "lgwr", "ckpt", etc.)

    • Was this article helpful?