Hi,

I've created a DBlink on Oracle database 9.2.0.4 to access a remote Oracle database 9.2.0.7 but when I try to select a table the following message is displayed

SQL> select * from owner.table1@ORCL;
select * from owner.table1@ORCL
*
ERROR at line 1:
ORA-00096: invalid value BYTE for parameter nls_length_semantics, must be from
among !?,
ORA-02063: preceding line from ORCLDB01

Please let me know what can I do to fix this issue.