Home  >  Article  >  Database  >  In which folder is the oracle uninstaller located?

In which folder is the oracle uninstaller located?

下次还敢
下次还敢Original
2024-04-19 07:24:14814browse

The Oracle uninstaller is located in the deinstall folder of the Oracle installation directory. To access: Navigate to the folder or double-click deinstall.bat (Windows) or deinstall.sh (Linux/Unix).

In which folder is the oracle uninstaller located?

Oracle uninstaller folder location

The Oracle uninstaller is located in the following folder under the Oracle installation directory:

<code>deinstall</code>

Full path example:

<code>d:\app\oracle\[Oracle版本]\product\[Oracle产品]\deinstall</code>

Where:

  • d:\app\oracle is the Oracle root Directory
  • [Oracle version] is the Oracle version, such as 12.2.0.1
  • [Oracle product] is the Oracle product, such as database or client

Accessing the Uninstaller

To access the Oracle Uninstaller you can:

  1. Navigate to the above folder
  2. Double-click the deinstall.bat file (Windows) or the deinstall.sh file (Linux/Unix)

The above is the detailed content of In which folder is the oracle uninstaller located?. 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