Как установить sql developer на windows 10
Перейти к содержимому

Как установить sql developer на windows 10

  • автор:

Как установить sql developer на windows 10

This guide assumes that you plan to download SQL Developer and run it as a freestanding tool.

For information about operating system versions supported for Oracle JDK 8, see http://www.oracle.com/technetwork/java/javase/certconfig-2095354.html .

If you plan to use SQL Developer as part of an Oracle Database release installation, see the Oracle Database installation documentation. Starting with Oracle Database Release 19c, SQL Developer is no longer available with Oracle Database.

Please read the information in this chapter before you install Oracle SQL Developer. This chapter contains the following major sections:

1.1 SQL Developer System Recommendations

This section describes the recommended minimum values for CPU, memory, display, disk storage, and other resources on the supported systems.

SQL Developer requires JDK 8 or 9, which you can download from:

Table 1-1 Recommendations for Windows Systems

Windows Server 2008

Windows Server 2012

CPU Type and Speed

Pentium IV 2 GHz MHz or faster

65536 colors, set to at least 1024 X 768 resolution

Hard Drive Space

500 MB if you already have JDK 8

110 MB if you do not have JDK 8

Table 1-2 Recommendations for Linux Systems

Oracle Linux 5.5

Red Hat Enterprise Linux 5.5

SUSE Linux Enterprise Server 10 SP2

Ubuntu Linux 10.04

CPU Type and Speed

Pentium IV 2 GHz or faster

65536 colors, set to at least 1024 X 768 resolution

Hard Drive Space

Table 1-3 Recommendations for Mac OS X Systems

Apple Mac OS X Version 10.8.3

CPU Type and Speed

Dual 1.25 GHz G4/G5 (1 GHz G4 minimum)

«Thousands» of colors

Hard Drive Space

1.2 Installing and Starting SQL Developer

This section contains subsections with instructions for installing SQL Developer on all supported systems.

SQL Developer does not require an installer. To install SQL Developer, you will need an unzip tool. You can download a free, cross-platform unzip tool, Info-Zip, available at http://www.info-zip.org/ .

Do not install SQL Developer into any existing ORACLE_HOME . You will not be able to uninstall it using Oracle Universal Installer.

Also, do not install SQL Developer into an existing sqldeveloper folder or directory. Either delete the existing sqldeveloper folder or directory first, or ensure that the new SQL Developer version is installed into a different location.

If you are using a prerelease (Early Adopter ) version of SQL Developer, and if you want to be able to continue to use this prerelease version after installing the official release kit, you must unzip the official release kit into a different directory than the one used for the prerelease version.

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. Suggestion: Create a shortcut for the SQL Developer executable file that you install, and always use it to start SQL Developer.

Starting with Oracle Database Release 19c, SQL Developer is no longer available with Oracle Database.

Before you install SQL Developer, look at the remaining sections of this guide to see if you need to know or do anything else first.

The steps for installing SQL Developer depend on whether or not you will be using it on a Windows system that does not have Java SDK (JDK) release 7 or later installed:

For a Windows system with JDK release 8 or later installed, follow the instructions in Windows Systems.

For all other systems (Linux and Mac OS X systems, and Windows systems with no JDK release 8 or later installed), follow the instructions in Linux and Mac OS X Systems.

1.2.1 Windows Systems

If a Windows 64-bit SQL Developer file that includes JDK 8 is available, you can download and install that on a Windows 64-bit system, and SQL Developer will use the embedded JDK that is provided.

However, if you want to use a JDK on your Windows 64-bit system, you can install the JDK (if it is not already installed) and the Windows 32/64-bit SQL Developer file, and SQL Developer will use the JDK that is installed on your system. The bit level (32-bit or 64-bit) of the JDK that you install will determine if SQL Developer runs as a 32-bit or 64-bit application.

Do not install SQL Developer into an existing sqldeveloper folder. Either delete the existing sqldeveloper folder first, or ensure that the new SQL Developer version is installed into a different location.

To install on a Windows system, follow these steps:

If you do not need or want to install a suitable Java Development Kit (JDK 8 or 9), go to step 3. Otherwise, download and install the JDK as follows:

On the Java SE Development Kit 8 Downloads page ( http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html ), in the table of Java SE Development Kits, accept the Oracle Binary Code License Agreement for Java SE.

Click the link for the download that you need (for example, the Windows x64 link for a Windows 64-bit system).

Save the file anywhere on your system (such as a «temp» folder).

Install the JDK (for example, on Windows, double-click the .exe file name and follow the displayed instructions).

On the Oracle Technology Network page for SQL Developer at http://www.oracle.com/technetwork/developer-tools/sql-developer/ , click the Downloads tab (next to Overview).

Read and accept the license agreement.

Follow the instructions for downloading and installing SQL Developer.

If you are asked to enter the full pathname for the JDK, click Browse and find it. For example, on a Windows system the path might have a name similar to C:\Program Files\Java\jdk1.8.0_51 .

Unzip the SQL Developer file into a folder (directory) of your choice, which will be referred to as <sqldeveloper_install> . Ensure that the Use folder names option is checked when unzipping the file.

Unzipping the SQL Developer file causes a folder named sqldeveloper to be created under the <sqldeveloper_install> folder. For example, if you unzip the file into C:\ , the folder C:\sqldeveloper is created, along with several subfolders under it.

To start SQL Developer, go to <sqldeveloper_install> \ sqldeveloper , and double-click sqldeveloper.exe . On Linux systems, type sh sqldeveloper.sh .

If you are asked to enter the full pathname for the JDK, click Browse and find java.exe. For example, the path might have a name similar to C:\Program Files\Java\jdk1.8.0_51 .

After SQL Developer starts, you can connect to any database by right-clicking the Connections node in the Connections Navigator and selecting New Connection . Alternatively, if you have any exported connections (see Migrating Information from Previous Releases or Uninstalling SQL Developer), you can import these connections and use them.

You can learn about SQL Developer by clicking Help , then Table of Contents , and reading the help topics under SQL Developer Concepts and Usage .

1.2.2 Linux and Mac OS X Systems

SQL Developer requires that JDK 8 or 9 be installed on the system. If you need to install a JDK, go to http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html .

Do not install SQL Developer into an existing sqldeveloper directory. Either delete the existing sqldeveloper directory first, or ensure that the new SQL Developer version is installed into a different location.

On Macintosh systems, a native Macintosh application in the form sqldeveloper xxx .tar.gz is provided. When it is expanded, it appears as a Macintosh application that can be put into the applications folder. If you choose to expand this file, it will replace any older sqldeveloper applications in that folder.

To install and start SQL Developer, follow these steps:

Unzip the SQL Developer kit into a directory (folder) of your choice. (Ensure that the Use folder names option is checked when unzipping the kit.) This directory location will be referred to as <sqldeveloper_install> .

Unzipping the SQL Developer kit causes a directory named sqldeveloper to be created under the <sqldeveloper_install> directory. It also causes many files and directories to be placed in and under that directory.

To start SQL Developer, go to the sqldeveloper directory under the <sqldeveloper_install> directory, and run sh sqldeveloper.sh .

After SQL Developer starts, you can connect to any database by right-clicking the Connections node in the Connections Navigator and selecting New Connection . Alternatively, if you have any exported connections (see Migrating Information from Previous Releases or Uninstalling SQL Developer), you can import these connections and use them.

You can learn about SQL Developer by clicking Help , then Table of Contents , and reading the help topics under SQL Developer Concepts and Usage .

1.3 Migrating User Settings from a Previous Release

The first time you start SQL Developer after installing it or after adding any extensions, you are asked if you want to migrate your user settings from a previous release. (This occurs regardless of whether there was a previous release on your system.)

If you choose not to migrate your user settings and then later want to do so, go to the SQL Developer user preferences location, which is C:\Users\ <user name> \AppData\Roaming\SQL Developer\ systemn.n.n.n.n for Windows and

/.sqldeveloper/system n.n.n.n.n for Linux or Mac, and delete the system.n.n.n.n folder. Then restart SQL Developer, and you will be asked about migrating settings from the previous release.

These settings refer to database connections, reports, and certain SQL Developer user preferences that you set in a previous version by clicking Tools and then Preferences . However, some user preferences are not saved, and you must respecify these using the new release.

To migrate user settings from a previous SQL Developer release:

  1. Unzip the kit for the current release so as to create a new sqldeveloper directory.
  2. When you start the SQL Developer current release, click Yes when asked if you want to migrate settings from a previous release.
  3. In the dialog box that is displayed, you can accept the default option to migrate the settings from the most recent SQL Developer installation. Or, if you want to migrate the settings from an earlier installation, you can click to show all builds and then select the desired one.

Related Topics

1.4 Migrating Information from Previous Releases

If you have used a previous release of SQL Developer, you may want to preserve database connections that you have been using. To preserve database connections, save your existing database connections in an XML file. To save the connections, right-click the Connections node in the Connections Navigator and select Export Connections . After you complete the installation described in this guide, you can use those connections by right-clicking the Connections node in the Connections Navigator and selecting Import Connections .

If you want to use any user-defined reports or the SQL history from a previous version, see Location of User-Related Information for information about where these are located. If you have user-defined reports and SQL history from Release 1.0, they are modified by any later SQL Developer release to a format that is different from and incompatible with Release 1.0.

To migrate the SQL Developer preferences (specified by clicking Tools and then Preferences) from a previous release, ensure that the previous installation of the software is available in the same system.

If you want to uninstall your prerelease version of SQL Developer before installing this release, see Uninstalling SQL Developer.

1.5 Location of User-Related Information

SQL Developer stores user-related information in several places, with the specific location depending on the operating system and certain environment specifications. User-related information includes user-defined reports, user-defined snippets, SQL Worksheet history, code templates, and SQL Developer user preferences. In most cases, your user-related information is stored outside the SQL Developer installation directory hierarchy, so that it is preserved if you delete that directory and install a new version.

The user-related information is stored in or under the IDE_USER_DIR environment variable location, if defined; otherwise as indicated in Table 1-4, which shows the typical default locations (under a directory or in a file) for specific types of resources on different operating systems. (Note the period in the name of any directory named .sqldeveloper .)

Table 1-4 Default Locations for User-Related Information

Windows: C:\Users\ <user-name> \AppData\Roaming\SQL Developer\UserReports.xml

Linux or Mac OS X:

Windows: C:\Users\ <user-name> \AppData\Roaming\SQL Developer\UserSnippets.xml

Mac OS X: /Users/<Your user>/Library/Application Support/ SQLDeveloper/UserSnippets.xml

Windows: C:\Users\ <user-name> \AppData\Roaming\SQL Developer\SqlHistory.xml

Mac OS X: /Users/<Your user>/Library/Application Support/ SQLDeveloper/ SqlHistory.xml

Windows: C:\Users\ <user-name> \AppData\Roaming\SQL Developer\ CodeTemplate.xml

Mac OS X: /Users/<Your user>/Library/Application Support/ SQLDeveloper/ CodeTemplate.xml

SQL Developer user preferences

Windows: C:\Users\ <user-name> \AppData\Roaming\SQL Developer\system n.n.n.n.n

Linux or Mac OS X:

If you want to prevent other users from accessing your user-specific SQL Developer information, you must ensure that the appropriate permissions are set on the directory where that information is stored or on a directory above it in the path hierarchy. For example, on a Windows system you may want to ensure that the SQL Developer folder and the \<user-name>\AppData\SQL Developer folder under Users are not sharable; and on a Linux or Mac OS X system you may want to ensure that the

/.sqldeveloper directory is not world-readable.

1.6 Database Certification for SQL Developer (Oracle and Third-Party)

This section describes Oracle and non-Oracle (third-party) databases that are certified for use with SQL Developer.

Table 1-5 lists the Oracle database certifications.

Table 1-5 Oracle Database Certification for SQL Developer

Oracle 12c, 18c, 19c

Oracle Database Express Edition

