RichardExley
RichardExley
Found this in node-oracledb doc: 3.3.1.1.19 sodaMetaDataCache Boolean sodaMetaDataCache Indicates whether the pool’s connections should share a cache of SODA metadata. This improves SODA performance by reducing round-trips to the...
The inventory table is currently defined using the VARCHAR datatype for its columns. This is not recommended.
For example: `kubectl logs -f inventory-helidon-b7d89bcb-g7vk7 -n msdataworkshop Dec 16, 2021 7:33:51 PM io.helidon.common.LogConfig doConfigureLogging INFO: Logging at initialization configured using classpath: /logging.properties Dec 16, 2021 7:33:52 PM org.jboss.weld.bootstrap.WeldStartup INFO:...
Here is the error: ``` Nightly Builds ============== For nightly builds, see ppa:deadsnakes/nightly https://launchpad.net/~deadsnakes/+archive/ubuntu/nightly More info: https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa Error: retrieving gpg key timed out. The command '/bin/sh -c add-apt-repository ppa:deadsnakes/ppa' returned...
It looks like this is because HashiCorp/oci was revised since setup. Workaround: `mv terraform/.terraform.lock.hcl terraform/.terraform.lock.hcl.old` Need to add this to code