Tom de Vroomen
Tom de Vroomen
Thank you for your reply. I worked around this with: `new OracleContainer("gvenzl/oracle-xe:slim") .withCopyFileToContainer(MountableFile.forClasspathResource("testcontainers/init.sql"), "/container-entrypoint-startdb.d/init.sql");` So, my initialization wasn't right. In the script I execute I explicitly need to add `ALTER...
Yes, all is working now. I'd like to provide feedback on the changes made in TestContainers and the Oracle-XE image: From a testcontainers users view, I'm not allowed to use...
Hi, thank you for this conversation and let's see if we can improve things, either on my side or the testcontainers/oci-oracle-xe side :-) Before my script to have a basic...
That would help in my situation. I'm not an Oracle DB expert, maybe @gvenzl can answer this?
@gvenzl thank you for your feedback! Really nice to see developing this thread to useful outcome for us all!
This is exactly what I'm missing from the disk cache feature. Now my app needs to be restarted, before the cached envelopes are being sent. I'd rather see this when...
I have this too on Sonar 5.4, I downloaded the source and updatd the ScoverageSensor to search for setting sonar.sources. Just like to have to do in the sonar-project.properties files...