Improve Attunity Driver Performance When Extracting Millions of Rows From Oracle
If you are extracting data from Oracle, Attunity driver helps you extract it faster. But if you are extracting millions of rows from Oracle and you think it is slower than anticipated, here are few tips. These advanced tips will help you drastically improve the performance. Advanced Tips to Improve Performance Right click on Oracle…
|
How to Permanently Remove the Changeset From Mercurial?
Steps Backup repository/repositories you want to modify. Enable “mq” extension. If you don’t know how to enable it, follow these steps. Open TortoiseHG Workbench Go to File > Settings > USERNAME’s Global Settings > Extensions > select “mq” > press OK button Restart TortoiseHG by closing and opening it again. Select changeset you want to…
How Cancelling the DTEXEC (or Any Other Executable) From Command Prompt/Automic UC4 Works
When we start executing the SSIS package using DTEXEC from command prompt/Automic UC4, it creates an individual process DTEXEC which runs on its own. You can see that process in Task Manager. When you cancel the job from command prompt using Ctrl+C or cancel it from Automic UC4, it sends the SIGINT (interruption) signal to…
|
2 Ways to Add Custom Path Animation Effect Using VBA in PowerPoint 2013
As Microsoft got rid of “Record Macro” button from PowerPoint 2013, it is extremely difficult to write a macro for PowerPoint which does what we want to do. Recently, I had a need for having an animation with custom path for a shape. I tried all possible solutions available on the internet and could not…
Google Adsense Plugin not Visible In WordPress Admin Plugin List
I wanted to add a Google Adsense plugin in my wordpress blog. I installed it through my WordPress network and I can see that the plugin is available in “wp-content/plugins” folder but somehow it is not visible when go to “Network Admin” > Plugins. I checked on individual blog plugin list but it was not…
Fixed: HP Pavilion Laptop Touchpad Sensitivity Issue After Windows 10 Upgrade
Simple way to fix HP laptop touchpad sensitivity issue after Windows 10 upgrade
Tutorial: How to Make a Change Permanent in “system” Folder for Android Emulator (yaffs2/ext4)?
In my android emulator, couple of fonts were missing and wanted to add these fonts and retain the change. I had a difficulty retaining the change in the emulator. Finally with lots of trial and error, I found a working instruction set. Following ideas did not work for me Hacking qemu option for android emulator…
ASP .Net + Oracle Example for Beginner: Get the Resultset Using SELECT Statement (and Not Stored Procedure)
When I started working on a .Net application which uses Oracle database, I had a very simple requirement. I need to execute SELECT statement, get the resultset into the .Net and show the data in a grid view. Having a SQL Server background, I thought a quick search in google would provide me an example…
How to Edit NLS Parameters in Toad for Oracle and Oracle SQL Developer?
When I found that changing the NLS parameters in the Oracle will make the search query case insensitive, I tried to find a way to change the NLS parameters in Toad for Oracle and Oracle SQL Developer in order to change it every time I login to Oracle. Changing the NLS parameter in Oracle SQL…
4 Ways to Change File Extension to Uppercase/Lowercase in Windows
Have you ever had a situation where you needed to change the file extension to uppercase/lowercase in Windows? Here are quick and easy steps to accomplish this task. How to View File Extension? In order to view the file extension in Windows Explorer (aka “My Computer” aka Windows Start menu > Computer), you need to…