Hy,
I successfully create a public database link from my oracle database (vers. 8.1.7.0) to an SQLServer.
from server manager i succeed the command :
select * from table@SQLSERVER;
but if i try to specify the field i want to report from the SQLServer table the command failed
select field1 from table@SQLSERVER;
ORA-12663 this oracle error code is one of the different errors i had.
If someone has any experience with database link and select of informations it will be a pleasure for me to share this experience.
Thanks
I successfully create a public database link from my oracle database (vers. 8.1.7.0) to an SQLServer.
from server manager i succeed the command :
select * from table@SQLSERVER;
but if i try to specify the field i want to report from the SQLServer table the command failed
select field1 from table@SQLSERVER;
ORA-12663 this oracle error code is one of the different errors i had.
If someone has any experience with database link and select of informations it will be a pleasure for me to share this experience.
Thanks