Archive logs too big in size [message #444739] |
Tue, 23 February 2010 22:14 |
rajatratewal
Messages: 507 Registered: March 2008 Location: INDIA
|
Senior Member |
|
|
Can someone help in suggesting ways to reduce archive log getting written ?
We have a server that is replicating data from several servers through Mviews. 200+ Mviews are getting refreshed every 15 mins, and 100-120 GB of archive log is getting generated.
No. of rows affected will be in range of 1-2 Lakhs every time.
Is any solution to reduce this 100-120 Gb of archiving, as due to constraint of disk space DBA needs to remove these logs every 2-3 hrs.
pls help
Regards,
Rajat
|
|
|
|
Re: Archive logs too big in size [message #444747 is a reply to message #444742] |
Tue, 23 February 2010 22:54 |
rajatratewal
Messages: 507 Registered: March 2008 Location: INDIA
|
Senior Member |
|
|
Sorry BlackSwan for the inconvenience caused.
Please find the oracle version [9.2.0.6.0]
Kindly delete the duplicate post.
As i checked i come up with this option
1) Set Mview/Tables in NOLOGGING mode.
Is there any other options available.
We can't reduce the DML operations as per business requirement.
Regards,
Rajat Ratewal
|
|
|
|
Re: Archive logs too big in size [message #444751 is a reply to message #444749] |
Tue, 23 February 2010 23:05 |
rajatratewal
Messages: 507 Registered: March 2008 Location: INDIA
|
Senior Member |
|
|
BlackSwan,
So you are trying to say that there is no way to reduce
archive log. only option is to order disk purchase.
What i am trying to find out is alternative and better option.
Anyways thanks for the help but it didn't resolve the query.
Regards,
Rajat
|
|
|
|
|
|
Re: Archive logs too big in size [message #444928 is a reply to message #444739] |
Wed, 24 February 2010 20:03 |
hkchital
Messages: 128 Registered: September 2008 Location: Singapore
|
Senior Member |
|
|
Are the REFRESHs COMPLETE or FAST ?
Are rows being deleted from the *source* Tables ? Oracle would have to repeat the deletes in the target MVs as well.
Hemant K Chitale
|
|
|