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.
我试图通过我的笔记本电脑将 oracle 数据集成器安装到 linux 服务器中,但出现此错误。我已授予 runInstaller 读取、写入和执行的权限,但出现错误“权限被拒绝”。所以我有什么想念..
为 linux 执行 ODI runInstaller 但收到错误“权限被拒绝”
runInstaller 从 /install 文件夹调用适当的安装程序。您应该授予所需文件的权限。在你的情况下
[YOUR_ODI_PATH]/install/linux64/runInstaller
如我所见,您已将 775 授予 runInstaller,因此您可以对我想的所有 /instal 文件夹授予相同的权限,但这不是必需的。