Oracle 12c client install hangs - silent/unattended









up vote
0
down vote

favorite












Oracle client sometimes stops/hangs with "Please press Enter to exit" when doing a silent/unattended install.
Happens on both 12.1.0.2 and 12.2.0.1
Windows Task Manager shows the Java install process using 100% of a core.
One repeatable case is where the Oracle home already has an instance installed.
Command and args used:



.setup.exe -silent -noconsole -waitForCompletion -noconfig -responseFile xxx.rsp


Platform Server2008R2










share|improve this question



























    up vote
    0
    down vote

    favorite












    Oracle client sometimes stops/hangs with "Please press Enter to exit" when doing a silent/unattended install.
    Happens on both 12.1.0.2 and 12.2.0.1
    Windows Task Manager shows the Java install process using 100% of a core.
    One repeatable case is where the Oracle home already has an instance installed.
    Command and args used:



    .setup.exe -silent -noconsole -waitForCompletion -noconfig -responseFile xxx.rsp


    Platform Server2008R2










    share|improve this question

























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      Oracle client sometimes stops/hangs with "Please press Enter to exit" when doing a silent/unattended install.
      Happens on both 12.1.0.2 and 12.2.0.1
      Windows Task Manager shows the Java install process using 100% of a core.
      One repeatable case is where the Oracle home already has an instance installed.
      Command and args used:



      .setup.exe -silent -noconsole -waitForCompletion -noconfig -responseFile xxx.rsp


      Platform Server2008R2










      share|improve this question















      Oracle client sometimes stops/hangs with "Please press Enter to exit" when doing a silent/unattended install.
      Happens on both 12.1.0.2 and 12.2.0.1
      Windows Task Manager shows the Java install process using 100% of a core.
      One repeatable case is where the Oracle home already has an instance installed.
      Command and args used:



      .setup.exe -silent -noconsole -waitForCompletion -noconfig -responseFile xxx.rsp


      Platform Server2008R2







      windows oracle12c






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 11 at 17:47









      tedder42

      14.4k45973




      14.4k45973










      asked Nov 11 at 0:59









      Straff

      2,96322426




      2,96322426






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          After much trial and error with no help from hours of searching the "-nowait" arg prevents "Please press Enter to exit" thereby avoiding the hang/never completes situation. This is despite the fact that logs show install was successful.



          Without "-nowait" and no errors (installing to a new/different Oracle home) the installer does not present "Please press Enter to exit" and the installer completes successfully unattended (no interaction required).



          Further, even with -nowait specified, a hang occurred when the following error (caused by using a space in folder name for Oracle Home), viewable in C:Program FilesOracleInventorylogs as, in my case, oraInstall2018-11-12_08-42-48AM.out



          [FATAL] [INS-32011] The Oracle home Location that you have specified contains the space character.


          CAUSE: The string you entered contains the space character.
          ACTION: Please choose a string containing only alphanumeric, and a few additional characters that are allowed for your platform.






          share|improve this answer






















            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53244913%2foracle-12c-client-install-hangs-silent-unattended%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            After much trial and error with no help from hours of searching the "-nowait" arg prevents "Please press Enter to exit" thereby avoiding the hang/never completes situation. This is despite the fact that logs show install was successful.



            Without "-nowait" and no errors (installing to a new/different Oracle home) the installer does not present "Please press Enter to exit" and the installer completes successfully unattended (no interaction required).



            Further, even with -nowait specified, a hang occurred when the following error (caused by using a space in folder name for Oracle Home), viewable in C:Program FilesOracleInventorylogs as, in my case, oraInstall2018-11-12_08-42-48AM.out



            [FATAL] [INS-32011] The Oracle home Location that you have specified contains the space character.


            CAUSE: The string you entered contains the space character.
            ACTION: Please choose a string containing only alphanumeric, and a few additional characters that are allowed for your platform.






            share|improve this answer


























              up vote
              0
              down vote













              After much trial and error with no help from hours of searching the "-nowait" arg prevents "Please press Enter to exit" thereby avoiding the hang/never completes situation. This is despite the fact that logs show install was successful.



              Without "-nowait" and no errors (installing to a new/different Oracle home) the installer does not present "Please press Enter to exit" and the installer completes successfully unattended (no interaction required).



              Further, even with -nowait specified, a hang occurred when the following error (caused by using a space in folder name for Oracle Home), viewable in C:Program FilesOracleInventorylogs as, in my case, oraInstall2018-11-12_08-42-48AM.out



              [FATAL] [INS-32011] The Oracle home Location that you have specified contains the space character.


              CAUSE: The string you entered contains the space character.
              ACTION: Please choose a string containing only alphanumeric, and a few additional characters that are allowed for your platform.






              share|improve this answer
























                up vote
                0
                down vote










                up vote
                0
                down vote









                After much trial and error with no help from hours of searching the "-nowait" arg prevents "Please press Enter to exit" thereby avoiding the hang/never completes situation. This is despite the fact that logs show install was successful.



                Without "-nowait" and no errors (installing to a new/different Oracle home) the installer does not present "Please press Enter to exit" and the installer completes successfully unattended (no interaction required).



                Further, even with -nowait specified, a hang occurred when the following error (caused by using a space in folder name for Oracle Home), viewable in C:Program FilesOracleInventorylogs as, in my case, oraInstall2018-11-12_08-42-48AM.out



                [FATAL] [INS-32011] The Oracle home Location that you have specified contains the space character.


                CAUSE: The string you entered contains the space character.
                ACTION: Please choose a string containing only alphanumeric, and a few additional characters that are allowed for your platform.






                share|improve this answer














                After much trial and error with no help from hours of searching the "-nowait" arg prevents "Please press Enter to exit" thereby avoiding the hang/never completes situation. This is despite the fact that logs show install was successful.



                Without "-nowait" and no errors (installing to a new/different Oracle home) the installer does not present "Please press Enter to exit" and the installer completes successfully unattended (no interaction required).



                Further, even with -nowait specified, a hang occurred when the following error (caused by using a space in folder name for Oracle Home), viewable in C:Program FilesOracleInventorylogs as, in my case, oraInstall2018-11-12_08-42-48AM.out



                [FATAL] [INS-32011] The Oracle home Location that you have specified contains the space character.


                CAUSE: The string you entered contains the space character.
                ACTION: Please choose a string containing only alphanumeric, and a few additional characters that are allowed for your platform.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Nov 11 at 19:59

























                answered Nov 11 at 0:59









                Straff

                2,96322426




                2,96322426



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53244913%2foracle-12c-client-install-hangs-silent-unattended%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    這個網誌中的熱門文章

                    Barbados

                    How to read a connectionString WITH PROVIDER in .NET Core?

                    Node.js Script on GitHub Pages or Amazon S3