ORA-49404: No such package [string]
Cause: The specified package does not exist.
Action: Specify an existing package.
:
ORA-49404表示没有指定的包。发生这个错误的原因是在数据库中尝试访问的包不存在。
1. 确定正在访问的包是否存在。
2. 使用SQL语句SELECT,检查数据库中是否存在相应的包。
3. 如果包不存在,可以重新创建包。
4. 使用ROLLBACK撤销该操作。