Database links

TwitterFacebook
Get flash to fully experience Pearltrees

Data Backup and Recovery

http://technet.microsoft.com/en-us/library/bb727010.aspx from Chapter 14, Microsoft Windows 2000 Administrator's Pocket Consultant by William R.
A cold (or off-line) backup is a backup performed while the database is off-line and unavailable to its users. Cold backups can be taken regardless if the database is in ARCHIVELOG or NOARCHIVELOG mode.It is easier to restore from off-line backups as no recovery (from archived logs) would be required to make the database consistent. Why you say cold backup is consistent backup?

User Managed Backup --- Oracle

http://dbarajabaskar.blogspot.com/2009/02/user-managed-backup-oracle.html

Manually DB Creation with 11G | Oracle FAQ

http://www.orafaq.com/node/2015 Manually database creation is one of the more frequently performed actions of a professional DBA. And, with Oracle 11g it only takes a few minutes to do :)
http://sqlite.com/ Welcome. SQLite is a software library that implements a self-contained , serverless , zero-configuration , transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world.

SQLite Home Page