Installing Sql Developer On Parallels For Mac

If you are working on Oracle database either as developer or DBA, you need a good front-end to manage your database.

In the old days, one of the popular option was Toad.

SQL Developer installation setup doesn't start Dear Community, i have a problem to install the SQL Developer in Parallels on Windows 10. If I click on the setup icon, the installation setup. Install or upgrade to the latest version of Parallels Desktop for Mac. Visit KB 124250. Install Windows in Parallels Desktop for Mac. Migrate my current Windows PC to a Parallels Desktop for Mac virtual machine. For instructions, visit KB 123929. Register and activate Parallels Desktop for Mac. Visit KB 124225. If Oracle Database (Release 11 or later) is also installed, a version of SQL Developer is also included and is accessible through the menu system under Oracle.This version of SQL Developer is separate from any SQL Developer kit that you download and unzip on your own, so do not confuse the two, and do not unzip a kit over the SQL Developer files that are included with Oracle Database. Sep 04, 2020 According to the developer, Parallels Desktop 16 for Mac is the result of a “25-man-year effort” to ditch traditional virtualization kernel extensions (“kexts” in code-speak), the stuff.

But, now, there is even a better and robust option; SQL Developer.

Installing Sql Developer On Parallels For Mac

SQL Developer is an oracle product. It is free.

It is a very good IDE for developers who write lot of PL/SQL code.

It is also an excellent DBA tool to manage your database. You can also uset it to run reports, create data model, and also to migrate database.
It is certified for all Windows, Applet MAC, Linux Operating Systems against certain JDK versions.

Install Option#1: SQL Developer as part of Oracle Client Install

SQL Developer comes as part of the Oracle Database Client installation when Administrator mode has been chosen.

Installing Sql Developer On Parallels For Mac

For example, oracle 11g client 11.2.0.1.0 installer installs SQL Developer version 1.5.5 when Administrator mode is chosen as shown below.

Oracle Instant Client can be downloaded from here.

This SQL Developer shortcut is getting created under Application Development in the Oracle – OraClient11g_home1 shortcut.

The SQL Developer client looks for JDK 1.8 and above to launch it. If you don’t have the correct JDK version, it will download and install it.

Install Option#2: Standalone SQL Developer Install

To overcome this fat installation of SQL developer, go for the stand-alone SQL Developer version. This SQL Developer standalone version can be downloaded from here.

After the download, unzip the file into a directory. Then Click the sqldeveloper.exe to get started.

While launching, it copies the data from the existing SQL Developer version if any.

Windows 64-bit installer has been bundled with JDK 1.8 but other installers require JDK 1.8 to be installed.

Setup TNSNAMES for SQL Developer

Point the Oracle Client Home to SQL Developer by setting appropriate tnsnames directory as shown below:

Tools menu -> Preferences -> Database -> Advanced -> TNSNAMES Directory -> Click the browser and select the path somethink like this: C:xyzproduct11.2.0client_1networkadmin

After launching SQL Developer, it will now know where to get the list of TNS entries for db connection. From the list, select the database where you want to connect it. Once connected, it will list all the db objects for the connected schema as shown below.

SQL Developer Features

This latest SQL Developer has powerful features for developers and DBAs which are listed here. As you see from the following view menu, there are several power features available for developers.

Any existing SQL Developer connection can be added to the DBA panel, available under the View menu. This allows users with administrative privileges to access features across the following areas:

  1. Database Confiugration – Init parameters, Usuage Reports etc
  2. Data pump – Wizards to data export/import etc
  3. RMAN – Backup jobs, Image Copies etc
  4. Resource Manager – Plan, Settings, statistics etc
  5. Security – Users, profiles, roles etc
  6. Storage – Archive Logs, Control Files, Data files etc

Refer to this: How to backup Oracle DB using RMAN, and restore oracle using RMAN.

SQL Developer Extensions

SQL developer leverages the JDeveloper IDE. This gives developers the option to write extension.

JDeveloper Database Navigator emulates the same UI similar to SQL Developer after performing the below change in SQL Navigator:

Tools menu -> Preferences -> Database -> User Defined Extension -> Click Add Row

Parallels

Select Type as Navigator and Location of the XML which has the queries and nodes are configured.

Then register this same XML document as a user defined extension to the SQL Developer component in JDeveloper:

Installing sql developer windows 10

First, restart JDeveloper to have the registration take effect. Next, open the database navigator for a database connection to see the new extension in action

Parallels
> Add your comment

If you enjoyed this article, you might also like..


Installing Sql Developer Windows 10


Installing Sql Developer On Parallels For Mac Download

Next post: How to Deploy Node.js Script on Linux Using Upstart and Monit

Installing Sql Developer On Parallels For Mac Windows 7

Previous post: How to Disable Same Origin Policy on Chrome and IE browser