Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Long data vs. CLOB
Message
De
23/08/2004 11:16:16
 
 
Information générale
Forum:
Oracle
Catégorie:
Autre
Divers
Thread ID:
00935512
Message ID:
00935598
Vues:
20
>The benefit of CLOB is you can do a "string search" using SQL's LIKE operator in addition to exact matches. You can not do that on a LONG data type. You can not create an index on either data type. The other factor is you can not use the Microsoft ODBC for Oracle as it has not been updated to handle the newer Oracle data types. You will have to use Oracle's ODBC driver or a 3rd party driver. You can not use NVL, but you can SUBSTR(). Go figure.

Hi Mark,

So I'll at least be able to use some string functions. This is good!

Can I cheat and use NVL(TO_CHAR(SomeClobFld), ???)

I assume I can just convert the fields in the database without any fears?

As for the Microsoft ODBC. I've no quams about using the Oracle driver.

Mike
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform