本文介绍了Oracle中表名的最大长度是多少?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Oracle中表名和列名的最大长度是多少?
What are the maximum length of a table name and column name in Oracle?
推荐答案
在 Oracle 12.2 及更高版本,最大对象名称长度为128个字节.
In Oracle 12.2 and above the maximum object name length is 128 bytes.
在 Oracle 12.1 中,并且在最大对象名称长度以下是30个字节.
In Oracle 12.1 and below the maximum object name length is 30 bytes.
这篇关于Oracle中表名的最大长度是多少?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!