Hi Experts
Here is a strange issue regarding the R/3 4.6C installation on HP-UX 11.31, Oracle: 9.2.0.0;
After I finished the Oracle 9.2.0.0 installation, I try to installation the patch, patch 9.2.0.6 only supports HP-UX 11.11;
So, I canceled the patch installation and restarted the "./R3SETUP -f CENTRAL.R3S" process,
then I got the following error message:
===========
INFO 2010-03-31 21:50:57
Creating the Database User
SQL*Plus: Release 9.2.0.1.0 - Production on Wed Mar 31 21:50:58 2010
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected.
old 6: if length('&&1') = 5 then
new 6: if length('SAPR3') = 5 then
old 7: if substr(upper('&&1'),1,5) = 'SAPR3' then
new 7: if substr(upper('SAPR3'),1,5) = 'SAPR3' then
old 10: if upper('&&2') = 'NT' then
new 10: if upper('UNIX') = 'NT' then
old 17: :sDomain := upper('&&3');
new 17: :sDomain := upper('T50');
old 18: :sSapSid := upper('&&4');
new 18: :sSapSid := upper('x');
old 20: :sSapSid := upper('&&3');
new 20: :sSapSid := upper('T50');
old 36: :sSchema := upper('&&1');
new 36: :sSchema := upper('SAPR3');
old 37: if upper('&&2') = 'NT' then
new 37: if upper('UNIX') = 'NT' then
old 44: :sDomain := upper('&&3');
new 44: :sDomain := upper('T50');
old 45: :sSapSid := upper('&&4');
new 45: :sSapSid := upper('x');
old 47: :sSapSid := upper('&&3');
new 47: :sSapSid := upper('T50');
begin
*
ERROR at line 1:
ORA-01219: database not open: queries allowed on fixed tables/views only
Disconnected from Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production
With the Partitioning and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
ERROR 2010-03-31 21:50:58 ORADBUSR_IND_ORA ExecuteCheck:0
Exit code from /oracle/T50/920_64/bin/sqlplus: 195.
ERROR 2010-03-31 21:50:58 ORADBUSR_IND_ORA InternalInstallationDo:0
Phase failed.
ERROR 2010-03-31 21:50:58 ORADBUSR_IND_ORA InstallationDo:0
Phase failed.
ERROR 2010-03-31 21:50:59 Main 🤯
Installation aborted.
=================
I have checked the listner and database status via "sqlplus /nolog -> connect /as sysdba -> startup",
Information as following:
=========
SQL> conn /as sysdba;
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 1977765272 bytes
Fixed Size 736664 bytes
Variable Size 855638016 bytes
Database Buffers 1120067584 bytes
Redo Buffers 1323008 bytes
ORA-00205: error in identifying controlfile, check alert log for more info
============
Could somebody give me some suggestions?
Many thanks.
Charles