我编写了一个 Java servlet 程序并通过本地 Tomcat 7 运行它,但它显示以下错误:
Sql errorjava.sql.SQLIntegrityConstraintViolationException: ORA-01400: cannot insert NULL into ("SYSTEM"."PASSMANAGER"."PASS")
当我发布值时没有读取密码。它显示密码为空。
我的源代码在以下页面:
http://stackoverflow.com/questions/13889694/the-requested-resource-is-not-available
如果有人知道解决方案,请帮助我............