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 11g 数据库中已经存在一个表,它允许读取和写入操作。我想阻止对表的读取和写入操作。你能帮忙吗?
使用REVOKE 命令取消其他用户的权限。但是,您不能撤销表所有者的权限。
您也可以导出表,然后将其删除。那时没有人可以阅读它:-)