visulate-ora2pg
visulate-ora2pg copied to clipboard
Docker image and single page web application for Ora2Pg
In case others attempting to run on Apple silicon, you will need to specify the platform. Before running `docker-compose up` set the environment variable: `DOCKER_DEFAULT_PLATFORM=linux/amd64` Or if running individual containers,...
The tool fails to log in to your oracle DB if your oracle user password has $ as a special character in it. 
The showMessage method in App.vue is failing intermittently. It queries the browser DOM to get object reference for the mdl-js-snackbar element. This query sometimes fails. Added a workout that logs...
First of all: Thank you for sharing your work with the community! It is quite helpful in iterating towards an optimized (and working) ora2pg.conf. The issue I have when monitoring...