- Oracle Database XE 11gR2 Jump Start Guide
- Asif Momen
- 116字
- 2021-08-13 18:28:14
Installing SQL Developer
SQL Developer is a graphical tool that enables us to interact with an Oracle database. Using SQL Developer we can query, create/modify/drop database objects, run SQL statements, write PL/SQL stored procedures, and more.
SQL Developer is a separate tool not bundled with Oracle Database 11g XE. SQL Developer is free to download. You can download SQL Developer by following this link: http://www.oracle.com/technetwork/developer-tools/sql-developer/.
Installing SQL Developer on Windows and Linux is very straightforward and effortless. The following is the procedure to install in a Windows environment:
- Unzip the
sqldeveloper-3.1.06.82.zip
to a folder. - Navigate to the new folder
sqldeveloper
created by the ZIP file and double-click on thesqldeveloper.exe
file. That's it, we are done.
推薦閱讀
- JavaScript 從入門(mén)到項(xiàng)目實(shí)踐(超值版)
- Reactive Programming with Swift
- Swift 3 New Features
- PySide GUI Application Development(Second Edition)
- Visual C#.NET程序設(shè)計(jì)
- 微信小程序入門(mén)指南
- Scala程序員面試算法寶典
- 從零開(kāi)始學(xué)C語(yǔ)言
- CoffeeScript Application Development Cookbook
- 現(xiàn)代C++編程實(shí)戰(zhàn):132個(gè)核心技巧示例(原書(shū)第2版)
- Unity 3D腳本編程:使用C#語(yǔ)言開(kāi)發(fā)跨平臺(tái)游戲
- PrimeFaces Blueprints
- Python硬件編程實(shí)戰(zhàn)
- Mastering Bootstrap 4
- Learning NHibernate 4