Oracle SQL Developer安装使用

简介: Oracle SQL Developer安装使用

简介

官网:https://www.oracle.com/cn/database/sqldeveloper/

Oracle SQL Developer 是一个免费非开源的用以开发数据库应用程序的图形化工具,使用 SQL Developer 可以浏览数据库对象、运行 SQL 语句和脚本、编辑和调试 PL/SQL 语句。另外还可以创建执行和保存报表。该工具可以连接任何 Oracle 9.2.0.1 或者以上版本的 Oracle 数据库,支持 Windows、Linux 和 Mac OS X 系统。

在Oracle 19c之前, SQL Developer集成在Oracle数据库软件中,默认位置为$ORACLE_HOME/sqldeveloper/,Linux运行:

$ORACLE_HOME/sqldeveloper/sqldeveloper.sh

从Oracle 19c版本开始, SQL Developer不再集成在Oracle数据库软件中,若想使用SQL Developer,则必须单独下载该软件。

下载

https://www.oracle.com/database/sqldeveloper/technologies/download/

官方文档

https://docs.oracle.com/en/database/oracle/sql-developer/index.html

https://docs.oracle.com/en/database/oracle/sql-developer/19.2/rptug/sql-developer-concepts-usage.html#GUID-464C045C-FBDF-417A-A20B-037D294B3BDA

https://docs.oracle.com/en/database/oracle/sql-developer/19.2/rptug/sql-developer-concepts-usage.html#GUID-156BEBA3-2F9B-4CE0-8E91-728581FF46AB

https://docs.oracle.com/en/database/oracle/sql-developer/19.2/rptig/installing-sql-developer.html#GUID-A65D006B-1FDC-4D71-B353-A8A145144AF0

下载

https://www.oracle.com/database/sqldeveloper/technologies/download/

Oracle SQL Developer Support FAQ (Doc ID 2345874.1)

APPLIES TO:

Oracle SQL Developer - Version 1.0 to 22.2.1
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Cloud Service - Version N/A and later
Information in this document applies to any platform.

PURPOSE

This FAQ answers the most common questions concerning installation, licensing, and support for Oracle SQL Developer.

QUESTIONS AND ANSWERS

1. Is SQL Developer a "Free" product?

Oracle SQL Developer is offered as a free product. Any user with a certified client platform may download the latest version from OTN (Oracle Tech Network). Developers should install on their personal Workstations (Windows, MAC, or Linux) since this is a GUI product and requires a display.

2. How to install SQL Developer?

a. WINDOWS

In a nutshell for Windows, the most popular OS platform for the product:
Installation Process For Windows 7 and higher (64-bit):

\1. Locate the download page for SQL Developer via Search Engine Keywords [ "sql developer" technetwork downloads ]

\2. For Windows 64-bit OSes, download the SQL Developer that comes with the JDK already included. This is the best choice for 64-bit windows since it is a self-contained unzipped folder with its own JDK ready to run. The included JDK has been pretested and certified with SQL Developer.

