我尝试过在root用户中使用oracle,但是即使我创建了一个外部标识的oracle数据库用户ops$root,我仍然会遇到失败的登录错误。所以当我运行audit session whenever not successful时,我看到了一堆ops$daemon用户连接
在运行create user ops$daemon identifiedexternally之后,我成功地以os用户root的身份进行连接,为什么?
Oct 16 18:17:22 linux avahi-daemon[1140]: Invalid response packet from host 45.52.91.79.Oct 16 18:17:22 linux avahi-daemon[1140]: Invalid response packet from host 45.52.56.84.Oct 16 18:17:22 linux avahi-daemon[1140]: Invalid response packet from
它使用了两个“非标准”函数(如果我没记错的话,这两个函数都在cstdlib中):sleep()和daemon()。在更新我的系统时,我发现我的程序不能再编译了(它仍然可以在我的旧系统上编译)。GCC给了我这样的信息:error: 'sleep' was not declared in this scope我还假设daemon()也发生了同样的事情。我在谷歌上找不到任何与此相关的东西。
有没有人知道这些东西到