Skip to content

Commit

Permalink
add guide to test sql connection
Browse files Browse the repository at this point in the history
  • Loading branch information
ejlp12 committed Oct 11, 2017
1 parent 0e1be2c commit e8c912a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,11 @@ Connect to the database using the following details:
sid: XE
username: system
password: oracle


Login to container `docker exec -it <container_id> bash` then test using following command:

```
sqlplus -s system/oracle@localhost:1521/XE <<< "select 1 from dual;"
```

0 comments on commit e8c912a

Please sign in to comment.