13.07.2015 Views

CA ERwin Model Manager Implementation Guide

CA ERwin Model Manager Implementation Guide

CA ERwin Model Manager Implementation Guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Database ConfigurationSELECT 'ALTER DATABASE ADD LOGFILE '''|| SUBSTR ( MEMBER , 1 , INSTR ( MEMBER , '\' , -1 , 1 ) )|| 'REDO_14.LOG'' SIZE 2M ;'from V$LOGFILEwhere ROWNUM = 1and not exists ( SELECT 1 from V$LOGFILE where MEMBER like '%REDO_14.LOG' )UNIONSELECT 'ALTER DATABASE ADD LOGFILE '''|| SUBSTR ( MEMBER , 1 , INSTR ( MEMBER , '\' , -1 , 1 ) )|| 'REDO_15.LOG'' SIZE 2M ;'from V$LOGFILEwhere ROWNUM = 1and not exists ( SELECT 1 from V$LOGFILE where MEMBER like '%REDO_15.LOG' )UNIONSELECT 'ALTER DATABASE ADD LOGFILE '''|| SUBSTR ( MEMBER , 1 , INSTR ( MEMBER , '\' , -1 , 1 ) )|| 'REDO_16.LOG'' SIZE 2M ;'from V$LOGFILEwhere ROWNUM = 1and not exists ( SELECT 1 from V$LOGFILE where MEMBER like '%REDO_16.LOG' )UNIONSELECT 'ALTER DATABASE ADD LOGFILE '''|| SUBSTR ( MEMBER , 1 , INSTR ( MEMBER , '\' , -1 , 1 ) )|| 'REDO_17.LOG'' SIZE 2M ;'from V$LOGFILEwhere ROWNUM = 1and not exists ( SELECT 1 from V$LOGFILE where MEMBER like '%REDO_17.LOG' )UNIONSELECT 'ALTER DATABASE ADD LOGFILE '''|| SUBSTR ( MEMBER , 1 , INSTR ( MEMBER , '\' , -1 , 1 ) )|| 'REDO_18.LOG'' SIZE 2M ;'from V$LOGFILEwhere ROWNUM = 1and not exists ( SELECT 1 from V$LOGFILE where MEMBER like '%REDO_18.LOG' ).Spool &1.AddLog.ORA/Spool OffCOMMIT ;SELECT 'ALTER SYSTEM SWITCH LOGFILE ;' from V$LOG where ROWNUM < 5.Spool &1.SwtchLog.ORA/Spool OffCOMMIT ;Appendix B: Oracle Tuning Recommendations 61

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!