假设前置机实例名prod,你要查询的用户scott密码tiger在本机:create database link xxx connect to scott identified by tiger using'prod';成功连接后就可以查询那边的EMP表了select * from emp@xxx;