SQL Developer can be used to view metadata and data of several non-Oracle (third-party) databases. Table 1-6 lists the third-party database certifications.

Table 1-6 Non-Oracle (Third-Party) Database Certification for SQL Developer

For any DB2 release: db2jcc.jar and db2jcc_license_cu.jar files required; available from IBM.

Microsoft SQL Server

SQL Server 2000

SQL Server 2005

SQL Server 2008

For any Microsoft SQL Server release: JDBC driver jtds-1.2.jar required; included in jtds-1.2-dist.zip available from sourceforge.net; also available through Help , Check for Updates .

For any MySQL release: JDBC driver required. For MySQL 5.x: mysql-connector-java-5.0.4-bin.jar, which is included in mysql-connector-java-5.0.4.zip; also available through Help , Check for Updates . (Do not use the latest MySQL driver 5.1.)

Sybase Adaptive Server

For any Sybase Adaptive Server release: JDBC driver jtds-1.2.jar required; included in jtds-1.2-dist.zip available from sourceforge.net; also available through Help , Check for Updates .

JDBC driver files tdgssconfig.jar and terajdbc4.jar required; included (along with a readme.txt file) in the TeraJDBC__indep_indep.12.00.00.110.zip or TeraJDBC__indep_indep.12.00.00.110.tar download.

If you need to use SQL Developer to migrate a Microsoft Access database. use the previous version of SQL Developer (4.0.3) and the 32-bit version of the Java 7 JDK.

For information about creating and using connections to third-party databases, see the information about database connections in the SQL Developer online help or Oracle SQL Developer User’s Guide .

1.7 Advanced Security for JDBC Connection to the Database

You are encouraged to use Oracle Advanced Security to secure a JDBC connection to the database. Both the JDBC OCI and the JDBC Thin drivers support at least some of the Oracle Advanced Security features. If you are using the OCI driver, you can set relevant parameters in the same way that you would in any Oracle client setting. The JDBC Thin driver supports the Oracle Advanced Security features through a set of Java classes included with the JDBC classes in a Java Archive (JAR) file and supports security parameter settings through Java properties objects.

For more information about using Oracle Advanced Security, see Oracle Database JDBC Developer’s Guide .

1.8 Finding SQL Developer Accessibility Information

For the latest configuration information or for information on addressing accessibility and assistive technology issues, see the Oracle Accessibility FAQ at http://www.oracle.com/us/corporate/accessibility/faqs/ .

Also, check the SQL Developer release notes ( readme.txt file) to see if there are any currently known issues regarding accessibility.

1.9 Using a Screen Reader and Java Access Bridge with SQL Developer

Unless otherwise indicated, the information is this section also applies to Data Modeler and Data Miner.

To make the best use of our accessibility features, Oracle Corporation recommends the following minimum configuration:

Windows XP, Windows Vista

Java 7 Update 6

Java 7 Update 6 includes the Java Access Bridge. However, if you are using Java J2SE 1.6.0_24 or higher but before Java 7 Update 6, you must manually install Java Access Bridge 2.0.2 after you install the screen reader (if it is not already installed). Download Java Access Bridge for Windows version 2.0.2. The file you will download is accessbridge-2_0_2-fcs-bin-b06.zip . It is available from: http://www.oracle.com/technetwork/java/javase/tech/index-jsp-136191.html (Refer to the Java Access Bridge documentation available from this website for more information about installation and the Java Access Bridge.)

Follow these steps to set up a screen reader and Java Access Bridge.

Install the screen reader, if it is not already installed.

Refer to the documentation for your screen reader for more information about installation.

Install SQL Developer.

If you are using Java J2SE 1.6.0_24 or higher but before Java 7 Update 6, go to If You Need to Install Java Access Bridge and follow the instructions there.

Start your screen reader.

Start SQL Developer by running the file sqldeveloper.exe located in the folder <sqldev_home> \sqldeveloper\sqldev\bin .

The preceding steps assume you are running Windows and using a Windows-based screen reader. A console window that contains error information (if any) will open first and then the main SQL Developer window will appear, after SQL Developer has started. Any messages that appear will not affect the functionality of SQL Developer.

