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.
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
| Setting | Default | Description |
|---|---|---|
oracleExplorer.defaultLimit | 100 | Default row limit for table data and query results |
oracleExplorer.timeout | 30 | Connection / query timeout in seconds |