![]() |
|||
|
|
|||
|
||||||||||||||||||||||||||||||
|
|
|
Looking for the original pages? (formerly called "Morgan's Library") You can find them here.
Term: LONG
Definition: Note that Oracle has deprecated the use of LONG over LOB due to its multiple inherent restrictions and complex handling requirements. It is supported ONLY for its backward compatibility. Do not use the LONG datatype. A table can have only one LONG column, which cannot be indexed and used in a WHERE clause. A LONG also cannot be returned from functions. Example Usage SQL> CREATE TABLE LONGTABLE Related Code Snippets:
|
| Home : Code Library : Sponsors : Privacy : Terms of Use : Contact Us | 391 users online © 2009 psoug.org |