|
Oracle Error Code |
|
|
ora-01731 |
|
Description |
|
|
circular view definition encountered |
|
|
Cause |
|
|
Through a series of CREATE and DROP VIEW statements, a view was defined that refers to itself. For example, VIEW1 might include a column from VIEW2 that is defined as a column in VIEW1. View definitions may be seen by querying the data dictionary. |
|
How to Solve |
|
|
|
Check the view definitions, remove any circular references, and retry the statements.
|
|
|
|
Do you have question or do you know about solution ?
Share with us. (No registration required)
|
|
Similar Errors |
|
|
|