I am trying to get a text dump of Oracle Database schema using SchemaCrawler utility from SourceForge. Supplied the below args at command line
./sc.sh -driver=oracle.jdbc.driver.OracleDriver
-host=<hostName>
-port=<portNumber>
-database=iknowit
-schemas=IM_OWNER
-user=im_owner
-password=im_owner
-table_types=TABLE,VIEW
-infolevel=maximum
-command=schema > dump-AF_ITA.txt
However this gets stuck at a particular point and looks like an infinite loop
Exception in schemacrawler.schema.IndexColumnSortSequence valueOfFromCode
unknown code null