Skip to content

Commit 46a0fd2

Browse files
Update configure-oracle-golden-gate.md
1 parent b555240 commit 46a0fd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-machines/workloads/oracle/configure-oracle-golden-gate.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,9 @@ Look at the log file "/u01/app/oracle/cfgtoollogs/dbca/cdb1/cdb1.log" for more d
244244
Set the ORACLE_SID and ORACLE_HOME variables.
245245

246246
```bash
247-
$ ORACLE_HOME=/u01/app/oracle/product/12.1.0/dbhome_1; export ORACLE_HOME
248-
$ ORACLE_SID=cdb1; export ORACLE_SID
249-
$ LD_LIBRARY_PATH=ORACLE_HOME/lib; export LD_LIBRARY_PATH
247+
ORACLE_HOME=/u01/app/oracle/product/12.1.0/dbhome_1; export ORACLE_HOME
248+
ORACLE_SID=cdb1; export ORACLE_SID
249+
LD_LIBRARY_PATH=ORACLE_HOME/lib; export LD_LIBRARY_PATH
250250
```
251251

252252
Optionally, you can add ORACLE_HOME and ORACLE_SID to the .bashrc file, so that these settings are saved for future sign-ins:
@@ -263,7 +263,7 @@ export LD_LIBRARY_PATH=$ORACLE_HOME/lib
263263
### Start Oracle listener
264264

265265
```bash
266-
$ lsnrctl start
266+
lsnrctl start
267267
```
268268

269269
### Create the database on myVM2 (replicate)

0 commit comments

Comments
 (0)