JAVA.SQL.SQLEXCEPTION:ORA-00001: Violates the unique constraint (SCOTT. sys_c0011456)

Source: Internet
Author: User

I tb_user the primary key of the database is the ID, in this Java program:

String sql= "INSERT into Tb_user (Id,user_name,user_password) VALUES (User_seq.nextval, '" +un+ "', '" +pw+ "')";

The sequence is also the primary key, the initial value when the sequence is created because the default value of 1 is selected, and the original tb_user has a value

This Java exception is a duplicate of the primary key.

So change the initial value of the modified sequence a bit larger, I will change to 3.

JAVA.SQL.SQLEXCEPTION:ORA-00001: Violates the unique constraint (SCOTT. sys_c0011456)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.