Databases Reference
In-Depth Information
Log in to a compute node as the Oracle software owner, launch SQL*Plus, connect as SYSDBA , and execute the
following create pfile command. Repeat for each database on our Exadata Database Machine:
[oracle@cm01dbm01 ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on Wed Sep 12 23:34:52 2012
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options
SYS @ dwprd1> create pfile='/home/oracle/initdwprd.ora' from spfile;
File created.
Elapsed: 00:00:00.03
SYS @ dwprd1>
Stop Your Oracle Databases, ClusterWare Resources, and Drop ASM Disk Groups
Next, stop each of your Exadata databases using srvctl stop database . Log in as the Oracle software owner and run
the following command:
[oracle@cm01dbm01 ~]$ srvctl stop database -d visy
[oracle@cm01dbm01 ~]$ srvctl stop database -d visx
[oracle@cm01dbm01 ~]$ srvctl stop database -d dwprd
[oracle@cm01dbm01 ~]$
When complete, log in to a compute node as the Grid Infrastructure owner and drop your ASM disk groups:
SQL> select name from v$asm_diskgroup;
NAME
------------------------------
DATA_CM01
DBFS_DG
RECO_CM01
SDATA_CM01
SRECO_CM01
SQL> drop diskgroup sreco_cm01 including contents;
Diskgroup dropped.
SQL> drop diskgroup sdata_cm01 including contents;
Diskgroup dropped.
SQL> drop diskgroup reco_cm01 including contents;
Diskgroup dropped.
SQL> drop diskgroup data_cm01 including contents;
Diskgroup dropped.
SQL>
 
Search WWH ::




Custom Search