17.03.2015 Views

Oracle pre-patch configuration document - download.gofrugal...

Oracle pre-patch configuration document - download.gofrugal...

Oracle pre-patch configuration document - download.gofrugal...

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.

'e:\oradata\users01.dbf' in above query<br />

CHECK7: Do monitor size of temp, undo<br />

and users tablespace while <strong>patch</strong> executions<br />

running on. If require increase or resize<br />

tablespace size to avoid space errors.<br />

Procedure: Query to find free and used space in<br />

tablespace in SQL * plus using mentioned<br />

procedure above.<br />

Based on DUMP file size and for <strong>patch</strong><br />

operations<br />

PATH: Please mention the path to place a file i.e<br />

'/home/oracle/app/product/oradata/users01.dbf'<br />

in above query<br />

Add datafiles in USERS tablespace, Increase<br />

UNDO Tablespace, TEMP tablespace<br />

Follow above procedure to add space in<br />

appropriate tablespace<br />

if dump size is 100GB then create 5 datafiles<br />

with minimum of 2G each datafile will grow<br />

upto 32GB with unlimited option which is<br />

enough to complete the process<br />

Note: ORACLE XE user data limited 4GB you can't extend space like you do in orcl database. 1<br />

datafile with size of 4GB is suggested in ORACLE XE<br />

Knowledge:<br />

1. Use tablespace other than system and sysaux tablespace to store users data. Verify the<br />

default tablespace & temp tablespace using below query<br />

select property_name,property_value from database_properties where property_name<br />

like '%TABLESPACE';<br />

2. Place user datafiles in seperate hardisk or partiation.<br />

3. Use recommanded parameters settings and on load basis reset or increase value of<br />

parameters<br />

4. Large DML (insert,update and delete) operations require more UNDO tablespace. Increase<br />

the size of UNDO tablespace to avoid space errors.<br />

5. Sorting (group by, order by, having) operations require more Temp tablespace. Increase the<br />

size of TEMP tablespace to avoid space errors.<br />

6. As per dump file size add require datafiles to USERS tablespace. Each datafile can have<br />

max value of 32768 MB (32GB) to avoid space errors. Before add datafiles in USERS<br />

tablespace do check available disk space in the appropriate directory.<br />

Example: if dump file size is 140GB add 5 datafiles in USERS tablespace and each datafile<br />

value 32768<br />

7. At lease have 3 members and 2 group totally 6 redo log files for better log switch operations<br />

and make sure each 500MB<br />

8. Verify with alert log and trace file for error cause and do report immediately to fix issue.

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

Saved successfully!

Ooh no, something went wrong!