Racsigb
Racsigb
Ashok Singh
Winona,MN-55987
[email protected]
Previous Session
Cache Fusion
Instance Recovery
Backup and Recovery
Wait Events specific to RAC
Performance Tuning
Areas of Concern
Routine Administration
Conclusion
Cache Fusion Architecture
lock mode : Null (N), Shared (S) , Exclusive (E) Lock Role : Local (L)
Global (G) Past Image (PI) :(1) PI exists , (0) No PI exists
rm /usr05/oradata/WMST/WMST/test01.dbf
srvctl start database -d WMST -o mount
SQL> alter tablespace test offline;
SQL> alter database datafile '/usr05/oradata/WMST/WMST/test01.dbf'
offline;
SQL> alter database open ;
restore datafile '/usr05/oradata/WMST/WMST/test01.dbf' preview ;
List of Backup Sets
RKI will –
} Distribute the load ie place the leaf blocks far away
} Reduces contention when nodes are competing
} NOT allow range scan
} NOT do efficient space management
Use dbms_utility.current_instance to avoid this
contention
} It will place leaf blocks away to avoid this contention
create table ioug (id number ,instance_id number );
alter table ioug add constraint ioug_pk primary key (instance_id,id) ;
insert into ioug values
(dbms_utility.current_instance,ioug_sequence.nextval) ;
Sequences in RAC
oifcfg iflist
} eth0 172.16.8.0
} eth1 192.168.215.0
The Universal installer uses oifcfg to identify and display
Other Features
Logminer – no continuous_mine
Glogin.sql –
set sqlprompt ‘_connect_identifier’
Dbms_jobs –instance is a parameter
Crontabs /dbms_scheduler
gv$Views—catclust.sql ,inst_id
External files ,utl_file
Question & Answers
Questions?