Read the complete post at blog.4loeser.net/…/write-your-own-cli-plugins-for-bluemix.html
Tags: Cloud
Related Articles
How does the tablespace map work?
The tablespace map uses a simplified fragmentation formula. The key points in question: What is the 'sum of the blocks for that segment'? SELECT sum(blocks) FROM dba_extents WHERE tablespace_nam...
Oracle PL/SQL Performance Tips – Coding Best Practices – Part 8
Hi,This article will discuss some PL/SQL performance tuning tips as well as make reference to a variety of good coding practices. There are several things you can do to get your PL/SQL code to run op...
Tips and Tricks – Spotlight Connection Sharing
One of the challenges that a DBA team encounters is keeping all of the DBAs up-to-date on connection changes. When a new database is created or an existing database has been changed, the DBAs need to ...
