<?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>EveryDay Practical Solutions for an Oracle&#124;SQL Server DBA</title>
	<atom:link href="http://www.oracledbasupport.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oracledbasupport.co.uk</link>
	<description>This is my (Sagar PATIL ) blog to list day to day issues</description>
	<lastBuildDate>Fri, 20 Jan 2012 22:39:28 +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>Streams &#124; ORA-24082 while disabling a propagation job</title>
		<link>http://www.oracledbasupport.co.uk/ora-24082-while-disabling-a-propagation-job/</link>
		<comments>http://www.oracledbasupport.co.uk/ora-24082-while-disabling-a-propagation-job/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 15:51:03 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[Streams Replication]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[destination]]></category>
		<category><![CDATA[queue]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[status]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/?p=5508</guid>
		<description><![CDATA[The reason for the ORA-24082 error is that a message has been enqueued  onto the AQ$_PROP_NOTIFY_&#60;N&#62; queue to notify the job_queue_process associated with  the propagation schedule to stop propagating messages and the job_queue_process has failed to acknowledge that message within a  reasonable amount of time. dbms_aqadm.disable_propagation_schedule( queue_name =&#62; &#8216;STRMADMIN. SCOTT_PROPAGATION_Q&#8217;, destination =&#62; &#8216;${DEST_DB}&#8217;, destination_queue =&#62; [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/ora-24082-while-disabling-a-propagation-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Streams &#8211; Capture Process States</title>
		<link>http://www.oracledbasupport.co.uk/streams-capture-process-states/</link>
		<comments>http://www.oracledbasupport.co.uk/streams-capture-process-states/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 09:37:24 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[Streams Replication]]></category>
		<category><![CDATA[DICTIONARY]]></category>
		<category><![CDATA[process states]]></category>
		<category><![CDATA[REDO]]></category>
		<category><![CDATA[RULE]]></category>
		<category><![CDATA[STATE]]></category>
		<category><![CDATA[Waiting]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/?p=5489</guid>
		<description><![CDATA[The state of a capture process describes what the capture process is doing currently. You can view the state of a capture process by querying the STATE column in the V$STREAMS_CAPTURE dynamic performance view. The following capture process states are possible &#160; INITIALIZING &#8211; Starting up. WAITING FOR DICTIONARY REDO &#8211; Waiting for redo log [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/streams-capture-process-states/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Tables and Views, for Troubleshooting Streams Issues</title>
		<link>http://www.oracledbasupport.co.uk/useful-tables-and-views-for-troubleshooting-streams-issues/</link>
		<comments>http://www.oracledbasupport.co.uk/useful-tables-and-views-for-troubleshooting-streams-issues/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 17:37:50 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[Streams Replication]]></category>
		<category><![CDATA[DBA]]></category>
		<category><![CDATA[Detailed]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[status]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/?p=5465</guid>
		<description><![CDATA[CAPTURE PROCESS streams$_capture_process Lists all defined capture processes dba_capture Basic status, error info v$streams_capture Detailed status info dba_capture_parameters Configuration information PROPAGATE PROCESS streams$_propagation_process: Lists all defined propagate processes dba_propagation Basic status, error info v$propagation_sender Detailed status info v$propagation_receiver Detailed status info  APPLY PROCESS  streams$_apply_process Lists all defined apply processes  dba_apply Basic status, error info  v$streams_apply_reader [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/useful-tables-and-views-for-troubleshooting-streams-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Identify Issues and Fix Streams Capture Process</title>
		<link>http://www.oracledbasupport.co.uk/how-to-identify-issues-and-fix-streams-capture-process/</link>
		<comments>http://www.oracledbasupport.co.uk/how-to-identify-issues-and-fix-streams-capture-process/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 14:06:34 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[Streams Replication]]></category>
		<category><![CDATA[ARCHIVELOG]]></category>
		<category><![CDATA[Backup Archived Logs]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[OCt]]></category>
		<category><![CDATA[pid]]></category>
		<category><![CDATA[processes]]></category>
		<category><![CDATA[Thu]]></category>
		<category><![CDATA[TIME]]></category>
		<category><![CDATA[WHERE]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/?p=5458</guid>
		<description><![CDATA[My Capture, Propagate and apply processes were working fine until the server fial over. After a restart even though capture processes are enabled, they are stalled at status &#8220;INITIALIZING&#8221;. The Propagate and Apply were working fine. The alrtlog didn&#8217;t show any streams error message except process details when Capture processes were enabled. Streams CAPTURE C004 [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/how-to-identify-issues-and-fix-streams-capture-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloning Oracle Clusterware (Applicable only to 11.2.0.2.0 and not for any previous Releases)</title>
		<link>http://www.oracledbasupport.co.uk/cloning-oracle-clusterware-applicable-only-to-11-2-0-2-0-and-not-for-any-previous-releases/</link>
		<comments>http://www.oracledbasupport.co.uk/cloning-oracle-clusterware-applicable-only-to-11-2-0-2-0-and-not-for-any-previous-releases/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 14:16:07 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[Build/Install]]></category>
		<category><![CDATA[RAC]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[Home]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Clusterware]]></category>
		<category><![CDATA[Oracle Universal Installer]]></category>
		<category><![CDATA[oraInventory]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[wallet]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/?p=5451</guid>
		<description><![CDATA[Cloning is the process of copying an existing Oracle installation to a different location and then updating the copied installation to work in the new environment. The following list describes some situations in which cloning is useful: Cloning provides a way to prepare a Oracle Clusterware home once and deploy it to many hosts simultaneously. [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/cloning-oracle-clusterware-applicable-only-to-11-2-0-2-0-and-not-for-any-previous-releases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Streams/RAC and Database Link Problem</title>
		<link>http://www.oracledbasupport.co.uk/streamsrac-and-database-link-problem/</link>
		<comments>http://www.oracledbasupport.co.uk/streamsrac-and-database-link-problem/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 13:07:56 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[Streams Replication]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[SERVICE]]></category>
		<category><![CDATA[service name]]></category>
		<category><![CDATA[source database]]></category>
		<category><![CDATA[status]]></category>
		<category><![CDATA[Streams]]></category>
		<category><![CDATA[strmrepl]]></category>
		<category><![CDATA[target database]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/?p=5443</guid>
		<description><![CDATA[While working with streams 10g RAC,  setup went well but source database  propagation process won&#8217;t work with target database &#8220;strmrepl1&#8243; and returned TNS &#8220;12514&#8243; error. Propagation Schedule for (STRMADMIN.SCOTT_C_Q, &#8220;STRMADMIN&#8221;.&#8221;SCOTT_A_Q&#8221;@strmrepl) encountered following error: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor ORA-12514: TNS:listener does not currently know of service requested in [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/streamsrac-and-database-link-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Streams Performance Data Collection Tools for 10g &amp; 11g</title>
		<link>http://www.oracledbasupport.co.uk/streams-performance-data-collection-tools-for-10g-11g/</link>
		<comments>http://www.oracledbasupport.co.uk/streams-performance-data-collection-tools-for-10g-11g/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 15:36:23 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[Streams Replication]]></category>
		<category><![CDATA[AWR]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[hour]]></category>
		<category><![CDATA[interval]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[performance period]]></category>
		<category><![CDATA[Streams]]></category>
		<category><![CDATA[Streams Performance Data Collection Tools]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/?p=3348</guid>
		<description><![CDATA[There are diferent ways to collect performance related data Install Application Workload Repository (AWR) /Active Session History (ASH). Take AWR snapshots an hour or for desired interval Install and Configure STRMMON utility if you have 10gR2(Not available in 11g). Use Metalink Article &#8220;290605.1&#8243; Use UTL_SPADV as a alternative to STRMMON for &#62; 11gR1 Run Streams [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/streams-performance-data-collection-tools-for-10g-11g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>11gR2 RAC-Dataguard Sync issue Between Primary &amp; Standby</title>
		<link>http://www.oracledbasupport.co.uk/11gr2-rac-dataguard-sync-issue-between-primary-standby/</link>
		<comments>http://www.oracledbasupport.co.uk/11gr2-rac-dataguard-sync-issue-between-primary-standby/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 15:20:07 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Dataguard]]></category>
		<category><![CDATA[interval]]></category>
		<category><![CDATA[Lag]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[NAME]]></category>
		<category><![CDATA[UNIT]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/?p=4648</guid>
		<description><![CDATA[I have a 2 node RAC -DG setup between 2 remote data centres. After building DataGuard between them I am now coming across stange latency stats. set pagesize 2000; COLUMN NAME FORMAT A30; COLUMN value FORMAT A20; COLUMN UNIT FORMAT A20; COLUMN time_computed FORMAT A20; select name , value , unit , time_computed from v$dataguard_stats; [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/11gr2-rac-dataguard-sync-issue-between-primary-standby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up Bidirectional Streams SCHEMA Replication</title>
		<link>http://www.oracledbasupport.co.uk/setting-up-bidirectional-streams-schema-replication/</link>
		<comments>http://www.oracledbasupport.co.uk/setting-up-bidirectional-streams-schema-replication/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 09:27:57 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[Streams Replication]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[DBA]]></category>
		<category><![CDATA[PARAMETER]]></category>
		<category><![CDATA[queue]]></category>
		<category><![CDATA[SCHEMA]]></category>
		<category><![CDATA[scott]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/?p=5383</guid>
		<description><![CDATA[Details below are for configuring a schema level replication using API DBMS_STREAMS_ADM.MAINTAIN_SCHEMAS. 1. Verify Source &#38; Target System for Streams Configuration CONNECT system/manager@ {STREAMS/STRMREPL} SET SQLPROMPT "STREAMS&#62; " set pages 0; set linesize 2000; SELECT * FROM global_name;  SHOW PARAMETER service_names SHOW PARAMETER global_names -- Verify database parameters col name HEADING 'Parameter&#124;Name' format a30 col [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/setting-up-bidirectional-streams-schema-replication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Tablespace Growth Report from Grid Data</title>
		<link>http://www.oracledbasupport.co.uk/building-tablespace-growth-report-from-grid-data/</link>
		<comments>http://www.oracledbasupport.co.uk/building-tablespace-growth-report-from-grid-data/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 12:51:46 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[General DBA Tasks]]></category>
		<category><![CDATA[Building Tablespace Growth Report]]></category>
		<category><![CDATA[graphs]]></category>
		<category><![CDATA[Grid Data Use SQL Query]]></category>
		<category><![CDATA[Grid sysman]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/?p=5380</guid>
		<description><![CDATA[Use SQL Query below at Grid sysman database to locate growth of tablespaces over time. The returned results data could be used under EXCEL to generate graphs. SELECT   target_name, KEY_VALUE, ROLLUP_TIMESTAMP, METRIC_COLUMN, sample_count, ROUND (AVERAGE / 1000) Allocted_GB FROM   sysman.MGMT$METRIC_DAILY WHERE       metric_name = 'tbspAllocation' AND LOWER (TARGET_NAME) LIKE '%Oracle_db_name%' AND KEY_VALUE = 'DATA' AND LOWER [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/building-tablespace-growth-report-from-grid-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Roles and Users audit report</title>
		<link>http://www.oracledbasupport.co.uk/oracle-roles-and-users-audit-report/</link>
		<comments>http://www.oracledbasupport.co.uk/oracle-roles-and-users-audit-report/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 15:58:25 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[General DBA Tasks]]></category>
		<category><![CDATA[PLSQL Development]]></category>
		<category><![CDATA[DBA]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[utl]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/?p=5368</guid>
		<description><![CDATA[I have often used following procedure to create list of roles &#38; corresponding users mapped into it. This was then used to email business owners as well as for user accesss auditing. -- Package Name : users_granted_role -- This package was created to spool user and their respective Privs from oracle data Dictionary. CREATE OR [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/oracle-roles-and-users-audit-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Streams Replication&#124; Monitoring Streams Capture Processes</title>
		<link>http://www.oracledbasupport.co.uk/streams-replication-monitoring-streams-capture-processes-2/</link>
		<comments>http://www.oracledbasupport.co.uk/streams-replication-monitoring-streams-capture-processes-2/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 11:43:40 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[Streams Replication]]></category>
		<category><![CDATA[Archived]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[NAME]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[SCN]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/?p=5364</guid>
		<description><![CDATA[Capture process is an optional Streams client that is an Oracle background process that scans a database redo log to capture DML and DDL changes made to database objects. 1) Displaying the Queue, Rule Sets, and Status of Each Capture Process 2) Displaying Change Capture Information About Each Capture Process 3) Displaying State Change and [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/streams-replication-monitoring-streams-capture-processes-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Streams Replication &#124; Monitoring Streams Queues and Propagations</title>
		<link>http://www.oracledbasupport.co.uk/streams-replication-monitoring-streams-queues-and-propagations/</link>
		<comments>http://www.oracledbasupport.co.uk/streams-replication-monitoring-streams-queues-and-propagations/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 15:02:42 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[Streams Replication]]></category>
		<category><![CDATA[Buffered]]></category>
		<category><![CDATA[DBLINK]]></category>
		<category><![CDATA[HEADING]]></category>
		<category><![CDATA[NAME]]></category>
		<category><![CDATA[propagation]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[SENDER]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/?p=5359</guid>
		<description><![CDATA[This post lists sample queries to monitor Streams queues and propagations. 1)       Monitoring ANYDATA Queues and Messaging 2)       Monitoring Buffered Queues 3)       Monitoring Streams Propagations and Propagation Jobs 1)        Monitoring ANYDATA Queues and Messaging a)     Displaying the ANYDATA Queues in a Database b)     Viewing the Messaging Clients [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/streams-replication-monitoring-streams-queues-and-propagations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Streams Replication&#124; Monitoring Oracle Streams Apply Processes at Destination Server</title>
		<link>http://www.oracledbasupport.co.uk/streams-replication-monitoring-oracle-streams-apply-processes-at-destination-server/</link>
		<comments>http://www.oracledbasupport.co.uk/streams-replication-monitoring-oracle-streams-apply-processes-at-destination-server/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 10:27:32 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[Streams Replication]]></category>
		<category><![CDATA[Apply]]></category>
		<category><![CDATA[COLUMN]]></category>
		<category><![CDATA[Message]]></category>
		<category><![CDATA[NAME]]></category>
		<category><![CDATA[SCHEMA]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/?p=5355</guid>
		<description><![CDATA[Following shell script will be handy when you are working with Streams Replication.  There are 2 versions, one for 10g:monitor_streams_applyprocess_10g and another for 11g: monitor_streams_applyprocess_11g #!/bin/bash ## Monitoring Oracle Streams Apply Processes at Destination Server export STREAMS_ADMIN_SCHEMA=STRMADMIN export STREAMS_ADMIN_SCHEMA_PWD=STRMADMIN export DEST_DB=streams1 echo "-------------------Menu---------------------------" echo " **** This script was tested against RHEL/Oracle 10gR2, Please update [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/streams-replication-monitoring-oracle-streams-apply-processes-at-destination-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monitoring Streams Replication&#124; How to Display Detailed Information About Apply Errors?</title>
		<link>http://www.oracledbasupport.co.uk/streams-displaying-detailed-information-about-apply-errors/</link>
		<comments>http://www.oracledbasupport.co.uk/streams-displaying-detailed-information-about-apply-errors/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 14:09:01 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[Streams Replication]]></category>
		<category><![CDATA[LCR]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/?p=5345</guid>
		<description><![CDATA[SQL scripts below can display detailed information about error transactions in the error queue in a database. These scripts are designed to display information about LCRs, but you can extend them to display information about any non-LCR messages used. To use these scripts, complete the following steps: Step 1) Grant Explicit SELECT Privilege on the [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/streams-displaying-detailed-information-about-apply-errors/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux &#8211; List file count by Day</title>
		<link>http://www.oracledbasupport.co.uk/linux-list-file-count-by-day/</link>
		<comments>http://www.oracledbasupport.co.uk/linux-list-file-count-by-day/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 10:06:18 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[freq]]></category>
		<category><![CDATA[OCt]]></category>
		<category><![CDATA[oracle archive]]></category>
		<category><![CDATA[printf]]></category>
		<category><![CDATA[Sort]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/linux-list-file-count-by-day/</guid>
		<description><![CDATA[ls -lt &#124; grep &#34;^-&#34; &#124; awk '{ if($8 ~ /:/) $8=2011 Date_count=$6&#34; &#34;$7&#34;, &#34;$8 freq[Date_count]++} END {for (date in freq) printf &#34;%s\t%d\n&#34;, date, freq[date] }' &#124; sort I often use this script when oracle archive volume fills up and I want to locate number of archive generated every day. OUTPUT Oct 1, 2011     3 [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/linux-list-file-count-by-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle  Streams Introduction</title>
		<link>http://www.oracledbasupport.co.uk/oracle-streams/</link>
		<comments>http://www.oracledbasupport.co.uk/oracle-streams/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 09:32:00 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[Streams Replication]]></category>
		<category><![CDATA[cannot]]></category>
		<category><![CDATA[Capture]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[DDL]]></category>
		<category><![CDATA[DML]]></category>
		<category><![CDATA[Streams]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/?p=5323</guid>
		<description><![CDATA[The streams contain following processes: Capture Instantiation (Not in image above) Propagate Apply 1) Capture process A Capture process can capture a majority of database transactions. The Capture process specifically captures DML and DDL. The Capture process uses both LogMiner and Advanced Queuing to accomplish it&#8217;s task (Note: Synchronous Capture uses internal triggers instead of [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/oracle-streams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Backup details from 11g RMAN respository tables</title>
		<link>http://www.oracledbasupport.co.uk/finding-backup-details-from-11g-rman-respository-tables/</link>
		<comments>http://www.oracledbasupport.co.uk/finding-backup-details-from-11g-rman-respository-tables/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 13:56:17 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[RMAN]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[DEVICE TYPE]]></category>
		<category><![CDATA[End]]></category>
		<category><![CDATA[NAME]]></category>
		<category><![CDATA[Order]]></category>
		<category><![CDATA[Prod]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/backup-status-from-11g-rman-respository-tables/</guid>
		<description><![CDATA[List databases registered with rman repository select NAME &#160;&#160;&#160;&#160; , DBID&#160; from RC_DATABASE; List rman backup STATUS details with database name, Start time, End time , Processed MB/GB SELECT db_name, row_type, start_time, end_time, operation, status, mbytes_processed&#160;&#160;&#160; FROM&#160;&#160; rc_rman_status&#160;&#160;&#160; WHERE&#160; db_name like&#160; &#8216;PROD%&#8217;&#160;&#160;&#160;&#160;&#160; AND&#160; start_time &#62; SYSDATE &#8211; 1&#160;&#160;&#160; ORDER&#160; BY END_TIME desc; List backup details [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/finding-backup-details-from-11g-rman-respository-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>11g Grid &#124; Monitoring Management Services and Repository</title>
		<link>http://www.oracledbasupport.co.uk/11g-grid-monitoring-management-services-and-repository/</link>
		<comments>http://www.oracledbasupport.co.uk/11g-grid-monitoring-management-services-and-repository/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 14:29:42 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[Grid Control]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Management Repository]]></category>
		<category><![CDATA[Management Service]]></category>
		<category><![CDATA[Management Services]]></category>
		<category><![CDATA[Operations]]></category>
		<category><![CDATA[Repository Management Services]]></category>
		<category><![CDATA[SERVICE]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/11g-grid-monitoring-management-services-and-repository-doc/</guid>
		<description><![CDATA[Management Services and Repository: Lets you monitor system performance and access diagnostic information for the Oracle Management Services and Management Repository. You can view: The overall health of Enterprise Manager. The status and performance of the Repository DBMS Jobs that handle Enterprise Manager&#8217;s maintenance and monitoring functionality. The health and configuration of all Management Services. [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/11g-grid-monitoring-management-services-and-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grid false alert &quot;Agent to OMS communication is broken&quot;</title>
		<link>http://www.oracledbasupport.co.uk/grid-false-alert-agent-to-oms-communication-is-broken/</link>
		<comments>http://www.oracledbasupport.co.uk/grid-false-alert-agent-to-oms-communication-is-broken/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 14:16:27 +0000</pubDate>
		<dc:creator>Sagar Patil</dc:creator>
				<category><![CDATA[Grid Control]]></category>
		<category><![CDATA[Agent Unreachable]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Management Agent]]></category>
		<category><![CDATA[Management Service]]></category>
		<category><![CDATA[Management Service and Management Agent]]></category>
		<category><![CDATA[Oracle Management Service]]></category>
		<category><![CDATA[reverse]]></category>
		<category><![CDATA[SERVICE]]></category>

		<guid isPermaLink="false">http://www.oracledbasupport.co.uk/grid-false-alert-agent-to-oms-communication-is-broken/</guid>
		<description><![CDATA[If you are receiving tonnes of alerts from grid as below, here is a simple solution. Increase max_inactive_time in table sysman.mgmt_emd_ping, default timeout is 120 secs (2 mins) How does this parameter work with Grid &#38; Agent? Each Management Agent sends a periodic signal to an Oracle Management Service (OMS) indicating that the Management Agent is [...]]]></description>
		<wfw:commentRss>http://www.oracledbasupport.co.uk/grid-false-alert-agent-to-oms-communication-is-broken/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

