mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-25 11:58:44 +08:00
6 lines
157 B
Bash
6 lines
157 B
Bash
|
#!/bin/bash
|
||
|
export ORACLE_BASE=/opt/oracle
|
||
|
export ORACLE_HOME=/opt/oracle/product/18c/dbhomeXE
|
||
|
export ORACLE_SID=XE
|
||
|
export PATH=$PATH:$ORACLE_HOME/bin
|