Learn the motive and how to unravel the ORA-00906 error message in Oracle.
Description
When you come upon an ORA-00906 error, the following error message will appear:
ORA-00906: missing left parenthesis
Cause
You tried to execute a statement, but you overlooked coming into a required left parenthesis.
Resolution
The option(s) to resolve this Oracle error are:
Option #1
Statements such as CREATE TABLE, INSERT Statements, Subqueries, and IN circumstance require objects to be enclosed in parentheses. Try fixing the assertion and re-executing.
Leave a Review