<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SmartMarmot Tech.</title>
	<atom:link href="http://www.smartmarmot.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smartmarmot.com</link>
	<description>monitor databases with zabbix</description>
	<lastBuildDate>Mon, 19 Mar 2012 07:36:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>DBforBIX 0.6 has been released! Now DBforBIX support HP ALLBASE and Sybase Anywhere</title>
		<link>http://www.smartmarmot.com/2012/03/dbforbix-0-6-has-been-released-now-dbforbix-support-hp-allbase-and-sybase-anywhere/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dbforbix-0-6-has-been-released-now-dbforbix-support-hp-allbase-and-sybase-anywhere</link>
		<comments>http://www.smartmarmot.com/2012/03/dbforbix-0-6-has-been-released-now-dbforbix-support-hp-allbase-and-sybase-anywhere/#comments</comments>
		<pubDate>Mon, 12 Mar 2012 12:15:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dbforbix]]></category>
		<category><![CDATA[linkedin]]></category>

		<guid isPermaLink="false">http://www.smartmarmot.com/?p=1429</guid>
		<description><![CDATA[New features added on this release: Added support for Sybase Anywhere Added support HP Allbase databases those two point are made with the effort of: Andreas Pohl Andreas thank you for all your work!!! fixed other issue introduced by a refactoring. The complete diagram of the supported platform is the following: Please referred to the [...]]]></description>
		<wfw:commentRss>http://www.smartmarmot.com/2012/03/dbforbix-0-6-has-been-released-now-dbforbix-support-hp-allbase-and-sybase-anywhere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To create on Oracle an Orabbix/DBforBIX user with the minimum privileges.</title>
		<link>http://www.smartmarmot.com/2012/02/how-to-create-on-oracle-an-orabbixdbforbix-user-with-the-minimum-privileges/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-create-on-oracle-an-orabbixdbforbix-user-with-the-minimum-privileges</link>
		<comments>http://www.smartmarmot.com/2012/02/how-to-create-on-oracle-an-orabbixdbforbix-user-with-the-minimum-privileges/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 14:46:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[MySQLBix]]></category>
		<category><![CDATA[orabbix]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://www.smartmarmot.com/?p=1409</guid>
		<description><![CDATA[I&#8217;ve made a script  to create an Orabbix/DBforBIX user with the minimum grants available. CREATE USER ZABBIX IDENTIFIED BY &#60;REPLACE WITH PASSWORD&#62; DEFAULT TABLESPACE USERS TEMPORARY TABLESPACE TEMP PROFILE DEFAULT ACCOUNT UNLOCK; GRANT ALTER SESSION TO ZABBIX; GRANT CREATE SESSION TO ZABBIX; GRANT CONNECT TO ZABBIX; ALTER USER ZABBIX DEFAULT ROLE ALL; GRANT SELECT ON [...]]]></description>
		<wfw:commentRss>http://www.smartmarmot.com/2012/02/how-to-create-on-oracle-an-orabbixdbforbix-user-with-the-minimum-privileges/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-to track failed scheduled jobs with Orabbix/DBforBIX</title>
		<link>http://www.smartmarmot.com/2012/02/how-to-track-failed-scheduled-jobs-with-orabbixdbforbix/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-track-failed-scheduled-jobs-with-orabbixdbforbix</link>
		<comments>http://www.smartmarmot.com/2012/02/how-to-track-failed-scheduled-jobs-with-orabbixdbforbix/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 12:38:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dbforbix]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[orabbix]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://www.smartmarmot.com/?p=1404</guid>
		<description><![CDATA[I&#8217;ve received from Johan Nilsson a nice way to check   the failed scheduled jobs . He sent to me a nice query to do that, the query is the following: For Oracle 10g and Oracle 11i: broken_jobs.Query=select * from (  select job_name, count(*) &#8220;failures&#8221; ,status from dba_scheduler_job_log where log_date &#62; sysdate-1 and status != &#8216;SUCCEEDED&#8217; [...]]]></description>
		<wfw:commentRss>http://www.smartmarmot.com/2012/02/how-to-track-failed-scheduled-jobs-with-orabbixdbforbix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DBforBIX 0.5.1 has been released! please use this version!</title>
		<link>http://www.smartmarmot.com/2012/02/dbforbix-0-5-1-has-been-released-please-use-this-version/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dbforbix-0-5-1-has-been-released-please-use-this-version</link>
		<comments>http://www.smartmarmot.com/2012/02/dbforbix-0-5-1-has-been-released-please-use-this-version/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 15:17:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[dbforbix]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[zabbix]]></category>

		<guid isPermaLink="false">http://www.smartmarmot.com/?p=1398</guid>
		<description><![CDATA[I&#8217;ve fixed an issue notified from Ehartmann and tested from Tiagosoares thank you to all my follower for all the help received! Please download and use DBforBIX 0.5.1 &#160; &#160; &#160;]]></description>
		<wfw:commentRss>http://www.smartmarmot.com/2012/02/dbforbix-0-5-1-has-been-released-please-use-this-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DBforBIX 0.5 reloaded, fixed an issue on templates</title>
		<link>http://www.smartmarmot.com/2012/01/dbforbix-0-5-reloaded-fixed-an-issue-on-templates/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dbforbix-0-5-reloaded-fixed-an-issue-on-templates</link>
		<comments>http://www.smartmarmot.com/2012/01/dbforbix-0-5-reloaded-fixed-an-issue-on-templates/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 11:25:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[db2]]></category>
		<category><![CDATA[dbforbix]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[monitoring]]></category>

		<guid isPermaLink="false">http://www.smartmarmot.com/?p=1393</guid>
		<description><![CDATA[David Rooke has kindly notified to me an issue on DBforBIX&#8217;s templates. The issue it&#8217;s about &#8220;alive&#8221;. The item key should be: DBforBIX.[PostgreSQL&#124;Oracle&#124;MySQL&#124;DB2&#124;MSSQL].alive I&#8217;ve modified the template and reposted the package. You can modify your own template or download DBforBIX 0.5 &#160; &#160; &#160; &#160; &#160; &#160;]]></description>
		<wfw:commentRss>http://www.smartmarmot.com/2012/01/dbforbix-0-5-reloaded-fixed-an-issue-on-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DBforBIX 0.5 has been released! The only all-in-one solution for complete database monitoring with Zabbix</title>
		<link>http://www.smartmarmot.com/2012/01/dbforbix-0-5-has-been-released-the-only-all-in-one-solution-for-complete-database-monitoring-with-zabbix/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dbforbix-0-5-has-been-released-the-only-all-in-one-solution-for-complete-database-monitoring-with-zabbix</link>
		<comments>http://www.smartmarmot.com/2012/01/dbforbix-0-5-has-been-released-the-only-all-in-one-solution-for-complete-database-monitoring-with-zabbix/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 12:24:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[db2]]></category>
		<category><![CDATA[dbforbix]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[zabbix]]></category>

		<guid isPermaLink="false">http://www.smartmarmot.com/?p=1387</guid>
		<description><![CDATA[DBforBIX 0.5 has been released! &#160; on this release : some minor improvement on documentation fixed an issue with &#8220;AddSpace&#8221; parameter set fixed other minor issue this software lacks of: query for MSSQL Server query for DB2 &#160; THIS IS A PREVIEW RELEASE AND IS NOT FULLY TESTED AS A STABLE PRODUCTION RELEASE You can [...]]]></description>
		<wfw:commentRss>http://www.smartmarmot.com/2012/01/dbforbix-0-5-has-been-released-the-only-all-in-one-solution-for-complete-database-monitoring-with-zabbix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SmartMarmot&#8217;s WIKI is available!!!</title>
		<link>http://www.smartmarmot.com/2011/11/smartmarmots-wiki-is-available/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=smartmarmots-wiki-is-available</link>
		<comments>http://www.smartmarmot.com/2011/11/smartmarmots-wiki-is-available/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 17:50:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[orabbix]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[zabbix]]></category>

		<guid isPermaLink="false">http://www.smartmarmot.com/?p=1381</guid>
		<description><![CDATA[I am happy to announce that we have a new wiki! Currently only Orabbix&#8216;s manual has been updated and is almost completed, the rest is still a work in progress but it is a good place where start. On the wiki is also a first version of the manual and DBforBIX PostBIX Stay tuned! The [...]]]></description>
		<wfw:commentRss>http://www.smartmarmot.com/2011/11/smartmarmots-wiki-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error ORA-24247: network access denied by access control list (ACL) and  ORA-06512 on Orabbix</title>
		<link>http://www.smartmarmot.com/2011/10/error-ora-24247-network-access-denied-by-access-control-list-acl-and-ora-06512-on-orabbix/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=error-ora-24247-network-access-denied-by-access-control-list-acl-and-ora-06512-on-orabbix</link>
		<comments>http://www.smartmarmot.com/2011/10/error-ora-24247-network-access-denied-by-access-control-list-acl-and-ora-06512-on-orabbix/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 13:54:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[orabbix]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[zabbix]]></category>

		<guid isPermaLink="false">http://www.smartmarmot.com/?p=1376</guid>
		<description><![CDATA[The following error: java.sql.SQLException: ORA-24247: network access denied by access control list (ACL) ORA-06512: at &#8220;SYS.UTL_INADDR&#8221;, line 4 ORA-06512: at &#8220;SYS.UTL_INADDR&#8221;, line 35 ORA-06512: at line 1 Cause: A new security measure is introduced in Oracle 11g Release 1 (11.1) for the following network-related PL/SQL packages: UTL_TCP, UTL_HTTP, UTL_SMTP, UTL_MAIL, UTL_INADDR, DBMS_LDAP and the HttpUriType [...]]]></description>
		<wfw:commentRss>http://www.smartmarmot.com/2011/10/error-ora-24247-network-access-denied-by-access-control-list-acl-and-ora-06512-on-orabbix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Orabbix 1.2.3  has been released! now more scalable and dynamic</title>
		<link>http://www.smartmarmot.com/2011/10/orabbix-1-2-3-has-been-released-now-more-scalable-and-dynamic/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=orabbix-1-2-3-has-been-released-now-more-scalable-and-dynamic</link>
		<comments>http://www.smartmarmot.com/2011/10/orabbix-1-2-3-has-been-released-now-more-scalable-and-dynamic/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 13:25:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[orabbix]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[zabbix]]></category>

		<guid isPermaLink="false">http://www.smartmarmot.com/?p=1358</guid>
		<description><![CDATA[Orabbix 1.2.3 has been released! On this release: Fixed the issue with Alive Deeply improved the dynamic recognition of new databases Now you can add and remove databases simply writing them on configuration file. I&#8217;ve improved the scalability. and&#8230; I want to say THANK YOU Denis Loshakov for all your tests!!! You can download it [...]]]></description>
		<wfw:commentRss>http://www.smartmarmot.com/2011/10/orabbix-1-2-3-has-been-released-now-more-scalable-and-dynamic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>workaround to the issue ORA-01882: timezone region not found while connecting to Oracle</title>
		<link>http://www.smartmarmot.com/2011/10/workaround-to-the-issue-ora-01882-timezone-region-not-found-when-connection-to-oracle/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=workaround-to-the-issue-ora-01882-timezone-region-not-found-when-connection-to-oracle</link>
		<comments>http://www.smartmarmot.com/2011/10/workaround-to-the-issue-ora-01882-timezone-region-not-found-when-connection-to-oracle/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 09:14:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[orabbix]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[zabbix]]></category>

		<guid isPermaLink="false">http://www.smartmarmot.com/?p=1349</guid>
		<description><![CDATA[There is a bug on Oracle&#8217;s JDBC driver. Oracle has been  published a note about here there is an extract: Applies to: JDBC &#8211; Version: 11.2.0.1 and later [Release: 11.2 and later ] Information in this document applies to any platform. Symptoms A standalone java application connects to a version 10.2.0.4 database via JDBC/Thin 11.2.0.1. [...]]]></description>
		<wfw:commentRss>http://www.smartmarmot.com/2011/10/workaround-to-the-issue-ora-01882-timezone-region-not-found-when-connection-to-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

