Views across DATABASE LINKs are possbile, but usually perform poorly if not
carefully tuned.
You cannot use the ArcSDE API to create a database link view, but you can create
a dummy table with the same columns (and same types), create_view to that, then
edit the view in SQL Developer, etc... so that it crosses databases.
- V