Only one column can have LONG data type. And that column cannot be used in WHERE clause or in ORDER BY clause. Also we cannot add primary key constraint to that column only not to the whole table that means we will give primary key to any column in the table except the column having the long data type. If we give we get the error ORA-02269: key column cannot be of LONG datatype.