Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在 tomcat 的应用程序中对 Sybase IQ 数据库执行 SQL“ LOAD TABLE ...USING CLIENT FILE... ”时,出现此问题“由于文件权限,文件操作失败,hos_clientfileio.cxx 142 ”。
但是,当我在单个 java 文件中(不在 tomcat 下)运行片段代码时,LOAD TABLE 可以成功。
是什么原因?
提前致谢。
经过多次尝试,我发现了问题,我一起执行以下语句。
当分别执行它们时,问题就消失了。