You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Is it possible to use Oracle Database API for MongoDB to run rocket.chat?

Question
21
Views
0
Comments

Summary:

I am trying to connect RocketChat with Oracle-DB, but get error "MongoServerError: Invalid index specification: text index only support on wildcard"

Content (required):

I am running the following docker command:

docker run --rm --name rocketchat -p 80:3000 --env ROOT_URL=http://localhost --env MONGO_URL='mongodb://rocket:[email protected]:27017/rocket?authMechanism=PLAIN&authSource=$external&ssl=true&retryWrites=false&loadBalanced=true'

The connection is successful, as objects are created in the "rocket" schema.


Version (include the version you are using, if applicable):

Oracle ADB for JSON Workloads (19c), Rocket Chat 5.4

Code Snippet (add any code snippets that support your topic, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!