Technical Notes
We're all on the same page!
Useful shortcuts for vi editor
Showing posts with label
ORACLE_SID
.
Show all posts
Showing posts with label
ORACLE_SID
.
Show all posts
Wednesday, 8 November 2017
How to export/set ORACLE_SID?
Linux
export variable
$ export ORACLE_SID=XE
check variable
$ echo $ORACLE_SID
Windows
set variable
> set ORACLE_SID=XE
check variable
> echo %ORACLE_SID%
Older Posts
Home
Subscribe to:
Posts (Atom)