[oracle] query

create database link jglink
connect to scott identified by tiger
using ‘test_orcl’;

Loading