Install Oracle Database 12c Release 1 on OEL 6.5



Oracle Database 12c Release 1

(12.1.0.1.0) - Standard Edition, Standard Edition One, and Enterprise Edition.

Download Link:-
http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html

Download Linux x86-64 File 1, File 2  (2.3 GB)  See All..




Oracle Database 12c Release 1 (12.1.0.1.0)

Standard Edition, Standard Edition One, and Enterprise Edition 


Thank you for accepting the OTN License Agreement; you may now download this software.

Oracle Database 12c Release 1 (12.1.0.1.0) for Linux x86-64

 Downloadlinuxamd64_12c_database_1of2.zip (1,361,028,723 bytes) (cksum - 3389130601)
 Downloadlinuxamd64_12c_database_2of2.zip (1,116,527,103 bytes) (cksum - 273248753)
  
 Directions
  1. All files are in the .zip format. There is an unzip utility here if you need one.
  2. Download and unzip both files to the same directory.
  3. Installation guides and general Oracle Database 12c documentation are here.






No comments:

Size of schema in Oracle database 23AI

  How to find the size of schema in the 23AI ORACLE Database. SQL>  select sum(bytes)/1024/1024 "SIZE_IN_MB" from dba_segments;...