Is it possible to use LONG columns in WHERE clause or ORDER
BY?
Answers were Sorted based on User's Feedback
Answer / pavan_1981
no its not possible to use long columns in WHERE or ORDERBY
clause.other restrictios on LONG column are
1.there can be only colum of long data type in a table.
2.no constraints can be defined on long column.
3.a long column will not be cpied when u create a new table
from existing table using a subquery.
| Is This Answer Correct ? | 21 Yes | 4 No |
Answer / 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 |
Long data type can't participate for any operation in SQL.
Only DML queries can be applied.
Can't apply any aggregate function on LONG colum.
Can't apply any analytical function on LONG colum.
Can apply sequence on LONG colum.
Can apply synonym for LONG column table.
Can create view for LONG column table and Mat view is not possible.
| Is This Answer Correct ? | 0 Yes | 0 No |
If the application is running very slow? At what points you need to go about the database in order to improve the performance?
how to give permission to users that users can update/insert/delete on a row of table on timeing 10am to 6pm only?
Types of joins ?
Why we use pl sql?
Define SQL and state the differences between SQL and other conventional programming Languages?
What are the types of optimization?
What is Collation Sensitivity ? What are the various type ?
What is multiple partition?
Where not exists in sql?
What is the difference between functions, procedures, and packages in pl/sql?
Is a foreign key always unique?
How does postgresql compare to mysql?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)