- 
                Notifications
    
You must be signed in to change notification settings  - Fork 13
 
Open
Labels
Description
Issue Summary
VS Code DbCode extension fails to detect default schema despite successful database connection and valid schema existence.
Environment Details
- Database Type: Oracle
 - Oracle Version: 19.0.0.0.0
 - Connection Mode: Thin mode
 - Database Service: ORCL
 - Schema/Username: SYSTEM
 
Error Messages
2025-10-14 10:24:48.319 [info] Oracle: Connection 'SYSTEM' will use Thin mode
2025-10-14 10:24:48.397 [info] Connection: opened 'ORCL' on 'SYSTEM' (oracle:19.0.0.0.0)
2025-10-14 10:24:48.584 [info] Oracle: Default schema 'SYSTEM' not found, using 'undefined' on 'SYSTEM'
2025-10-14 10:24:48.688 [info] Oracle: Default schema 'undefined' not found, using 'undefined' on 'SYSTEM'