Posted in MySQL, Non-Tech Articles by: Sheeri Cabral
Comments Off
07 Mar
On Monday, March 10th, Sun makes a stop in Boston on its world tour of “Mashup Meetups”.
If you can’t make it in person, join us on the live ustream videocast at: http://www.ustream.tv/channel/oursql-the-mysql-database-videocast
Currently there’s a promo for your viewing pleasure at (see “Video Clips”). I am very excited about this new videocast for the […]
Posted in DB2, Firebird, Group Blog Posts, MySQL, Oracle, PostgreSQL, SQL Server, log buffer by: David Edwards
Comments Off
07 Mar
Welcome the the 87th of Log Buffer, the weekly review of database blogs.
First up, a couple of items responding to news about H-Store, the new database technology. Nigel Thomas of Preferisco wonders if H-Store is a new architectural era, or just a toy?
Too much information, in turn, asks, Is H-Store the future of database […]
Posted in Tips, scripts by: prodlife
Comments Off
07 Mar
Two weeks after the last streams post, and I need to give some updates and corrections.
1) I’ve written that:
“And you should also check which archived logs can be deleted:
SELECT r.CONSUMER_NAME,
r.NAME,
r.FIRST_SCN,
r.NEXT_SCN,
r.PURGEABLE
FROM DBA_REGISTERED_ARCHIVED_LOG r, DBA_CAPTURE c
WHERE r.CONSUMER_NAME = c.CAPTURE_NAME;”
Actually, that is not a good way to check for which archive logs can be deleted. According to Metalink […]