I've re-create the database link after importing a schema from Prod to Dev.
From dba_db_links in Prod, it shows db_link = king.domain.com
When I tried to connect from remote db using @king.domain.com I'm able to connect, while other users/dev used @king on their packages and functions. And @king doesn't work.
Is there aliasing in db links?