Alias for DB Link
Is there a way to create a alias for DB link. Whenever we clone the database from production to non-production instances the DB links in the code(Views,Procedures) will be pointing to production servers.We will create the DB links for Test instances to point to test servers.is there a way without modifying the code(views,Procedures) create an alias to the dblink refered in the code to point to the correct db link in test server
0