Python: How to determine subprocess children have all finished running

后端 未结 4 1116
难免孤独
难免孤独 2021-02-10 07:14

I am trying to detect when an installation program finishes executing from within a Python script. Specifically, the application is the Oracle 10gR2 Database. Currently I am usi

4条回答
  •  长发绾君心
    2021-02-10 08:05

    Check out the following link http://www.oracle-wiki.net/startdocsruninstaller which details a flag you can use for the runInstaller command.

    This flag is definitely available for 11gR2, but I have not got a 10g database to try out this flag for the runInstaller packaged with that version.

    Regards

提交回复
热议问题