Overview
The Data Sources explorer in Koala Data Explorer provides a view of your Oracle Fusion Cloud database structure. This feature helps you discover tables, views, and understand the available data.Data Sources explorer is available in the paid version of Koala Data Explorer.
Accessing Data Sources
Opening the Explorer
Access the Data Sources explorer:- Click the Koala icon in VS Code Activity Bar
- Expand the “Data Sources” section
- Explorer appears in the sidebar showing your schema structure
Auto-refresh
The explorer automatically refreshes when you connect to a database, loading the available schemas, tables, and views.Schema Structure
What You’ll See
The explorer shows:Schema Information
For each schema you can see:- Schema name: Database schema identifier
- Tables: Regular database tables
- Views: Database views and materialized views
- Object count: Number of objects in each category
Exploring Tables and Views
Table Information
When you expand a table, you can see:- Table name: Database table name
- Basic structure: Available for browsing
Quick Actions
Right-click on any table or view for options:- Generate SELECT: Creates a basic SELECT statement
- Copy Name: Copies table/view name to clipboard
Drag and Drop
You can drag table names from the explorer directly into your query editor to quickly add them to your SQL.Search Functionality
Finding Objects
Use the search box in the Data Sources panel to:- Search for table names
- Find views by name
- Locate specific database objects quickly
Working with Schemas
Available Schemas
The explorer shows schemas that:- You have access to query
- Contain tables or views you can SELECT from
- Are part of your Oracle Fusion environment
Schema Access
Only schemas and objects you have SELECT permissions for will appear in the explorer. This respects your database security settings.Favorites
Bookmark Important Tables
Mark frequently used tables as favorites:- Right-click on a table
- Select “Add to Favorites”
- Favorites appear at the top for quick access
Performance and Refreshing
Auto-refresh Settings
The Data Sources explorer can be configured to:- Automatically refresh when connecting
- Update schema information periodically
- Refresh manually when needed
Manual Refresh
To manually refresh the schema information:- Right-click in the Data Sources panel
- Select “Refresh”
- Schema information updates with current database state
Troubleshooting
Schema Not Showing
If expected schemas don’t appear:- Check permissions: Ensure you have SELECT access
- Verify connection: Confirm you’re connected to the right instance
- Refresh manually: Try refreshing the data sources
- Contact DBA: May need additional database permissions
Slow Loading
If the Data Sources panel loads slowly:- Network latency: Check connection to Oracle Fusion
- Large schemas: Many objects can slow loading
- Permissions: Complex permission structures may impact performance
Best Practices
Organization
To make the most of Data Sources:- Use favorites: Bookmark your most-used tables
- Descriptive queries: Use the generated SELECT as starting points
- Explore gradually: Start with familiar schemas
Security
Remember that:- Only accessible objects are shown
- Respect data sensitivity
- Follow your organization’s data access policies
Integration with Queries
Generated SQL
When you use “Generate SELECT” from the context menu:- Basic SELECT statement is created
- Includes ROWNUM limit for safety
- Ready to execute or modify
Query Building
Use the Data Sources explorer to:- Discover tables: Find relevant data sources
- Build joins: Identify related tables
- Understand structure: See what data is available
Settings
Configure Data Sources
You can configure the Data Sources behavior through VS Code settings:Limitations
Current Limitations
The Data Sources explorer:- Shows basic schema structure
- Provides table and view browsing
- Offers simple search functionality
- Includes favorites management
Future Enhancements
Planned improvements include:- Column details view
- Relationship information
- Enhanced search capabilities
- Additional metadata display