Level of apps to copy excluding output files

Dear all,

What is the best practice to copy level apps in a fast and efficient way on the Linux platform.

It will also be possible to exclude output directories with tar or while PCs.

EBS version 12.1.3

OS: rhel 6.4

Thank you

Hello

What is the best practice to copy level apps in a fast and efficient way on the Linux platform.

It will also be possible to exclude output directories with tar or while PCs.

You can exclude completely from INST_TOP for the copy of the files to the target server. You can use scp or you can use the media for backup and restore management library if it is available in your backup solution.

Kind regards

A H E E R X

Tags: Oracle Applications

Similar Questions

  • Copy hundreds of files

    Copy hundreds of files (including different types of files), but exclude .pdf files and intact the .xls files.

    Can I use robocopy to do? If so, how? If this is not the case, how can I do?

    I haven't used, but I would have thought /XF with characters using generic work - /XF *.pdf *.xls

    You can also use the option/l to check that the robocopy will take before running it for real. Help for robocopy, type robocopy /? in a command prompt or Powershell.

    If you prefer a program with a graphical interface, take a look at this: http://technet.microsoft.com/en-us/magazine/2009.04.utilityspotlight.aspx . It allows filtering by file name and extension.

  • Refused to output file: the application icon as a default icon

    Hello

    After presenting my first BB app for review, my request was denied due to: "I've noticed that the app icon appears as a default icon. If you use our Eclipse plugin, please check your BlackBerry_App_Descriptor.xml file and make sure that you correctly specify your custom application icon"

    So, I changed the xml file and now I want to update (replace) my output files. On behalf of the seller Poratl, 'Presentation of release edition', to the 'Add Release Version' tab, I found bundles of 'file', but I can't find an option to replace the zip file, or delete the files. I don't know what to do to solve this problem.

    Please help, thanks.

    Manage products-> under releases column, click on + and repeat the download of the new bar.

  • Can copy only 8 files at once!

    It drives me crazy! I wrote a small utility to help me with some issues that we are dealing with in the House and he made that move the jpg of the memory of the device on the SD card. The problem I encounter is that there are 57 files on this particular device and my code will copy only 8 files before the slightest error on.  I have marked the place where the problem is with 'TODO' If you want to find the place in the code below.  Basically, it fails when creating the file 9.  I checked the space SD card - that's fine.  I used a different set of files and it still does not work on the file 9.  The file names are very simple, so no problem there.  That's all just weird.

    private int moveFilesToCard(String directory, Vector files)
    {
        String SDCardDir = "file:///SDCard/Blackberry/Pictures/";
        int index = files.size();
        int count = 0;
    
        //Main loop through the list of files to be copied
        _screen.updateStatus("Copying files...");
        for( int i = 0; i < index; i++ )
        {
            String name = (String) files.elementAt(i);
            FileConnection iFile;
    
            try
            {
                // Attempt to open the source file
                _screen.updateStatus("Opening " + directory + name);
                iFile = (FileConnection)Connector.open(directory + name);
                if(!iFile.exists())
                {
                    throw new IOException("Input file could not be opened when copying.");
                }
    
                // Attempt to open the destination file
                _screen.updateStatus("Opening " + SDCardDir + name);
                FileConnection oFile = (FileConnection) Connector.open(SDCardDir + name);
                if(!oFile.exists())
                {
                    // Create file if it doesn't exist
                    _screen.updateStatus("Creating " + directory + name);
                    oFile.create();   //<------- TODO: This is where it fails on the 8th file.
                }
    
                // Open the input and output streams for copying the file.
                InputStream is = iFile.openInputStream();
                OutputStream os = oFile.openOutputStream();
                _screen.updateStatus("Reading " + name);
    
                // Copy the data over
                int data = is.read();
                while( data >= 0 )
                {
                    os.write(data);
                    data = is.read();
                }
                _screen.updateStatus("Writing " + name);
                os.flush();
                count++;
    
                iFile.close();
                oFile.close();
            }
            catch (IOException e)
            {
                if( Dialog.ask( Dialog.D_YES_NO, "Error opening or creating " + name + ". Continue?" ) == Dialog.NO )
                {
                    break;
                }
                e.printStackTrace();
            }
        }
        return count;
    }
    

    You can close your connections and streams in the 'finally' section to make sure that they close.

    You close the stream, just the connections. You can close the stream too to be sure. BlackBerry has a limit on the number of open connections, you can have.

    It should also be a message with your IOException. Check the log output

  • CANNOT OPEN OUTPUT FILE, CANNOT DELETE THE OUTPUT FILE

    Try to patch effect for Deskjet 722C for Windows 7.  Not able to replace the existing .dll files.  Error messages: could not open the output file, cannot delete the output file.

    Thank you for your response.  I found these solutions but still had problems.

    However, I was able to bypass Windows with a DOS command that did the trick.

    C:\Windows\System32>copy C:\temp\hpvdb720.dll C:\windows\system32\spool\drivers\x64\3

  • How to run the rman output files, which are more days of retention

    I use for my rman backup tasks.

    I have format my output files of rman to a specific path, instead of the fast recovery area.

    Also, I spend below command in RMAN

    RMAN > CONFIGURE RETENTION POLICY to RECOVERY OF 7-DAY WINDOW;

    And the "control_file_record_keep_time" parameter is also set to 7.

    I've been running rman for 8 days. Everything seems good. But I find several rman output files are more than 7 days.

    So, I just want to know how to handle the rman output, which is longer than 7 days files?

    In fact, I assumed that these older files should be obsolete files, but rman is not to declare that they are obsolete.

    So how do now?

    user8710670 wrote:

    I use for my rman backup tasks.

    I have format my output files of rman to a specific path, instead of the fast recovery area.

    Also, I spend below command in RMAN

    RMAN > CONFIGURE RETENTION POLICY TO RECOVERY OF 7-DAY WINDOW;

    And the "control_file_record_keep_time" parameter is also set to 7.

    I've been running rman for 8 days. Everything seems good. But I find several rman output files are more than 7 days.

    So, I just want to know how to handle the rman output, which is longer than 7 days files?

    In fact, I assumed that these older files should be obsolete files, but rman is not to declare that they are obsolete.

    So how do now?

    Windows 7 day average recovery rman will protect everything necessary for the recovery to any point in time in the last 7 days.  In fact, in the last 604800 seconds.  The same will mean that he need the files OLDER than that.  Simply because a backupset is older that your recovery window does NOT as yet, it is obsolete.  Any recovery begins with the last FULL or INCREMENTAL backup ZERO before the recovery point.  And it does not matter how old the backup is, it will be obsolete.  Suppose you take a level 0 backup, 1 January and for the rest of the year taking nothing but level 1 and backup archivelog.  31 December than and only the full backup will still not be obsolete, even though he is a year old.

    ============================================================================

    removal of the obsolescence of RMAN

    Day 1 - level 0

    Day 2 - level 1

    Day 3 - level 1

    Day 4 - level 1

    Day 5 - level 1

    Day 6 - level 1

    Day 7 - level 1

    Day 8 - level 0

    Day 9 - level 1

    Day 10 - level 1

    Day 11 - level 1

    Day 12 - level 1

    Day 13 - level 1

    Day 14 - level 1

    On day 14, your window of 7 days is up to date 7.  A recovery to date must begin by restoring the backup of level 0 of the day 1. So it may be outdated.  Some level 1 between 1 and 6 days backups might be obsolete, depending on if they are incremental or cumulative, and it also happens with archivelogs.

    If you have access to MOS, you can review the notes 462978.1 and 463875.1.

    ============================================================================

  • Adobe error: impossible to copy a critical file

    anyone can fix?

    Adobe error: impossible to copy a critical file

    error code: 43

    Cannot install the CC app

    After you run the: creative cloud set up

    It will be stuck on 1% and no change then the error occurs

    Please visit get the 43 error when you try to update creative cloud.

    Concerning

    Hervé Khare

  • My computer crashed and after the purchase of another, I used the Migration Wizard to copy all the files to the new computer.  Everything was going well until I tried to launch LR6.  It was two weeks ago and a search for many pages of the Adobe Web site. 

    My computer crashed and after the purchase of another, I used the Migration Wizard to copy all the files to the new computer.  Everything was going well until I tried to launch LR6.  It was two weeks ago and a search for many pages of the Adobe Web site.  I think I've exhausted all the remedies listed without success codes error A12E5 to questions cloud creative, Manager of Application and error 1: Configuration problems.  I'm ready to reformat my computer and try again with Time Machine.  Help would be greatly appreciated before I waste more time on this task. Any further suggestions?

    Migration of Mac with Time Machine WILL NOT WORK with the Adobe program activations due to hidden registration files

    Sign out of your account... Uninstall... to run vacuuming...

    -non-Cloud programs, to disable the service before uninstalling

    -http://helpx.adobe.com/creative-cloud/help/install-apps.html (and uninstall)

    -using the vacuuming after uninstalling and before reinstalling is often necessary

    -https://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html

    -Restart your computer... Sign in to your account... Reinstall

  • Output file was found, but is of size zero - suppressed during execution of XML, PDF reports in r12

    Hello

    After that I have clone, when executing reports, all reports are pointing to the old location as stated below, I followed some documents for the issue, but still no help. Please help me it is urgent.

    I mentioned the Sub oracle documents already and implemented changes that by the solution, but no help, the problem still exists.

    Output Post processor Log File contains java.io.FileNotFoundException (no such file or directory) error [463388.1 ID]

    BI Publisher requests fail Due To java.io.FileNotFoundException - no such file or directory [1072383.1 ID]

    XMl editor reports fail with java.io.FileNotFoundException on Temp Directory after cloning [1189764.1 ID]

    Error in the XML Editor: FileNotFoundException: (System file read-only (errno:30)) [742164.1 ID]

    [189179:RT2640592] Output file was found, but is zero size - deleted

    [13/11/13 11:49:55] [UNEXPECTED] [189179:RT2640592] java.lang.reflect.InvocationTargetException

    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:597)

    at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:611)

    at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:239)

    at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)

    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)

    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)

    at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)

    at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)

    at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)

    at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5936)

    at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3459)

    at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3548)

    at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:302)

    at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:176)

    Due to: java.io.FileNotFoundException: /u02/oracle/PROD/apps/apps_st/appl/per/12.0.0/xml/MASHCO_SUB_TEMPLATE.rtf (no such file or directory)

    at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)

    at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:571)

    ... more than 17

    Please help it is urgent.

    Kind regards

    Mohammed

    Hi Yang,.

    Thanks for the update!

    Good to hear about the issue is included, and you are welcome brother

    Please mark the thread as answered, as it would help others looking for answers to such queries.

    Best regards

    Asif

  • Order DATAEXPORT does not Level0 data in the output file.

    We use essbase worm 9.3.1.3 well explicitly programmed for lev0 members in the output file, output file has no-Level0 members.

    Please see the code...
    =========================

    SET DATAEXPORTOPTIONS
    {DataExportLevel "Level0";
    DATAEXPORTCOLFORMAT ON;
    DATAEXPORTOVERWRITEFILE ON;
    WE DataExportRelationalFile;


    };

    / DIFFICULTY (@RELATIVE ("distributable (allocated) income ', 0), @RELATIVE (" income Net Control", 0"),)
    @RELATIVE ("accounts balance sheet", 0),
    @RELATIVE("Qtr1",0), @RELATIVE("Qtr2",0), @RELATIVE("Qtr3",0), @RELATIVE("Qtr4",0),
    @RELATIVE("FY2010",0), @RELATIVE("FY2011",0),
    @RELATIVE("Organization",0))

    DATAEXPORT 'File ' ' | ' 'Filename.txt ';

    ENDFIX
    =======================================

    Can you please help?

    Thank you

    AVI

    Members that are not zero-level, look to see if they are the parents of an only child. If so, do the parents share ever and it will solve your problem.

  • problem with ghostscript ["Distill" did not produce the output file]

    Hello

    We try to convert the files to PDF using ghostscript.
    The steps that I followed by installing the Distiller

    First, I installed gs8.64 and configure distiller
    Refinery engine server-> Conversion Settings-> third-party Application-> Distiller Settings-> options->
    Use GhostScript and the path to install dierctory under C:/Program Files/gs/gs8.64/
    Installed according to the pdf printer
    Conversion-> primary redention web settings-> convert to PDF using third-party applications

    Server details:
    CS: 10gr 3
    Ghost script 8.64

    Please find details of newspapers below

    Error log...
    Copy c:/ucm/server2/vault/~convert/idc/2/2.txt to c:/ucm/server2/vault/~convert/idc/2/temp.ps
    Waiting for exclusive access on c:/ucm/server2/vault/~convert/idc/2/temp.ps
    Get exclusive access to c:/ucm/server2/vault/~convert/idc/2/temp.ps
    Waiting to distill
    Look for the c:/ucm/server2/vault/~convert/idc/2/temp.pdf file does not have
    "Distill" did not produce the output file 'c:/ucm/server2/vault/~convert/idc/2/temp.pdf '.
    Exception type is "java.lang.Throwable". Details
    An error has occurred. The stack trace below shows more information.

    ! $Copying c:/ucm/server2/vault/~convert/idc/2/2.txt to c:/ucm/server2/vault/~convert/idc/2/temp.ps < br > waiting for exclusive access on c:/ucm/server2/vault/~convert/idc/2/temp.ps < br > obtained exclusive on c:/ucm/server2/vault/~convert/idc/2/temp.ps < br > access pending on distilled < br > check for the c:/ucm/server2/vault/~convert/idc/2/temp.pdf file has no < br > 'distilling '. did not produce the output file 'c:/ucm/server2/vault/~convert/idc/2/temp.pdf '. < br >! syExceptionType, java.lang.Throwable
    java.lang.Throwable
    at intradoc.common.IdcLogWriter.doMessageAppend (unknown Source)
    at intradoc.common.Log.addMessage (unknown Source)
    at intradoc.common.Log.errorEx2 (unknown Source)
    at intradoc.common.Log.errorEx (unknown Source)
    at docrefinery.agent.Logger.logError(Logger.java:138)
    at docrefinery.convert.StepHandler.executeStepByName(StepHandler.java:140)
    at docrefinery.convert.ConversionDriver.processSteps(ConversionDriver.java:231)
    at docrefinery.convert.ConversionDriver.convertDocument(ConversionDriver.java:144)
    at docrefinery.convert.ConversionDriver.processSubConversion(ConversionDriver.java:165)
    at docrefinery.convert.StepHandler.executeStepByName(StepHandler.java:109)
    at docrefinery.convert.ConversionDriver.processSteps(ConversionDriver.java:231)
    at docrefinery.convert.ConversionDriver.convertDocument(ConversionDriver.java:144)
    at docrefinery.queue.PreConvertedRefineryQueueMonitor.handleCurrentQueueItem(PreConvertedRefineryQueueMonitor.java:204)
    at docrefinery.queue.PreConvertedRefineryQueueMonitor.monitorRefineryPreConverterQueue(PreConvertedRefineryQueueMonitor.java:125)
    to docrefinery.queue.PreConvertedRefineryQueueMonitor$ 1.run(PreConvertedRefineryQueueMonitor.java:93)
    at java.lang.Thread.run(Thread.java:595)

    Conversion completed - step PostscriptToPDF forced conversion conversion due to the error engine failure: 'Distil' did not produce the output file 'c:/ucm/server2/vault/~convert/idc/8/temp.pdf '. ». Exception type is "java.lang.Throwable".


    Please suggest me where I'm wrong...

    Thanks in advance,

    Prasad V.

    Hello

    This pf ghostscript version has some problems with conversions and I saw what happens sometimes. I recommend you go to 8.63 if available and the restest to see if the conversion fails

    Thank you
    Srinath

  • All my tabs are missing! Rename and copy/paste the files did not help

    I accidentally opened two windows of Firefox and closed one with all my tabs pinned first, then the second tab. After Firefox reload all my tabs are missing and I tried to rename files, copy and paste files, etc. as suggests these forums, but nothing has worked. I have myself screwed on?

    Check first the Menu history for any tab restore options.
    In the second place.
    If you have already restarted Firefox and have a copy of the files: close Firefox

    1. Open the profile folder profiles - where Firefox stores your bookmarks, passwords and other user data
    2. Save the previous.js recovery.bak and recovery.js under another name
    3. Place the recovery files in the profile folder.

    So that this does not happen again change your tab Preferences and settings or try Session Manager add and save your profile.

  • I copied the old file of passwords in the new profile, but do not see.

    Got a new laptop. Copied the content from the old profile to new profile. Most of the old information are there (bookmarks), but I do not see the passwords. I repeated copying the two files key3db and logins.json specifically, but even the passwords saved on my old profile are not there...

    Could you try again in a new profile and copy only the files logins.json and key3db?

    Create a new profile as a test to see if your profile is the source of the problem.

    See "create a profile":

    If the new profile works then you can transfer files from a profile already used in the new profile, but be careful not to copy files corrupted to avoid transporting more problems.

  • I can't download to work - it does not copy the mp3 files to my location (as defined in tools/options) - it gives me a new window with a player - no dwnlo

    I am running windows xp sp2 and I put my site to dowload under (Tools/options), but when I select an MP3 file to download, firefox does NOT copy the file to my location of choice on my HD - instead, it opens a new window with a 'player' of fortune and starts to load the player with the MP3 file. The problem is that I have no idea where on my system, firefox has copied this file, so, I can't leave and come back later and read this MP3 file using winamp. I need to hear right then or lose - if I close this new window (with this puny little ' player'), then I lose the download, there where to put firefox on my PC (I have no idea where it is). It's all under firefox 25.0

    I also use FIrefox 12.0 on an older windows 2000 machine and that works perfectly - I can download any MP3 file, I want to, and downloads of firefox 12.0 (on win2k, sp4) to my location (on my HD), and it gives me the download window so I can watch its progress and have some control over break and resume , and, when it's done, the download window offers me the option 'open containing folder' so I can make sure that where I wanted. In other words, Firefox 12.0 on WIn2k, sp4 works better than firefox on winxp sp2 25.0! What gives? I went through and set up my options for XP just like I did with Win2k and everything looks good, but firefox 25.0 don't know just my chosen and always default place to give me fortune player and I am not able to actually copy the mp3 files on my hard drive - it's firerox almost unusable 25.0 since downloading mp3 files is a big part of my use firexfox - please help. I am not able to upgrade windows at this time, and since firefox 12.0 still works fine on win2k, I do not understand what has happened to firefox?

    Hello littleberry, you can click on the link that leads to an mp3 file or right click on the drive in firefox and choose to download the file like that...

  • "Extraction failure: cannot open output file" error message when installing new drivers

    Hello, I am trying to install new drivers for my HP Photosmart C4385 printer.  I downloaded the complete drivers of features for Windows XP 32-bit, and when I start to install (extract), I get the error message:

    Extraction failed

    Cannot open output file

    And the process ends.  He arrived at about 85% extraction every time.

    No idea why?  I called HP, but no longer under warranty they wanted money, which I think as absolutely ridiculous - not even give me basic support?  Poor, poor customer service.

    Hi GIJeff12,

    Temporarily disable any AntiVirus/Antispyware software.

    Cut the installer on your desktop then click on the Start Menu, click computer, double-click on the C: drive and paste the installler here.  Now try a right click on the installer for your printer, choose 7-Zip and choose Extract the files, and then click Ok.  If the installation program extracts now correctly, follow these steps.  If it does not extract, let me know.

    Disconnect your printer from the PC.  Restart your PC.

    Open the newly extracted folder and double-click the setup application to start the installation (the installation application will probably have the same icon as the original installation software that you downloaded).  Connect the printer to your computer when you are asked.

    If it was a success, re - enable your security software.

    Best wishes

    DP - K

Maybe you are looking for

  • Where to find the user's Guide English iBook to watch?

    When you live is not in an English speaking country? I hate the user guides translated into your native language and still have my devices/Mac in English. The local store iBook does not contain an English version.

  • user database handle is corrupt

    the system is 7 pro and it runs a program that needs to vpn to another computer, other automatic windows 10 updated and we used the do not install key. at this time, we tried to up the vpn again and it gives us an error message "user database handle

  • Problems with the Favorites after the installation of KB3124275.

    Original title: cannot start favorites with KB3124275 installed. Cannot start favorites with KB3124275 installed. deleted by ok date WIN 7 PRO IE 11

  • Previews of the Windows Desktop for PDF files icon

    I'm running Windows 7 Ultimate x 64 and use a large number of PDF documents. My problem is that only some PDF document files that I leave on my desk display the image thumbnails.Others show just a generic Adobe logo and a red rectangle that says PDF.

  • Function of redirection between Page A and Page B

    Hi team, I have a questions on Redirect function() The first Option: I have an Page A different information, but when I saved the information, my application go to Page B with a new status messages. I need that Page B start a counter (max 10 seg) and