您的位置:首页 > 运维架构 > Linux

解决无法从windows配置的odbc数据源连接到linux下的TimesTen1122。

2015-11-27 11:18 525 查看
问题可能出现在:linux下的


TimesTen没有添加操作用户所致,解决办法如下:

create user username identified by password;

grant create session ,create any table to username;

windows下,加上User ID和Password,重新测试连接,成功!!!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: