Oracle: Difference between revisions

From Han Wiki
Jump to navigation Jump to search
add link to SQL*Plus
→‎Restart: use a command using the script
Line 7: Line 7:
<source lang="console">
<source lang="console">
$ systemctl restart oracle-xe-18c
$ systemctl restart oracle-xe-18c
</source>
or
<source lang="console">
$ /etc/init.d/oracle-xe-18c restart
</source>
</source>


= Links =
= Links =

Revision as of 23:13, 21 June 2019

SQL*Plus

CLI commands

Restart

$ systemctl restart oracle-xe-18c

or

$ /etc/init.d/oracle-xe-18c restart

Links