Help: Installing ODM patch 10.1.0.3.1 on Win 2K?

I am trying to install ODM patch 10.1.0.3.1 (ref 3978002 on metalink) on Oracle 10g RDBMS 10.1.0.3.0 on Windows 2K.
When I run the patch installation script dm10131_patch.bat, the script hangs and never completes.
I looked at the script and it appears that the following command within the patch10131.sql is hanging:
execute dbms_java.grant_permission(UPPER('DMSYS'),'SYS:java.io.FilePermission','dm/lib/odmapi.jar','read');
Any help on how to get this patch to install is greatly appreciated.
Regards,
Shah

Hi,
I've the same problems after installing 10.1.0.3-patch on my W2K-DB and then ODM 10.1.0.3.1.
There are several invalid objects in the sys-schema:
- ODM_ABN_
- ODM_CLUSTERING_UTIL
- ODM_KM_CLUSTERING_MODEL
- ODM_MINING_TRANSFORMATION
- ODM_OC_CLUSTERING_MODEL
- ODM_SUPERVISED_MODEL
I cannot compile them, I get such errors:
Line # = 25 Column # = 41 Error Text = PLS-00201: identifier 'INTEGER_TAB_TYPE' must be declared
Line # = 25 Column # = 4 Error Text = PL/SQL: Declaration ignored
Line # = 26 Column # = 40 Error Text = PLS-00201: identifier 'NUMBER_TAB_TYPE' must be declared
Line # = 26 Column # = 4 Error Text = PL/SQL: Declaration ignored
Line # = 33 Column # = 35 Error Text = PLS-00201: identifier 'CELL_TYPE' must be declared
Line # = 33 Column # = 4 Error Text = PL/SQL: Declaration ignored
Line # = 34 Column # = 43 Error Text = PLS-00201: identifier 'CLUSTER_NODE_TYPE' must be declared
Line # = 34 Column # = 4 Error Text = PL/SQL: Declaration ignored
Line # = 35 Column # = 47 Error Text = PLS-00201: identifier 'CLUSTER_INTERNAL_TYPE' must be declared
Line # = 35 Column # = 4 Error Text = PL/SQL: Declaration ignored
Can anybody help me please?
Thanks
detlef

Similar Messages

  • Error while installing a patch for Mainwin 5.0.2 on Solaris 2.8

    Hi,
    I am relatively new in this field, so i apologise for any slip-ups.
    We use a Solaris 2.8-SPARC server. I was given an external drive which contained the porting software Visual Mainwin 5.0.2 and was told to install it from the drive. On checking it, i found that the entire folder structure of the software was damaged, i.e. every file of the software was changed to uppercase. UNIX being highly case-sensitive, i manually changed each and every file present in the software directory to lowercase and then ran it.
    The software ran fine, it got installed and the license server was also up. the licenses were also nicely distributed. everything was fine until i was asked to install the patch 'vmw502_sunos5_HF1.sh'. While installing i got the following output :
    # sh vmw502_sunos5_HF*
    Extracting installation package to "/tmp/mwspselfextr27624".
    Please stand by ... Done.
    =====================================================================
    Visual MainWin Patch Installation
    HF1 for VMW 5.0.2 <sunos5> 24-Jul-2003.14:01 Cycle115
    =====================================================================
    ***Error: cannot find file
    /export/home/tools/solaris/env/mainsoft/../mwver/mwversion.ini
    Something wrong with your Visual MainWin installation - aborting
    when i checked the installation directory, i found that the file 'mwversion.ini' was present inside the directory 'mwver'. I cant see any reason why the patch is not recognizing the file.
    Can anybody help?? Any kind of help will really be appreciated.
    -SD

    Hope you already tried: ls -l /export/home/tools/solaris/env/mainsoft/../mwver/mwversion.ini If ls returns the file name, try running the script under truss to find some clues.
    % truss -f -vall -rall -wall -o /tmp/mwpatch.log sh vmw502_sunos5_HF*

  • Unable to deploy BPEL Process --  Says If you have installed a patch to the

    I have a simple BPEL process that calles an ESB flow deployed in the same server.
    I am facing the following issue when trying to deploy the BPEL process.
    The ESB flow is deployed and is working perfectly.
    Configuration:
    JDeveloper 10.1.3.5
    SOA Suite 10g Release 3
    Downloaded from:
    http://www.oracle.com/technetwork/middleware/ias/downloads/index.html
    Here I downloaded this file:
    http://download.oracle.com/otn/nt/ias/101310/soa_windows_x86_101310_disk1.zip
    When I compile the BPEL project, it compiles fine:
    Compiling...
    Compiling C:\JDeveloper\10gMywork\OrderProcessingApp\OrderDistributionProcess\bpel\OrderDistributionProcess.bpel
    *[BPEL Compiler] Initializing compiler for first time use...*
    BPEL suitcase generated in: C:\JDeveloper\10gMywork\OrderProcessingApp\OrderDistributionProcess\output\bpel_OrderDistributionProcess_v2011_09_01__39889.jar
    copying bpel/OrderDistributionProcess.wsdl to output directory
    copying bpel/OrderSystem_OrderSearchService_RSRef.wsdl to output directory
    converting, through native2ascii, build.properties to output directory
    *[11:05:04 AM] Successful compilation: 0 errors, 0 warnings.*
    Now when I choose (Right Click on Project) -> Deploy -> BPEL Process Deployer,
    I get this error:
    Buildfile: C:\JDeveloper\10gMywork\OrderProcessingApp\OrderDistributionProcess\build.xml
    [java] Java Result: 1
    validateTask:
    [echo]
    | Validating workflow
    [validateTask] Validation of workflow task definitions is completed without errors
    deployProcess:
    [echo]
    | Deploying bpel process OrderDistributionProcess on localhost, port 8888
    [deployProcess] Deploying process C:\JDeveloper\10gMywork\OrderProcessingApp\OrderDistributionProcess\output\bpel_OrderDistributionProcess_1.0.jar
    BUILD FAILED
    C:\JDeveloper\10gMywork\OrderProcessingApp\OrderDistributionProcess\build.xml:78: A problem occured while connecting to server "localhost" using port "8888": bpel_OrderDistributionProcess_1.0.jar failed to deploy. Exception message is:  ORABPEL-05215
    Error while loading process.
    The process domain encountered the following errors while loading the process "OrderDistributionProcess" (revision "1.0"): null.
    If you have installed a patch to the server, please check that the bpelcClasspath domain property includes the patch classes.at com.collaxa.cube.engine.deployment.CubeProcessHolder.bind(CubeProcessHolder.java:285)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:804)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:670)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:445)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:620)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
    at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:317)
    at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:339)
    at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:376)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Total time: 6 seconds
    I checked the host port, i.e., 8888 here, from JDeveloper; and it says that the tests passed.
    Help me please.

    Balu,
    it seems you are trying to deploy example for B2B. Please check your B2B is up, AQ are up and accessible and you can also check your SOA dehydration DB .
    You can check some setup and dexample at: http://www.oracle.com/technology/products/integration/b2b/pdf/B2B_TU_001_B2B_BPEL.pdf
    -JMehta

  • Can't detect my build-in touchpad after installing grub patch

    Hi
    I have installed on my HP Compaq nx8220 solaris 10 01/06 and I had a problem with USB that was solved by installing the pathces required for installing recomanded patch cluster.The problem is that after installing those patches and respecting the README files from every patch my touchpad is not recognise anymore.The mouse should be found in /devices/isa/i8042\@1\,60/mouse\@0.
    Can anyone help me

    Hi
    I have installed on my HP Compaq nx8220 solaris 10 01/06 and I had a problem with USB that was solved by installing the pathces required for installing recomanded patch cluster.The problem is that after installing those patches and respecting the README files from every patch my touchpad is not recognise anymore.The mouse should be found in /devices/isa/i8042\@1\,60/mouse\@0.
    Can anyone help me

  • Error while installing oracle patch set 10.2.0.4

    Hi Gurus,
    I am installed oracle 10G successfully but while installing oracle patch set 10.2.0.4. it is given the following error.
    OUI.exe has encountered a problem and needs to close.
    We are sorry for the convenience.
    i am installing ECC6.0 on window xp SP3 platform.
    Please give me solution ASAP.
    Regards
    Hemant Gade
    Basis Consultant

    Hi,
    I have solved this issue my self.
    It was purely windows registry error.
    thanks for your help.
    Regards
    Hemant

  • How do you install a patch file?

    Hey all, this is going to sound very dumb, and I don't really know which forum this question fits into.
    I've got a xxx.patch file to be installed for a project tht is written in Java, I am running Windows XP and am using Eclipse as my IDE. I've never in my life installed a patch file and there is no installation guide for the patch file at all. What exactly do I do to install it?
    Thanks for help!

    patch file are just diff result of a original file.
    See http://www.cpqlinux.com/patch.html
    Not sure where to get a Window's port of patch program though.
    Your project who released the patch should have more info on which orig file it's generated from and etc. If they used Subversion, I believe there is a subcommand you can use. Again you need to more info from where you get the patch.

  • How can I install ODM Java Code Generator in Jdeveloper 9051?

    Hi, I need to install ODM extension in Jdeveloper 9051 but the html file with the instructions is in blank.
    Someone know how?
    Thanks
    Javier

    Install
    Download ODMJDevExt.zip and extract the contents to <JDeveloper10G Home>\jdev\lib\ext (<JDeveloper10G Home>/jdev/lib/ext on UNIX), where <JDeveloper10GHome> is the directory where JDeveloper is installed, and launch Oracle JDeveloper 10g (9.0.5.1).
    Note: ODM Java Code Generator is certified with Oracle JDeveloper 10g (9.0.5.1) only. Go to the http://otn.us.oracle.com for the Oracle JDeveloper 10g (9.0.5.1) download.
    You must use Oracle 10g Release 1 (10.1).
    If you patch the database beyond 10.1 release, be sure to update the odmapi.jar in <JDeveloper10G Home>\jdev\lib\ext (Windows) or <JDeveloper10G Home>/jdev/lib/ext (UNIX) to match the version that was installed in your database.

  • How to Install XI Patch?

    Hi,
    I had installed XI 3.0 and did not install any further path for XI.
    Could any one please let me know where i can find information on "How to install XI patch". This much i know that this is available on SAP site but have not been able to find or recall my memory where exctly these documentation reside.
    It will be great help if anybody can helpout.
    Thanks!
    Dheeraj Thareja

    Dheeraj,
    Check if it helps...
    Re: XI 3.0 Patch Procedure??
    Anand

  • Failed Installation when installing a Patch

    Version: Sun One Web Server 6.1 SP8
    OS: Windows 2003 SP2
    I am trying to install a patch (it seems that this problem is happening no matter what patch I install) and towards the middle of the installation I get the following error:
    "1628: Failed to complete installation"
    The install goes through these steps before I get the Error.
    -Configuring Windows installer
    -Extracting patch-id.msp
    -Extracting ISScript1150.msi (hangs half way here for about 10sec)
    -then Error
    If I try to run the patch-id.msp file the install creates on the temp directory I get the following message:
    "The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version of the program. Verify that the program to be upgraded exists on yuor computer and that you have the correct upgrade path."
    Any help is appreciated, Thanks!

    Hey,
    I've got the same problem and was wondering did you ever get to the bottom of it?
    Cheers,
    Fintan

  • Compilation error after installing Sun patches

    hello,
    One of our customer installed teh following Sun patches:
    119254-73
    124867-14
    124863-23
    124870-03
    124872-07
    126495-04
    126995-04
    127000-13
    127001-04
    127143-03
    118683-05
    119963-20
    120753-08Now when they compile the application they get the following error:
    cd /usr/opt/temip/mmtoolkit/examples/
    make -f temip_ef_user_library.make
    /opt/SUNWspro/bin/CC -c -m64 -xcode=pic32 -g -xO0 -D_POSIX_PTHREAD_SEMANTICS -mt -pto -I/usr/opt/temip/tfc/include -I//usr/opt/temip/mmtoolkit/include -I//usr/opt/temip/acloc/include -I//usr/opt/temip/ocs/include -D_RWCONFIG_m -o temip_ef_user_library.o temip_ef_user_library.cxx
    **"/opt/SUNWspro/prod/include/CC/Cstd/rw/traits", line 535: Error: The function "wcsstr" must have a prototype.*
    *1 Error(s) detected.
    *** Error code 1
    The following command caused the error:
    `echo "/opt/SUNWspro/bin/CC -c -m64 -xcode=pic32 -g -xO0 -D_POSIX_PTHREAD_SEMANTICS -mt -pto -I/usr/opt/temip/tfc/include -I//usr/opt/temip/mmtoolkit/include -I//usr/opt/temip/acloc/include -I//usr/opt/temip/ocs/include -D_RWCONFIG_m " | sed 's/[    ][      ]*/ /g'` -o temip_ef_user_library.o temip_ef_user_library.cxx
    make: Fatal error: Command failed for target `temip_ef_user_library.o'
    does anyone has an idea ?
    thank you for your help.
    regards,
    Christine

    Notes for future posting:
    1. When you have a question about patches, please also provide the one-line patch description. Otherwise, anyone who might be inclined to help first has to look them up. Making volunteers do extra work to help you for free is not the best strategy. 119254-73 Install and Patch Utilities Patch (unlikely to affect compiling programs)
    124867-14 Patch for C 5.9 compiler (unlikely to affect C++ compiling)
    124863-23 Patch for Sun C++ 5.9 Compiler (Aha!)   <-----------
    124870-03 Patch for Sun Performance Library (unlikely to affect compiling programs)
    124872-07 Patch for dbx 7.6 Debugger (unlikely to affect compiling programs)
    126495-04 Patch for debuginfo handling  (unlikely to affect compiling programs)
    126995-04 Patch for Performance Analyzer Tools (unlikely to affect compiling programs)
    127000-13 Patch for Fortran 95 8.3 Compiler (unlikely to affect C++ compiling)
    127001-04 Patch for Fortran 95 8.3 Dynamic Libraries (unlikely to affect compiling programs)
    127143-03 Patch for Fortran 95 8.3 Support Library (unlikely to affect compiling programs)
    118683-05 Patch for profiling libraries and assembler (could possibly affect compiling C++)  <----------
    119963-20 Shared library patch for C++ (unlikely to affect C++ compiling)
    120753-08 Microtasking libraries (libmtsk) patch (unlikely to affect compiling programs)If you had gone through this exercise, you could have eliminated many of these patches from consideration. For example, a Fortran runtime library patch or a dbx patch cannot cause the C++ compiler to generate a compile-time error that it did not generate before.
    2. Put all source code and error messages in "code" tags, as you did with the list of patches. The non-alphanumeric characters in source code and messages can be interpreted as formatting directives instead of being displayed. The result is often nonsense or is hard to read.
    Notes on the command line:
    1. The -xO0 option is not supported, and has unpredictable results. If you do not want optimization because you want to debug the code, use either no -xOn option, or use -xO1. Using no option is generally preferred: compilation is faster, and the generated code is usually better than with -xO1.
    2. The -pto (-instances=static) option is generally a really bad idea. Unless you have a specific reason why you need this template compilation mode, you should remove the -pto option from all command lines (to use the default -instances=global mode), delete all your binaries, and rebuild the application.
    Neither of these problems causes the error message, however.
    What could be wrong
    Also on the command line is a macro definition that appears to be -D_RWCONFIG_m
    Is that the correct rendering of the option? If not, please show the command line again inside "code" tags.
    I'm concerned that you are trying to override a configuration macro for libCstd, the C++ runtime library. Doing so is not supported and has unpredictable results. If -D_RWCONFIG_m is what is really on the command line, it will not cause a problem with the library.
    Except for the possible macro definition issue, finding the problem will require looking at the source code. Since the error message refers to one of the compiler's own headers, the most likely possibilities are
    1. A bug in the headers that might be fixed in a later patch -- 124863-23 is not the most recent patch.
    2. An error in your code that worked only by accident before. I'm thinking of an inappropriate macro definition.
    If you strip everything out of the temip_ef_user_library.cxx file after all the #include directives, you should be able to compile the resulting file and see the same error message. If so, please post that small file here (inside "code" tags).

  • Installing java patch on SPS 10

    Hi,
    I want to install java patch 01 to support package stack 10, from i can download it and what is the procedure to do this.
    please help it's so urgent.
    Best regards
    Zied

    Hi,
    You can download it from the service market place.
    For java you can directly go to sp10 from sp01 you nedd not to apply 2,3,and so on. Once you download the *.sca files and the xml file just paste the files in the trans/eps/in directory and start the JSPM give ur sdm password and JSPM will take care of all the other things.
    Regards,
    Vamshi.

  • How to install NWDS Patch?

    Hi Experts,
    I'm just new to the NWDS Editor.
    My NWDS version is 7.0.15.
    I wanted to upgrate to SP 17.
    So I downloaded JIDE17_0-10003480.SAR.
    Can you please help me how to install this patch?
    Should I extract it? And where should I put the file(s)?
    The files inside it are:
    plugin.properties
    plugin.xml
    lib\jstartup.jar
    lib\jstartupapi.jar
    lib\jstartupimpl.jar
    Thank you in advance,
    Jemaru
    Edited by: jemaru on Sep 23, 2010 10:00 PM

    Hi,
    the NWDS updating mechanism functions as follows:
    on 640/700 you just download the corresponding SAR file, and after extracting it using the SAPCAR tool (example: SAPCAR -xvf JIDE17_0-10003480.SAR) you'll find the corresponding installer exe inside the J2EE-RUN-CD folder.
    If you execute it, it'll replace your current installation with the new one. It is not necessary to remove the old installation, and there's no other way to have it updated. There's no specific patching mechanism, you install the entire NWDS as it is.
    as of 710 you use the update site mechanism. This means, you can download a zip file which includes an installer after extraction. This is only the eclipse framework. If you finished with the instllation, either it automatically suggests to connect to the update site (in order to enhance your NWDS framework with SAP specific plugins) or if this does not happen (and this behaviour depends on the release you have) you can trigger this update using the NWDS menu (Help -- Find and Install... -- Software Updates). Only after this you will have a fully installed NWDS.
    Best Regards,
    Ervin (SAP)

  • Installing Current patch set after SAP installation

    Hi,
    We are installing SAP ECC6.0 on Solaris x64. We installed the Oracle RDBMS software and missed installing the Oracle Current patch set. We have proceeded with the SAP installation. Can we install the Patches after the SAP installation or do i need to uninstall SAP and do t all over again. Please help asap as i need to complete it..
    Regards
    Dee

    Hello Dee,
    > Can we install the Patches after the SAP installation or do i need to uninstall SAP and do t all over again
    Of course you can install the patchset after the SAP installation. The current patchset is the 10.2.0.4.
    After applying the current patchset - please install also the "on-top" patches - check sapnote #1137346 for this. Also check sapnote #830576 for setting the corresponding database parameters after the patchset installation.
    Regards
    Stefan

  • After I installed the patches, the server and Jdeveloper do not start, Why?

    I installed the patch 1,2,3 and mandatory patch 4369818 this afternoon. It showed installing is successful. But after the installing, I do not start the server and Jdeveloper.
    05/11/27 22:21:28 java.lang.Thread.run(Thread.java:534) This is the server error.
    When I start the Jdeveloper, the picture of starting flashed and disappeared. I don't know why. PLS people who know causes reply to me. I will feel grateful to you.

    some questions to help us understanding this ssue a little bit better ..
    1) what plattform and what versions of jdeveloper and bpel
    2) pls run jdev.exe and not jdevw.exe to get a debug window ,, what exception does it show there..
    3) is the message you posted the only one you've ssen on the server?
    thx clemens

  • Passcode for installing cluster patch

    Hi,
    I installed solaris 10 for x86 and now I would install cluster patch.
    I downloaded zip cluster and unzipped in a dir.
    When I start installation with "install_cluster" script, it ask me a passcode saying that in needed to allow install_cluster to continue running.
    I never have seen a passcode for a cluster patch.
    Anyone can help me please?

    This thread prompted me to try to reproduce what was seen by the original post.
    I have an old Pentium-III 440BX system with Solaris 10 GA (3/05) installed and never patched.
    So ...
    1. Ignore my earlier comments about signed versus unsigned patches.
    It doesn't apply to the full cluster, only individual patches that you might download, sometime.
    2. Yes, it pays to read the documentation.
    The README file is clear about the passcode of "newboot".
    3. That README file also cautions about the potential for multiple reboots,
    depending on how far down-rev the system might be.
    The document suggests three reboots could happen.
    My old box needed four.
    The cluster update script initiated the reboots.
    The old 440BX chipset board interpreted the reboot signal
    as a kernel page fault panic, sync'd the filesystems, and bounced the box.
    No manual intervention was needed to cause the reboots.
    I just had to start the update process all over again after each restart,
    then sit back and watch the return codes tell me that such-and-so patch was
    already installed, then finally get far enough along to apply the next patches per the script.
    I'm now fully patched. Running showrev on a bunch of the patch numbers confirms it.
    Curious, though. GRUB was installed but it's not being used.
    The old x86 box is still using the original bootloader. No big deal.
    I had been thinking of wiping that 7.5GB drive and installing the current release, anyway.

Maybe you are looking for