1.9.1 If You Need to Install Java Access Bridge

If you are using Java J2SE 1.6.0_24 or later but before Java 7 Update 6, you must manually install Java Access Bridge 2.0.2 after you install the screen reader (if it is not already installed).

  1. Download Java Access Bridge for Windows version 2.0.2. The file you will download is accessbridge-2_0_2-fcs-bin-b06.zip . It is available from: http://www.oracle.com/technetwork/java/javase/tech/index-jsp-136191.html .

Refer to the Java Access Bridge documentation available from this website for more information about installation and the Java Access Bridge.

The installer first checks the JDK version for compatibility, then the Available Java virtual machines dialog displays.

The search process can take a long time on a large disk with many instances of JDK or SQL Developer, or when searching multiple disks. However, unless you complete an exhaustive search of your disk, Access Bridge will not be optimally configured, and will not be correctly installed to all of the Java VMs on your system. After selecting the disk to search, click Search .

Note that the system directory is required in the PATH system variable.

In the remaining steps in this section, if you are using the SQL Developer kit that does not include a JDK (that is, if the kit file name ends in -no-jre-zip ), replace <sqldev_home> with <jdev_home> .

For Data Modeler, for this step and any remaining steps in this section that refer to <sqldev_home> , replace <sqldev_home> with <datamodeler_home> .

1.10 Uninstalling SQL Developer

Before you uninstall SQL Developer, if you plan to install SQL Developer (the same or an updated version) later, you may want to save your existing database connections; and if so, see Migrating Information from Previous Releases before uninstalling.

To uninstall SQL Developer, remove the entire SQL Developer installation directory (that is, the directory named sqldeveloper and all directories and files under it in the hierarchy).

If you also want to remove all user-specific SQL Developer information, you should also delete the directory under which that information is stored (that is, the SQL Developer user information directory). For the location of this directory, see Location of User-Related Information.

If you have created a shortcut for SQL Developer, and if you do not plan to install SQL Developer into the same location again, you should remove that shortcut or modify the shortcut properties to reflect the new location.

1.11 SQL Developer Documentation

SQL Developer provides user documentation in the Oracle SQL Developer User’s Guide and in the online help. To see the help, click the Help menu, or click the Help button or press the F1 key in relevant contexts while you are using SQL Developer.

1.12 Oracle on the Web

Oracle provides a number of resources on the web. These are some sites you may find helpful:

Как установить Oracle XE на Windows 10?

  • Переходим на официальный сайт Oracle и выбираем Oracle Database 18c Express Edition for Windows x64
  • В появившемся окне нажимаем галочку напротив надписи I reviewed and accept the Oracle License Agreement, затем нажимаем Download Окно для скачивания СУБД Oracle
  • Вас перекинет на форму авторизации где нужно будет ввести свой логин и пароль. Окно авторизации
    Регистрируемся, подтверждаем email и только после подтверждения, пробуем скачать повторно.
    ВАЖНО: без регистрации скачать базу не получится!
  • Если с авторизацией проблем не возникло, то должна начаться скачка архива, размером примено 1,9 ГБ

Шаг 2. Устанавливаем СУБД Oracle на компьютер

  • Разархивируем в любое удобное для вас место
  • Заходим в папку, нажимаем правой кнопкой мыши на файл setup.exe и выбираем Запустить от имени АдминистратораЗапуск setup.exe от имени администратора
  • Читаем лицензионное соглашение, соглашаемся с его условиями и нажимаем NextЛицензионное соглашение oracle xe
  • Не меняем путь установки, который предлагает установщик

[INS-32010] Oracle home location contains invalid characters.
РЕШЕНИЕ : ваша папка с установкой располагается по пути где есть русские символы, например: C:\Users\Владимир\Downloads\Oracle. Закройте окно установки и переместите папку с файлами установки в корень диска C или любого другого и запустите setup.exe

Скачанный архив разархивируем корень диска C, пока архив извлекается закрываем программы, чтоб было свободно около 3гб оперативной памяти

