How to connect to SQL Plus in oracle xe running in docker container
Issue the following command in terminal:
docker exec -it YOUR_IMAGE bash
Once in bash issue the following command, and you are there:
sqlplus YOUR_USERNAME/USERNAME_PASSWORD@localhost:1521/XE
Shared with from Codever.land. 👉 Use the Copy to mine functionality to copy this snippet to your own personal collection and easy manage your code snippets.