12-26-2005 01:17 AM
01-04-2006 10:35 AM
Long datatype has some restrictions , one of them is ;from http://datawarehouse.ittoolbox.com/groups/technical-functional/oracle-db-l/760953.
LONG columns cannot be used in WHERE, GROUP BY, ORDER BY, or CONNECT BY clauses or with the DISTINCT operator in SELECT statements
SQL> select distinct ( serializable_value) from node_properties;
select distinct ( serializable_value) from node_properties
*
ERROR at line 1:
ORA-00997: illegal use of LONG datatype
Regards
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.