Заходим в разархивированную папку и запускаем от имени администратора файл setup.exe

  • Configuration Option . Нажимаем Next оставляем выбор по умолчанию, который создаст нам сразу базу Установка Oracle шаг 1: Configuration Option
  • System Class . т.к. в реальном мире база будет установлена на сервер, выбираем Server Class и нажимаем NextУстановка Oracle шаг 2: System Class
  • Select install Type . Оставляем Advanced install (расширенная установка) и нажимаем NextУстановка Oracle шаг 3: Select install Type
  • Select database Edition . Оставляем Enterprise edition и нажимаем NextУстановка Oracle шаг 4: Select database Edition
  • Specify Oracle Home User . Пропишем пользователя Windows, через которого Oracle будет обращаться к компонентам операционной системы в разделе Create New Windows User имя задаем любое на английском, пароль, например: Admin1234 и нажимаем NextУстановка Oracle шаг 5: Specify Oracle Home User
  • Specify Installation Location . Оставляем путь, который предлагаем нам установщик и нажимаем Next
  • Select Configuratuion Type . Оставляем как есть General Purpose/Transaction Processing и нажимаем NextУстановка Oracle шаг 7: Select Configuratuion Type
  • Specify Database identifiers . Оставляем как есть и нажимаем NextУстановка Oracle шаг 8: Specify Database identifiers
  • Specify Configuration Options . Если у вас более 4гб оперативной памяти поставьте галочку, иначе уберите галочку и нажмите NextУстановка Oracle шаг 9: Specify Configuration Options
  • Specify Database Storage Options . Оставляем все как предлагаем установщик и нажимаем Next
  • Specify Management Options . Также оставляем все по умолчанию и нажимаем Next
  • Specify Recovery Options . Ставим галочку на Enable Recovery, чтобы можно было восстановить базу при необходимости и нажимаем NextУстановка Oracle шаг 12: Specify Recovery Options
  • Specify Schema Passwords . Ставим галочку на Use the same password for all accounts, чтобы установить единый пароль администратора, пароль должен быть не менее 8 символов, должны быть цифры, минимум одна заглавная буква, одна прописная (пример: Admin1234) и нажимаем NextУстановка Oracle шаг 13: Specify Schema Passwords
  • Summary . Финальное окно перед началом установки, рекомендую ничего не менять и нажать Install

В ходе установки может возникнуть ошибка Faild to set ACL’s for specified User, просто нажмите Continue Ошибка Faild to set ACL

Шаг 3. Настраиваем среду разработки

  • Откроем командную строку. Нажимаем сочетание клавиш Win + R, отроется окно, в котором пишем cmd и нажимаем ОК
    Открываем командную строку
  • В появившемся окне пишем sqlplus и нажимаем клавишу EnterЗапускаем sqlplus
  • Если sqlplus успешно установился, то теперь командная строка попросит вас ввеси имя пользователя для подключения к БД, вводим как на скрине ниже, имя пользователся system, ваш пароль администратора и нажимаем два раза EnterПодключаемся к базе Oracle через sqlplus
  • При успешном подключении появится надпись с версией базы и в строке ввода команд появится слово SQL
    Успешное подключение к базе Oracle через sqlplus
    Напишите теперь в командной строке такую конструкцию (обязательно ; в конце ) select ‘hello world’ from dual; и нажмите Enter должен вернуться результат как на скрине ниже Успешное подключение к базе Oracle через sqlplus
  • Переходим на официальный сайт Oracle и выбираем в блоке SQL Developer xx.x.x Downloads версию Windows 64-bit with JDK 8 included и нажимаем Download
  • В появившемся окне ставим галочку и нажимаем Download
    После может возникнуть окно авторизации, обязательно авторизируемся, иначе скачать программу не получится.
    Окно скачивания sqldeveloper
  • Скачанный архив разархивируем в на диск C в папку Program Files
  • Заходим в папку с программой и запускаем файл sqldeveloper.exeЗапускаем sqldeveloper
  • Добавляем новое соединение
    Добавляем новый connection в sqldeveloper
  • Указываем все как на скриншоте ниже, пароль указываете, тот что указывали при установке Oracle и нажимаем Test, после нажатия в левом нижнем углу должна появиться надпись Success
    Нажимаем Save, затем ConnectНастройка подключения в sqldeveloper
  • В появившемся окне введем пример, нашего первого скрипта. Напишите скрипт как на скриншоте ниже и затем нажмите F5, либо зеленый треугольник Первый селект в sqldeveloper

