Edgar Valdes
05/20/2024, 8:57 PMSELECT * FROM oa_tables
and it works.
When using pyspark
with the same user and role, I got Invalid company/role qualification
. I double checked driver, settings, user, role, url, instance, etc. They are the same for both. Other tables I got without issue. Even using the spark .option("dbtable", "oa_columns")
works, and gives the whole table, but the query option .option("query", "select * from oa_columns")
fails for this table but works for any other table.
Any hint would be appreciated.Eyrún
05/28/2024, 12:59 PM.option("fetchsize", 2000)
Oracle defaults to something super low