Creating clone of database
I have a database called ORCL. I need to backup and restore this database to another database called ORCL_CLONE on the same server.
What is the easiest way to do this?
What would be the difference if ORCL_CLONE was on a different machine?