Skip to content
Advertisement

ORA-00906: missing left parenthesis – LIES?

I have stared at this until my eyeballs bleed, where am I missing a parenthesis? It does also say

Error starting at line: 1 in command-“.

The cause and action section of the error report is blank.

Advertisement

Answer

This just because you missed column name while declaring primary key. There is another problem: constraint name for both fourth and fifth columns are same. I have changed that too.

And there is no need to declare CONSTRAINT EVENTNO_NOTNULL NOT NULL since you are declaring it as primary key.

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement