Tassos

4. Important exports ( if not setted )

Sep 18th, 2019
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. # vi /etc/init.d/oracle-xe-18c
  2. # DB defaults
  3. export ORACLE_HOME=/opt/oracle/product/18c/dbhomeXE
  4. export ORACLE_SID=XE
  5. export TEMPLATE_NAME=XE_Database.dbc
  6. export PDB_NAME=XEPDB1
  7. export LISTENER_NAME=LISTENER
  8. export NUMBER_OF_PDBS=1
  9. export CREATE_AS_CDB=true
  10. export PATH=$ORACLE_HOME/bin:$PATH
Advertisement
Add Comment
Please, Sign In to add comment