Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
select trigger_name from user_triggers where owner = 'WC';
WC 是模式名称。
我得到的错误是:
ORA-00904: "所有者": 无效的标识符 00000 -"%s: 无效标识符" *原因: *操作:行错误:14 列:45
ORA-00904: "所有者": 无效的标识符
*原因: *操作:行错误:14 列:45
user_triggers 表中没有所有者。有table_owner。
检查这个答案:
ORA-00904: 字符串: 无效的标识符
原因:输入的列名丢失或无效。
行动:输入一个有效的列名。有效的列名必须以字母开头,少于或等于 30 个字符,并且仅包含字母数字字符和特殊字符 $、_ 和 #。如果它包含其他字符,那么它必须用双引号引起来。它可能不是保留字。
Oracle 错误说明
如果您对数据库没有足够的访问权限,有时会发生这种情况。