Home  >  Article  >  Operation and Maintenance  >  How to check whether oracle is installed in linux

How to check whether oracle is installed in linux

coldplay.xixi
coldplay.xixiOriginal
2020-08-31 14:59:5514153browse

How to check whether oracle is installed in Linux: check whether the oracle process is used, the code is [ps -ef | grep ora], generally install oracle, the default user [id oracle] of oracle will be.

How to check whether oracle is installed in linux

How to check whether Oracle is installed in Linux:

If Oracle is installed, check whether the Oracle process is used. The syntax is:

ps -ef | grep ora

Generally, when installing Oracle, there will be an Oracle user by default.

id oracle

Related learning recommendations: linux video tutorial

The above is the detailed content of How to check whether oracle is installed in linux. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Related articles

See more