Quick Installation
The easiest way to install Koala Data Explorer is directly from the VS Code Marketplace.Method 1: Install from VS Code
- Open VS Code
- Click the Extensions icon in the Activity Bar (or press
Ctrl+Shift+X
) - Search for “Koala Data Explorer”
- Click Install on the extension by BTSS Corp
- Wait for installation to complete
Make sure you select the official extension published by btss-corp
Method 2: Install from Marketplace Website
- Visit the VS Code Marketplace
- Click Install
- VS Code will open automatically
- Confirm the installation in VS Code
Method 3: Command Palette
- Open VS Code Command Palette (
Ctrl+Shift+P
orCmd+Shift+P
) - Type:
ext install btss-corp.koala-data-explorer
- Press Enter to install
Verify Installation
After installation, verify the extension is installed correctly:- Open Command Palette (
Ctrl+Shift+P
orCmd+Shift+P
) - Type: “Koala”
- You should see “Koala Data Explorer: Open SQL Query Editor”
If you see the command, the extension is installed successfully!
Post-Installation Steps
1. Open the SQL Query Editor
2. Initial Configuration
The extension works out of the box, but you can customize settings:- Open VS Code Settings (
Ctrl+,
orCmd+,
) - Search for “Koala”
- Configure options like timeout, max rows, and logging
3. Set Up Your First Connection
Once installed, you’ll need to:- Open the SQL Query Editor
- Click Manage Connections in the top-left
- Add your Oracle Fusion connection details
See First Connection Setup for detailed connection instructions
Extension Information
Publisher Details
- Publisher: BTSS Corp (btss-corp)
- Extension ID: btss-corp.koala-data-explorer
- Version: Check marketplace for latest
- Size: ~15 MB
What Gets Installed
The extension includes:- SQL Query Editor with Monaco Editor
- Data grid components (AG-Grid)
- Oracle Fusion SOAP client
- Authentication providers
- Export utilities
Installation Location
The extension is installed in your VS Code extensions folder: Windows:Updating the Extension
Automatic Updates
VS Code automatically checks for extension updates by default. When an update is available:- You’ll see a notification
- Click Update to install
- Reload VS Code when prompted
Manual Update Check
- Open Extensions view (
Ctrl+Shift+X
) - Click the … menu
- Select Check for Extension Updates
- Update Koala Data Explorer if available
Update Settings
Configure auto-update behavior in VS Code settings:Troubleshooting Installation
Extension Not Found
If you can’t find the extension:- Ensure VS Code version is 1.74.0 or higher
- Check your internet connection
- Try searching for “Oracle Fusion” or “BTSS”
Installation Failed
If installation fails:- Check VS Code output panel for errors
- Restart VS Code and try again
- Clear VS Code cache:
Extension Not Loading
If the extension doesn’t appear after installation:- Reload VS Code window (
Ctrl+R
orCmd+R
) - Check extension is enabled in Extensions view
- Look for errors in Help → Toggle Developer Tools
Behind Corporate Proxy
Configure proxy settings if behind a firewall:Uninstalling
To remove the extension:- Open Extensions view (
Ctrl+Shift+X
) - Find Koala Data Explorer
- Click the gear icon → Uninstall
- Reload VS Code
Uninstalling removes the extension but preserves your connections and settings. To completely remove all data, manually delete the extension’s storage folder.
License Activation
After installation, the extension runs in Free mode by default. To unlock all features:- Open the SQL Query Editor
- Click the Manage License button (key icon)
- Choose to start a trial or enter a license key
- Follow the activation prompts
See Licensing Guide for detailed license management instructions