All extensions

Oracle Explorer v0.1.0

A clean, fast Oracle Database browser for VS Code and Cursor. Browse schemas, tables and views — run SQL with a beautiful results viewer.

Free VS Code 1.85+ Works in Cursor Oracle 11gR2+

Features

What you get

No Oracle Client required

Connects in oracledb thin mode — pure JavaScript. No Instant Client, no native drivers, no ceremony.

Connection management

Save multiple Oracle connections. Passwords are encrypted and stored in your OS keychain via VS Code SecretStorage.

Schema browser

A tree in the Activity Bar: connections → schemas → tables and views.

Table data viewer

Click any table or view to browse its data in a paginated renderer.

Table info

Column metadata — type, nullable, default, comments — plus estimated row count.

SQL runner & row inspector

Run ad-hoc SQL with tabbed results, and click any row to inspect all its column values in a detail sidebar.

Configuration

Settings

SettingDefaultDescription
oracleExplorer.defaultLimit100Default row limit for table data and query results
oracleExplorer.timeout30Connection / query timeout in seconds