-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It is now possible to have custom diskgroups/filesystems per database.
Previously it was only possible to have one set of ASM diskgroups or filesystem paths for DB storage/recovery area. - default paths: /u01/oradata, u01/fra for FS storage & +DATA, +FRA for ASM storage - datafile_dest/recoveryfile_dest variables overrides the defaults - At the moment the variables for the default paths are called: oracle_dbf_dir_fs oracle_reco_dir_fs oracle_dbf_dir_asm oracle_reco_dir_asm These variables will be changed/removed at a later stage. Example (abbreviated) config with custom dbstorage paths (ASM & FS) - home: db1 oracle_edition: EE oracle_db_name: asmdb storage_type: ASM datafile_dest: MYDATA <-- ASM Diskgroup recoveryfile_dest: MYFRA <-- ASM Diskgroup - home: db2 oracle_version_db: 12.1.0.2 oracle_edition: EE oracle_db_name: fsdb oracle_db_passwd: Oracle123 storage_type: FS datafile_dest: /u02/oradata <-- Filesystem path recoveryfile_dest: /u02/fra <-- Filesystem path
- Loading branch information
Showing
4 changed files
with
85 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters