DROP PUBLIC DATABASE LINK rep.hr_group@rldba; //delete Database linkCREATE PUBLIC DATABASE LINK rep.hr_group@rldba CONNECT TO rldba IDENTIFIED BY admin USING 'rldba'; //Create Database linkselect * from [email protected]_group@rldba; //Test the Database link测试:select * from <remote table>@dblinkname