Closed IljaN closed 2 years ago
If I understand it correctly those fixes are for oracle 12.x we are using 11.2 and I cannot run the ALTER SESSION
command
Connected to:
Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production
SQL> ALTER SESSION SET CONTAINER = ORCLPDB1
*
ERROR at line 1:
ORA-02248: invalid option for ALTER SESSION
What about https://github.com/oracle/docker-images/issues/601#issuecomment-509250667 ? This also should work in 11.
https://bigdata-etl.com/solved-why-is-the-oracle-database-is-slow-when-using-the-docker/
strange SHOW PARAMETER DISK_ASYNCH_IO
always shows TRUE
regardless of what I do set
after setting
ALTER SYSTEM SET FILESYSTEMIO_OPTIONS=DIRECTIO SCOPE=SPFILE
and
ALTER SYSTEM SET DISK_ASYNCH_IO=FALSE SCOPE=SPFILE
it does not look like it got any faster. The install-server
step still takes 13min :-(
any other ideas or close this?
@IljaN @individual-it @dpakach what to do next? Close?
Oracle PHP unit tests are annoying in many oC10 apps - it takes longer to install Oracle than anything in any other pipelines. So there is a minimum of 15 to 20 minutes for app CI, waiting for that one pipeline to finish. Maybe we don't run unit tests with Oracle on oC10 app PRs, just run it in cron nightly.
I will switch off Oracle testing in app PRs, and leave in running just in nightly. That is a simple help with no real impact - in the rare case that someone breaks Oracle on an app PR, we will know the night after merge and can investigate.
PR https://github.com/owncloud/activity/pull/1068 has the code to not run Oracle in CI of PRs.
That needs to be updated in all other oC10 app repos at some time. There is no big hurry to do that - it can be done when there is an opportunity.
Also note that issue https://github.com/owncloud/QA/issues/700 and https://github.com/owncloud/QA/issues/717 will touch drone starlark. It will be good to also do those issues in the activity app, then do one pass of copying to the other oC10 apps.
I removed my assignment - the demo is merged in https://github.com/owncloud/activity/pull/1068
ToDo:
PHP unit tests with Oracle are only run nightly. The implementation has been ported to all the oC apps. Closing this for now.
https://github.com/oracle/docker-images/issues/601 https://github.com/oracle/docker-images/issues/601#issuecomment-509250667 https://github.com/oracle/docker-images/issues/601#issuecomment-509251710
And maybe https://github.com/oracle/docker-images/issues/959#issuecomment-756949007 Could be worth a try.
@phil-davis @individual-it