DB Links enable one database to get/process data on another database. They are not intended to replace database connections.

You would use them such as Select * from emp@home
simplifying sharing information.