How to create multiple variable directory for one Shareplex product directory
Follow steps as an example to create two VARDIRs (vardir1 & vardir2) for one product directory
1. Install the first shareplex instance for ora_sid1
export Oracle_home for ora_sid1
export ORA_SID=ora_sid1
export SP_SYS_VARDIR=vardir1
export SP_SYS_UPORT=2100
export SP_SYS_TPORT=2100
Run ora_setup against ora_sid1 .
Ora_setup creates and configures internal shareplex schema for ora_sid1 and updates shareplex paramdb file in the vardir1/data .
2. copy whole vardir1 directory to vardir2, it will copy all files from vardir1 to vardir2
3. Set the Environment to vardir2
export Oracle_home for ora_sid2
export ORA_SID=ora_sid2
export SP_SYS_VARDIR=vardir2
export SP_SYS_UPORT=2200
export SP_SYS_TPORT=2200
Run ora_setup against ora_sid2
Ora_setup creates and configures internal shareplex schema for ora_sid2 and updates internal shareplex paramdb in the vardir2/data
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center