PLSQL Developer 15.0 is available as a 32 bit and 64 bit version. The filename for the installation package of the 32 bit version is plsqldev<version>x32.msi. The filename for the installation package of the 64 bit version is plsqldev<version>x64.msi. You can perform an interactive or silent installation. Both installation methods are described below.
Table of Contents
System requirements
PL/SQL Developer 15.0 will run on Windows 2000 and later, and is compatible with Oracle Server version 7.0 and later. To connect to an Oracle database, PL/SQL Developer requires an Oracle Client version 7.0 or later installed on the PC. The 32 bit version of PL/SQL Developer requires a 32 bit Oracle Client. The 64 bit version of PLSQL Developer 15.0 requires a 64 bit Oracle Client.
Interactive installation
To install PL/SQL Developer interactively, double-click on the plsqldev<version>x32.msi file (32 bit) or plsqldev<version>x64.msi file (64 bit). Follow the on-screen instructions for installation.
Silent installation
For silent installation you can use the following MSI command:
msiexec /i <package>.msi /qn [<property>=”<value>”] [<property>=”<value>”] …
Note that this command has to be executed as administrator. You can provide the following installation properties:
Property | Meaning |
installpath=”<dir>” | Installs PL/SQL Developer in the given directory path |
productcode=”<code>” | Provides the product code for registration |
serialnumber=”<number>” | Provides the serial number for registration |
password=”<password>” | Provides the registration passwor |
For successful registration you must supply the product code, serial number and password.
For example (on one line):
msiexec /i plsqldev1203x64.msi /qn
installpath=”C:\Program Files\PLS”
productcode=”ABCD – 1234 – EF”
serialnumber=”01.234567″
password=”secret”
This command installs the 64 bit version of PL/SQL Developer 12.0.3 in directory “C:\Program Files\PLS” and registers the license with the given license information.
Uninstalling PL/SQL Developer
If for some reason you wish to uninstall PL/SQL Developer, you can remove it using the “Programs and Features” option of the Windows Control Panel. For silent uninstallation you can use the following MSI command as administrator:
msiexec /x <package>.msi /qn
To install Oracle 11gR2 64 bit file click here. or to download the setup click here
Steps to install Oracle 11gR2 the post will helpful for you.
To install SQL Developer click here
If you like this post then share your view in the comment box
Add a Comment