mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +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
|