Top "Ora-00001" questions

unique constraint (string.

ora-00933:SQL command not properly ended

I have the following code: begin for i in 1..2 loop insert into dba_xy.despatch select desp_id_seq.nextval, …

sql oracle plsql ora-00933 ora-00001
Where can I find a complete list of predefined Oracle pl/SQL Exceptions?

Where can I find a full list of all predefined Oracle pl/SQL Exceptions? In this link i found this …

sql oracle ora-00001
Java - find the first cause of an exception

I need to check if an exception is caused by some database problem. I receive an Exception and check if …

java oracle exception-handling ora-00001
Constraint Violation Exception ORA-00001

I am using Oracle database. We are seeing frequent failures in calls to our service. When I looked at the …

oracle hibernate indexing ora-00001
MERGE - When not matched INSERT's exception

i have a PL/SQL procedure using MERGE : MERGE INTO table_dest d USING (SELECT * FROM my_Table) s ON (…

sql oracle merge ora-00001
Exception: Could not synchronize database state with session

I have an web application developed on spring and hibernate 3.0 and deployed on apache tomcat 6. I am getting below error …

hibernate session sequence unique-constraint ora-00001
Oracle DML errors lacking detail

I am catching errors from a bulk insert operation like this: begin --bulk insert forall i in v_data.first .. …

oracle plsql ora-00001 ora-01400 ora-02290
How to automatically generate identity for an Oracle database through Entity framework?

I'm using Oracle provider for Entity framework (beta), and I'm facing a problem. Our tables have Id columns, which are …

c# .net oracle entity-framework ora-00001
Exception while writing to the Database (org.hibernate.exception.ConstraintViolationException)

I have a file(this file actually has tab separated values) which has to be written into one of the …

java sql oracle hibernate ora-00001
How to find out line number, procedure name in PL/SQL in case of an error

I am using a D2k 6i form and getting the error on form from stored database(oracle9i) procedure …

oracle plsql unique-constraint ora-00001