Problem: an error is reported when inserting data into the database:
ORA-06550: line 1, column 7: PLS-00905: object TEST.USERINFO_INSERT is invalid
ORA-06550: line 1, column 7: PL/SQL: Statement ignored
Solution:
Debug server, error found:
Unable to find ‘struts.multipart.saveDir’ property setting. Defaulting to javax.servlet.context.tempdir
Resolution of this error: http://hi.baidu.com/fgfd0/blog/item/ed1b1c388bb4a6f4b311c721.html
Directly execute the stored procedure on the database, 9i normal, 10g error: ora-06575 package or function is in an invalid state
In Oracle SQL developer, we found dependencies, procedure_The status of insertde is invalid
Looking at the procedures item in the database, I found that many stored procedures have errors
The original error reason for this problem is: the fields in the table are changed, and the stored procedure is not changed together, so the stored procedure is wrong
This database table was built by elder martial brother with PD. After it was built, a tool was used to automatically generate some stored procedures. By default, this tool generated SQL server, and the elder martial brother processed it into oracle
Hehe, we need to change the stored procedure. I’ve hardly touched stored procedures before
Similar Posts:
- [Solved] java.lang.Exception: java.sql.SQLException: ORA-06553: PLS-306: wrong number or types of arguments in call to ‘SP_ ACT_ DAYACCOUNTAMOUNT’
- Sometimes ora-04062 error occurs when database is running stored procedure
- mysqldump unknown table ‘column_statistics’
- When debugging stored procedure, ora-20000: oru-10027: buffer overflow is prompted
- In Oracle, an error is reported: ora-00904
- Prepared statement needs to be re prepared
- [Solved] MYSQL Remote connection 2003 Error: can’t connect to MYSQL server on ”(10060)
- [Solved] SAP HANA STUDIO Error: Creating a new procedure is deprecated in the Modeler perspective.
- [Solved] no such column: id (code 1): , while compiling: DELETE FROM zhangdan WHERE id=?
- MySQL Reading table information for completion of table and column names