How to check whether oracle is installed in linux

coldplay.xixi
Release: 2020-08-31 14:59:55
Original
14054 people have browsed it

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
Copy after login

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

id oracle
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!