SAP MaxDB — SAPDB, when it started — still carries production R/3, ECC, and NetWeaver installations while most tooling around it stayed on the command line. DbSchema gives Basis administrators and developers a visual way to explore, query, and document those schemas.
Trusted by teams at
MaxDB estates run quietly under SAP applications year after year, administered through terminal utilities, documented — if at all — in spreadsheets kept current by hand. Hundreds of interdependent tables, and no picture of how they connect.
DbSchema reads the MaxDB catalog and produces that picture: an interactive diagram of tables, views, and foreign-key constraints, ready to explore.
Graphical tooling where terminal utilities used to be the only option.
Connect and DbSchema draws tables, views, and foreign-key constraints — interdependencies that system queries alone would leave you tracing for days.
Adjust table structures and column definitions in dialogs instead of DDL typed blind, and arrange large schemas into focused diagram layouts.
Compare schema differences between MaxDB instances — QA against production, site against site — and get a precise list of what diverged.
Where MaxDB documentation used to mean system-generated exports or hand-maintained sheets, DbSchema generates navigable HTML from the live schema: table descriptions, column data types, indexes, and relationship diagrams. Auditors and new team members get a structural reference that is actually current.
Explore the Documentation Tool
Fetch the SAP MaxDB JDBC driver from the MaxDB developer tools package on the SAP
Community Network and register the JAR under Connections > Manage Drivers — the driver
class is com.sap.dbtech.jdbc.DriverSapDB. Host, port
7210 (the default), and database name combine into
jdbc:sapdb://host:7210/dbname.
The MaxDB X Server service must be running and accepting TCP connections on that port before DbSchema can connect. Setup steps live on the SAP MaxDB JDBC driver page.
One free download, no registration, and a 15-day Architect trial inside.
Teams working with SAP MaxDB often use these engines too. Explore dedicated guides and JDBC setup for each.