This document discusses using Oracle Database's block change tracking and direct NFS features to enable fast cloning of databases for development and testing purposes at low cost. Block change tracking allows incremental backups to be performed quickly, while direct NFS allows database files to be copied over the network efficiently to create clones that only require storage for changed blocks. Examples are provided demonstrating how this can be used to regularly clone a production database to multiple developer environments.