Is it possible to use LONG columns in WHERE clause or ORDER
BY?
Answer Posted / lakshmikanthan
while using where or order by clause in long datatype column . error will come LIKE
ORA-00997: illegal use of LONG datatype .
And another points is :
1. only one long data type allowed in a table
2. cannot able to create the constraint in a long data type column in a table
error :
ORA-02269: key column cannot be of LONG datatype.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you select everything, but 1 or 2 fields, without writer's cramp?
What is the difference between a primary key and a clustered index?
what are the features and advantages of object-oriented programming? : Sql dba
How to select all records from the table?
What is the meaning of disabling a trigger?
Explain exception handling in pl/sql?
What do you know by pl/sql cursors?
What is pl sql package?
discuss about myisam key cache. : Sql dba
How to use transactions efficiently : transact sql
What is an oracle stored procedure?
how many groups of data types? : Sql dba
What is rtm in testing?
Can I join the same table twice?
Explain mutating table error.