<?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>Smart Database Technology &#187; dbvisit</title>
	<atom:link href="http://blog.dbvisit.com/tag/dbvisit/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dbvisit.com</link>
	<description>Standby Database and Oracle Replication blog</description>
	<lastBuildDate>Mon, 16 Jan 2012 05:22:05 +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>Dbman helps out a DBA Dad</title>
		<link>http://blog.dbvisit.com/dbman-helps-out-a-dba-dad/</link>
		<comments>http://blog.dbvisit.com/dbman-helps-out-a-dba-dad/#comments</comments>
		<pubDate>Thu, 19 May 2011 07:26:01 +0000</pubDate>
		<dc:creator>Kelly Langi</dc:creator>
				<category><![CDATA[Dbman]]></category>
		<category><![CDATA[DBA]]></category>
		<category><![CDATA[dbman]]></category>
		<category><![CDATA[dbvisit]]></category>

		<guid isPermaLink="false">http://blog.dbvisit.com/?p=1397</guid>
		<description><![CDATA[A DBA Dad finds himself having something of a crisis at ‘Bring your Dad to School Day’. Thanks to Dbman it all works out in the end! &#160; &#160;]]></description>
			<content:encoded><![CDATA[<p>A DBA Dad finds himself having something of a crisis at ‘Bring your Dad to School Day’. <a href="http://www.dbvisit.com/dbman/index.php">Thanks to Dbman</a> it all works out in the end!<a href="http://blog.dbvisit.com/wp-content/uploads/2011/05/strip-5-final.jpg"><img class="alignright size-medium wp-image-1398" title="Dbman: Dad" src="http://blog.dbvisit.com/wp-content/uploads/2011/05/strip-5-final-201x300.jpg" alt="" width="201" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dbvisit.com/dbman-helps-out-a-dba-dad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FQFN &#8211; Fully Qualified Filenames in ASM</title>
		<link>http://blog.dbvisit.com/fqfn-fully-qualified-filenames-in-asm/</link>
		<comments>http://blog.dbvisit.com/fqfn-fully-qualified-filenames-in-asm/#comments</comments>
		<pubDate>Sun, 15 May 2011 22:27:59 +0000</pubDate>
		<dc:creator>Arjen Visser</dc:creator>
				<category><![CDATA[Dbvisit tips]]></category>
		<category><![CDATA[Technical general]]></category>
		<category><![CDATA[ASM]]></category>
		<category><![CDATA[dbvisit]]></category>
		<category><![CDATA[filenames]]></category>

		<guid isPermaLink="false">http://blog.dbvisit.com/?p=1387</guid>
		<description><![CDATA[Considerations for Standby Databases using Automatic Storage Management (ASM) Every file created in ASM gets a system-generated filename, otherwise known as a fully qualified filename (FQFN). The fully qualified filename represents a complete path name in the ASM file system. An example of a fully qualified filename is: +dgroup2/sample/controlfile/Current.256.541956473 You can use the fully qualified [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Considerations for Standby Databases using Automatic Storage Management (ASM)</strong></p>
<p>Every file created in ASM gets a system-generated filename, otherwise known as a fully qualified filename (FQFN). The fully qualified filename represents a complete path name in the ASM file system. An example of a fully qualified filename is:</p>
<p><code>+dgroup2/sample/controlfile/Current.256.541956473</code></p>
<p>You can use the fully qualified filename to reference (read or retrieve) an ASM file. ASM generates a fully qualified filename upon any request to create a file. A creation request cannot specify a fully qualified filename. Instead, it uses a simpler syntax to specify a file, such as an alias or just a disk group name. ASM then creates the file, placing it in the correct ASM &#8220;path&#8221; according to file type, and then assigns an appropriate fully qualified filename. If you specify an alias in the creation request, ASM also creates the alias so that it references the fully qualified filename.</p>
<p>FQFN are generally long and awkward, therefore, to make file-naming convention easier to remember the ASM Alias name format was introduced. ASM Aliases are essentially in hierarchical directory format, similar to the filesystem hierarchy. Alias names specify a disk group name, but instead of a file and incarnation number, a user-friendly string name is used.</p>
<p>Alias ASM filenames, otherwise known as aliases, can be used both for referencing existing ASM files and for creating new ASM files. Alias names start with the disk group name preceded by a plus sign, after which you specify a name string of your choosing. Alias filenames are implemented using a hierarchical directory structure, with the slash (/) or backslash (\) character separating name components. You can create an alias in any system-generated or user-created ASM directory. You cannot create an alias at the root level (+), however.</p>
<p>When you create an ASM file with an alias filename, the file is created with a fully qualified name, and the alias filename is additionally created. You can then access the file with either name.</p>
<p>Alias ASM filenames are distinguished from fully qualified or numeric names because they do not end in a dotted pair of numbers. An example of ASM alias for the fully qualified filename above is:</p>
<p><code>+ dgroup2/sample/controlfile/control01.dbf</code></p>
<p>Dbvisit currently creates an ASM standby database using aliases for standby database files. If the primary database uses ASM files that do not have aliases defined for them, just FQFN, Dbvisit will prompt you to provide aliases for the standby ASM datafiles. All ASM standby database files will be created with system-generated FQFN and have aliases defined for them. Aliases for standby datafiles, tempfiles, controlfiles and redo logs will be used in the database dictionary.</p>
<p>To use Dbvisit to create an ASM standby database or a standby database for an ASM primary database, make sure that the operating system user that runs Dbvisit has access to Oracle executables in the ORACLE HOME for the ASM instance. Dbvisit needs execute privilege on the ASMCMD utility, and if your installation implements Oracle 11g grid infrastructure under its own home and user, you may need to add the Dbvisit user to the operating group “oinstall” to make sure it can run the ASMCMD utility.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dbvisit.com/fqfn-fully-qualified-filenames-in-asm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dbvisit version 6.0 web based version delayed</title>
		<link>http://blog.dbvisit.com/dbvisit-version-6-0-web-based-version-delayed/</link>
		<comments>http://blog.dbvisit.com/dbvisit-version-6-0-web-based-version-delayed/#comments</comments>
		<pubDate>Mon, 09 May 2011 04:11:10 +0000</pubDate>
		<dc:creator>Arjen Visser</dc:creator>
				<category><![CDATA[Dbvisit release]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[dbvisit]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Version 6.0]]></category>

		<guid isPermaLink="false">http://blog.dbvisit.com/?p=1377</guid>
		<description><![CDATA[Our Dbvisit web based version (Dbvisit Standby version 6.0) was scheduled to be released in April. Unfortunately this has been delayed while we try and resolve all remaining issues to ensure a stable version when we do release. We are hoping to have Dbvisit Standby released at the end of May 2011. Here is a [...]]]></description>
			<content:encoded><![CDATA[<p>Our Dbvisit web based version (Dbvisit Standby version 6.0) was scheduled to be released in April. Unfortunately this has been delayed while we try and resolve all remaining issues to ensure a stable version when we do release.</p>
<p>We are hoping to have Dbvisit Standby released at the end of May 2011.</p>
<p>Here is a preview of the reporting capability of Dbvisit Standby version 6.0.<br />
<img class="alignnone size-full wp-image-1381" title="Dbvisit Standby version 6.0 reporting capability" src="http://blog.dbvisit.com/wp-content/uploads/2011/05/Screen-shot-2011-05-09-at-4.03.10-PM1.png" alt="" width="429" height="490" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dbvisit.com/dbvisit-version-6-0-web-based-version-delayed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Results: How frequently are you scheduling Dbvisit?</title>
		<link>http://blog.dbvisit.com/results-how-frequently-are-you-scheduling-dbvisit/</link>
		<comments>http://blog.dbvisit.com/results-how-frequently-are-you-scheduling-dbvisit/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 01:08:19 +0000</pubDate>
		<dc:creator>Kelly Langi</dc:creator>
				<category><![CDATA[Business continuity]]></category>
		<category><![CDATA[Standby Database]]></category>
		<category><![CDATA[business continuity]]></category>
		<category><![CDATA[dbvisit]]></category>
		<category><![CDATA[scheduling]]></category>

		<guid isPermaLink="false">http://blog.dbvisit.com/?p=969</guid>
		<description><![CDATA[We recently carried out some research among some of our clients in order to gain a better insight into the acceptable levels of data loss in a standby environment. We asked two questions: 1. How often is Dbvisit scheduled on your primary server. For example is this every 1, 2, 5, 10, 15 or 20 [...]]]></description>
			<content:encoded><![CDATA[<p>We recently carried out some research among some of our clients in order to gain a better insight into the acceptable levels of data loss in a standby environment. We asked two questions:</p>
<p>1. How often is Dbvisit scheduled on your primary server. For example is this every 1, 2, 5, 10, 15 or 20 minutes?<br />
2. What type of database is Dbvisit running on? I.e. OLTP, Data Warehouse  or other?</p>
<p>We got a great response and would like to thank everyone who participated.</p>
<p>The responses (see chart below) showed that Dbvisit is scheduled on average every 12 minutes with the shortest interval reported as 2 minutes</p>
<p><a href="http://www.dbvisit.com"><img class="size-medium wp-image-983 aligncenter" title="Interval pie chart" src="http://blog.dbvisit.com/wp-content/uploads/2010/11/celgene-pie-chart-300x163.jpg" alt="" width="300" height="163" />Dbvisit</a> is actually capable of providing a minimum of just <a href="http://www.dbvisit.com/forums/showthread.php?p=513&amp;highlight=scheduled#post513">60 seconds data loss</a> although this needs to be considered against how critical the database in question is and the possible subsequent impact on database performance. We would love to hear from any of our customers who schedule Dbvisit every 60 seconds or who have any queries surrounding Dbvisit scheduling, so we better understand your data availability needs.</p>
<p>We also found that <a href="http://www.geekinterview.com/question_details/15800" target="_blank">OLTP</a> databases are by far the most common, outnumbering all others by 2:1.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dbvisit.com/results-how-frequently-are-you-scheduling-dbvisit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pebble IT: Innovative Australian Reseller Implements Dbvisit for Australia’s Largest International Insurer</title>
		<link>http://blog.dbvisit.com/pebble-it-innovative-australian-reseller-implements-dbvisit-for-australia%e2%80%99s-largest-international-insurer/</link>
		<comments>http://blog.dbvisit.com/pebble-it-innovative-australian-reseller-implements-dbvisit-for-australia%e2%80%99s-largest-international-insurer/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 01:08:02 +0000</pubDate>
		<dc:creator>Kelly Langi</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Resellers]]></category>
		<category><![CDATA[dbvisit]]></category>
		<category><![CDATA[PebbleIT]]></category>
		<category><![CDATA[resellers]]></category>

		<guid isPermaLink="false">http://blog.dbvisit.com/?p=1005</guid>
		<description><![CDATA[PebbleIT&#8217;s most recent sale and implementation of Dbvisit has been at QBEInsurance Australia, Australia’s largest international insurer1 with offices in 49 countries and over 13,500 staff worldwide. QBE needed to sync their local systems to remote standby databases located offshore and chose Dbvisit because of its functionality and price. Raymond Allo, the technical lead on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://pebbleit.com.au/pls/apex/f?p=103:1:1704631620474541"><img class="size-full wp-image-1010   alignright" title="PebbleIT" src="../wp-content/uploads/2010/11/head1.jpg" alt="" width="201" height="69" /></a></p>
<p>PebbleIT&#8217;s most recent sale and implementation of Dbvisit has been at <a href="http://www.qbe.com.au/Insurance.html">QBEInsurance Australia</a>, Australia’s largest international insurer<sup>1</sup> with offices in 49 countries and over 13,500 staff worldwide. QBE needed to sync their local systems to remote standby databases located offshore and chose Dbvisit because of its functionality and price.</p>
<p>Raymond Allo, the technical lead on the project, advised the benefits to QBE of using Dbvisit as an Oracle Data Guard alternative. “It was easy to convince QBE to utilise <a href="http://www.qbe.com.au/Insurance.html"><img class="alignright" src="http://www.qbe.com.au/content/fragments/ss_ext_logo/logo.gif" alt="" width="145" height="50" /></a>Dbvisit as they could clearly see the cost saving to the organisation. Some applications do not require the features of Oracle Enterprise Edition and are adequately served by Standard or Standard Edition One. Also, Dbvisit does not require changes to be made to the init.ora file like Data Guard.” He also noted that Dbvisit was effectively handling transportation of data between a primary and standby site so far apart. “There was the tyranny of distance and bandwidth to get the initial copy of the database over to the US, but after that Dbvisit is very efficient at handling the log shipping”.</p>
<p>PebbleIT, founded in 2003 by Managing Director Marck Moscatelli and based in Sydney Australia became a Dbvisit reseller in 2007. While the business initially focused on delivering database-related services, the strong relationships they formed with their customers meant they soon moved into providing a more diverse range of IT services as required. This includes Application and web development, consulting and Managed Services, remote DBA Support, database development and migration, and a software license advisory service.</p>
<p>Pebble IT&#8217;s license advisory service has seen them become the trusted advisors to their customers and help companies such as Nielsen, AMCOR and National Health and Medical Research Council not only save $100,000&#8242;s in licence costs but also significantly reduce annual maintenance fees.</p>
<p>PebbleIT’s commitment to providing products which allow exceptional ROI to their clients means that Dbvisit is a natural fit for the company’s ethos of value through innovation, simplicity and personalised service.</p>
<p>For more information about PebbleIT and their services please visit their website at <a title="PebbleIT" href="http://pebbleit.com.au/pls/apex/f?p=103:1:1704631620474541">www.pebbleit.com.au</a>.</p>
<p>1.       As measured by gross written premium. Source: <a href="http://www.qbe.com.au/Australia/About-QBE/Insurance.html">http://www.qbe.com.au/Australia/About-QBE/Insurance.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dbvisit.com/pebble-it-innovative-australian-reseller-implements-dbvisit-for-australia%e2%80%99s-largest-international-insurer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Dbvisit reseller in France</title>
		<link>http://blog.dbvisit.com/new-dbvisit-reseller-in-france/</link>
		<comments>http://blog.dbvisit.com/new-dbvisit-reseller-in-france/#comments</comments>
		<pubDate>Fri, 01 May 2009 23:07:54 +0000</pubDate>
		<dc:creator>Arjen Visser</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[dbvisit]]></category>
		<category><![CDATA[france]]></category>
		<category><![CDATA[resellers]]></category>

		<guid isPermaLink="false">http://blog.dbvisit.com/?p=39</guid>
		<description><![CDATA[We are very pleased to have SETRA Conseil as a Dbvisit reseller in France.  SETRA Conseil have a very experienced team of Oracle professionals with clients in Nice, Marseille, Montpellier, Lyon, Grenoble and  Paris plus Monaco. They are very experienced with Oracle Disaster Recovery, Standby Database, Oracle RAC and general Oracle consulting and can offer [...]]]></description>
			<content:encoded><![CDATA[<p>We are very pleased to have <a href="http://www.setra-conseil.com">SETRA Conseil</a> as a Dbvisit reseller in France.  SETRA Conseil have a very experienced team of Oracle professionals with clients in Nice, Marseille, Montpellier, Lyon, Grenoble and  Paris plus Monaco. They are very experienced with Oracle Disaster Recovery, Standby Database, Oracle RAC and general Oracle consulting and can offer local Dbvisit support.</p>
<p>Welcome aboard.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dbvisit.com/new-dbvisit-reseller-in-france/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

