zhengwanbo
Connects to Oracle databases with intelligent caching and lazy loading to provide schema exploration, query execution with explain plans, and cross-schema operations for efficient database management without loading entire schemas upfront.
Execute SELECT queries to read data from the oracle database Args: query (string): The SELECT query to execute
Get a list of all tables in the oracle database Args: None
Get a description of a table in the oracle database" Args: table_name (string): The name of the table to describe
Connect to MCP Server
No additional configuration required