ORA-01427: single-row subquery returns more than one row
Cause:
You tried to execute an SQL statement that contained a subquery that returns more than one row.
Action:
The options to resolve this Oracle error are:
Rewrite your query so that the subquery only returns one row.
Change your query to use one of the following functions against your subquery results:
ANY, ALL, IN, NOT IN
sde log:
db_array_fetch_attrs OCI Fetch Error (1427)
load_buffer error -51
All Oracle errors in the blog can be found at: Oracle errors
All ESRI ArcSDE errors in the blog can found at: ArcSDE Errors
Thursday, December 27, 2007
ORA-01427
Posted by Admin at 12/27/2007 01:16:00 PM
Labels: ArcSDE, Oracle, Oracle Error
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment