Hi,
We are moving from a oracle 10g, Solaris 10 environment to Oracle 11, Solaris 11 environment. The Oracle 11 database will reside in a ZFS filesystem.
I am looking for inputs on the configuration of the oracle redo logs in a ZFS pool
I read an Oracle whitepaper where the recommendation is as follows
ZFS-POOL1: All datafiles; Recordsize=8k, logbias=throughput;compression off
ZFS-POOL2: Redologs; Recordsize:128K or 1M,logbias=latency;compression off
ZFS-POOL3: Archived logs;Recordsize:128K; logbias: througput
Can we configure the redologs and the datafiles in the same pool?
Can we configure the redologs with 'logbias=throughput' instead of 'logbias=latency'?
SAP note 1343733 does state that the redo logs should be in a different pool but is there anyone who has configured the redo logs in the same pool as the datafiles?
Regards,
Aj