CREATE PUBLIC DATABASE LINK BDWHDEV.WORLD@BDOPSTAGE
CONNECT TO bdopstage IDENTIFIED BY
USING 'bdwhdev'
/

select * from [email protected]D@BDOPSTAGE;

:: This is the same 2 pieces of code used on db2 that work just fine.