schemacrawler not returning all Oracle tables - what permissions are required? -


using schemacrawler , trying connect oracle database. resulting json file including 10 tables, expecting larger number of tables in database.

this must restricted permissions of user being used access oracle database, permissions required user schemacrawler able "see" table/columns?

presumably schemacrawler uses data dictionary. user restricted tables , columns visible in all_tab_cols view i.e. tables have @ least select privilege on.

otherwise user needs select on dba_tab_cols, shows tables in schemas. requires dba access grant.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -