How can I create database alias?
I have database with name MYDB_ARCHIVE but I want to call it to MYDB_CLIENT_ARCHIVE (it is required by the software that uses database) but I don't want to rename my database. Can I create just another alias with name MYDB_CLIENT_ARCHIVE that points to MYDB_ARCHIVE?
Thank you
I have database with name MYDB_ARCHIVE but I want to call it to MYDB_CLIENT_ARCHIVE (it is required by the software that uses database) but I don't want to rename my database. Can I create just another alias with name MYDB_CLIENT_ARCHIVE that points to MYDB_ARCHIVE?
Thank you