Looking for Locking / Blocking Sessions in ORACLE
There are many ways to find locking /blocking sessions in Oracle, this is what I normally use.
SELECT
a.sid Blocker_SID,
sb.username || '
PowerShell to retrieve and parse RSS news feeds
RSS is a very command news feeds, often I need to retrieve the feeds and load into the relational database. Recently I've been
Step by step instruction to setup an Oracle Active Standby Instance using RMAN
This instruction is created for Oracle on Windows, it also applies to Unix/Linux installations. The difference will be mainly the folder path locations.
Master
Download all RDL report files from SSRS server
Following code has been tested on SSRS 2010 to 2016
1. Install the Reporting Service Powershell Module
Install-Module -Name ReportingServicesTools
2. Code to download RDLs