This Log Buffer Edition covers some informative and interesting posts from Oracle, SQL Server and the MySQL.
Oracle:
If you’re not using Toad DBA Suite, it’s sometimes hard to find solutions. Somebody wanted to know how to find indexes that aren’t that aren’t indirect. Indirect indexes are those created for a primary key because a primary key column or set of columns are both not null and uniquely constrained. You can’t drop a unique index for a primary key without dropping the primary key constraint that indirectly created it.
At the NoCOUG fall conference at the eBay town hall in San Jose, we got a first-hand look at the workings of …
[Read more]