AWS Schema conversion tool helps to convert schema from one database engine to another. You might encounter following error while connecting to Oracle database
ORA-00604: error occurred at recursive SQL level 1
ORA-01882: timezone region not found
Fix is to add your timezone in the config file. On Mac, you can find AWS Schema Conversion Tool.cfg under /Applications/AWS Schema Conversion Tool.app/Contents/Java.
[JVMOptions]
-Xss128M
-Dfile.encoding=UTF-8
-Djava.net.useSystemProxies=true
-Duser.timezone=GMT+5:30
Recent Comments