- Click to view our Accessibility Policy
- Skip to content
We’re sorry. We could not find a match for your search.
We suggest you try the following to help find what you’re looking for:
- Check the spelling of your keyword search.
- Use synonyms for the keyword you typed, for example, try «application» instead of «software.»
- Start a new search.
Cloud Account
Sign in to Cloud
Oracle Account
- Sign-In
- Create an Account
- Help
- Sign Out
Contact Sales
Menu
Menu
Oracle Database XE
Prior Release Archive
Oracle Database Express Edition (XE) Release 11.2.0.2.0 (11gR2).
Name |
Download |
Release notes |
---|---|---|
Oracle Database 11gR2 Express Edition for Windows x64 |
Download |
{Note: Unzip the download and run the DISK1/setup.exe} |
Oracle Database 11gR2 Express Edition for Windows x32 |
Download |
{Note: Unzip the download and run the DISK1/setup.exe} |
Oracle Database 11gR2 Express Edition for Linux x64 |
Download |
{Note: Unzip the download and the RPM file can be installed as normal} |
Getting Started:
- Oracle Database 11gR2 XE Documentation
- Community Support Forum
Support
Oracle Database Express Edition (XE) is a community supported edition of the Oracle Database family. Please go to the Oracle Database XE Community Support Forum for help, feedback, and enhancement requests.
Note: Oracle Support Services only provides support for Oracle Database Enterprise Edition (EE) and Oracle Database Standard Edition 2 (SE2) in conjunction with a valid Oracle Database Technical Support agreement. No patches will be provided for Oracle Database Express Edition.
Oracle Database 18c XE Download
- Country/Region
Oracle Database 11g Release 2
Oracle Database 11g Release 2 for 32-bit or 64-bit Windows systems. Oracle Database 11g Release 2 includes Standard Edition, Standard Edition One and Enterprise Edition, in the installation process you must choose which edition to install. Oracle Database 11g Release 2 is composed of two files, File 1 and File 2, in order to fully install the software correctly you need to download both.
Minimum Hardware Requirements to Install Oracle Database 11g Release 2
System requirements for Windows systems
- Intel (x86), AMD64 and Intel EM64T processor
- 1 GB RAM minimum, 4 GB or more is recommended.
- Virtual memory. If the physical memory is between 2GB and 16GB set the virtual memory to 1 times the size of the RAM, if the physical memory is greater than 16GB set the virtual memory to 16GB.
- 4 GB of free disk space available for the application. Additional hard disk space will be required for each database.
- 500 MB of temporary free disk space for the installation process.
- Monitor with 1024×768 resolution or higher
- Windows 32-bit and 64-bit operating systems supported.
Standard, Enterprise, Datacenter, Web, and Foundation Editions
Windows Server 2012 R2
Windows Server 2012
Windows Server 2008 R2
Windows Server 2008
Windows Server 2003 R2
Windows Server 2003
Professional, Enterprise, and Ultimate Editions
Windows 10
Windows 8.1
Windows 8
Windows 7
Windows Vista
Windows Xp
Rate this program
- 1
- 2
- 3
- 4
- 5
4.8 out of 5 stars (23 Ratings)
Oracle Database 11g Release 2 32-bit File 1
32-bit / 64-bit
Multilingual
dfb1d53e34068d5326a06242f01f11eb
Oracle Database 11g Release 2 32-bit File 2
32-bit / 64-bit
Multilingual
c8d936bd1c5b8be237e206b1eb8364e5
Oracle Database 11g Release 2 64-bit File 1
32-bit / 64-bit
Multilingual
88a2167f14cbe00d30f51dcd6d3e58d0
Oracle Database 11g Release 2 64-bit File 2
32-bit / 64-bit
Multilingual
1d6dca5535917b5d076d3db3af64dffa
Secure and Fast Download — Software Verified
This article presents how to quickly install Oracle Database 11G Release 2 (11.2.0.3) and as Oracle Grid 11G Release 2(11.2.0.3) on Windows.
Check article for new release Install Oracle 12C Release 1 (12.1) on Windows 7, 8
Software used:
- Oracle Database 11G Release 2(11.2.0.3) – 64 bit for Windows
- Oracle Grid 11G Release 2(11.2.0.3) – 64 bit for Windows
- Windows 8 Pro 64 bit
You can download Oracle Database 11G Release 2(11.2.0.3) and Oracle Grid 11G Release 2(11.2.0.3). You can download them on Oracle support formerly MetaLink.
p10404530_112030_MSWIN-x86-64_1of7.zip - database software p10404530_112030_MSWIN-x86-64_2of7.zip - database software p10404530_112030_MSWIN-x86-64_1of7.zip - grid software
Hardware and software requirements for database and grid software:
- at least 4GB ram as minimum, 20G space for binaries and 40G for ASM devices
- Windows Server 2003 – all x64 editions
- Windows Server 2003 R2 – all x64 editions
- Windows XP Professional x64 Edition
- Windows Vista x64 – Business, Enterprise, and Ultimate editions
- Windows Server 2008 x64 and Windows Server 2008 R2 x64 – Standard, Enterprise, Datacenter, Web, and Foundation editions
- Windows 7 x64 – Professional, Enterprise, and Ultimate editions
Windows 8 Support
Starting with Oracle Database 11g Release 2 (11.2.0.4), Oracle Database server and client are supported on Windows 8. Oracle RAC is not supported on Windows 8.
In case you are not planning to install grid 2GB ram is enough.
This installation was done for 11.2.0.3 on Windows 7 but with release 11.2.0.4 it’s possible on Windows 8.
ASM devices
To run ASM on Windows you need to create at least one RAW logical partition. For this presentation I have created 2 logical partitions each 20GB using diskpart.exe program.
RAW means not formated partition and without assigned letter.
Another option is to use “Computer management” interface which is user graphical interface. It includes “Disk management” tool to manage partitions.
It’s just example for diskpart.exe
1. List available disks on computer. There is only one disk with 40GB free space.
DISKPART> list disk Disk ### Status Size Free Dyn Gpt -------- ---------- ------- ------- --- --- * Disk 0 Online 80 GB 40 GB
2. As first step you need to select disk before making any changes on it. In my case there is only one disk so it’s not necessary step but I wanted to show how to do it.
DISKPART> select disk 0 Disk 0 is now the selected disk.
3. List partitions. There is only one primary partition on disk.
DISKPART> list partition Partition ### Type Size Offset ------------- ---------------- ------- ------- Partition 1 Primary 40 GB 1024 KB
4. Add new extended partition and 2 logical partitions.
DISKPART> create partition extended DiskPart succeeded in creating the specified partition. DISKPART> list partition Partition ### Type Size Offset ------------- ---------------- ------- ------- Partition 1 Primary 40 GB 1024 KB * Partition 0 Extended 40 GB 40 GB DISKPART> create partition logical size=20480 DiskPart succeeded in creating the specified partition. DISKPART> create partition logical size=20480 DiskPart succeeded in creating the specified partition.
5. Verify new partitions.
DISKPART> list partition Partition ### Type Size Offset ------------- ---------------- ------- ------- Partition 1 Primary 40 GB 1024 KB Partition 0 Extended 40 GB 40 GB Partition 2 Logical 20 GB 40 GB * Partition 3 Logical 20 GB 60 GB
Install grid software
This presentation shows how to install grid software as standalone version which is nice to have to find out how ASM works. Unzip grid binaries to a directory and run setup.exe.
unzip p10404530_112030_MSWIN-x86-64_1of7.zip cd grid setup.exe
1. You should see following screen. Select “Skip software updates” and click “Next” button.
2. Select “Configure Oracle Grid Infrastructure for Standalone Server” and click “Next” button.
3. Select language and click “Next” button.
4. It’s time to create ASM diskgroup DATA. First you need to make created earlier partitions with diskpart.exe visible by ASM binaries. Click “Stamp Disk” button.
5. It will start asmtool. The tool is used to stamp devices(partitions) to be visible by Oracle binaries. Stamp means write some raw informations on the beginning of selected partition. Click “Next” button. Ye ye ye my bad “Dalej” ;). I use Polish windows :).
6. Select device which you want to stamp and enter label “DATA” for it. Then click “Next” button.
7. ASM will see this partition as “ORCLDISKDATA0”. Just click “Next” button.
8. Just click “OK”(Polish “Zakoncz”) button.
9. Repeat step 5,6,7,8 for another device and stamp it with label “BACKUP”. Once it’s done you should see 2 devices. Select redundancy to “External” and select device “ORCLDISKDATA0” and click “Next” button.
10. From security point of view you should specify separate password for user SYS and ASMSNMP. I set for both user the same password. Click “Next” button.
11. On this screen you can specify directory for grid binaries. If you have already some Oracle binaries it makes sense to select already defined Oracle Base.
12. Summary screen just before installation begin. Click “Install” button.
13. Boring installation …
15. Installation completed. Just click “Close” button.
ASM configuration assistant ASMCA
So far we have created only one ASM group DATA. I want to show how-to quickly add extra group to ASM instance.
1. Run “Automatic Storage Management Configuration Assistant” from Windows menu. Once it’s started click “Create” button.
2. Enter disk group name BACKUP, select redundancy to “External”, check checkbox for “\.ORCLDISKBACKUP0″ device and click “OK” button.
3. Soon new disk group should be created.
4. Two ASM disk groups “BACKUP” and “DATA” should be visible. Click “Exit” button.
Verify in sqlplus that two ASM diskgroups exist.
d:apporacleproduct11.2.0gridBIN>set ORACLE_SID=+ASM d:apporacleproduct11.2.0gridBIN>sqlplus SQL*Plus: Release 11.2.0.3.0 Production on Wed Jul 17 20:41:40 2013 Copyright (c) 1982, 2011, Oracle. All rights reserved. Enter user-name: / as sysasm Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production With the Automatic Storage Management option SQL> select name from v$asm_diskgroup; NAME ------------------------------ BACKUP DATA
Install database software
Unzip database software to a directory and run setup.exe
unzip p10404530_112030_MSWIN-x86-64_1of7.zip unzip p10404530_112030_MSWIN-x86-64_2of7.zip cd database setup.exe
1. Uncheck checkbox “I wish to recive security updates via My Oracle Support” and click “Next” button.
2. Ignore this message and click “Yes”
3. Select “Skip software updates” and click “Next” button.
4. Select “Create and configure a database” and click “Next” button.
5. Select “Server Class” and click “Next” button.
6. Select “Single instance database installation” and click “Next” button.
7. Select “Advanced install” and click “Next” button.
8. Select language and click “Next” button.
9. You can select here type of binaries to install. Once it’s done click “Next” button.
10. Define directories for database binaries and click “Next” button. The best is to select the same ORACLE_BASE as for grid software.
11. Accept default settings “General Purpose/Transaction Processing” and click “Next” button.
12. Enter global database name and SID for your database. Once it’s done click “Next” button.
13. Specify more details about your database on 4 tabs where you can define memory settings, character set, security settings and if to install sample schema on your database. Once you are happy with your settings click “Next” button.
17. On this page you can register your database in Oracle Enterprise Manager or create local EM version like in the example below. Click “Next” button.
18. Select “Oracle Automatic Storage Management” to install database on ASM devices and enter password for user ASMSNMP(the password was defined during grid binaries installation). If you have skipped ASM grid installation select first option “File System” and specify directory where database files should be installed.
19. Here you can define automatic backups and directory or ASM where backups should be stored. Once you are happy with your selection click “Next” button.
20. Select diskgroup “DATA” for database datafiles. click “Next” button.
21. Specify password for each user or enter the same for all. Once it’s done click “Next” button.
22. If everything is right click “Install” button. It’s the last moment to come back to each of previous point and make changes.
23. Installation in progress … it will take some time so talk to your girlfriend or pet 🙂
24. Database Configuration Assistant will start automatically and create database for you.
25. When database is ready you should see summary window. You can click “Password Management” to change passwords for many accounts in database. Once it’s done click “OK” button to continue.
26. You are lucky 11G installation is completed. Click “Close” button.
Have a fun 🙂
Tomasz
Материал посвящен системе управления базами данных от компании Oracle, а именно бесплатной версии Oracle Database Express Edition 11g Release 2, сегодня мы узнаем, что это за СУБД, какие ограничения у Express версии и как ее можно установить.
Последнее время мы с Вами стали очень часто затрагивать тему баз данных, но если говорить конкретней в основном мы касались СУБД от компании Microsoft, а именно Microsoft SQL Server Express, например, рассматривали Microsoft SQL Server Express 2008, а так как это далеко не последняя версия, мы также рассматривали возможность обновления 2008 версии до Microsoft SQL Server Express 2014. Теперь предлагаю познакомиться с одной из лучших СУБД (по мнению многих специалистов лучшей), а именно с Oracle Database. И естественно, что рассматривать данный продукт мы будем на бесплатной версии Oracle Database Express Edition 11g Release 2, на момент написания статьи это последняя версия Oracle Database Express Edition.
Предлагаю сначала сделать небольшой обзор Oracle Database, затем плавно перейти к Express версии, и в заключение, конечно же, подробно рассмотреть процесс установки Oracle Database Express Edition 11g Release 2 на операционную систему Windows 7.
Содержание
- Что такое Oracle Database?
- Oracle Database Express Edition
- Где скачать Oracle Database Express Edition 11g Release 2?
- Установка Oracle Database Express Edition 11g Release 2 на Windows 7
- Шаг 1
- Шаг 2
- Шаг 3
- Шаг 4
- Шаг 5
- Шаг 6
Oracle – это крупнейшая в мире компания по разработке программного обеспечения для предприятий. Специализация Oracle является разработка систем управления базами данных, таких как Oracle Database, а также других бизнес-приложений.
Oracle Database — это объектно-реляционная система управления базами данных (RDBMS или Relational DataBase Management System). Многие крупнейшие компании мира в качестве базы данных выбирают именно Oracle Database.
Заметка! Что такое СУБД.
В названии каждой версий мы наблюдаем номер версии и букву, например 11g, где g – это «grid» или сеть, символизируя тем самым поддержку grid-вычислений.
В 2013 году вышла версия 12c, где c означает cloud (облако).
Данная СУБД поддерживает много платформ, например: Linux x86, Linux x86-64, как 32 разрядные Windows так и 64, Solaris x86, Solaris SPARC (64-бит), Mac OS X Server и еще много других.
В Oracle Database используется язык программирования PL/SQL (Procedural Language / Structured Query Language) — это расширения языка SQL, которое разработала компания Oracle. Например, также компания Microsoft для своей СУБД разработала язык Transact-SQL, его мы подробно разбирали во многих статьях, даже составили «Справочник Transact-SQL».
Oracle Database поставляется в следующих редакциях:
- Oracle Database Enterprise Edition;
- Oracle Database Standard Edition;
- Oracle Database Standard Edition One;
- Oracle Database Personal Edition;
- Oracle Cloud File System;
- Oracle Database Mobile Server;
- Oracle Database Express Edition.
Oracle Database Express Edition
Oracle Database Express Edition (Oracle Database XE) – это бесплатная версия базы данных Oracle Database для начинающих разработчиков и администраторов, которые если освоят данную СУБД, смогут легко перейти на полноценную версию.
Так как это версия бесплатная она естественно имеет ограничения:
- Она будет использовать не более 1 гигабайта оперативной памяти;
- Также будет использовать только один процессор;
- Всего одна база данных размером не более 11 гигабайт;
- Может быть установлена только на ОС Windows x32, Windows x64 и Linux x86-64.
На данный момент последней версией является Oracle Database Express Edition 11g Release 2, поэтому именно ее мы и будем устанавливать, но прежде давайте узнаем, где же взять данное программное обеспечение.
Где скачать Oracle Database Express Edition 11g Release 2?
Конечно, скачать данную СУБД можно с официального сайта компании Oracle, а конкретно на странице посвященной Oracle Database Express Edition
http://www.oracle.com/technetwork/database/database-technologies/express-edition/downloads/index.html
Мы соответственно переходим на страницу, жмем Accept License Agreement — это для принятия лицензионного соглашения, затем выбираем тип нашей операционной системы, я для примера выберу файл для 32 разрядных Windows, а именно Oracle Database Express Edition 11g Release 2 for Windows x32.
Затем откроется страница, на которой необходимо указать учетную запись и пароль от Oracle и нажать «Вход в систему», это если Вы уже зарегистрированы, а если нет, то нажмите сначала «Создать учетную запись». Советую это сделать, так как данная учетная запись позволит Вам получить доступ к различным онлайн приложениям Oracle, службе поддержки Oracle, а так же, как Вы уже поняли, к загрузке программного обеспечения.
После этого начнется загрузка файла, в нашем случае это OracleXE112_Win32.zip (сжатый архив) размером 312 мегабайт.
Установка Oracle Database Express Edition 11g Release 2 на Windows 7
После скачивания файла его необходимо разархивировать, как это делается мы говорили в материале Как заархивировать и разархивировать файл.
Примечание! Вся установка и интерфейс программного обеспечения входящего в состав Oracle Database Express на английском языке.
Шаг 1
Для установки переходим в распакованный каталог, открываем папку DISK1 и запускаем setup.exe, в последствие будет выполнена подготовка к установке
Шаг 2
Затем откроется окно приветствия, жмем «Next».
Шаг 3
Далее нам необходимо прочитать и согласиться с лицензионным соглашением, выбираем «I accept the terms in the license agreement» и жмем «Next».
Шаг 4
Далее нужно будет указать путь установки, я оставляю все по умолчанию и жму «Next». Также на данном окне будет показано свободное место на выбранном диске и сколько места необходимо для установки, как видите, у меня места хватает.
Шаг 5
Далее придумываем и вводим пароль для системной учетной записи SYSTEM, это своего рода учетка главного администратора, жмем «Next».
Шаг 6
В заключение проверяем введенные параметры и нажимаем «Next».
Вот и началась установка Oracle Database Express Edition 11g Release 2
Установка будет завершена после появления следующего окна, в котором нажимаем «Finish».
После этого у нас в меню пуск появится пункт «Oracle Database 11g Express Edition». Через данное меню мы можем запустить СУБД или остановить ее, также можем запустить «Run SQL Command Line» — это для того чтобы писать какие-то SQL запросы или разрабатывать приложения на PL/SQL.
Например, для подключения к серверу откройте «Run SQL Command Line», введите команду connect, на вопрос «Enter user-name:» введите system (название учетной записи), а на вопрос «Enter password:» вводим пароль, который мы придумали и ввели в ходе установки, и если Вы увидели Connected, то это значит, Вы подключились и можете писать свои sql запросы, например:
SELECT * FROM mytable;
где, mytable — это таблица, которую я заранее создал и заполнил тестовыми данными, также не забываем писать точку с запятой (;) в конце инструкции, иначе запрос не выполнится.
Но для этих целей лучше использовать Oracle SQL Developer, но об этом чуть ниже.
Также на рабочем столе появится ярлык «Get Started With Oracle Database 11g Express Edition» — это для запуска веб интерфейса «Oracle Database XE 11.2»
Это своего рода панель администратора СУБД (для авторизации используем системную учетную запись), из нее можно создавать пользователей для доступа к базе, мониторить кто подключен к базе данных, а также для запуска «Oracle Application Express» (APEX) — это среда разработки приложений, которая полностью реализована как Web приложение (работа через браузер).
Заметка! Если Вы начинающий программист и у Вас нет базовых знаний языка SQL, то я Вам рекомендую почитать книгу «SQL код» – это самоучитель по данному языку. Книга написана мной, в ней я очень подробно рассказываю о языке SQL.
Если Вы запустили и увидели данное окно, то значит, установка прошла успешно.
На этом предлагаю заканчивать, так как данную СУБД мы установили, в следующем материале мы подробно разберем инструмент разработчика приложений на базе Oracle Database это, конечно же, SQL Developer, так как материал обширный, и он заслуживает отдельной статьи.
Вот данный материал – Установка Oracle SQL Developer 4.0.3 и настройка подключения с сервером
Each software is released under license type that can be found on program pages as well as on search or category pages. Here are the most common license types:
Freeware
Freeware programs can be downloaded used free of charge and without any time limitations. Freeware products can be used free of charge for both personal and professional (commercial use).
Open Source
Open Source software is software with source code that anyone can inspect, modify or enhance. Programs released under this license can be used at no cost for both personal and commercial purposes. There are many different open source licenses but they all must comply with the Open Source Definition — in brief: the software can be freely used, modified and shared.
Free to Play
This license is commonly used for video games and it allows users to download and play the game for free. Basically, a product is offered Free to Play (Freemium) and the user can decide if he wants to pay the money (Premium) for additional features, services, virtual or physical goods that expand the functionality of the game. In some cases, ads may be show to the users.
Demo
Demo programs have a limited functionality for free, but charge for an advanced set of features or for the removal of advertisements from the program’s interfaces. In some cases, all the functionality is disabled until the license is purchased. Demos are usually not time-limited (like Trial software) but the functionality is limited.
Trial
Trial software allows the user to evaluate the software for a limited amount of time. After that trial period (usually 15 to 90 days) the user can decide whether to buy the software or not. Even though, most trial software products are only time-limited some also have feature limitations.
Paid
Usually commercial software or games are produced for sale or to serve a commercial purpose.
Basics about Oracle Database 11g XE (Express Edition) :
👇
Free Oracle Database for Everyone :
Whether you are a developer, a DBA, a data scientist, an educator, or just curious about databases, Oracle Database 18c Express Edition (XE) is the ideal way to get started. It is the same powerful Oracle Database that enterprises rely on worldwide, packaged for simple download, ease-of-use, and a full-featured experience. You get an Oracle Database to use in any environment, plus the ability to embed and redistribute – all completely free!
Now lets see the Steps to download and configure database in localhost i.e. in your personal laptop :
- Download 🠋 the Oracle database XE 11g software in your system by clicking on the below link
- Unzip the file and run setup.exe
- Click Next
- Accept the license agreement and click Next
- Configure the password for the database. Save this password because you need it to connect with database.
- Save the summary. This is the connection details to connect with the database. We will use this to configuration details in SQL developer tool to connect with this database in below steps.
- Database installation is successful. Now the database is ready to use.
- Mostly database get started automatically after installation. But as this is the first time let’s start the database manually.
Search for the Oracle Database 11g XE and click on Start Database.
Now open SQL Developer tool to connect the above configured database :
(If you don’t have SQL developer tool , you can download it from internet.)
- Open SQL Developer and create a new connection by clicking ‘➕‘ icon
- Enter below details :
Connection Name : write any meaningful name
Username : SYSTEM
Password : enter the password which you created while
configuring oracle database in system.
Hostname : localhost
Port : 1522 (or 1511)
Host : xe
- Click Save & then Test. If it’s Status : Success, click to Connect
- Now create a Table name «test_agent»
SQL Query : CREATE TABLE test_agent(message VARCHAR2(20));
Now follow the Next blog to create an OIC Integration using the above database. If you requirement is just to install database then your job is done, you can ignore the next article. Thanks !! 👍
[toggle_box]
[toggle_item title=”Click for Older Client Download Information”]
Following are links to the Oracle 11g Release 1 Client downloads for the various Windows versions:
Windows Server 2000, 2003, XP, Vista
Oracle Database 11g Release 1 Client (11.1.0.6.0) for Microsoft Windows (32-bit)
win32_11gR1_client.zip (510,809,607 bytes)
Oracle Database 11g Release 1 Client (11.1.0.6.0) for Microsoft Windows (x64)
win64_11gR1_client.zip (479,383,190 bytes)
Windows Server 2008
Do NOT use the 11.1.0.6.0 client with Windows Server 2008.
Oracle Database 11g Release 1 Client (11.1.0.7.0) for Microsoft Windows 2008 Server (32-bit)
win32_11gR1_client.zip (552,398,260 bytes)
Oracle Database 11g Release 1 Client (11.1.0.7.0) for Microsoft Windows Server 2008 x64
11107_w2k8_x64_production_client.zip (523,268,346 bytes)
As of writing, these are the latest stable versions of the Oracle database and client.
[/toggle_item]
[/toggle_box]
Oracle Database 11g Release 2 Client (11.2.0.1.0) for Microsoft Windows (32-bit)
win32_11gR2_client.zip (684,581,290 bytes)
[message_box title=”32-bit Download” color=”green”]
Please complete the following for access to the download.
The following download is currently unavailable. We are sorry for any inconvenience.
[/message_box]
Oracle Database 11g Release 2 Client (11.2.0.1.0) for Microsoft Windows (x64)
win64_11gR2_client.zip (615,698,264 bytes)
[message_box title=”64-bit Download” color=”green”]
Please complete the following for access to the download.
The following download is currently unavailable. We are sorry for any inconvenience.
[/message_box]
Oracle Database Express Edition — свободно распространяемая СУБД. Это база начального уровня, основанная на базе кода Oracle Database 11g Release 2. Она бесплатна для разработки, установки и распространения, невелика для скачивания и проста в администрировании.
Oracle Database XE имеет следующие ограничения:
- Не более 11 Гб пользовательских данных.
- Может использовать не более 1 Гб оперативной памяти.
- Может использовать только один процессор (или 1 ядро процессора).
- На одном компьютере может быть запущено не более 1 экземпляра сервера базы данных.
- Платформа Windows (32-bit) или Linux x86-64 (Debian, Mandriva, Novell, Red Hat, Ubuntu).
- Не поддерживается Oracle Streams.
- Не поддерживается доступ по https.
Download
Created Date
Sunday, 05 January 2014 Owner
Сергей Жилин Modified Date
Sunday, 26 January 2014
Item Preview
There Is No Preview Available For This Item
This item does not appear to have any files that can be experienced on Archive.org.
Please download files in this item to interact with them on your computer.
Show all files
2,024
Views
3
Favorites
DOWNLOAD OPTIONS
Uploaded by
Ozamin
on May 2, 2021