-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit cd52bee
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Pass the URL of the Oracle server with `URL` envvar: | ||
|
||
``` | ||
$ docker run -e URL=<user>/<password>@//xxx.yyy.eu-west-1.rds.amazonaws.com:1521/ORCL -ti sflyr/sqlplus | ||
SQL*Plus: Release 11.2.0.3.0 Production on Tue Aug 11 15:41:07 2015 | ||
Copyright (c) 1982, 2011, Oracle. All rights reserved. | ||
Conectado a: | ||
Oracle Database 11g Release 11.2.0.1.0 - 64bit Production | ||
SQL> _ | ||
``` |