在使用pl/sql的时候出现了:Identifier is too long这个错误,字面的意思是标识符过长,也查过资料,基本上都是说:标识符是不可以超过30。
解决方法1:
Cause: The name of a schema object exceeds 30 characters. Schema objects are
tables, clusters, views, indexes, synonyms, tablespaces, and usernames.
Action: Shorten the name to 30 characters or less.
这个是官方的说法,大致意思就是说你起的名字(标识符)不可以超过30个字符,包括:表,视图,索引,簇,同义词,表空间,和用户名。
解决方法2:
如果是第一种方法中所造成的错误还好,但是我的错误并不是标识符超过30个字符所造成的。下面是我执行的时候遇到的报错sql: