README VERSION : 1.1 README CREATION DATE : 2014-02-26 PATCH-ID : 150720-01 PATCH NAME : VRTSdbac 6.0.500.000 BASE PACKAGE NAME : VRTSdbac BASE PACKAGE VERSION : 6.0.100.000 SUPERSEDED PATCHES : NONE REQUIRED PATCHES : NONE INCOMPATIBLE PATCHES : NONE SUPPORTED PADV : sol10_sparc (P-PLATFORM , A-ARCHITECTURE , D-DISTRIBUTION , V-VERSION) PATCH CATEGORY : OTHER PATCH CRITICALITY : CRITICAL HAS KERNEL COMPONENT : YES ID : NONE REBOOT REQUIRED : NO REQUIRE APPLICATION DOWNTIME : YES PATCH INSTALLATION INSTRUCTIONS: -------------------------------- Please refer to Release Notes for install instructions. PATCH UNINSTALLATION INSTRUCTIONS: ---------------------------------- Please refer to Release Notes for uninstall instructions. SPECIAL INSTRUCTIONS: --------------------- NONE SUMMARY OF FIXED ISSUES: ----------------------------------------- PATCH ID:150720-01 3090366 (3090447) The CRSResource agent does not support the C shell (csh) environment. SUMMARY OF KNOWN ISSUES: ----------------------------------------- NONE KNOWN ISSUES : -------------- NONE FIXED INCIDENTS: ---------------- PATCH ID:150720-01 * INCIDENT NO:3090366 TRACKING ID:3090447 SYMPTOM: When the default shell of the Oracle user is set to C shell (csh), the monitor entry point of the CRSResource agent reports the following errors: ORACLE_HOME=: Command not found. ORACLE_SID=: Command not found. export: Command not found. Error 6 initializing SQL*Plus SP2-0667: Message file sp1.msb not found SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory DESCRIPTION: The CRSResource agent assumes that the default shell of the user specified in the Owner attribute is "sh" and therefore uses the export command of the sh environment, when necessary. If the default shell for the user is csh, the export command fails as the corresponding native command in csh is "setenv". This causes resources of type CRSResource to fault. RESOLUTION: The code is now modified to first detect the current default shell of the user specified in the Owner attribute. If the current default shell is csh, the agent uses the setenv command. Otherwise, the agent uses the export command. INCIDENTS FROM OLD PATCHES: --------------------------- NONE