Home > Software > Database > Sql > Oracle SQL Developer
Details
- Package ID
- oracle-sql-developer
- Version
- 18.4.0
- Downloads
- 5912
- Website
- https://www.oracle.com/database/technologies/appdev/sql-developer.html
Summary
Oracle SQL Developer is a graphical version of SQL*Plus that gives database developers a convenient way to perform basic tasks.
Description
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.
### Notes
* This version supports both 32bit and 64bit and subsequently does not have a JDK bundled with it. It has a
dependency on the `jdk8` package to meet the application's JDK requirement.
* An Oracle account is **required** to download this package. See the "Package Parameters" section below for
details on how to provide your Oracle credentials to the installer. If you don't have an existing account, you can
create one for free here: https://profile.oracle.com/myprofile/account/create-account.jspx
### Package Parameters
The following package parameters are **required**:
* `/Username:` - Oracle username
* `/Password:` - Oracle password
(e.g. `choco install oracle-sql-developer --params "'/Username:MyUsername /Password:MyPassword'"`)
To have choco remember parameters on upgrade, be sure to set `choco feature enable -n=useRememberedArgumentsForUpgrades`.
Comments
Loading comments...