SQL Developer: Difference between revisions

From UFRC
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Programming]][[Category:Oracle]]
[[Category:Software]][[Category:Programming]][[Category:Database]]
{|<!--CONFIGURATION: REQUIRED-->
{|<!--CONFIGURATION: REQUIRED-->
|{{#vardefine:app|sqldeveloper}}
|{{#vardefine:app|sqldeveloper}}
Line 21: Line 21:


<!--Modules-->
<!--Modules-->
==Required Modules==
==Environment Modules==
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
===Serial===
* {{#var:app}}
<!--
===Parallel (OpenMP)===
* intel
* {{#var:app}}
===Parallel (MPI)===
* intel
* openmpi
* {{#var:app}}
-->
==System Variables==
==System Variables==
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory

Latest revision as of 17:32, 15 August 2022

Description

sqldeveloper website  

Oracle SQL Developer is a free integrated development environment that simplifies the development and management of Oracle Database in both traditional and Cloud deployments. SQL Developer offers complete end-to-end development of your PL/SQL applications, a worksheet for running queries and scripts, a DBA console for managing the database, a reports interface, a complete data modeling solution, and a migration platform for moving your 3rd party databases to Oracle.

Environment Modules

Run module spider sqldeveloper to find out what environment modules are available for this application.

System Variables

  • HPC_SQLDEVELOPER_DIR - installation directory

Additional Information

After loading the module on one of the gui nodes run 'SQLDeveloper' or 'sqldeveloper.sh' to start the software.