Can we install Oracle 12c Database without using any Virtual Machine? Currently I have installed it in VMWare Fusion but it is consuming a lot of power.
- Oracle 11g Download Linux
- Oracle 11g Genuine Download For Mac Windows 10
- Oracle On Mac
- Oracle 11g Install
For installations where the development will be in English only, download the file apex5.1en.zip from the Oracle Application Express download page. If the development will include languages other than English, download apex5.1.zip from the Oracle Application Express download. Download and import it into VirtualBox. It's easy to install your own Oracle Database 'XE' Express Edition database for development. After the XE RPM is installed on Oracle Linux 5 and 6, run its simple configuration script to set up the administration passwords, the listener port (default is 1521), and whether to autostart during. This tutorial shows how to set up a data source and connect to an Oracle ® database using the Database Explorer app or the command line. This tutorial uses the Oracle Database 11g Release 2 (11.2.0.3) JDBC driver for use with JDK™ 1.6 to connect to an Oracle 11g Enterprise Edition Release 11.2.0.1.0 database. Oracle does provide pre-built Virtual Machines for Virtual Box, that have Linux (probably Oracle Linux) and Oracle 12c preloaded. These can be 17GB downloads. These can be 17GB downloads. Again, you will be up against several hardware limitations — even if you added the 16 GB memory from macsales dot com.
Oracle JDBC for macOS
This tutorial shows how to set up a data source and connect to an Oracle® database using the Database Explorer app or the command line. This tutorial uses the Oracle Database 11g Release 2 (11.2.0.3) JDBC driver for use with JDK™ 1.6 to connect to an Oracle 11g Enterprise Edition Release 11.2.0.1.0 database.
Step 1. Verify the driver installation.
If the JDBC driver for Oracle is not installed on your computer, find the link on the Driver Installation page to install the driver. Follow the instructions to download and install this driver on your computer.
Step 2. Set up the data source.
You set up a data source using the Database Explorer app or the command line.
Set Up Data Source Using Database Explorer App
Open the Database Explorer app by clicking the Apps tab on the MATLAB® Toolstrip. Then, on the right of the Apps section, click the Show more arrow to open the apps gallery. Under Database Connectivity and Reporting, click Database Explorer. Alternatively, enter
databaseExplorer
at the command line.In the Data Source section, select Configure Data Source > Configure JDBC data source.
The JDBC Data Source Configuration dialog box opens.
In the Name box, enter a name for your data source. (This example uses a data source named
ORA
.) You use this name to establish a connection to your database.From the Vendor list, select
Oracle
.Note
To use the full entry from your
tnsnames.ora
file, selectOther
instead and enter the full entry in the resulting URL box. Then, enter the full path to the JDBC driver file in the Driver Location box and the name of the driver in the resulting Driver box. Save the JDBC data source. For details about these steps, see Other ODBC-Compliant or JDBC-Compliant Databases.In the Driver Location box, enter the full path to the JDBC driver file.
In the Database box, enter the name of your database. In the Server box, enter the name of your database server. Consult your database administrator for the name of your database server.
The name can be the service name or the Oracle system identifier (SID), depending on your specific Oracle database setup. For details, see your
tnsnames.ora
file, which is often stored in<ORACLE_HOME>/NETWORK/ADMIN
, where<ORACLE_HOME>
is the folder containing the installed database or the Oracle client.In the Port Number box, enter the port number. From the Driver Type list, select
thin
oroci
. (Usethin
as the default driver. Useoci
if you installed an OCI driver.)Under Connection Options, in the Name column, enter the name of an additional driver-specific option. Then, in the Value column, enter the value of the driver-specific option. Click the plus sign to specify additional driver-specific options.
Click . The Test Connection dialog box opens. Enter the user name and password for your database, or leave these boxes blank if your database does not require them. Click .
If your connection succeeds, the Database Explorer dialog box displays a message indicating the connection is successful. Otherwise, it displays an error message.
Click . The JDBC Data Source Configuration dialog box displays a message indicating the data source is saved successfully. Close this dialog box.
Set Up Data Source Using Command Line
Create a JDBC data source for an Oracle database.
Set the JDBC connection options. To set the connection options with an OCI driver, use the
'DriverType'
name-value pair argument. For example, this code assumes that you are connecting to a JDBC data source namedORA
, full path of the JDBC driver file/home/user/DB_Drivers/ojdbc7.jar
, database nametoystore_doc
, database serverdbtb05
, port number1521
, and driver typeoci
.To set the connection options without the OCI driver, omit the
'DriverType'
name-value pair argument.Test the database connection by specifying the user name
username
and passwordpwd
, or leave these arguments blank if your database does not require them.Save the JDBC data source.
After you complete the data source setup, connect to the Oracle database using the Database Explorer app or the JDBC driver and command line.
Step 3. Connect using the Database Explorer app or the command line.
Connect to Oracle Using Database Explorer App
On the Database Explorer tab, in the Connections section, click and select the data source for the connection.
In the connection dialog box, enter a user name and password, or leave these boxes blank if your database does not require them. Click .
The Catalog and Schema dialog box opens.
In the Schema list, select the schema. Click .
The app connects to the database and displays its tables in the Data Browser pane. A data source tab appears to the right of the pane. The title of the data source tab is the data source name that you defined during the setup. The data source tab contains empty SQL Query and Data Preview panes.
Select tables in the Data Browser pane to query the database.
Close the data source tab to close the SQL query. In the Connections section, close the database connection by clicking .
Note
If multiple connections are open, close the database connection of your choice by selecting the corresponding data source from the list.
Connect to Oracle Using JDBC Driver and Command Line
Connect to an Oracle database using the configured JDBC data source, user name
username
, and passwordpwd
.If you have trouble using the
database
function, use the full entry from yourtnsnames.ora
file in the URL string as one consecutive line. Leave the first argument blank. For example, this code assumes that the value of the'URL'
name-value pair argument is set to the specifiedtnsnames.ora
file entry for an Oracle database.Close the database connection.
See Also
Apps
Functions
close
|configureJDBCDataSource
|database
|saveAsJDBCDataSource
|setConnectionOptions
|testConnection
Related Topics
Transferred from: http://blog.itpub.net/628922/viewspace-759245/
Do not need to register, directly copied to thunderbolt or other download software can be downloaded.
Oracle 11.2.0.3:
Linux x64:
https://updates.oracle.com/orion/services/download/p10404530_112030_linux-x86-64_1of7.zip?aru=14125322& Patch_file=p10404530_112030_linux-x86-64_1of7.zip
https://updates.oracle.com/orion/services/download/p10404530_112030_linux-x86-64_2of7.zip?aru=14125322& Patch_file=p10404530_112030_linux-x86-64_2of7.zip
https://updates.oracle.com/orion/services/download/p10404530_112030_linux-x86-64_3of7.zip?aru=14125322& Patch_file=p10404530_112030_linux-x86-64_3of7.zip
Windows 64:
https://updates.oracle.com/orion/services/download/p10404530_112030_mswin-x86-64_1of7.zip?aru=14255124& Patch_file=p10404530_112030_mswin-x86-64_1of7.zip
https://updates.oracle.com/orion/services/download/p10404530_112030_mswin-x86-64_2of7.zip?aru=14255124& Patch_file=p10404530_112030_mswin-x86-64_2of7.zip
https://updates.oracle.com/orion/services/download/p10404530_112030_mswin-x86-64_3of7.zip?aru=14255124& Patch_file=p10404530_112030_mswin-x86-64_3of7.zip
ibm AIX :
Https://updates.oracle.com/Orion/Services/download/p10404530_112030_AIX64-5L_ 1of7.zip?aru=14218078&patch_file=p10404530_112030_aix64-5l_1of7.zip
https://updates.oracle.com/Orion/ Services/download/p10404530_112030_aix64-5l_2of7.zip?aru=14218078&patch_file=p10404530_112030_aix64-5l_ 2of7.zip
https://updates.oracle.com/Orion/Services/download/p10404530_112030_AIX64-5L_3of7.zip?aru=14218078 &patch_file=p10404530_112030_aix64-5l_3of7.zip
HP IA64:
Https://updates.oracle.com/Orion/Services/download/p10404530_112030_HPUX-IA64_1of7.zip?aru=14218063&patch_ File=p10404530_112030_hpux-ia64_1of7.zip
Https://updates.oracle.com/Orion/Services/download/p10404530_112030_HPUX-IA64_2of7.zip?aru=14218063&patch_ File=p10404530_112030_hpux-ia64_2of7.zip
Https://updates.oracle.com/Orion/Services/download/p10404530_112030_HPUX-IA64_3of7.zip?aru=14218063&patch_ File=p10404530_112030_hpux-ia64_3of7.zip
HP Pa-risc 64:
https://updates.oracle.com/Orion/Services/download/p10404530_112030_HP64_1of6.zip?aru=14582072&patch_file= P10404530_112030_hp64_1of6.zip
https://updates.oracle.com/Orion/Services/download/p10404530_112030_HP64_2of6.zip?aru=14582072&patch_file= P10404530_112030_hp64_2of6.zip
https://updates.oracle.com/Orion/Services/download/p10404530_112030_HP64_3of6.zip?aru=14582072&patch_file= P10404530_112030_hp64_3of6.zip
Oracle 11g Download Linux
Solaris x64:
https://updates.oracle.com/orion/services/download/p10404530_112030_solaris86-64_1of6.zip?aru=14152240& Patch_file=p10404530_112030_solaris86-64_1of6.zip
https://updates.oracle.com/orion/services/download/p10404530_112030_solaris86-64_2of6.zip?aru=14152240& Patch_file=p10404530_112030_solaris86-64_2of6.zip
https://updates.oracle.com/orion/services/download/p10404530_112030_solaris86-64_3of6.zip?aru=14152240& Patch_file=p10404530_112030_solaris86-64_3of6.zip
Solaris x86:
Https://updates.oracle.com/Orion/Services/download/p10404530_112030_Solarisx86_1of2.zip?aru=14152437&patch _file=p10404530_112030_solarisx86_1of2.zip
Https://updates.oracle.com/Orion/Services/download/p10404530_112030_Solarisx86_2of2.zip?aru=14152437&patch _file=p10404530_112030_solarisx86_2of2.zip
Solaris SPARC X64:
Https://updates.oracle.com/Orion/Services/download/p10404530_112030_SOLARIS64_1of7.zip?aru=14152117&patch_ File=p10404530_112030_solaris64_1of7.zip
Https://updates.oracle.com/Orion/Services/download/p10404530_112030_SOLARIS64_2of7.zip?aru=14152117&patch_ File=p10404530_112030_solaris64_2of7.zip
Https://updates.oracle.com/Orion/Services/download/p10404530_112030_SOLARIS64_3of7.zip?aru=14152117&patch_ File=p10404530_112030_solaris64_3of7.zip
Solaris SPARC x86:
Https://updates.oracle.com/Orion/Services/download/p10404530_112030_SOLARIS_1of2.zip?aru=14152484&patch_ File=p10404530_112030_solaris_1of2.zip
Https://updates.oracle.com/Orion/Services/download/p10404530_112030_SOLARIS_2of2.zip?aru=14152484&patch_ File=p10404530_112030_solaris_2of2.zip
Oracle 11.2.0.2
Aix:
Https://updates.oracle.com/Orion/Services/download/p10098816_112020_AIX64-5L_1of7.zip?aru=13149353&patch_ File=p10098816_112020_aix64-5l_1of7.zip
Https://updates.oracle.com/Orion/Services/download/p10098816_112020_AIX64-5L_2of7.zip?aru=13149353&patch_ File=p10098816_112020_aix64-5l_2of7.zip
Https://updates.oracle.com/Orion/Services/download/p10098816_112020_AIX64-5L_3of7.zip?aru=13149353&patch_ File=p10098816_112020_aix64-5l_3of7.zip
Linux x86:
Https://updates.oracle.com/Orion/Services/download/p10098816_112020_LINUX_1of7.zip?aru=13149166&patch_file =p10098816_112020_linux_1of7.zip
Https://updates.oracle.com/Orion/Services/download/p10098816_112020_LINUX_2of7.zip?aru=13149166&patch_file =p10098816_112020_linux_2of7.zip
Https://updates.oracle.com/Orion/Services/download/p10098816_112020_LINUX_3of7.zip?aru=13149166&patch_file =p10098816_112020_linux_3of7.zip
HP-UX Pa-risc (64-bit):
https://updates.oracle.com/Orion/Services/download/p10098816_112020_HP64_1of6.zip?aru=13548728&patch_file= P10098816_112020_hp64_1of6.zip
https://updates.oracle.com/Orion/Services/download/p10098816_112020_HP64_2of6.zip?aru=13548728&patch_file= P10098816_112020_hp64_2of6.zip
https://updates.oracle.com/Orion/Services/download/p10098816_112020_HP64_3of6.zip?aru=13548728&patch_file= P10098816_112020_hp64_3of6.zip
HP-UX Itanium:
Https://updates.oracle.com/Orion/Services/download/p10098816_112020_HPUX-IA64_1of7.zip?aru=13149221&patch_ File=p10098816_112020_hpux-ia64_1of7.zip
Https://updates.oracle.com/Orion/Services/download/p10098816_112020_HPUX-IA64_2of7.zip?aru=13149221&patch_ File=p10098816_112020_hpux-ia64_2of7.zip
Https://updates.oracle.com/Orion/Services/download/p10098816_112020_HPUX-IA64_3of7.zip?aru=13149221&patch_ File=p10098816_112020_hpux-ia64_3of7.zip
Linux x86-64:
https://updates.oracle.com/orion/services/download/ P10098816_112020_linux-x86-64_1of7.zip?aru=13149219&patch_file=p10098816_112020_linux-x86-64_1of7.ziphttps ://updates.oracle.com/orion/services/download/p10098816_112020_linux-x86-64_2of7.zip?aru=13149219&patch_ File=p10098816_112020_linux-x86-64_2of7.zip
Https://updates.oracle.com/Orion/Services/download/p10098816_ 112020_linux-x86-64_3of7.zip?aru=13149219&patch_file=p10098816_112020_linux-x86-64_3of7.zip
Oracle Database 11g Release 2 standard Edition and Enterprise Edition software Downloads
Oracle Database 11g 2nd edition Standard Edition, Enterprise Edition software download
? Microsoft Windows (32-bit) Disc 1, Disc 2 (2GB) 1
? Microsoft Windows (x64) CD 1, Disc 2 (2GB) 2
? Linux x86 Disc 1, Disc 2 (2GB) 3
? Linux x86-64 Disc 1, Disc 2 (2GB) 3
? Solaris (SPARC) (64-bit) Disc 1, Disc 2 (2GB) 4
? Solaris (x86-64) Disc 1, Disc 2 (2GB) 5
? HP-UX Itanium Disc 1, Disc 2 (2GB) 6
? AIX (PPC64) Disc 1, Disc 2 (2GB) 6
? Microsoft Windows (32-bit) Disc 1, Disc 2 (2GB)
Oracle Database 11g 2nd edition (11.2.0.1.0) for Microsoft Windows (32-bit)
Http://download.oracle.com/otn/nt/oracle11g/112010/win32_11gR2_database_1of2.zip
Http://download.oracle.com/otn/nt/oracle11g/112010/win32_11gR2_database_2of2.zip
Oracle Database 11g version 2nd Client (11.2.0.1.0) for Microsoft Windows (32-bit)
Http://download.oracle.com/otn/nt/oracle11g/112010/win32_11gR2_client.zip
Oracle Fusion middleware Web Tier Utilities 11g (11.1.1.2.0) for Microsoft Windows (32-bit)
Http://download.oracle.com/otn/nt/middleware/11g/ofm_webtier_win_11.1.1.2.0_32_disk1_1of1.zip
Oracle Database Gateways 11g 2nd edition (11.2.0.1.0) for Microsoft Windows (32-bit)
Http://download.oracle.com/otn/nt/oracle11g/112010/win32_11gR2_gateways.zip
Oracle Database 11g Version 2nd Examples
Oracle 11g Genuine Download For Mac Windows 10
Http://download.oracle.com/otn/nt/oracle11g/112010/win32_11gR2_examples.zip
Oracle de-install Utility (11.2.0.1.0) for Microsoft Windows (32-bit)
Http://download.oracle.com/otn/nt/oracle11g/112010/win32_11gR2_deinstall.zip
? Microsoft Windows (x64) CD 1, Disc 2 (2GB)
Oracle Database 11g version 2nd (11.2.0.1.0) for Microsoft Windows (x64)
Http://download.oracle.com/otn/nt/oracle11g/112010/win64_11gR2_database_1of2.zip
Http://download.oracle.com/otn/nt/oracle11g/112010/win64_11gR2_database_2of2.zip
Oracle Database 11g version 2nd Client (11.2.0.1.0) for Microsoft Windows (x64)
Http://download.oracle.com/otn/nt/oracle11g/112010/win64_11gR2_client.zip
Oracle Database 11g version 2nd Grid Infrastructure (11.2.0.1.0) for Microsoft Windows (x64)
Http://download.oracle.com/otn/nt/oracle11g/112010/win64_11gR2_grid.zip
Oracle Fusion middleware Web Tier Utilities 11g (11.1.1.2.0) for Microsoft Windows (x64)
Http://download.oracle.com/otn/nt/middleware/11g/ofm_webtier_win_11.1.1.2.0_64_disk1_1of1.zip
Oracle Database Gateways 11g version 2nd (11.2.0.1.0) for Microsoft Windows (x64)
Http://download.oracle.com/otn/nt/oracle11g/112010/win64_11gR2_gateways.zip
Oracle Database 11g Version 2nd Examples
Http://download.oracle.com/otn/nt/oracle11g/112010/win64_11gR2_examples.zip
Oracle de-install Utility (11.2.0.1.0) for Microsoft Windows (x64)
Http://download.oracle.com/otn/nt/oracle11g/112010/win64_11gR2_deinstall.zip
? Linux x86 Disc 1, Disc 2 (2GB)
Oracle Database 11g version 2nd (11.2.0.1.0) for Linux x86
Http://download.oracle.com/otn/linux/oracle11g/R2/linux_11gR2_database_1of2.zip
Http://download.oracle.com/otn/linux/oracle11g/R2/linux_11gR2_database_2of2.zip
Oracle Database 11g version 2nd Client (11.2.0.1.0) for Linux x86
Http://download.oracle.com/otn/linux/oracle11g/R2/linux_11gR2_client.zip
Oracle Database 11g version 2nd Grid Infrastructure (11.2.0.1.0) for Linux x86
Http://download.oracle.com/otn/linux/oracle11g/R2/linux_11gR2_grid.zip
Oracle Database 11g Version 2nd Examples
Http://download.oracle.com/otn/linux/oracle11g/R2/linux_11gR2_examples.zip
Oracle de-install Utility (11.2.0.1.0) for Linux x86
Http://download.oracle.com/otn/linux/oracle11g/R2/linux_11gR2_deinstall.zip
? Linux x86-64 Disc 1, Disc 2 (2GB)
Oracle Database 11g version 2nd (11.2.0.1.0) for Linux x86-64
Http://download.oracle.com/otn/linux/oracle11g/R2/linux.x64_11gR2_database_1of2.zip
Http://download.oracle.com/otn/linux/oracle11g/R2/linux.x64_11gR2_database_2of2.zip
Oracle Database 11g version 2nd Client (11.2.0.1.0) for Linux x86-64
Http://download.oracle.com/otn/linux/oracle11g/R2/linux.x64_11gR2_client.zip
Oracle Database 11g version 2nd Grid Infrastructure (11.2.0.1.0) for Linux x86-64
Http://download.oracle.com/otn/linux/oracle11g/R2/linux.x64_11gR2_grid.zip
Oracle Database 11g Version 2nd Examples
Http://download.oracle.com/otn/linux/oracle11g/R2/linux.x64_11gR2_examples.zip
Oracle Database Gateways 11g version 2nd (11.2.0.1.0) for Linux x86-64
Http://download.oracle.com/otn/linux/oracle11g/R2/linux.x64_11gR2_gateways.zip
Oracle de-install Utility (11.2.0.1.0) for Linux x86-64
Http://download.oracle.com/otn/linux/oracle11g/R2/linux.x64_11gR2_deinstall.zip
? Solaris (SPARC) (64-bit) Disc 1, Disc 2 (2GB)
Oracle Database 11g 2nd edition (11.2.0.1.0) for Solaris operating system (SPARC) (64-bit)
Http://download.oracle.com/otn/solaris/oracle11g/R2/solaris.sparc64_11gR2_database_1of2.zip
Http://download.oracle.com/otn/solaris/oracle11g/R2/solaris.sparc64_11gR2_database_2of2.zip
Oracle Database 11g version 2nd client (11.2.0.1.0) for Solaris operating system (SPARC)
Http://download.oracle.com/otn/solaris/oracle11g/R2/solaris.sparc64_11gR2_client.zip (64-bit)
Http://download.oracle.com/otn/solaris/oracle11g/R2/solaris.sparc64_11gR2_client32.zip (32-bit)
Oracle Database 11g 2nd edition grid infrastructure (11.2.0.1.0) for Solaris operating system (SPARC) (64-bit)
Http://download.oracle.com/otn/solaris/oracle11g/R2/solaris.sparc64_11gR2_grid.zip
Oracle Database 11g Version 2nd example for Solaris operating system (SPARC) (64-bit)
Http://download.oracle.com/otn/solaris/oracle11g/R2/solaris.sparc64_11gR2_examples.zip
Oracle Database Gateway 11g 2nd edition (11.2.0.1.0) for Solaris operating system (SPARC) (64-bit)
Http://download.oracle.com/otn/solaris/oracle11g/R2/solaris.sparc64_11gR2_gateways.zip
Oracle de-install Utility (11.2.0.1.0) for the Solaris operating system (SPARC)
Http://download.oracle.com/otn/solaris/oracle11g/R2/solaris.sparc64_11gR2_deinstall.zip (64-bit)
Http://download.oracle.com/otn/solaris/oracle11g/R2/solaris.sparc64_11gR2_deinstall32.zip (32-bit)
? Solaris (x86-64) Disc 1, Disc 2 (2GB)
Oracle Database 11g 2nd edition (11.2.0.1.0) for the Solaris operating system (X86-64)
Http://download.oracle.com/otn/solaris/oracle11g/R2/solaris.x64_11gR2_database_1of2.zip
Http://download.oracle.com/otn/solaris/oracle11g/R2/solaris.x64_11gR2_database_2of2.zip
Oracle Database 11g version 2nd client (11.2.0.1.0) for the Solaris operating system (X86-64)
Http://download.oracle.com/otn/solaris/oracle11g/R2/solaris.x64_11gR2_client.zip (64-bit)
Http://download.oracle.com/otn/solaris/oracle11g/R2/solaris.x86_11gR2_client.zip (32-bit)
Oracle Database 11g 2nd edition grid infrastructure (11.2.0.1.0) for the Solaris operating system (X86-64)
Http://download.oracle.com/otn/solaris/oracle11g/R2/solaris.x64_11gR2_grid.zip
Oracle Database 11g Version 2nd example for the Solaris operating system (X86-64)
Http://download.oracle.com/otn/solaris/oracle11g/R2/solaris.x64_11gR2_examples.zip
Oracle de-install Utility (11.2.0.1.0) for the Solaris operating system (X86-64)
Http://download.oracle.com/otn/solaris/oracle11g/R2/solaris.x64_11gR2_deinstall.zip (64-bit)
Http://download.oracle.com/otn/solaris/oracle11g/R2/solaris.x86_11gR2_deinstall.zip (32-bit)
? HP-UX Itanium Disc 1, Disc 2 (2GB)
Oracle Database 11g 2nd edition (11.2.0.1.0) for HP-UX Itanium
Http://download.oracle.com/otn/hp/oracle11g/R2/hpia64_11gR2_database_1of2.zip
Http://download.oracle.com/otn/hp/oracle11g/R2/hpia64_11gR2_database_2of2.zip
Oracle Database 11g version 2nd Client (11.2.0.1.0) for HP-UX Itanium
Http://download.oracle.com/otn/hp/oracle11g/R2/hpia64_11gR2_client.zip (64-bit)
Http://download.oracle.com/otn/hp/oracle11g/R2/hpia64_11gR2_client32.zip (32-bit)
Oracle Database 11g 2nd version Grid Infrastructure (11.2.0.1.0) for HP-UX Itanium
Http://download.oracle.com/otn/hp/oracle11g/R2/hpia64_11gR2_grid.zip
Oracle Database 11g version 2nd Examples (11.2.0.1.0) for HP-UX Itanium
Http://download.oracle.com/otn/hp/oracle11g/R2/hpia64_11gR2_examples.zip
Oracle Database Gateways 11g version 2nd (11.2.0.1.0) for HP-UX Itanium
Http://download.oracle.com/otn/hp/oracle11g/R2/hpia64_11gR2_gateways.zip
Oracle de-install Utility (11.2.0.1.0) for HP-UX Itanium
Http://download.oracle.com/otn/hp/oracle11g/R2/hpia64_11gR2_deinstall.zip (64-bit)
Http://download.oracle.com/otn/hp/oracle11g/R2/hpia64_11gR2_deinstall32.zip (32-bit)
? AIX (PPC64) Disc 1, Disc 2 (2GB)
Oracle Database 11g version 2nd (11.2.0.1.0) for AIX (PPC64)
Http://download.oracle.com/otn/aix/oracle11g/R2/aix.ppc64_11gR2_database_1of2.zip
Http://download.oracle.com/otn/aix/oracle11g/R2/aix.ppc64_11gR2_database_2of2.zip
Oracle Database 11g version 2nd Client (11.2.0.1.0) for AIX
Http://download.oracle.com/otn/aix/oracle11g/R2/aix.ppc64_11gR2_client.zip (64-bit)
Http://download.oracle.com/otn/aix/oracle11g/R2/aix.ppc32_11gR2_client.zip (32-bit)
Oracle Database 11g version 2nd Grid Infrastructure (11.2.0.1.0) for AIX (PPC64)
Http://download.oracle.com/otn/aix/oracle11g/R2/aix.ppc64_11gR2_grid.zip
Oracle Database Gateways 11g version 2nd (11.2.0.1.0) for AIX (PPC64)
Http://download.oracle.com/otn/aix/oracle11g/R2/aix.ppc64_11gR2_gateways.zip
Oracle de-install Utility (11.2.0.1.0) for AIX
Http://download.oracle.com/otn/aix/oracle11g/R2/aix.ppc64_11gR2_deinstall.zip (64-bit)
Http://download.oracle.com/otn/aix/oracle11g/R2/aix.ppc32_11gR2_deinstall.zip (32-bit)
Http://download.oracle.com/otn/nt/oracle11g/win32_11gR1_database.zip
Do not need to register, directly copied to thunderbolt or other download software can be downloaded.
Oracle On Mac
Oracle Database 11G R2 Standard Enterprise Edition (RPM)