darold / ora2pg

Ora2Pg is a free tool used to migrate an Oracle database to a PostgreSQL compatible schema. It connects your Oracle database, scan it automatically and extracts its structure or data, it then generates SQL scripts that you can load into PostgreSQL.
http://www.ora2pg.com/
GNU General Public License v3.0
978 stars 341 forks source link

Ora2pg scanner #1724

Closed mgole001 closed 4 months ago

mgole001 commented 6 months ago

Hi,

Can we produce json output for assessment reports via ora2pg scanner? Or does ora2pg scanner only generate HTML reports?

I want to run database assessments against multiple databases/schemas but need the output in json format

Thanks

darold commented 4 months ago

This was not possible until today's commit f950ded.