\3. Unzip that file and it will become a folder on your desktop or current download folder (just copy the unzipped folder to where you want it since that folder and subfolders are the product and its contents. Do not unzip it into "Program Files" nor into an existing legacy SQL Developer version-specific folder (e.g. do not unzip 17.4 into the folder for 17.3.1)

\4. Drill down into the folders until you see the sqldeveloper.exe file

\5. Double-click on that module and SQL Developer will come up.

\6. It will automatically find all previous connection info and ask to import it and/or the user can make new connections

Reference:
https://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/sqldev-install-windows-1969674.html

b. MAC

Reference:
https://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/sqldev-install-mac-1969675.html

c. LINUX

Reference:
https://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/sqldev-install-linux-1969676.html

3. What are the Support guidelines and limits for this "Free" product?

Oracle Customers

Official Oracle Support is available via the Oracle Database Licensing for our customers.

Reference:
https://www.oracle.com/technetwork/licenses/sqldev-license-152021.html

SQL Developer official Oracle Support is available via Service Requests (SRs) consisting of two areas:

Installation

Help with the installation process

Configuration
Help configuring a connection to the database

and the special setup for advanced connections using Client Software

Bugging and testcase reproduction

Support will use customer test cases to verify and bug internally reproduced issues. Problems experienced in older versions are not fixed in legacy versions, therefore Development requires the latest OTN released version for bug test cases. There are no one-off fixes for this free product.

Non-customers
Oracle Tech Network

The OTN Forum is the best way to get help:
Search Engine Keywords [ "sql developer" technetwork forum ] then go to the Community tab and the Forum selection on that page.

All Customers

For all "how to" type questions, the OTN forum exists for all users of the SQL Developer product - customers and non-customers.

4. Can SQL Developer connect to non-Oracle databases for migration purposes?

SQL Developer is intended to be used against Oracle databases and non-Oracle database connections are limited to current migrations from non-Oracle databases to Oracle databases.

5. Can I use the SQL Developer included with Oracle Database or Client Software products?

SQL Developer is included with the Oracle database and Client Software but is a release version that is older than the current version of the product. It can be used, but all problems must be reproduced using the current version of the software (as found on OTN), since all patches and enhancements only appear in the latest version - there is no one-off patching for this product.

6. How are patches and enhancements (new features) handled in SQL Developer?

The product has a new release schedule each quarter of the calendar year. (For example, release 17.4 is the 4th quarter of 2017.) All bug fixes and enhancements that have been incorporated into the code-base, as of the official release date for that quarter, will be included in the new release. To see if a bug or enhancement has been included, see the release notes and/or track the bugs via the MOS portal.

7. If there are no patches released for older versions, how are fixes for older versions implemented?

Always install the latest version of SQL Developer from OTN. The users can keep as many versions as required for archive, testing, and historical purposes (each in its own unique folder). Each installation is an unzip into a new folder for that version, so successive generations of the product can be kept in a primary folder on the user's desktop (or via any other archiving scheme).

目录
相关文章
|
3月前
|
SQL 监控 Oracle
Oracle SQL性能优化全面指南
在数据库管理领域,Oracle SQL性能优化是确保数据库高效运行和数据查询速度的关键
|
3月前
|
SQL 存储 Oracle
Oracle数据库SQL语句详解与应用指南
在数字化时代,数据库已成为各类企业和组织不可或缺的核心组件。Oracle数据库作为业界领先的数据库管理系统之一,广泛应用于各种业务场景。掌握Oracle数据库的SQL语句是数据库管理员、开发人员及运维人员的基本技能。本文将详细介绍Oracle数据库SQL语句的基本概念、语法、应用及最佳实践。一、Or
100 3
|
3月前
|
SQL Oracle 关系型数据库
Oracle SQL:了解执行计划和性能调优
Oracle SQL:了解执行计划和性能调优
93 1
|
6月前
|
SQL Oracle 关系型数据库
MySQL、SQL Server和Oracle数据库安装部署教程
数据库的安装部署教程因不同的数据库管理系统(DBMS)而异,以下将以MySQL、SQL Server和Oracle为例,分别概述其安装部署的基本步骤。请注意,由于软件版本和操作系统的不同,具体步骤可能会有所变化。
462 3
|
6月前
|
SQL 存储 Oracle
TDengine 3.3.2.0 发布:新增 UDT 及 Oracle、SQL Server 数据接入
**TDengine 3.3.2.0 发布摘要** - 开源与企业版均强化性能,提升WebSocket、stmt模式写入与查询效率,解决死锁,增强列显示。 - taos-explorer支持geometry和varbinary类型。 - 企业版引入UDT,允许自定义数据转换。 - 新增Oracle和SQL Server数据接入。 - 数据同步优化,支持压缩,提升元数据同步速度,错误信息细化,支持表名修改。 - 扩展跨平台支持,包括麒麟、Euler、Anolis OS等。
141 0
|
SQL Oracle 关系型数据库
Oracle SQL性能优化40条,值得收藏(一)
之前有发布一些Mysql的性能优化方法,有些小伙伴想了解一下Oracle的性能优化有哪些,特地去找了一些比较全和实用的文章,这篇就是其中一篇。对Oracle性能优化感兴趣的不妨收藏一些,以备不时之需。(部分内容存在错别字和技术性错误,有改动)
Oracle SQL性能优化40条,值得收藏(一)
|
SQL Oracle 关系型数据库
Oracle SQL性能优化40条,值得收藏(五)
之前有发布一些Mysql的性能优化方法,有些小伙伴想了解一下Oracle的性能优化有哪些,特地去找了一些比较全和实用的文章,这篇就是其中一篇。对Oracle性能优化感兴趣的不妨收藏一些,以备不时之需。(部分内容存在错别字和技术性错误,有改动)
Oracle SQL性能优化40条,值得收藏(五)
|
SQL Oracle 关系型数据库
Oracle SQL性能优化40条,值得收藏(四)
之前有发布一些Mysql的性能优化方法,有些小伙伴想了解一下Oracle的性能优化有哪些,特地去找了一些比较全和实用的文章,这篇就是其中一篇。对Oracle性能优化感兴趣的不妨收藏一些,以备不时之需。(部分内容存在错别字和技术性错误,有改动)
Oracle SQL性能优化40条,值得收藏(四)
|
SQL Oracle 关系型数据库
Oracle SQL性能优化40条,值得收藏(三)
之前有发布一些Mysql的性能优化方法,有些小伙伴想了解一下Oracle的性能优化有哪些,特地去找了一些比较全和实用的文章,这篇就是其中一篇。对Oracle性能优化感兴趣的不妨收藏一些,以备不时之需。(部分内容存在错别字和技术性错误,有改动)
Oracle SQL性能优化40条,值得收藏(三)
|
SQL 存储 Oracle
Oracle SQL性能优化40条,值得收藏(二)
之前有发布一些Mysql的性能优化方法,有些小伙伴想了解一下Oracle的性能优化有哪些,特地去找了一些比较全和实用的文章,这篇就是其中一篇。对Oracle性能优化感兴趣的不妨收藏一些,以备不时之需。(部分内容存在错别字和技术性错误,有改动)
Oracle SQL性能优化40条,值得收藏(二)

推荐镜像

更多