Oracle Security Patch Error while applying --The filename, directory name,

Hello,
I am running into strange error while applying Oracle Security Patch 68 by using Opatch.
Supposedly, All the environment variables are set properly.
ACTIVE_STATE_PERL=true
DBMS_TYPE=ORA
dbs_ora_tnsname=YBQ
JAVA_HOME=C:\jdk1.3.1_10
OPATCH_DEBUG=TRUE
ORACLE_HOME=E:\oracle\ora92
ORACLE_SID=YBQ
Path=E:\oracle\OPatch;C:\jdk1.3.1_10\bin;E:\oracle\Perl\bin;E:\oracle\ora92\jre\1.4.2\bin\client;E:\oracle\ora92\jre\1.4.2\bin;E:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\Program Files\Common Files\VERITAS Shared;\NetBackup\bin;C:\Program Files\Windows Resource Kits\Tools\;C:\Program Files\Support Tools\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;E:\usr\sap\YBQ\SYS\exe\run
Installed Active Perl. latest version
downloaded Opatch 1.0.0.50
and the patch number 3738339
I went to that directory and run the command :
perl opatch.pl apply
It started of well.
OPatch version is: 1.0.0.0.50
Using ORACLE_HOME/oui to look up oui libs...
Oracle Home = E:\oracle\ora92
Location of Oracle Inventory = E:\oracle\ora92\inventory
Oracle Universal Installer shared library = E:\oracle\ora92\oui\lib\win32\oraInstaller.dll
Path to Java = "E:\oracle\ora92\jre\1.4.2\bin\java.exe"
Location of Oracle Inventory Pointer = N/A
Location of Oracle Universal Installer components = E:\oracle\ora92\oui
Required Jar File under Oracle Universal Installer = jlib\OraInstaller.jar
find under OH/oui/jlib
found OraInstaller.jar
Checking if this is a RAC system...
Accessing inventory... This may take up to 300 seconds.
(retry 10 times, delay 30 seconds each time)
System Command: ""E:\oracle\ora92\jre\1.4.2\bin\java.exe" -Dopatch.retry=10 -Dopatch.delay=30 -DTRACING.ENABLED=TRUE -DTRACING.LEVEL=2 -Dopatch.debug=true -classpath "E:\oracle\ora92\oui\jlib\OraInstaller.jar;E:\oracle\ora92\oui\jlib\srvm.jar;jlib\opatch.jar;E:\oracle\ora92\oui\jlib\xmlparserv2.jar;E:\oracle\ora92\oui\jlib\share.jar;.:E:\oracle\ora92\jlib\srvm.jar" opatch/O2O "e:\oracle\ora92" "E:\oracle\ora92\oui" opatch.pl 1.0.0.0.50"
Result:
----- DEBUG is ON -------
oracle.installer.startup_location will be set to E:\oracle\ora92\oui
oracle.installer.oui_loc will be set to E:\oracle\ora92\oui
oracle.installer.scratchPath will be set to /tmp
opatch.local_node_only is OFF
retryOption is ON: 10
delayOption is ON: 30
Few more stuff here .. not pasting the entire contents
System Command: ""E:\oracle\ora92\jre\1.4.2\bin\java.exe" -Dopatch.retry=10 -Dopatch.delay=30 -DTRACING.ENABLED=TRUE -DTRACING.LEVEL=2 -Dopatch.debug=true -classpath "E:\oracle\ora92\oui\jlib\OraInstaller.jar;E:\oracle\ora92\oui\jlib\srvm.jar;jlib\opatch.jar;E:\oracle\ora92\oui\jlib\xmlparserv2.jar;E:\oracle\ora92\oui\jlib\share.jar;." opatch/CheckConflict "E:\oracle\ora92\oui" "e:\oracle\ora92" opatch.pl 1.0.0.0.50 3738339 "3741539 3528282 3516951 3622875 3668572 3371796 3239873 3356103 3543125 3666502 2800494 2824035 2964252 3617042 3320622 3571233 3253770 3492040 3566469 3354470 3625370 3583686 3150750 3617519 3635177 3597640 3749394 3542588 3698501 2954891 2918138 3559212 3518909 3412818 3430832 3172282 3358490 3637624 3458446 3179637 2810394 3668224 3609791 3566813 3475932 2338704 3412136 3388633 3540576 3571226 3575743 2690205 3240280 3509265 3177513 3575747 3811906 3554319 3752406 3323435 " E:\3738339\etc\config\actions"
Result:
opatch.pl version: 1.0.0.0.50
Copyright (c) 2001-2004 Oracle Corporation. All Rights Reserved.
The filename, directory name, or volume label syntax is incorrect.
Error in executing Java program to check conflict
ERROR: OPatch failed during pre-reqs check.
Now there is no problem with executing the last java program in the same prompt by removing the first and the last double quote "
Please advise.
Thanks in advance.

hi somnath,
this is the portal content management forum. for your database question please use the database forums:
http://forums.oracle.com/forums/index.jsp?cat=18
thanks,
christian

Similar Messages

  • Error :  While applying the Patch 4440000

    Error :  While applying the Patch 4440000
    FAILED: file igwprop.odf on worker  1 for product igw username IGW.
    When i check the worker log file i got this error
    The sequence IGW_AWARDS_S in the database is defined as:
    MINVALUE = 1 MAXVALUE = 2147483647 INCREMENT BY = 1
    CYCLE = NO ORDER = NO CACHE = 1000
    which should be defined as:
    MINVALUE = 10000 MAXVALUE = 2147483647 INCREMENT BY = 1
    CYCLE = NO ORDER = NO CACHE = 1000
    (Note: The cache value for sequence IGW_AWARDS_S is 20 in the ODF file. The value 1000 is being used instead because this provides better performance when selecting from the sequence.)
    Alter the sequence with :
    Start time for statement below is: Sun Oct 06 2013 22:16:28
    ALTER SEQUENCE IGW.IGW_AWARDS_S MINVALUE 10000
    AD Worker error:
    The following ORACLE error:
    ORA-04007: MINVALUE cannot be made to exceed the current value
    occurred while executing the SQL statement:
    ALTER SEQUENCE IGW.IGW_AWARDS_S MINVALUE 10000
    AD Worker error:
    Unable to compare or correct sequences
            because of the error above
    Time when worker failed: Sun Oct 06 2013 22:16:28
    plz help me in solving this.

    Check the current value of IGW_AWARDS_S sequence and make sure the MINVALUE in the patch (i.e. 10000) is not greater than the current one.
    OERR: ORA 4007 MINVALUE cannot be made to exceed the current value (Doc ID 19824.1)
    You may also log a SR.
    Thanks,
    Hussein

  • Error while applying the Service Policy

    Hi,
    I am getting the below error while applying the service policy to the Interface.
    I have set the mpls exp 4 as well as want to limit the bandwidth to 1Mbps
    PE#sh policy-map setexp-GBoIP
      Policy Map setexp-GBoIP
        Class GBoIP-traffic
          set mpls experimental imposition 4
         police cir 1024000 bc 32000
           conform-action transmit
           exceed-action drop
    PE(config-if)#int vlan 2007
    PE(config-if)#service-policy input setexp-GBoIP
    QoS-ERROR: Addition/Modification made to policymap setexp-GBoIP and class GBoIP-traffic is not valid, command is rejected
    As well as I have created new clas--map with priority and Bandwidth and applied in output direction, I got the belwo error while applying the Service policy in
    PE(config-if)#service-policy out TEST
    bandwidth command is not supported in output direction for this interface
    PE(config-if)#service-policy output TEST
    priority command is not supported in output direction for this interface
    Any idea why so ?
    Thanks in Advance.
    Regards,
    Nilesh

    Check the current value of IGW_AWARDS_S sequence and make sure the MINVALUE in the patch (i.e. 10000) is not greater than the current one.
    OERR: ORA 4007 MINVALUE cannot be made to exceed the current value (Doc ID 19824.1)
    You may also log a SR.
    Thanks,
    Hussein

  • "There was an error opening this document. The filename, directory name, or volume label syntax is i

    "There was an error opening this document. The filename, directory name, or volume label syntax is incorrect."
    I tried different versions, no avail.
    I think it has to do with the password somehow, but I do not know. I can copy the files from the web folder to my desktop and they open fine (after entering the password AGAIN), but I can not open them directly form the web folder - it does not ask for the password again, just pops up the error.
    Adobe's support really upset me (insert explicative here) by keeping me on the phone for 20 min, collecting all sorts of information about me (not the problem) with some lady who barely spoke English, just to tell me to go to the website. No surprise they need to charge for tech support, customer service is doing everything but "service". I hate companies that do this. I am thinking of using another PDF reader, I have heard good things about them. Check
    http://en.wikipedia.org/wiki/List_of_PDF_software
    Has anyone ever been able to find a fix? I can not find anything on this site.

    Howdy, Moritz!
    Thanks for the suggestion, but this is not an issue of filename and language conflicts, at least in my environment. I highly doubt that's the root cause of this issue.
    The PDF files in my tests have all had very simple names, such as 123.pdf and test.pdf, as well as more complicated names with spaces in them. Nothing about the files contains anything outside of the English language, including the content and filenames.
    From everything I've been able to determine, this is a WebDAV-related security issue that affects programs like Acrobat Reader. I know for a fact that MS's KB892211 WebDAV patch doesn't create the issue, however MS's update to that 892211 patch DOES create the issue. As I've outlined earlier in this thread, my extensive testing has proven this more than once.
    At this point, I haven't been able to accurately uninstall the update to 892211 after the update has been installed. And, as far as I can tell, the update to 892211 comes down from MS as a Office and/or Windows Update component. So, everyone has it, the uninstaller doesn't work, and there's no documentation detailing what registry entries are being changed when the update to 892211 is installed.
    My ultimate goal is to bring a test machine to the point just before the update to 892211 goes on, fire up the Registry, Process, and File monitors on my test box, and install the 892211 update. This should give me an accurate picture of what I need to restore in order to rid the machine of the update to 892211.
    Until Microsoft officially fixes the issue, I am not totally sure how this will be resolved. I've ceased my work on the issue for now since copying the PDF file from the WebDAV share to the user's desktop gets the user what they wanted in the first place - the ability to open the PDF file!
    Maybe, once some other projects slow down a bit, I might get back to creating a solution, but it's going to be a "hack" no matter which way you slice it. I'd much rather MS spend their time creating the solution. If I have to do it, my fee to MS will be quite HIGH! :*)
    George B.

  • Oracle Secure Backup error: 'No such file or directory'

    Hi,
    could you help me to fix the following issue?
    RMAN> run {   ALLOCATE CHANNEL c1 DEVICE TYPE sbt PARMS='SBT_LIBRARY=C:\windows\
    system32\orasbt.dll' ; backup database format 'CF_%d_%T_s%sp%pt%t'; }
    using target database control file instead of recovery catalog
    allocated channel: c1
    channel c1: SID=8 device type=SBT_TAPE
    channel c1: Oracle Secure BackupStarting backup at 26-OCT-09
    channel c1: starting full datafile backup set
    channel c1: specifying datafile(s) in backup set
    input datafile file number=00001 name=C:\APP\AIME\ORADATA\ORCL\SYSTEM01.DBF
    input datafile file number=00002 name=C:\APP\AIME\ORADATA\ORCL\SYSAUX01.DBF
    input datafile file number=00003 name=C:\APP\AIME\ORADATA\ORCL\UNDOTBS01.DBF
    input datafile file number=00004 name=C:\APP\AIME\ORADATA\ORCL\USERS01.DBF
    input datafile file number=00005 name=C:\APP\AIME\PRODUCT\11.2.0\DBHOME_1\DATABA
    SE\TBS_5.F
    channel c1: starting piece 1 at 26-OCT-09
    released channel: c1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on c1 channel at 10/26/2009 00:20:54
    ORA-19506: failed to create sequential file, name="CF_ORCL_20091026_s10p1t701223
    652", parms=""
    ORA-27028: skgfqcre: sbtbackup returned error
    ORA-19511: Error received from media manager layer, error text:
    sbt__rpc_cat_query: Query for piece CF_ORCL_20091026_s10p1t701223652 failed.
    (Oracle Secure Backup error: 'No such file or directory').
    Thanks,
    jun

    You can work entirely in Xcode by using the command-line tool template in C. Xcode > File > New > Project > Command-Line Tool > Next > Language: C > Next > Create.
    If you do want to work on the command line, you may as well just use the "clang" program instead. The "gcc" tool is just a compatibility tool for existing scripts that are expecting the actual "gcc" program. Apple hasn't used the real "gcc" for years. (Read up on the GPLv3 for more information.)
    The gcc/clang arguments are the same. The "-c" flag instructs the compiler to only compile a single .c file into a .o object file. It won't create an executable. If you are only compiling a single source file, just omit the "-c" flag and the compiler will create an executable named "a.out" that you can run by typing "./a.out". You can specify "-o <executable name>" if you want to specify a name. Once you get more than a handful of source files, using the terminal starts to become a hassle. At that point, you definitely want to start using Xcode.
    I'm not sure why you would try to compile "helloworlddot1.c" and then get an error message about "filename.c". Something else is wrong.
    If you are working in the Terminal, it is easiest to use the "cd" command to move into the same directory as your source files. Then you don't have to keep typing the full path.
    It is hard to say what the "best" community is. There are many to choose from.

  • There was an error opening the document. The filename, directory name, or volume label syntax is inc

    I have two machines, both with the latest version of Adobe reader installed. I have received an email which contains 2 .pdf file attachments - the file names are in Russian Font (Cryllic)
    PC 1 opens these docs fine - I double click the file name and the document opens as usual.
    PC 2 comes up with the following error message "There was an error opening the document. The filename, directory name, or volume label syntax is incorrect" - Though if I save the files to my machine and then rename them using English fonts - they open up without any problems.
    Both machines are XP SP2 - any ideas why one machine will open the files fine, but the other one has problems?
    Any and all assistance is greatly appreciated!
    Cheers
    Benny

    Hi I have same thing!
    Please write if u find solution.
    Best regards,
    Igor :)

  • Error saying "There was an error opening this document, the filename, directory name, or volume label syntax is correct"

    At my work we uses Macs to prepare PDF’s and the create folders to archive and print them. Other areas of work use PC’s to review these PDF. When they go to review these folders there is a small black dot which appears under random characters in the folder name and when they try and open the file an error message saying “There was an error opening this document, the filename, directory name, or volume label syntax is correct”. On the PC they can delete the name and rename the folder and the error disappears. If anyone can shed some light on this it would be greatly appreciated.  If I was to have a guess I think its most likely an error with character recognition between the MAC and PC.  Any help would be great , thank you 

    See if this helps on the charachters...
    http://averstak.tripod.com/fatdox/names.htm

  • Ejbc found errors  (The filename,directory name or volume syntax is incorrect

    hi ^^
    i did like this to deploy test bean..
    java -classpath %CLASSPATH% -Dweblogic.home=%WL_HOME% weblogic.ejbc -compiler javac
    build\std_ejb_%BEAN_NAME%.jar %MYSERVER%\ejb_%BEAN_NAME%.jar
    ERROR: Error from ejbc: D:\temp\ejbcgen\Files\JavaSoft\JRE\1\3\1_03\lib\rt\jar;C
    :\ProgramAD.ser (The filename,directory name or volume syntax is incorrect )
    helpful somedody said "this is bug so you must upgrage to 6.x"
    but myfriend is using well 5.1 on linux2.4 (me : window2000 pro)
    thank very much..

    Hi seethesh,
    The classpath in my system is :
    CLASSPATH=d:\jdk1.2.2\bin\;d:\jdk1.2.2\lib\;d:\jdk1.2.2\lib\servlet.jar;.;d:
    \j2sdk1.4.0\bin\;d:\j2sdk1.4.0\lib\;.;d:\weblogic
    \classes\;d:\weblogic\lib\weblogicaux.jar\;.;
    i do not have a rt.jar in my jdk...
    Please reply soon.....
    Thanks,
    Anitha.

  • Export Tasksequence fail with error "The filename, directory name, or volume label syntax is incorrect"

    Hello
    When I try to Export a Task Sequence I recive the following error in the Export Wizard
    Error: The filename, Directory name, or volume Label Syntax is incorrect
    Dos someone now this error or is ther a log with more Information? In the Log TaskSequenceProvider.log I dont find any error.
    Andreas

    Hi Jörgen
    Thanks for the Answer, I have exported do the Root of
    a Drive.<o:p></o:p>
    Put I have found the Problem, a Application Package pointed
    to a Source path that doesn’t exists any more<o:p></o:p>
    Andreas

  • The filename, directory name, or volume label syntax is incorrect

    Hi All,
    Was try to run the ADF Sample tutorial available on the Oracle site.
    Am using Virtual box for the windows environment for running Jdeveloper 11g.
    my data base is up and running...
    I can test the Model by running AppModule... its perfect... getting record and can update them as well.....
    When jsf page tried to run ... errored as below...
    Deployment cancelled.
    [01:00:16 PM] ----  Deployment incomplete  ----.
    [01:00:16 PM] The filename, directory name, or volume label syntax is incorrect
    Couldnot fnd useful info by googling...
    Please let me know if anyone come across such an error?
    Thanks,
    Kittu

    Yes, same directory structure is created automatically when i tried to run the jsf page from jdeveloper, which was created newly from new project application.
    previously once i tried of manually renaming "system11.1.2.4.39.64.36.1" to "system11", but when i ran my page, new dorectory "system11.1.2.4.39.64.36.1" created again and same error encountered.... then i removed two of the above... and just build the new project in jdeveloper and ran it... asked me for weblogic user and password, thats it ...page was running fine, when i got n check the directory same old name "system11.1.2.4.39.64.36.1" was created...
    Thanks,
    Kittu

  • Java.io.IOException: The filename, directory name, or volume label syntax i

    Well while performing a file upload operartion i'm getting this error, how to correct this. Though the file is being uploaded.
    java.io.IOException: The filename, directory name, or volume label syntax is inc
    orrect
    at java.io.Win32FileSystem.canonicalize(Native Method)
    at java.io.File.getCanonicalPath(File.java:437)
    at org.apache.tomcat.util.FileUtil.safePath(FileUtil.java:184)
    at org.apache.tomcat.core.Context.getRealPath(Context.java:794)
    at org.apache.tomcat.facade.ServletContextFacade.getRealPath(ServletCont
    extFacade.java:136)
    at com.applabs.upload.SmartUpload.isVirtual(SmartUpload.java:715)
    at com.applabs.upload.SmartUpload.getPhysicalPath(SmartUpload.java:621)
    at com.applabs.upload.File.saveAs(File.java:49)
    at com.applabs.upload.SmartUpload.save(SmartUpload.java:212)
    at com.applabs.upload.SmartUpload.save(SmartUpload.java:193)
    at _0002fupload_0002ejspupload_jsp_1._jspService(_0002fupload_0002ejspup
    load_jsp_1.java:109)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspSer
    vlet.java:177)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:3
    18)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:391)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:4
    04)
    at org.apache.tomcat.core.Handler.service(Handler.java:286)
    at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372
    at org.apache.tomcat.core.ContextManager.internalService(ContextManager.
    java:797)
    at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743
    at org.apache.tomcat.service.http.HttpConnectionHandler.processConnectio
    n(HttpConnectionHandler.java:210)
    at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:
    416)
    at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java

    hi do u know how to download file using JSP smart?

  • Server 2003 to 2008 DCPromo fails - "The filename, directory name, or volume label syntax is incorrect"

    I've done the adprep32 on 2003 server standard for /forestprep, /domainprep, and /rodcprep without an error, as instructed by several docs on web.  But in final stage of dcpromo on 2008 server standard, it fails with
    Active Directory Domain Service could not replicate the directory partion CN=Schema,CN=Configuration,DC=domain,DC=local from the remote Active Directory Domain Controller Old-DC.
    "The filename, directory name, or volume label syntax is incorrect."
    I've found several docs online, but non-helped.  After about 20 hours of numbing fingers, I found docs to manually move DNS and DHCP from 2003 server to 2008 server.  But the Active Directory on 2008 server won't start because I can't get that
    DCPromo to finish.
    Is there a way to manually move the login ID's and passwords to 2008 server and activate the Active Directory Service?
    Thanks.

    I've already looked at it, and used it to google. Tried every suggestion I could find. Below is snippet of the file:
    09/18/2014 19:53:26 [INFO] Creating the NTDS Settings object for this Active Directory Domain Controller on the remote AD DC NT-FS1...
    09/18/2014 19:53:26 [INFO] Replicating the schema directory partition
    09/18/2014 19:53:26 [INFO] Error - Active Directory Domain Services could not replicate the directory partition CN=Schema,CN=Configuration,DC=domain,DC=local from the remote Active Directory Domain Controller NT-FS1. (123)
    09/18/2014 19:53:26 [INFO] EVENTLOG (Error): NTDS General / Internal Processing : 1168
    Internal error: An Active Directory Domain Services error has occurred.
    Additional Data
    Error value (decimal):
    -1073741823
    Error value (hex):
    c0000001
    Internal ID:
    300162a
    Hi
    can you navigate to the following log file: %SystemRoot%\Debug\Dcpromo.log let us know what it contains.

  • W2008 R2 adding a source drive fails "The Filename, directory name, or volume label syntax is incorrect"

    I've a scheduled backup running to multiple removable disks. Some are offsite. Windows server 2008 R2.
    I have added a new volume to the server that needs to be backed up to the same set of removable disks. 
    However from the GUI when I try to modify the backup to include the new source volume, I get the "The Filename, directory name, or volume label syntax is incorrect".
    Have I got to take all my offiste disks onsite, delete the entire backup job (and loose all my backup history) and recreate for the new source set, adding one target volume at a time? OUCH!
    Carol

    Hi,
    I have the same issue. I have a Server 2012 running with three hard drives. Two of them show up correctly and are added to the Full Backup. The third and most important is not showing up in the list of drives, and it is not being backed up. I tried using
    recover.
    I have used the wbadmin in comman console for destination disks, but I can not find a way to add a source disk. I have never encountered a backup program that will not automatically add a hard drive when it is set to Full backup, or manually let me add one.
    Any solution to this problem would be appreciated.
    Thanks,
    Finn

  • Illustrator can't work properly: "the filename, directory name, or volume label syntax is incorrect"

    When I run Illustrator there is a "New Features" pop up window, I click on "see all the new features", it popup a blank notepad and another system new message: "the filename, directory name, or volume label syntax is incorrect". Also when I try to use Typekit fonts it happens the same thing...
    Already cleared with CC Clearer, installed Extension Manager to see if its conflicting, but my Illustrator can't work properly.

    Moving this discussion to the Illustrator forum.

  • Error While applying the maintenance pack12.1.1

    Hi All,
    While upgradeing the applications from12.0.4 to 12.1.1 ,While applying the maintenance pack patch(7303030) iahave encountered the below error
    worker failed with the below Error
    sqlplus -s APPS/***** @/oracle/AMALCRP/apps/apps_st/appl/zx/12.0.0/patch/115/sql/zxmigratefc.sql
    DECLARE
    ERROR at line 1:
    ORA-01422: exact fetch returns more than requested number of rows
    ORA-06512: at "APPS.ZX_FC_MIGRATE_PKG", line 386
    ORA-06512: at "APPS.ZX_FC_MIGRATE_PKG", line 978
    ORA-06512: at "APPS.ZX_FC_MIGRATE_PKG", line 5017
    ORA-06512: at line 6
    Please let me know if ther is any possible solution for this
    Thanks iN Advance
    Sagi

    For the first Error
    Sol:1. Download patch 8593634:R12.ZX.B and unzip the patch to a temoprary folder.
    2. Backup the file $ZX_TOP/patch/115/sql/zxfcmigrateb.pls
    cp $ZX_TOP/patch/115/sql/zxfcmigrateb.pls $ZX_TOP/patch/115/sql/zxfcmigrateb.pls-BKP
    3. Copy the file zxfcmigrateb.pls from the patch location (/<PatchUnzipLocation>/zx/patch/115/sql/zxfcmigrateb.pls) to $ZX_TOP/patch/115/sql/zxfcmigrateb.pls
    4. Execute the newly copied file using SQLPLUS:
    sqlplus apps/<apps password>
    SQL> @ $ZX_TOP/patch/115/sql/zxfcmigrateb.pls
    5. Now re-start the failed worker for patch
    Next i got the Error which is mentionedin the note 1299350.1
    Sol:
    1. Download patch 10250232:R12.ZX.A and unzip the patch to a temoprary folder.
    2. Backup the file $ZX_TOP/patch/115/sql/zxfcmigrateb.pls
    cp $ZX_TOP/patch/115/sql/zxfcmigrateb.pls $ZX_TOP/patch/115/sql/zxfcmigrateb.pls-BKP
    3.
    Copy the file zxfcmigrateb.pls from the patch location
    (/<PatchUnzipLocation>/zx/patch/115/sql/zxfcmigrateb.pls) to
    $ZX_TOP/patch/115/sql/zxfcmigrateb.pls
    4. Execute the newly copied file using SQLPLUS:
    sqlplus apps/<apps password>
    SQL> @ $ZX_TOP/patch/115/sql/zxfcmigrateb.pls
    5. Now re-start the failed worker for patch
    But Theses patches require passcode which we getonly by logging an SR
    Thanks
    Vinay Varma

Maybe you are looking for

  • Can we use Loop Statement for Ranges

    Hi Friends, I have a range say R_Range. I need to loop at each line item and get the values in another range R_New_Range, i have to count the number of items in R_new_range. How is it possible. I know range is nothing but an internal table. So we can

  • Itunes V11 Freezing

    I recently purcahsed an Iphone 4S to replace my aging but perfectly usabel Iphone 3GS. In trying to sync up and restore my backuped applications etc from Itunes I could not get anything to work.  The Itunes program would freeze even if teh iphone was

  • Come on, Oracle, where's the quality?

    It's getting really bad and EBS is by no means the sole culprit, although it's definitely a prime example of why people complain about poor-quality product coming from Oracle. Maybe a couple examples are in order: Sloppy: The reference EBS implementa

  • Why do we use Integration Scenario in IR

    hi 2 all, i wanted to know why do we use Integration Scenarios and how to configure it ,i mean what are the steps for it Edited by: ujjwal kumar on Mar 11, 2008 11:19 AM

  • How do I duplicate or copy a table onto the same page?

    In Pages, how do I duplicate or copy a table onto the same page?