Computer Accessories User Manual

Oracle Universal Installer
4-10 Oracle9i Installation Guide Release 2 (9.2.0.2) for HP Alpha OpenVMS
5.
Create a copy of the Password file:
$ copy orapwsidA.; orapwsidB.;
6. Create a copy of the instance specific parameter file:
$ copy initsidA.ora initsidB.ora
7. Create a copy of the properties file:
$ copy sid_sidA.properties sid_sidB.properties
8. Edit the files that were created in step 6 and step 7. (Before starting the
instance, refer to the "List Of Parameters" following these numbered steps.)
9. Ensure that parameter remote_login_passwordfile is set to SHARED
(default: EXCLUSIVE).
10. SQL> connect / as sysdba
11. SQL> startup
12. SQL> alter database add logfile thread 2
group 4 ('ora_db:redo04.rdo') size 100m,
group 5 ('ora_db:redo05.rdo') size 100m,
group 6 ('ora_db:redo06.rdo') size 100m;
13. SQL> alter database enable public thread 2;
14. SQL> create undo tablespace UNDOTBS2 datafile
'<filespec>' size <size>;
15. SQL> @ora_root:[rdbms.admin]catclust
Node2:
16. Set up your environment:
$ @orauser sidB
17. SQL> connect / as sysdba
18. SQL> startup