I need to create a UAT environment. Only one server is available to me and I already have the development database on it (say Mydb), so I have to create the UAT database with another name (say Mydb_UAT).
What is the simplest way to do it ?
Can I do it using 'load database' command ? In the manual I cannot find the syntax to load a database with a different name.
Thanks for the help in advance.