Skip to content

Commit ac545fb

Browse files
authored
Update README.md
1 parent 1358777 commit ac545fb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

fa_pg_ora_snap/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,21 @@ This Python code imports the fa_pg_snap.py code.
2323
-x execute lock - if this is NOT set, no destructive actions will be taken. Instead, the script will simply tell you would it would do. This may prove useful to make sure you have all the settings right before you overwrite a target protection group.\
2424
Note - many database parameters must be specified in the JSON file - see below:
2525

26+
# JSON file settings:
27+
28+
* rescan_scsi_bus - how to scan for new ASM disks
29+
* asm_sid - ASM SID on the target machine
30+
* asm_home - ASM home on the target machine
31+
* oracle_sid - Oracle SID of the cloned database (must exist on the target server)
32+
* oracle_home - Oracle home on the target machine
33+
* oracle_target_mode - requested state of cloned database (OPEN, DOWN, STARTED or MOUNTED) - overriden by the command line option
34+
* local_listener - the listener the target database is to register with
35+
* db_unique_name - the db_unique_name setting of the cloned database
36+
* ora_src_usr - source database user
37+
* ora_src_pwd - source database password
38+
* ora_src_cs - source database connection string
39+
* ora_backup_mode - whether to use Oracle backup mode - overriden by command line option
40+
2641
# Notes:
2742

2843
When fully cloning a database from source to target, the code must execute on the target database server as a privileged user able to mount ASM diskgroups and start the target database. This code assumes that the ASM Grid Infrastructure is owned by the same oracle user as the database.\

0 commit comments

Comments
 (0)