Introspection level 3 Crashing on Oracle 19c Database
I am trying to connect to an Oracle ebs database which contains lots of tables (1000+). I usually use the APPS Schema in other ide, but DataGrip is not loading the synonyms for the APPS schema since each time i put the introspection level higher than 1, i get this error:
[99999][17026] ORA-17026: Numeric overflow https://docs.oracle.com/error-help/db/ora-17026/.
The problem is that without synonyms , i cant resolve any table name.
I tried force refreshing but it didn't work.
请先登录再写评论。