Skip to main content

Posts

Showing posts with the label X86

Oracle Database 12c Installation failed with Error "network/lib/ins_net_client.mk" on Oracle Solaris 11.2

Installation of Oracle Database 12cR1 on Oracle Solaris 11.2 (X86-64Bit) failed with error " network/lib/ins_net_client.mk " though all pre-requisites checks was successful. Installation failed on the following screen: Error log content from the Installation logfile: INFO: rm -f ntcontab.* INFO: (if [ "assemble" = "compile" ] ; then \ /u01/oradb/oracle/product/12.1.0/dbhome_1/bin/gennttab > ntcontab.c ;\ cc -c ntcontab.c ;\ rm -f /u01/oradb/oracle/product/12.1.0/dbhome_1/lib/ntcontab.o ;\ mv ntcontab.o /u01/oradb/oracle/product/12.1.0/dbhome_1/lib/ ;\ /usr/ccs/bin/ar rv /u01/oradb/oracle/product/12.1.0/dbhome_1/lib/libn12.a /u01/oradb/oracle/product/12.1.0/dbhome_1/lib/ntcontab.o ; fi) INFO: (if [ "assemble" = "assemble" ] ; then \ /u01/oradb/oracle/product/12.1.0/dbhome_1/bin/gennttab > ntcontab.s ;\ /usr/ccs/bin/as -m64 -Kpic -o ntcontab.o ntcontab.s ;\ rm -f /u01/oradb/oracle/product/12.1.0/db...

Oracle 12c RAC Installation on oracle solaris 11.1 on Vmware

This is a very detailed post for configuring Oracle 12c RAC  on Solaris 11.1 X86-64bit Operating system. It consists of more than 100 screen shots. There are many bloggers who demonstrated  all new 12c RAC installation  on Linux and windows. This demonstration is on oracle solaris 11.1 (X86-64Bit) This configuration is deployed on 2 Oracle Solaris 11.1  virtual machines hosting on vmware server 2.0 and I have used windows 2003 as DNS Server for resolving scan-name. Listed below software's are used for building 12 RAC: 1) VMware Server 2.0 Installed on windows 7 2) Oracle Solaris 11.1 text Installer 3) Oracle Solaris package repository Images 4) Oracle 12c Grid Infrastructure for Solairs-X86-64bit 5) Oracle 12c Database for Solairs-X86-64bit I will perform this Installation in four parts: Part1:-    Creation  of virtual machines Part2:-    Installation of Oracle Solaris 11.1 operating including GI pre-reuisites...