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 数据库表被删除了。我不知道有人是如何通过登录数据库将其删除的,或者是某种黑客攻击。所以,请有人建议我如何检查或在这种情况下有什么可能性。*在我的任何程序或函数中都没有使用 drop 查询。
提前致谢。
Random r = new Random(); List<object> myList = new List<object>(); for (int i = 0; i < 100; i++) myList.Add(new { A = r.Next(), B = r.Next() }); m