为什么还有所有这些其他表?

发布于 2024-12-13 07:08:42 字数 320 浏览 1 评论 0原文

对不起,我对学习使用 oracle 和 sql 还很陌生。

我的老师给了我一个bat 文件,它运行一个sql 来设置数据库。该 SQL 基本上只是删除 5 个表并用数据重新创建它们。

我不明白的是为什么我看到大量其他表(oracle 附带的?)

为什么我看到所有这些表 https://i.sstatic.net/hOlTA.jpg

唯一应该创建的表是 代表 顾客 订单 部分 ORDER_LINE

有没有办法只显示这些?

Excuse me but I am very new at learning to use oracle and sql.

I was given a bat file by my teacher that runs an sql to setup a database. The sql basically just drops 5 tables and recreates them with data.

What I don't understand is why I am seeing tons of other tables (that came with oracle?)

Why am I seeing all of these tables https://i.sstatic.net/hOlTA.jpg

the only tables that are supposed to be created are
REP
CUSTOMER
ORDERS
PART
ORDER_LINE

Is there a way to only display those?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

寻找一个思念的角度 2024-12-20 07:08:42

其他表是 Oracle 使用的表。

您是否看到它们取决于您在数据库中的权限。请您的老师向您展示如何减少权限,以便您只能看到您应该看到的五个表,或者查看此处的 Oracle 文档 用户管理

ETA:如果您确实开始弄乱权限,请小心。

The other tables are tables Oracle uses.

Whether you see them or not depends on your permissions in the database. Ask your teacher to show you how to reduce your permissions so that you can only see the five tables your supposed to or look at the Oracle documentation here User Admin.

ETA : Be careful if you do start messing with permissions.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文