General
I’m happy to announce that Orabbix has received another AWARD!!! This time from FamousWhy.com: Congratulations! Your product “Orabbix (http://download.famouswhy.com/orabbix/)” has been granted the “Famous Software Award” byDownload.FamousWhy.com.
Continue reading about Orabbix has received another AWARD!!!
Time ago I’ve added two Items: DBFileSize DBSize Those two items are calculated with those following query DBSize SELECT sum( NVL(a.bytes/1024/1024/10 – NVL(f.bytes/1024/1024/10, 0), 0)) retvalue FROM sys.dba_tablespaces d, (SELECT tablespace_name, sum(bytes) bytes FROM dba_data_files GROUP BY tablespace_name) a, (SELECT tablespace_name, sum(bytes) bytes FROM dba_free_space GROUP BY tablespace_name) f WHERE d.tablespace_name = a.tablespace_name(+) AND d.tablespace_name […]
Orabbix 1.0.4 is out about this release: Improved dynamic rebuild of databaselist Correct a critical bug in some case can Orabbix send wrong values now send always right values Correct template to easy import more news are coming stay tuned! you can download here Orabbix
If you are using this plugin on your company, I kindly ask if I could put the company logo on “Success Stories” and a link to the company on my website. This is just to let to know to other people how many happy user there are. Please don’t forget that Orabbix and Postbix are […]
Orabbix 1.0.3 is out On this release i’ve added: one items dbsize that shows the size of database in MB one item for db files size that graphs the size of files in MB added more log information on error correct archivelog query to run on every databases added a default value for uptime when […]