当您谈论数据库时,对象意味着什么?

发布于 2024-10-16 13:15:09 字数 200 浏览 4 评论 0原文

我正在阅读 Oracle Database 11g The Complete Reference 并遇到以下行。

您可以为对象创建同义词 名称、查看不同数据库中的对象(跨数据库链接)以及限制对 对象。

本章旨在让读者熟悉术语。我不明白 object 这里的意思。

I was reading Oracle Database 11g The Complete Reference and came across the following line.

You can create synonyms for the object
names, view objects in different databases (across database links), and restrict access to the
objects.

The chapter is supposed to familiarize the reader with terminology. I didn't understand what object meant here.

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

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

发布评论

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

评论(1

我三岁 2024-10-23 13:15:09

对象是构成数据库模式的“事物”,如表、视图、存储过程、函数等。

Oracle 文档中有更全面的列表。

Objects are the "things" that make up your database schema, like tables, views, stored procedures, functions and suchlike.

There's a more comprehensive list in Oracle's documentation.

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