0

We have created a schema in orcale 11 database and when trying to map that to Clear Quest using maintanance tool, we are trying to create a new connection. While creating a new connection, it is failing to create the connection and the error message was:

CRMDB0049E This database was made with "long" datatypes. which are no longer supported. you must convert this database to use "clob" datatypes.

Can some one suggest how can we fix this error and establish a new connection.

I have provided all other details like server, database type, sid, user id and password.

Kara
  • 6,115
  • 16
  • 50
  • 57

1 Answers1

2

See the long2clob tool documentation for detailed information.

I am currently helping a customer do just this, We had to move from Oracle 8 to 10 then run long2clob tool, then upgrade the Database to a supported feature level (7), then convert the database from 10 to 11!

Sevle
  • 3,109
  • 2
  • 19
  • 31