How to Install SQL Developer On Windows 10

how to install sql developer on windows 10 by manish sharma

In this SQL Developer Tutorial we will learn how to install SQL Developer on Windows 10 x64 bit as well as on windows10 x32 bit. If you are looking to install Oracle Database 12c on your system then click here. Also for Oracle Database 18c installation click here.

SQL developer is a free database management and development tool created by Oracle itself. You do not have to pay a single penny to use this software.

Though SQL Developer is completely free yet it is a very powerful tool in the market and packs several features which you don’t find even in various paid software. Moreover both database developer and administrator can take advantage from this tool.

How to Install SQL Developer on Windows 10

Installing SQL Developer is a 2 step process.

Step 1: Install latest version of Java Development Tool Kit (JDK)
Step 2. Install SQL Developer.

Step 1: Install Java Development Kit (JDK) on Windows 10

SQL Developer require latest version of Java Development Kit (JDK) installed on your windows 10. Thus before installing and start working with SQL Developer we need to properly install JDK.

If you already have latest version of JDK installed on your system then you can directly jump onto the step 2 and install SQL Developer.

Download Java Development Tool Kit (JDK)

To install Java Development kit on windows 10 first we need to download it. You can do so by visiting Oracle website or you can also click here for the direct link.

QuickTip
You can download the JDK for Windows 10 x64 bit by clicking the link with name the Windows x64 on the Java SE Development Toolkit download page. Also for the Windows 10 x32 bit you can use the link with the name Windows x86.

JDK installation is fairly simple. Once you have downloaded the JDK according to the Operating system then right click the .exe file and select “run as administrator” option that will start the installation.

Install Java Development Tool Kit (JDK) on Windows 10.

Screen1:

how to install SQL developer on Windows 10 by Manish Sharma

On welcome screen of JDK installer simply press “Next”

Screen 2:

how to install SQL developer on Windows 10 by Manish Sharma

From screen 2 copy the “JDK home” path.You need to specify the location of your JDK home to the SQL Developer thus make sure to note it down somewhere. Click “Next” – that will start the installation.

Screen 3:

how to install SQL developer on Windows 10 by Manish Sharma

Java Development Tool kit (JDK) installer will also install the Java Run time Environment (JRE) on your system. On screen3 you can change the JRE installation location if you want otherwise hit next.

Screen 4:

how to install SQL developer on Windows 10 by Manish Sharma

JDK installer screen 4 is the last step. Here you simply have to click close.

Step 2: Install SQL Developer on Windows 10.

SQL Developer does not require any installation on your system. You simply have to extract the files and execute the SQL Developer and start working.

Download the SQL Developer Software

You can either download the SQL Developer software from oracle website or click here for the direct SQL developer download page link.

how to install SQL developer on Windows 10 by Manish Sharma

To download the SQL Developer first you need to accept the “License agreement” and then choose the SQL Developer version according to your operating system architecture. You will also need to sign-in into your free oracle account to download the desired files.

how to install SQL developer on Windows 10 by Manish Sharma

All the SQL Developer software contents are downloaded as zipped files. To start working with SQL Developer you need to first un-zip the content of your download.

QuickTip:
For better organization try to place the extracted content [SQL Developer folder] with all the Oracle Directories.Though it is not mandatory.

After that go to the folder SQL Developer which you just un-zipped and find the executable file with the name“SQLDeveloper.exe” then double click and execute it. This will launch the SQL Developer software.

How to install Oracle SQL Developer on Windows 10 by Manish Sharma

Sometimes execution might give a“publisher security warning”. There is no need to panic SQL Developer is designed, developed and maintained by oracle and it is completely secure. Just simply hit “Run” and proceed ahead.

How to install Oracle SQL Developer on Windows 10 by Manish Sharma

Though it happens rarely yet SQL Developer might ask you to specify the “JDK home” path. In such case supply the JDK home location in the pop-up box which you noted down in the 2 nd step of the JDK installation.

All the steps shown above can be used for installing SQL Developer on Windows 10 x64 as well as x32 bit version.

Suggested reading links

If You Are A DBA then Oracle Enterprise Manager Should Be Your Best Friend. Check Out This Playlist Where I have Explained The Configuration Of Oracle Enterprise Manager Database Express.

That’s all for this tutorial on how to install SQL Developer on Windows 10 x64 bit version. Hope you enjoyed reading. Please share this blog on your social. Also, connect with me on my Facebook page. Thanks & have a great day!

Как установить sql developer на windows 10

MS SQL Server доступен в различных вариациях. Прежде всего, это MS SQL Server Enterprise — полный выпуск, нацеленный на использование в реальных проектах. Именно он используется на различных хостингах и серверах баз данных. Однако он доступен только в платной версии (не считая триального периода) и стоит довольно приличных денег.

Для простых приложений также может хватить и выпуска Express: он бесплатный. К тому же у него есть преимущество — его можно ставить в качестве реального сервера и использовать в реальных задачах, однако он имеет урезанный функционал по сравнению с полной версией.

И также есть MS SQL Server Developer Edition . Это бесплатный и полнофункциональный выпуск, который содержит весь функционал, что и полная версия MS SQL Server Enterprise, MS SQL Server Enterprise, только нацелена только для нужд разработки. В то же время эта версия не может быть использована для развертывания в качестве реального сервера на реальных проектах. Однако для изучения всей механики MS SQL Server эта версия представляет оптимальный вариант, поэтому именно эту версию мы и будем использовать.

Но в данном случае для данного руководства по большому счету можно использовать как Developer, так и Express выпуск.

Итак, установим MS SQL Server 2022 Developer Edition . Для этого перейдем по адресу https://www.microsoft.com/en-us/sql-server/sql-server-downloads. Найдем на странице пункт «Developer» и нажем на кнопку загрузки.

Загрузка MS SQL Server 2022

После загрузки программы установки запустим ее. И вначале нам будет предложено два варианта установки: базовая и настраиваемая. Для потребностей данного руковдства вполне хватит и базовой установки. Тем не менее рассмотрим оба варианта установки.

Базовая установка MS SQL Server Developer Edition

В начале рассмотрим базовую установку. На начальном шаге укажем в качестве типа установки тип «Базовая»:

Мастер установки MS SQL Server 2022

Дальше надо будет выбрать язык и принять лицензионное соглашение:

Выбор языка при установке MS SQL Server

Здесь выберем английский язык, поскольку локализованные версии оставляют.

После принятия лицензионного соглашения нам будет предложено установить путь для установки:

Выбор выпуска при установке MS SQL Server

Оставим все настройки по умолчанию и нажмем на кнопку «Установить».

После завершения установки на финальном экране мы увидим ряд данных, которые нам могут понадобится в дальнейшем при работе с MS SQL Server.

Выбор компонентов для установки MS SQL Server

Прежде всего это имя экземпляра — по умолчанию MSSQLSERVER . По этому имени мы сможем найти запущенный сервер в панели служб или можно это имя использовать при обращении к серверу из других программ.

Также стоит отметить строку подключения, которая по умолчанию представляет «Server=localhost;Database=master;Trusted_Connection=True;» . Через эту строку подключения мы сможем подключаться к серверу из других программ, запущенных на этом же компьютере.

Итак, мы установили SQL Server 2022, у которого имя экземпляра — «MSSQLSERVER». Следует отметить, что перед подключением к нему, надо убедиться, что он запущен.

Также для этого можно открыть окно служб:

Запуск MS SQL Server 2022

Если он не запущен, там же в панели служб мы его может запустить, и после этого мы сможем с ним работать.

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *