OK, sorry for my first incorrect post. I just tested it,
and I can get it to work on my database like this

Create Public Database Link SID8.world
connect to news_owner
Identified by sid8
using 'SID8'
/

Then, when you use it, specify it like this :

select * from [email protected];

-John