Posted inASP.Net Oracle SignalR & Oracle DB Change Notification [Part 2 of 2] Posted by By Haneef Puttur February 2, 2018 What is Oracle change Notification ? The Oracle Data Provider for .NET provides a notification…
Posted inOracle Oracle PL/SQL to check whether variable is text or number Posted by By Haneef Puttur January 21, 2018 Issue : sometime its very important to check a variable is number or text in…
Posted inOracle Oracle pl/sql dynamic query with IN paramters Posted by By Haneef Puttur January 15, 2018 Issue: Sending dynamic paramter to oracle pl/sql. Example : you will pass a paramter of…
Posted inMVC Oracle Installing 64 Bit Oracle Client : Windows 10 – 64 Bit Posted by By Haneef Puttur August 29, 2017 Scenario : You want to install Oracle Client and ODBC driver in Windows 10 -…
Posted inOracle Oracle PL/SQL to Send ARABIC Emails with SMTP AUTHENTICATED Server UTL_SMTP Posted by By Haneef Puttur February 27, 2017 declare TO_EMAIL VARCHAR2(255) := 'toemailaddress'; FROM_EMAIL VARCHAR2(255) := 'fromemailaddress'; MAIL_SUBJECT VARCHAR2(255) := 'Test Subject'; FROM_NAME…
Posted inASP.Net MVC Oracle Windows Install Oracle DB Express and Connect to ASP.Net MVC C# Using Dapper and ODP.net Posted by By Haneef Puttur September 30, 2016 Tools Used : Oracle DB Express Toad for Oracle ( To explore database-- You can…
Posted inOracle How to Check / Kill Oracle Live Sessions Posted by By Haneef Puttur September 26, 2016 Step 1 : Run following script to display active sessions; SELECT O.OBJECT_NAME, S.SID, S.SERIAL#, P.SPID,…
Posted inOracle Windows How to Clean up names and split names in Excel as First , Middle and Last Name Posted by By Haneef Puttur June 26, 2016 Scenario : You have a excel file with one column which is full name. It…
Posted inMVC Oracle AJAX Query to fill Select List MVC , C# asp.net Posted by By Haneef Puttur March 1, 2016 This is Proof of Concept for Querying data using AJAX and filling the drop down…
Posted inASP.Net Oracle Windows Installing Oracle ODBC Driver to Windows 2012 Server R2 Posted by By Haneef Puttur January 24, 2016 Step1: Download 32-bit Oracle Data Access Components (ODAC) with Oracle Developer Tools for Visual Studio…