How to rename a database instance on the same host
Something that I was working on and it turned to be very easy. Below you’ll find what I did: MAIN3 = the name of the main database CL3= the name of the clone database Prepare the new database locations: # Create the necessary folders: mkdir -p /u01/app/oracle/admin/CL3/adump mkdir -p /u02/oradata/CL3 mkdir -p /u03/oradata/CL3 mkdir -p…