2022-03-21 17:58:35
Topic starter
How can I restart Oracle XE in my Windows development environment?
Oracle installs a few services:
Only two of them matter: OracleServiceXE and OracleOraDB18Home4TNSListener. Restart both of these to restart your oracle instance.
After restarting, you can verify it's up by running the following from the command line:
sqlplus system/password@localhost:1521/XEPDB1