Connecting to Oracle - Finding SID (Oracle System Identifier)

Hi

I was using the instructions on that link. What i found was it was failing at different points, and those errors never really helped. What i did which improved things was increase the memory for the VM i am using to compile, and that resolved and has now got me to the 1 error i always now get

> Task :airbyte-webapp:npmInstall FAILED
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: react-dom@16.14.0
npm WARN Found: react@17.0.2
npm WARN node_modules/react
npm WARN   react@"^17.0.2" from the root project
npm WARN   74 more (@emotion/react, @fortawesome/react-fontawesome, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer react@"^16.14.0" from react-dom@16.14.0
npm WARN node_modules/react-lazylog/node_modules/react-dom
npm WARN   peer react-dom@"^15.3.0 || ^16.0.0-alpha" from react-virtualized@9.22.3
npm WARN   node_modules/react-lazylog/node_modules/react-virtualized
npm WARN 
npm WARN Conflicting peer dependency: react@16.14.0
npm WARN node_modules/react
npm WARN   peer react@"^16.14.0" from react-dom@16.14.0
npm WARN   node_modules/react-lazylog/node_modules/react-dom
npm WARN     peer react-dom@"^15.3.0 || ^16.0.0-alpha" from react-virtualized@9.22.3
npm WARN     node_modules/react-lazylog/node_modules/react-virtualized
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: react-virtualized@9.22.3
npm WARN Found: react@17.0.2
npm WARN node_modules/react
npm WARN   react@"^17.0.2" from the root project
npm WARN   74 more (@emotion/react, @fortawesome/react-fontawesome, ...)
npm WARN 
npm WARN Could not resolve dependency:
npm WARN peer react@"^15.3.0 || ^16.0.0-alpha" from react-virtualized@9.22.3
npm WARN node_modules/react-lazylog/node_modules/react-virtualized
npm WARN   react-virtualized@"^9.21.0" from react-lazylog@4.5.3
npm WARN   node_modules/react-lazylog
npm WARN 
npm WARN Conflicting peer dependency: react@16.14.0
npm WARN node_modules/react
npm WARN   peer react@"^15.3.0 || ^16.0.0-alpha" from react-virtualized@9.22.3
npm WARN   node_modules/react-lazylog/node_modules/react-virtualized
npm WARN     react-virtualized@"^9.21.0" from react-lazylog@4.5.3
npm WARN     node_modules/react-lazylog
npm ERR! code ENOTEMPTY
npm ERR! syscall rename
npm ERR! path /home/paul/airbyte/airbyte-webapp/node_modules/ajv-formats
npm ERR! dest /home/paul/airbyte/airbyte-webapp/node_modules/.ajv-formats-2GLUqjrf
npm ERR! errno -39
npm ERR! ENOTEMPTY: directory not empty, rename '/home/paul/airbyte/airbyte-webapp/node_modules/ajv-formats' -> '/home/paul/airbyte/airbyte-webapp/node_modules/.ajv-formats-2GLUqjrf'

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2022-08-04T23_20_20_189Z-debug-0.log

I tried to just remove the /home/paul/airbyte/airbyte-webapp/node_modules/ajv-formats folder, but on next run of SUB_BUILD=PLATFORM ./gradlew build (as root) gave me the same error.