8 lines
368 B
Bash
8 lines
368 B
Bash
P1=/mnt/yavin4/tmp/_oracle_/code_gitlab/oracle/tpt
|
|
P2=/mnt/yavin4/tmp/_oracle_/code_gitlab/oracle/idev
|
|
P3=/mnt/yavin4/tmp/_oracle_/code_gitlab/oracle/vg
|
|
P4=/mnt/yavin4/tmp/_oracle_/code_gitlab/oracle/vdh
|
|
P5=/mnt/yavin4/tmp/_oracle_/code_gitlab/oracle/Kevin_Meade
|
|
P6=/mnt/yavin4/tmp/_oracle_/code_gitlab/oracle/my
|
|
export ORACLE_PATH=${P1}:${P2}:${P3}:${P4}:${P5}:${P6}
|