可能重复: 为什么Oracle表/列/索引名称限制为30个字符?
在Oracle中编写存储过程时,我选择了一个特别描述性的名称,在尝试更新脚本时,我被告知名称太长.
37 15 PLS-00114: identifier 'blah_blah_blah_blah_blah_blah' too long
为什么对存储的proc名称有这样的限制性限制?这仅仅是Oracle特有的,还是在其他数据库系统中常见?
对不起,副本
sql oracle stored-procedures
oracle ×1
sql ×1
stored-procedures ×1