Introspection of Oracle database
Answered
I have an Oracle database with around 600 tables running in a Docker container. After recreating the container and refreshing my connection some of the tables are duplicated in the database explorer view. The only difference i can see ist that one has a table column and the duplicate has not. Is this a known issue? The introspection runs on level 3 (everything).
Update: I just opened and introspected the schema in IntelliJ IDEA. There are no duplicate tables.
Kind Regards
Andreas
Please sign in to leave a comment.
What version of IntelliJ IDEA are you using (Help | Find Action | About)?
Please try to see if it helps: https://youtrack.jetbrains.com/issue/DBE-8549/Duplicated-table-in-Database-menu#focus=Comments-27-3537060.0-0
Hi Daniil,
The workaround mentioned in the issue works for me. I'm always using the latest version of the Jetbrains tools.
DataGrip 2022.2.2
Build #DB-222.3739.67, built on August 19, 2022
IntelliJ IDEA 2022.2.1 (Ultimate Edition)
Build #IU-222.3739.54, built on August 16, 2022
Kind Regards
Andreas