Only JDK 1.8 is supported.
In the Windows operating system, you can download the required JDK version from the official website of SDK, and install it by following the installation guidance.


Folders/Files |
Description |
|---|---|
configuration |
Contains information about the application startup and the required Eclipse plug-in path. |
db_assistant |
Contains files related to the SQL Assistant function. |
docs |
|
features |
Contains Eclipse (rich client protocol-GUI) and Data Studio features. |
p2 |
Contains files required for providing and managing Eclipse- and Equinox-based applications. |
plugins |
Contains the required Eclipse and Data Studio plug-ins. |
tools |
Contains tools that Data Studio depends on. |
UserData/
|
Contains folders of each OS user of Data Studio. Autosave: contains the information of queries and functions/procedures that are automatically saved. Logs: contains the Data Studio.log file that logs all the operations performed in Data Studio. Preferences: contains the Preferences.prefs file that stores the custom preferences. Profile: contains the connection.properties and Profiles.txt files, as well as SQL History, to manage connection information in Data Studio. Security: contains the files required for the management security of Data Studio. NOTE:
|
artifacts.xml |
Contains the product build information. |
changelog.txt |
Contains the detailed log changes of the current release. |
Data Studio.exe/DataStudio.sh |
Allows you to connect to a server and perform operations, such as managing database objects, editing or executing PL/SQL programs. |
Data Studio.ini |
Contains the configuration information for running Data Studio. |
readme.txt |
Contains the features or fixed issues of the current release. |
If your computer blocks the running of the application, you can unlock the Data Studio.exe file to start the application.
The batch file checks the version compatibility and will launch Data Studio or display appropriate message based on the OS, Java and Data Studio version installed.
If the Java version installed is earlier than 1.8, then an error message may be displayed.
The batch file determines the versions of the OS and Java for Data Studio based on the following scenarios:
DS Installation (32-bit/64-bit) |
OS (Bit) |
Java (bit) |
Result |
|---|---|---|---|
32 |
32 |
32 |
Data Studio is launched. |
32 |
64 |
32 |
Data Studio is launched. |
32 |
64 |
64 |
An error message will be displayed. |
64 |
32 |
32 |
An error message will be displayed. |
64 |
64 |
32 |
An error message will be displayed. |
64 |
64 |
64 |
Data Studio is launched. |