but LONGVARCHAR2 is not a valid datatype in Oracle (ORA-00902: invalid datatype) : I can' use it. Edith. [EMAIL PROTECTED] le 12/09/2002 17:37:59 Veuillez r�pondre � "OJB Users List" <[EMAIL PROTECTED]> Pour : "OJB Users List" <[EMAIL PROTECTED]> cc : Objet : Re: [INTERNAL TABLES] Can't create OJB_DMAP_ENTRIES table LONGVARCHAR2 seems to be working well for us. ----- Original Message ----- From: <[EMAIL PROTECTED]> > > Hello, > > The internal table OJB_DMAP_ENTRIES is not created in my Oracle Database > with the "build prepare-testdb". > I found the sql order to manually create it in the file ojbcore_schema.sql > : > > CREATE TABLE OJB_DMAP_ENTRIES ( > ID NUMBER NOT NULL, > DMAP_ID NUMBER NOT NULL, > KEY_OID LONG RAW, > VALUE_OID LONG RAW); > > but I get an Oracle error : ORA-01754: a table may contain only one column of type LONG > what could I change the type LONG RAW to ? > > Thanks, > Edith. > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> ---------------- Les donnees et renseignements contenus dans ce message sont personnels, confidentiels et secrets. Ce message est adresse a l'individu ou l'entite dont les coordonnees figurent ci-dessus. Si vous n'etes pas le bon destinataire, nous vous demandons de ne pas lire, copier, utiliser ou divulguer cette communication. Nous vous prions de notifier cette erreur a l'expediteur et d'effacer immediatement cette communication de votre systeme. The information contained in this message is privileged, confidential, and protected from disclosure. This message is intended for the individual or entity adressed herein. If you are not the intended recipient, please do not read, copy, use or disclose this communication to others; also please notify the sender by replying to this message, and then delete it from your system. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
