Removing Orphaned Oracle Datapump Jobs

Removing Orphaned Oracle Datapump Jobs

So for various reasons I run into orphaned datapump jobs either due to a session failure during the import or for some other unknown reason for a failed import. What I wanted to show you really quick was how to find them and how to remove them so you can run your...

IBM UDB DB2 Database restore and SQL1035N

SQL1035N  The database is currently in use.  SQLSTATE=57019 IBM UDB DB2 V9.7/10.1/10.5 on Windows/UNIX/Linux I have been trying to create a script that will refresh the test database using QA data on a regular schedule. As part of the script I force all...

What’s new with Informix Update Statistics

Anyone who has worked with an Informix database knows that the moment you run into a query performance issue, you start with update statistics on that table.  This was always what we were taught in support and talking with big names at IIUG, it’s still the...

Azure SQL Databases

Managing Logins If you have worked with SQL Server a while you may recognize there is a difference between logins and users.  When it comes to managing security with SQL Server it is important to know the difference, and the differences that have come about over...

Informix Table Level Restore

Informix provides the functionality to restore a single table or a subset of a table to a point in time or to the last archive.  This functionality was originally released in IDS v10 and is provided through the archecker software which is included with the...

Alerting on elevation of privileges in SQL Server

Many of our Virtual-DBA clients need to complete audits for compliance with regulations. SOX (Sarbanes Oxley) is a common audit that our customers need to successfully complete. A common question the auditors ask is, “How do you know a user has been granted elevated...

LPX-00106: DataGuard Observer is Version Picky

If you’re like me, you tend to brush off concerns of compatibility between Oracle Client and Server versions.  After all, SQL*Plus hasn’t changed much in the last 15-20 years, and I’ve gotten used to being able to connect to pretty much any...

SQL Server Deployment Considerations

In cases when a database change needs to be made there are some good rules that when used can save you a lot of time down the road. Run changes via scripts – Scripts add for precise execution and help remove human error when it comes to typos. When creating scripts...