Sunday, 13 July 2014

Starting Oracle 11gR2 Database

Start the Database

$ sqlplus / as SYSDBA;
SQL> startup

Start the Listener

lsnrctl start

No comments:

Note to self - use kubectl to query images in a pod or deployment

In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...