非oracle 组用户使用sqlplus 连接,产生问题
id etl
uid=506(etl) gid=508(etl) groups=508(etl)
uid=506(etl) gid=508(etl) groups=508(etl)
select table_name from all_tables
*
ERROR at line 1:
ORA-01115: IO error reading block from file (block # )
ORA-01110: data file 1: '+DATA/testdb/datafile/system.269.765749853'
ORA-15081: failed to submit an I/O operation to a disk
要使用网络套接字连接,这个是个权限bug
This second issue would cause another error:
This second issue would cause another error:
$ sqlplus etl/xxxx@xxx
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/25223017/viewspace-710211/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/25223017/viewspace-710211/
本文详细介绍了当非oracle组用户尝试使用sqlplus连接数据库时,遇到idetluid、gid、groups权限相关错误的解决方法。包括使用网络套接字连接以避免权限bug,并提供了相关错误信息的解析与解决步骤。
5899

被折叠的 条评论
为什么被折叠?



