当您谈论数据库时,对象意味着什么?
我正在阅读 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对象是构成数据库模式的“事物”,如表、视图、存储过程、函数等。
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.