i dont think so we can change the database name once it is created but the only think we can do is change the dbname if it is a part of domain by this command
alter database db-name global rename to domainname.db-name ;
correct me if i am wrong