I've done the dblink from 9i to 9i w/o problems, and created synonyms, etc. but now I am going from 8.0 to 9.2
The link is there. The DBA says that it's working. I've created a synonym like how I did 9i to 9i (create synonym syn_table_name for
tablename@9i.db.globalname.here).But when I create the table in the 8.0 environment (create table x as select * from syn_table_name...) I get ORA-03115: unsupported network datatype or representation, a msg from the 9i db.
So, either 8i can't link to 9i properly, or the syntax is different than 9i to 9i for creating the synonym itself and/or the syntax is different for creating the table in the 8i db.
Any clues? Thanks!