Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 10g on AIX 5.2 - i/o configuration
DA Morgan wrote:
> Be sure you give a lot of thought to Flashback area too.
hrmmmm.... hey that brings up an interesting question... just curious, but what are your general impressions of flashback area?
i tried it out and decided *not* to use it on our production 10g DB.
and my main reason...
3. i'm using OCFS (v1) on linux... OCFSv1 isn't the most robust implementation for handling filesystem metadata. (v2 will supposedly be much better but i haven't had a chance to play with it yet.) in fact seems like i remember the guys on the OCFS mailing list recommending having archive log destinations on different volumes for each node to reduce contention for DIRNODES - where the metadata is stored for OCFS files. we do this at our site on our production 9i and 10g RAC db's.
to enable flashback you have to use OMF which means that all the flashback logs have to go in the same location (for both nodes). if there is heavy activity then there would be a lot of flashback log generation and deletion by both instances in the same OCFS directory. odds are it would work fine but i'm not very comfortable with it.
SO... my conclusion was that if i could use ASM them i'd put the database in flashback mode. but with OCFS v1 i wasn't comfortable going there yet. And of course even without the DB in flashback mode you can still do flashback query, flashback table, flashback drop... you just can't flashback the whole DB. (But you can still do old fashioned PITR - and it's simple with RMAN.)
so i'm curious, has anyone else had any real experience or done any heavy testing with the database in flashback mode? do my observations seem in line? any other thoughts?
jeremy Received on Tue Jun 14 2005 - 10:36:36 CDT
![]() |
![]() |