Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Oracle9i and Tru64 V5.0a

Oracle9i and Tru64 V5.0a

From: Denis Gysemans <denis_gysemans_at_hotmail.com>
Date: 19 Sep 2001 01:17:53 -0700
Message-ID: <6e3fcbc.0109190017.64aad31f@posting.google.com>


In order to install Oracle9i on tru64 UNIX, oracle9i requires :Tru64 UNIX version 5.0A , patchkit 2 and bugfix HPAQ217F3. Does someone knows where I can find compaq's bugfix HPAQ217F3. I have installed everything except this bugfix and I have problems creating a database. The oracle instances are running but when I try to create a Database (with sqlplus) the process takes a very lang time before it return with the messaage that it failed to create a database.

SQL> @/rdbms2/oracle9i/admin/asterix/scripts/CreateDB.sql Connected to an idle instance.
SQL> spool /rdbms2/oracle9i/assistants/dbca/logs/CreateDB.log SQL> startup nomount
pfile="/rdbms2/oracle9i/admin/asterix/scripts/init.ora"; ORACLE instance started.

Total System Global Area 336520024 bytes

Fixed Size                   435032 bytes
Variable Size             268435456 bytes
Database Buffers           67108864 bytes
Redo Buffers                 540672 bytes
SQL> CREATE DATABASE asterix
  2 MAXINSTANCES 1
  3 MAXLOGHISTORY 1
  4 MAXLOGFILES 5
  5 MAXLOGMEMBERS 5
  6 MAXDATAFILES 100
  7 DATAFILE '/rdbms2/oracle9i/oradata/asterix/system01.dbf' SIZE 325M REUSE AD
  8 UNDO TABLESPACE "UNDOTBS" DATAFILE
'/rdbms2/oracle9i/oradata/asterix/undotD   9 CHARACTER SET US7ASCII
 10 NATIONAL CHARACTER SET AL16UTF16
 11 LOGFILE GROUP 1 ('/rdbms2/oracle9i/oradata/asterix/redo01.log') SIZE 100M,
 12 GROUP 2 ('/rdbms2/oracle9i/oradata/asterix/redo02.log') SIZE 100M,
 13 GROUP 3 ('/rdbms2/oracle9i/oradata/asterix/redo03.log') SIZE 100M;

"...THIS TAKES A VERY LONG TIME (+/- 30 min.)..."

CREATE DATABASE asterix
*
ERROR at line 1:
ORA-01092: ORACLE instance terminated. Disconnection forced

SQL> spool off
SQL> exit;
Disconnected from Oracle9i Release 9.0.1.0.0 - Production JServer Release 9.0.1.0.0 - Production Received on Wed Sep 19 2001 - 03:17:53 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US