<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Dbvisit Community</title>
		<link>http://www.dbvisit.com/forums/</link>
		<description>Dbvisit Community - Oracle Standby Database. Disaster Recovery</description>
		<language>en</language>
		<lastBuildDate>Fri, 18 May 2012 08:46:09 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.dbvisit.com/forums/images/misc/rss.jpg</url>
			<title>Dbvisit Community</title>
			<link>http://www.dbvisit.com/forums/</link>
		</image>
		<item>
			<title>How does Dbvisit Standby handle network connection timeouts?</title>
			<link>http://www.dbvisit.com/forums/showthread.php?t=1450&amp;goto=newpost</link>
			<pubDate>Thu, 17 May 2012 00:21:41 GMT</pubDate>
			<description>Question: 
If a network crashes (times out) while the Primary Database server is shipping archivelog files to the Standby Database server what will...</description>
			<content:encoded><![CDATA[<div>Question:<br />
If a network crashes (times out) while the Primary Database server is shipping archivelog files to the Standby Database server what will happen? Do I have to set a timeout in the DDC file? Or is this done in the ssh configuration?<br />
 <br />
<b>Response:</b><br />
If, for any reason, there is any network interruption Dbvisit Standby will attempt to re-transfer the logs on its next run automatically, without any intervention on the part of the DBA. Thresholds can be set so that you can specify how many time Dbvisit should re-transfer a log before notifications should be sent. <br />
<br />
The key parameter to set in your DDC file is TRANSFER_RETRIES, which we explain in the following:<br />
<br />
<i>Determines the number of retries when the checksum of the transferred log file does not match the original file. When the checksum does not match, the file will be transferred again. If the checksum does not match after TRANSFER_RETRIES attempts, an alert will be raised.<br />
Default value: 2<br />
Example:<br />
TRANSFER_RETRIES=2 </i><br />
<br />
Furthermore, network timeouts are actually set by the SSH configuration. So Dbvisit Standby relies on the SSH configuration to get the timeout signal back when the transfer was not completed successful. As soon as this is received, then Dbvisit Standby will attempt the transfer again. The important settings as far as Dbvisit Standby is concerned are:<br />
TRANSFER_RETRIES wich was highlighted above.<br />
<br />
RETRIES_WAIT_IN_SEC - Wait in seconds before a retry attempt of TRANSFER_RETRIES. By default this is 5 seconds.</div>

]]></content:encoded>
			<category domain="http://www.dbvisit.com/forums/forumdisplay.php?f=20">Dbvisit Standby - Technical Questions or Issues</category>
			<dc:creator>Mike Donovan</dc:creator>
			<guid isPermaLink="true">http://www.dbvisit.com/forums/showthread.php?t=1450</guid>
		</item>
		<item>
			<title>ORA-01186, ORA-01122, ORA-01110, ORA-01209 when opening standby as Read Only</title>
			<link>http://www.dbvisit.com/forums/showthread.php?t=1447&amp;goto=newpost</link>
			<pubDate>Sun, 06 May 2012 23:47:49 GMT</pubDate>
			<description>Recently a site experienced ORA-1209 errors when opening the standby database read-only.  A call was logged with Oracle Support and a summary of the...</description>
			<content:encoded><![CDATA[<div>Recently a site experienced ORA-1209 errors when opening the standby database read-only.  A call was logged with Oracle Support and a summary of the solution is provided below:<br />
<br />
   <br />
When you open a standby database as read only, you notice the following in the database alert log.<br />
<br />
<font face="Courier New"><font size="1">&lt; ORA-01186: file 5 failed verification tests<br />
&lt; ORA-01122: database file 5 failed verification check<br />
&lt; ORA-01110: data file 5: '/u02/oracle/oradata/prod/data01.dbf'<br />
&lt; ORA-01209: data file is from before the last RESETLOGS<br />
&lt; File 5 not verified due to error ORA-01122<br />
&lt; ORA-16004 signalled during: alter database open read only...</font></font><br />
<br />
After investigation the following was noted:<br />
<ul><li>File belong to a read-only tablespace called &quot;DATA&quot;</li>
<li>The database was recovered in the past and opened with resetlogs; both primary and standby show the same resetlogs_time in v$database</li>
<li>The datafile checkpoint_time in v$datafile_header show that it is before the v$database.resetlogs_time </li>
</ul><br />
To resolve the ORA-01209 to allow you to open the standby database read-only, follow these steps:<br />
<br />
On the Primary Database:<ul><li> Place the DATA tablespace in &quot;Read Write&quot; mode.</li>
<li> Take the datafile 5 offline</li>
<li> Recover datafile 5</li>
<li> Place tablespace DATA back in &quot;Read Only&quot; mode</li>
<li> Switch the current redo log and issue a checkpoint</li>
<li> Run dbvisit standby on both primary and standby</li>
</ul><br />
Example Steps on Primary Database:<br />
<font face="Courier New"><font size="1"><br />
sql&gt; alter tablespace DATA read write;<br />
sql&gt; alter database datafile 5 offline;<br />
sql&gt; recover datafile 5;<br />
sql&gt; alter tablesapce DATA read only;<br />
sql&gt; alter system archive log current;<br />
sql&gt; alter system checkpoint;<br />
</font></font><br />
<br />
Now run dbvisit on the Primary then Standby database.<br />
<br />
You should now be able to open the standby database read only.</div>

]]></content:encoded>
			<category domain="http://www.dbvisit.com/forums/forumdisplay.php?f=20">Dbvisit Standby - Technical Questions or Issues</category>
			<dc:creator>Anton</dc:creator>
			<guid isPermaLink="true">http://www.dbvisit.com/forums/showthread.php?t=1447</guid>
		</item>
		<item>
			<title>Amazon RDS and access to target database</title>
			<link>http://www.dbvisit.com/forums/showthread.php?t=1446&amp;goto=newpost</link>
			<pubDate>Sat, 05 May 2012 19:00:10 GMT</pubDate>
			<description><![CDATA[Hi, 
 
We're evaluating DBVisit Replicate to migrate one of our production databases to Amazon RDS with Oracle (we are DBVisit Standby customers)....]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
We're evaluating DBVisit Replicate to migrate one of our production databases to Amazon RDS with Oracle (we are DBVisit Standby customers). RDS instances are isolated machines that cannot be accessed via SSH (we can access only via port 1521), so no software can be installed locally.<br />
<br />
Is there a way to use DBVisit replicate in this scenario? I've checked the user manual and it requires the installation of the DBVisit Replicate software on both source and target machines, but this is not possible under Amazon RDS.<br />
<br />
We can set up a second server on the Amazon cloud, that has access as a client to the RDS instance (full sqlplus access via tnsnames.ora), but the SYS and SYSTEM accounts are a little limited.<br />
<br />
Is this a supported environment for DBVisit Replicate?<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.dbvisit.com/forums/forumdisplay.php?f=38">Dbvisit Replicate - Setup</category>
			<dc:creator>bigjocker</dc:creator>
			<guid isPermaLink="true">http://www.dbvisit.com/forums/showthread.php?t=1446</guid>
		</item>
		<item>
			<title>Primary to Standby to Standby</title>
			<link>http://www.dbvisit.com/forums/showthread.php?t=1445&amp;goto=newpost</link>
			<pubDate>Wed, 25 Apr 2012 14:40:32 GMT</pubDate>
			<description>Hi to all, 
 
I have a quick question that someone may be able to answer? 
 
I know you can run dbvisit such that for a given primary database you...</description>
			<content:encoded><![CDATA[<div>Hi to all,<br />
<br />
I have a quick question that someone may be able to answer?<br />
<br />
I know you can run dbvisit such that for a given primary database you can have more than one physical standby, and I know that the log shipping would go from the primary to each of these standbys, but is it possible for logs to ship to standby 1, then standby 2 be updated from standby 1 rather than the primary, keeping the extra load off the primary server?<br />
<br />
Thanks to all who reply.</div>

]]></content:encoded>
			<category domain="http://www.dbvisit.com/forums/forumdisplay.php?f=13"><![CDATA[Dbvisit Standby - 'How Do I' Questions]]></category>
			<dc:creator>jamie.gadong</dc:creator>
			<guid isPermaLink="true">http://www.dbvisit.com/forums/showthread.php?t=1445</guid>
		</item>
	</channel>
</rss>

