What is database refreshing?
Can you please briefly explain what is meant by "database refreshing?"

    Requires Free Membership to View

    When you register, my team of editors will also send you resources covering Linux administration and management; integration and interoperability between Linux, Windows and Unix; securing Linux and mixed-platform environments; and migrating to Linux.

    Margie Semilof, Editorial Director

    By submitting your registration information to SearchEnterpriseLinux.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchEnterpriseLinux.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

Database refreshing is a process by which a Sybase database is overwritten or refreshed from an existing backup.

In general, it is more often that a backup of the current production database is taken and a copy of the same database in a development or testing environment is refreshed from this backup. The database to be refreshed needs to be the same size as the source database with data and log segments created preferably in the image of the source database (otherwise data and log segments could mix upon refresh).

The source database is backed up using Sybase's backup server into the operating system file(s). These files are binary. The most common method is to transfer these files to the host server containing the recipient Sybase server and database. Again the Sybase's backup server is used to load the database.

This was first published in May 2005