Configuring the Simba MongoDB JDBC Driver Options for MongoDB Connector

Configuring the Simba MongoDB JDBC Driver Options for MongoDB Connector

Start the Schema Editor for JDBC Connections

Start the Schema Editor for JDBC Connections

Use the
SchemaEditor.jar
file included in your JDBC driver package to start the Schema Editor. The application must be run using JRE 8u66 or later.
Perform the following steps to start the Schema Editor:
  1. Open a Command Prompt or Terminal window and then navigate to the root directory of the driver.
  2. Run one of the following commands, where
    [JRE_Path]
    is the full path to the
    bin
    subfolder in the JRE directory.
    • On Windows:
      [JRE_Path]\java -jar SchemaEditor.jar
    • Or, on Linux or macOS:
      [JRE_Path]/java -jar SchemaEditor.jar
      If your machine uses JRE 8u66 or later by default, then it is not necessary to include
      [JRE_Path]
      in the command.
    The Schema Editor opens on the start page. From there, you can choose to create a new schema definition by sampling data, or modify an existing schema definition stored in a JSON file or a NoSQL data store.

0 COMMENTS

We’d like to hear from you!