visulate-ora2pg icon indicating copy to clipboard operation
visulate-ora2pg copied to clipboard

Docker image and single page web application for Ora2Pg

Results 4 visulate-ora2pg issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/4968423/200680742-0d15d143-8749-4177-ba19-8d4aae78456d.png)

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...