Tag Archives: Oracle
Running Oracle 11g Release 2 (11.2.0.2) XE in Docker Container
In DockerCon2017 Oracle announced the availability of Oracle containers in the docker hub. This was a great step forward. I have been thinking of trying Oracle in docker from quite a while for some personal projects, but was not finding … Continue reading
Connecting to Oracle Database over SSH using SQLDeveloper 4.1
As a system administrator, I try to follow the principle of least privilege (minimal privilege). Therefore, in the systems I install, I block all incoming and outgoing ports by default and open only when needed. While setting up Oracle XE … Continue reading
Installing Oracle Instant Client for Mac OSX
I came across few links for installing Oracle Instant Client on Mac OS X namely – this and this. But I don’t like to tinker with the System paths while installing any s/w manually. I did the same with perl … Continue reading
Posted in Databases, Tips/Code Snippets
Tagged Databases, Oracle, OSX, RDBMS, SQLPlus
Leave a comment