Overview
Koala Data Explorer allows you to manage multiple connections to different Oracle Fusion Cloud instances. This guide covers how to create, edit, and switch between connections.Connection Manager
Access the Connection Manager through:- Command Palette:
Ctrl+Shift+P
→ “Koala: Manage Connections” - Status Bar: Click the connection indicator in the bottom status bar
- Koala Panel: Click the Koala icon in VS Code Activity Bar
Creating Connections
Add New Connection
- Open Connection Manager
- Click “Add Connection”
- Choose authentication type:
- Basic Authentication (free)
- OAuth 2.0 PKCE (paid)
- SSO (paid)
- Enter connection details
- Test connection
- Save connection
Connection Properties
Each connection stores:- Name: Unique identifier for the connection
- Host URL: Oracle Fusion instance URL
- Authentication: Type and credentials
- Connection Timeout: Custom timeout settings
Editing Connections
Update Connection Details
- Select connection in manager
- Click “Edit”
- Modify fields as needed
- Test changes
- Save updates
Change Authentication Method
To switch authentication types:- Edit connection
- Select new authentication type
- Enter new credentials
- Re-test connection
- Save changes
Changing authentication type will clear existing credentials. Ensure you have new credentials ready.
Switching Connections
Connection Switching
Switch between connections:- Use connection dropdown in status bar
- Select from connection manager
- Active connection shown in status bar
Connection Context
Each connection maintains:- Query history
- Current session state
- Authentication tokens
Connection Security
Credential Storage
- Stored in VS Code’s secure storage
- Encrypted at rest
- Never in plain text files
Best Practices
- Use OAuth PKCE for production environments
- Use descriptive connection names
- Remove unused connections
- Rotate credentials regularly
Troubleshooting Connections
Connection Failed
Common solutions:-
Network Issues
- Check internet connectivity
- Verify firewall settings
-
Authentication Problems
- Verify credentials
- Check account status
- Refresh OAuth tokens
-
Oracle Fusion Issues
- Verify instance is running
- Check maintenance windows
- Confirm user permissions
Slow Connections
- Check network connectivity
- Adjust timeout settings in extension settings
- Verify Oracle Fusion instance performance