In relation to the question I have another question. If the standby database and development servers are in different UNIX boxes will the following solution work?

1. Shutdown the standby database.
2. Shutdown the Development database.
3. Copy the control files, datafiles, redolog files, parameter files from the standby database to the development database, with the same directory structure.

Open the development database pointing to the parameter file of the new copied parameter file.

Will this replicate the development database with that of my standby database? I think it should exactly replicate right?

Would appreciate if any one can clear this doubt. With the theoretical knowledge of Architecture and Administration of Oracle database I got to this solution.