Installation of Oracle 11gR2
I perform an installation of Oracle Database 11gR2 to have:
- A single binary installation for release (whose owner is oracle: oinstall)
- With multiple database instances on each release (each with a different owner user).
Following the installation of the OFA guidelines.
Could this be a problem in performance, security, etc? Is it OK to have a single binary installation by version or is it better that each database has its own binary installation?
Each instance will have different disk datafiles, flash_recovery_area, administration ... In the documentation I have read is recommended that the redo logs record is different than the disk of
- With multiple database instances on each release (each with a different owner user).
Following the installation of the OFA guidelines.
Could this be a problem in performance, security, etc? Is it OK to have a single binary installation by version or is it better that each database has its own binary installation?
Each instance will have different disk datafiles, flash_recovery_area, administration ... In the documentation I have read is recommended that the redo logs record is different than the disk of
0