Install Oracle 11.1.0.6.0 in RedHat enterprise linux 6.1
Error prompted: OUI-18001: the operating system 'linux Version redhat-6.1 'is not support
You need to change the change method. edit the file/etc/redhat-release and change Red Hat Enterprise Linux Server release 6 (Tikanga) to version 5:
Redhat-4
Then upgrade to 11.1.0.7.0.
The following error is returned when you log on from 11.1.0.6.0 to 11.1.0.7.0.
SQL> startup
ORACLE instance started.
Total System Global Area 5010685952 bytes
Fixed Size 2159272 bytes
Variable Size 3758099800 bytes
Database Buffers 1207959552 bytes
Redo Buffers 42467328 bytes
ORA-03113: end-of-file on communication channel
Process ID: 5465
Session ID: 665 Serial number: 3
The system prompts you to install the patch.
The following is a tip:
Huzi (371934167) 17:00:35
Could you tell me # Ensure that the directory containing the opatch script appears in # your $ PATH; then enter the following command: ##% opatch apply #
Then opatch apply
Where is it?
Breeze (48208049) 17:01:39
Go to the patch directory and execute this command ....
If opath is not installed, run the following command to install it.
Huzi (371934167) 17:02:04
Is opatch a software?
Guangzhou-Ben (93655257) 17:02:10
Export PATH = $ ORACLE_HOME/OPatch: $ PATH
#-------------------------------------------------------------------------
#7272646-ORA-27103 WHEN MEMORY_TARGET> 3G
#-------------------------------------------------------------------------
#
# DATE: Oct 14,200 8
#-------------------------------
# Platform Patch for: 226
# Product Version #: 11.1.0.7.0
# Product Patched: RDBMS
#
# Bugs Fixed by this patch:
#-------------------------
#7272646-ORA-27103 WHEN MEMORY_TARGET> 3G
#
# Patch Installation Instructions:
#--------------------------------
# To apply the patch, unzip the PSE container file:
#
# P7272646_11107_Linux-x86-64.zip
#
# Set your current directory to the directory where the patch
# Is located:
#
# % Cd 7272646
#
# Ensure that the directory containing the opatch script appears in
# Your $ PATH; then enter the following command:
#
# % Opatch apply // check that the directory environment variable $ ORACLE_HOME/OPatch is not in the PATH; otherwise, export PATH = $ ORACLE_HOME/OPatch: $ PATH
#
# Patch Special Instructions:
#---------------------------
# Make sure all instances running under the ORACLE_HOME being patched
# Are cleanly shutdown before installing this patch. Also ensure that
# The tool used to terminate the instance (s) has exited cleanly.
#
# If the Oracle inventory is not setup correctly this utility will
# Fail. To check accessibility to the inventory you can use
# Command
#
# % Opatch lsinventory // after this step is completed, start the upgrade command when starting the database,
#
# If you have any problems installing this PSE or are not sure
# About inventory setup please call Oracle support.
#
# Patch Deinstallation Instructions:
#----------------------------------
# Use the following command:
#
# % Cd 7272646
# % Opatch rollback-id 7272646
#