FCC processing parameter issues

I have some probs with FCC. I am now getting output in exactly the desired format. Am using append in FCC as processing mode. I want to remove the wrong data in the folder. I am using NFS. I don't see the delete option in receiver file adapter FCC processing options.
How do I delete it ? Would overwrite work ? Would it remove the entire data or just the last entry ?
How do we delete it ?

Hi Madhav,
> How do I delete it ? Would overwrite work ? Would it remove the entire data or just the last entry ?
I think you are talking about the target folder file, if yes then it is not possible to delete the records.
Solution is In file construction mode we have to use the create option and select the Overwrite existing file Checkbox.
For using this we have the target folder Write permitions, if our user having those permitions then that file is replaced, then second time onwards use the append option.
Regards
Ramesh

Similar Messages

  • Max processes issue (but not a processes parameter issue)

    I am having ora-0020 max processes issue, but my max processes is set to 550, and I have a highwater mark of 132 processes
    select * from v$resource_limit
    where resource_name = 'processes';
    RESOURCE_NAME CURRENT_UTILIZATION MAX_UTILIZATION INITIAL_ALLOCATION LIMIT_VALUE
    processes 52 132 550 550
    This is a 2 node RAC cluster, and this only happens on one of the nodes. Anyone every see anything like this ?? It looks like some sort of leak with process handles or something.

    This does seem quite strange. What version are you running?
    ORA-0020 does seem to be a problem at the instance level, not the underlying O/S.
    $oerr ora 20
    00020, 00000, "maximum number of processes (%s) exceeded"
    // *Cause:  All process state objects are in use.
    // *Action: Increase the value of the PROCESSES initialization parameter.If the problem was at the O/S level, I'd expect an ORA-12500, "TNS:listener failed to start a dedicated server process".
    -Mark

  • ORA-32003: error occured processing parameter 'distributed_transactions'

    Hi,
    We are having oracle 10g database on AIX platform.As of now,Our database is running on pfile and We wanted the database to run on spfile.I tried to create the spfile and It is throwing the below error.Could somebody help me out on this issue...
    SQL> create spfile from pfile;
    create spfile from pfile
    ERROR at line 1:
    ORA-01078: failure in processing system parameters
    ORA-32003: error occured processing parameter 'distributed_transactions'
    LRM-00101: unknown parameter name 'distributed_transactions'
    I read the following old thread in this discussion forum related to this error , but I could not find a solution in that thread.
    error occured processing parameter

    Hi Satish,
    I'm not sure.I have taken up this project recently and seeing lot of issues with the databases,might be lack of proper administration.
    For some other database also I'm getting the same error for the parameter 'job_queue_interval'
    SQL> create spfile from pfile;
    create spfile from pfile
    ERROR at line 1:
    ORA-01078: failure in processing system parameters
    ORA-32003: error occured processing parameter 'job_queue_interval'
    LRM-00101: unknown parameter name 'job_queue_interval'
    If these are the parameters from oracle 8.1.7,can I comment these out.
    or How can I resolve these issues related to the parameters.

  • Error occured processing parameter

    Hi,
    I need to set new value for log_buffer. so what I did was i issued the following command at sql command prompt
    alter system set log_buffer=50M scope=spfile;
    it throws
    ORA-012095: specified initialization paramer cannot be modified
    so i brought the DB down and I made an entry(log_buffer=50m) in the initfile
    and saved. Then, when I try to create spfile from pfile;
    it throws error
    ORA-91978:failure in processing system parameters
    ORA-32003:error occured processing parameter 'log_buffer'
    Due to this I couldn't resize the log buffer.
    can anyone help me in how to set log_buffer
    Please help in this..... I will e grateful to you
    OS:AIX
    oracle:10.2.0.2.0
    Thanks in advance
    With Regards
    Boo

    What are you trying to resolve or trying to accomplish?
    Setting log_buffer to 50M doesn't make any sense at all,
    as the log_buffer will be written when 1M is dirty or when it's one third full, whichever occurs first.
    You are likely wasting some 45M of memory.
    Sybrand Bakker
    Senior Oracle DBA

  • Processes parameter does not changing

    Hi All,
    Resently we changed the processes parameter from 200 to 500 after changing we can see the new value as 500
    when we restarting the DB using the script addbcctl.sh once again it showing 200
    if we restart the DB(after changing the Processes parameter value) manually as sysdba user at sql prompt it is showing new value i.e 500 but if we restart the DB(after changing the Processes parameter value) using the script addbcctl.sh it is showing old value i.e 200
    Please provide a solution out DB version is 10.2.0.3

    Hi,
    I believe this is because of pfile and spfile. The database script addbctl.sh use the pfile to bring the database up, while when you start the database manually via SQL*Plus it reads the spfile first. So, you can either make the addbctl.sh script read the spfile instead of the pfile -- See (Note: 457257.1 - How to use an SPfile with Auto Config ?) for details OR recreate the pfile from the spfile (take a backup of the pfile first, then issue "SQL> create pfile from spfile;").
    Regards,
    Hussein

  • OWB10gR2 process parameter error

    Hi,
    I have OWB 10gR2 with 2.6.4 Workflow on a 10gR2 database. I create a process flow in owb with a process parameter. The process contains a mapping with an input parameter. I bind the process parameter to the mapping parameter.
    When I deploy the mapping to workflow I see that the mapping and process parameters are not deployed to workflow (wf_activity_attributes). And when I run the process from the control center manager and give a value to the process parameter this value does not appear in the runtime either (all_rt_audit_execution_params).
    It works fine with OWB 9.2 and 10.1.0.4 as well.
    Does anybody have an idea about this problem? What have been changed in R2 OWB in this territory? And how this problem can be solved?
    Thanks,
    Gabor

    could you elaborate a little bit on that?
    I have some issues with all my Process flows, after migrating from 10.1.0.4 to OWB10gR2.
    When I try to generate the PF packages it fails with internal error:
    oracle.wh.service.sdk.runtime.QueryException: null
    - Internal Error Unknown System Parameter PARAM0 for executionAdapterId= 5 executionOperatorId= 1080
    I can not delete this parameter from the process flow (the delete option is disabled when I click on in), and it doesn't complain about another parameter, PARAM, that I created after the migration.

  • Setting processes parameter

    hi guys...
    i'm using db rel 10.2.0.1 enterprise edition, windows server 2003 (32-bit) , on an average work day, about 150 users are connected through the application server to the database.
    how does one know the appropriate value to set the "processes" parameter? what exactly does it depend on?
    oracle documentaion doesn't help much, so if anybody can help, it would be really appreciated.

    The Process parameter depends sort of on Sessions parameter. So if the number of sessions are 150 than settings Processes parameter to about 300 should be okay. There is no guidelines as such available which mentions how many to set. This is sort of a test-try kind of thing.
    You can check a view though, V$RESOURCE_LIMIT to check that if you set Processes to N number, how many of them are actually being used by your db?
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/dynviews_2050.htm#REFRN30206
    HTH
    Aman....
    Edited by: Aman.... on Dec 14, 2008 6:14 PM
    Added a bit more

  • Enterprise Manager Exceeding Max Processes Parameter

    We have a new install of 11.2.0.2 on OEL 5. We have the processes parameter set to 500 and sessions parameter set to over 700. We have EM database control setup and for some reason, it was using all of the processes making us unable to connect to the database. As soon as we shutdown dbconsole, the number of active processes went back down to less than 40. There were only 3 active users on the system. Anyone know why EM was making so many connections? Is this a bug?

    There were various bugs in earlier versions (one says "This bug would have been fixed in old 11GC line which has been decommisioned."), look at the emagent.trc and see if has large numbers of uninformative errors. Do an SR, they'll probably uncaringly make you recreate everything and it will magically transform into different errors.

  • Optimal value of processes parameter in AMS instance

    Hi
    If we have several database instances on single server which are accessing ASM instance. How can we calculate optimal value of PROCESSES parameter for ASM instance
    Here, I would like to mention that we are using Goldengate also for replication and for this our ARCHIVE DG is on ASM
    Rgds
    Harvindr

    I have seen systems with multiple database instances (4-6) and running very well with just the defaults. That being said, follow the recommendations. GG, IIRC, talks to the database which does all of the reads/writes for GG. Therefore, 50+50*n RDBMS INSTANCES.
    http://docs.oracle.com/cd/E11882_01/server.112/e10803/config_gg.htm
    "Oracle GoldenGate 11g introduces a new optimized method of reading log files stored in Oracle ASM. *This new method uses the database server to access the redo and archived redo log files, instead of connecting directly to the Oracle ASM instance*. The database must contain the libraries with the API modules. The libraries are currently included with Oracle Database release 10.2.0.5 and 11.2.0.2. For information for accessing the API modules for other releases, see "Optimized Access for Oracle GoldenGate to Redo Log Files in ASM - for Oracle Database Releases other than 10.2.0.5 and 11.2.0.2" in My Oracle Support Note 1333171.1 at https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=1333171.1 "

  • Processes Parameter in 11g

    Hello,
    Oracle offers licencing by the number of processes parameter. I want to increase Processes value to 300. let me know oracle recomends any licence aggrement? or we can increase
    the processes parameter any value depends on the no of CPU's ? Is there any effect if we increase processes parameter to 300? FOR INCREASING THE PROCESSES PARAMETER ORACLE RECOMENDS LICENCE AGGREMENT?
    NAME VALUE
    processes 150
    sessions 264
    transactions 290
    SESSIONS_MAX USERS_MAX CPU_COUNT_CURRENT
    0 0 24
    Above is the total cpu count.
    Regards,
    Edited by: Hari Ravipati on 24 Jun, 2012 4:36 AM

    Oracle licensing options vary - pl check with your friendly Oracle salesperson regarding your license options. Any licensing advice offered in these forums in not legally binding in a court of law :-)
    HTH
    Srini

  • Win8.1 Pro & Flash Player 11.9.900.117 "base" parameter issue

    While "streamlining" some code for a web site, I just discovered that my solution doesn't work on my 2 Win8.1 PCs, but works in Vista 32-bit and Win7 64-bit machines. I've tested it in IE, Firefox and Chrome. (By "doesn't work", I mean I get an empty block where the Flash Player frame is supposed to be. Right-clicking on the area brings up the Flash settings menu.)
    The change I made was to have all web pages in the "root" directory of the web site, and the videos (.swf and .flv files) in the "video" directory. Previously, the web pages that ran the videos were in the "video" directory. (This still works on the Win8.1 PCs.) I added the "base" parameter to the code (shown below) to direct the Flash Player to the "video" directory.
    I've been poring through the Adobe site and various forums (fora ?) looking for a clue, but came up empty. Can anyone shed some light on the issue?
    If you want to see the site, goto http://theolivebranchforchildren.org to see the current version,
    and go to http://theolivebranchforchildren.org/index.php to see my revamped version.
    Go to the Gallery page and click on any of the video links in the sidebar. (The example shown below is for the "Aids Testing" option [aids.flv video file].)
    This is the code (as copied from the "view Source" option of the browsers - all identical) that runs in Vista and Win7 but not in Win8.1 ...
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="502" height="322" id="FLVPlayer">
    <param name="base" value="video" />
    <param name="movie" value="video/FLVPlayer_Progressive.swf" />
    <param name="salign" value="lt" />
    <param name="quality" value="high" />
    <param name="scale" value="noscale" />
    <param name="FlashVars" value="&MM_ComponentVersion=1&base=video&skinName=Halo_Skin_3&streamName=aids&autoPlay=true&autoRewind=false" />
    <embed src="video/FLVPlayer_Progressive.swf"
    flashvars="&MM_ComponentVersion=1&base=video&skinName=Halo_Skin_3&streamName=aids&autoPlay=true&autoRewind=false"
    quality="high" scale="noscale" width="502" height="322" name="FLVPlayer" salign="LT"
    type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>
    FOLLOW-UP 10/21/2013 -- I almost got around the problem by creating soft links in the web site's root directory to the files in the video directory. This is an ugly workaround, but suggests that the "base" parameter is being totally ignored in the Win8.1 implementation of Flash Player by Firefox & Chrome, both of which can now play the videos. It still doesn't work in IE11, though.
    ... AL
    Please visit http://www.theolivebranchforchildren.org/ to see a miracle developing.

    The "base" parameter issue, as I described it above, has "gone away" silently. Now I can play the movies via Flash Player in IE11, FireFox, Chrome and Safari on my two Win8.1pro laptops.  IE11 was the last holdout -- I had to turn off the PopUp Disabler in the IE settings to let the Flash Player play.
    I'm a happy camper now.
    ... AL

  • Oracle Processes parameter

    Hi,
    What does "Processes" parameter mean in Oracle 10g R2. By what I understand I understood that it is the maximum number of OS processes that can be connected to Oracle. Please correct me if I am wrong. How do we determine the number of processes that we need to decide? Also What if we give the number very high i.e say 1000 or 2000. I am asking this because, I was told that for every user connected to database a process is taken away. What if I specify my processes as 200 and 5000 concurrent users try to connect to database. What is the work around for this option? If possible what please explain me what kind of errors do we get when we give processes very less? What is the maximum possible number that can be given in any environment? How does it work in RAC 10g R2? Like, are the processes distributed to each instance exactly or it changes it number dynamically? Is there any way we can find how many processes each instance in RAC is using?

    PROCESSES is a static parameter.
    It can only be change by restarting the DB.
    It is essentially the maximum number of concurrent users (sessions within the DB).
    But each additional user slot consumes RAM/shared memory

  • Processes parameter

    I have an Oracle 9i database.
    Currently the processes parameter has been set to 500. In future the number of concurrent user processes will be around 2500.
    How can I say whether my database will support those many processes based on x GB of physical memory or pga or sga size.
    Thanks in advance.

    I don't think there is any way, other than "testing", to certify whether your configuration will support those many number of users.
    If you would like to verify how your system (configuration) would behave under load, try HammerOra. I love that tool.
    http://hammerora.sourceforge.net/

  • Should i increase PGA when PROCESS parameter is increased?

    DB version:10gR2
    Currently our PROCESSes parameter is set to 500 and PGA_AGGREGATE_TARGET set to 700mb. We are going to increase init.ora parameter PROCESSES to 1000. Should i be increasing PGA_GGREGATE_TARGET as well?

    user659394 wrote:
    DB version:10gR2
    Currently our PROCESSes parameter is set to 500 and PGA_AGGREGATE_TARGET set to 700mb. We are going to increase init.ora parameter PROCESSES to 1000. Should i be increasing PGA_GGREGATE_TARGET as well?
    Probably - but where are you going to get that memory from ?
    When you set pga_aggregate_target, you are saying two things to Oracle. One viewpoint is that you are saying to that on average each process needs about N MB of memory (in your case about 1.4MB, which is a reasonable type of figure for an OLTP system). The alternative viewpoint is that you are saying to Oracle - ater startup and all other activity, this is the amount of memory available for Oracle processes so please ration it carefully.
    If your viewpoint is the former, you need to set your pga_aggregate_target to something getting on for twice your current value. If your viewpoint is the latter, you can't change the pga_aggregate_target unless you get some more memory from somewhere else (e.g. the db_cache_size, or shared_pool_size).
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk
    "The temptation to form premature theories upon insufficient data is the bane of our profession."
    Sherlock Holmes (Sir Arthur Conan Doyle) in "The Valley of Fear".

  • Shared Parameter Issue in Reqeust sets

    Hi Friends,
    I am having an issue with the shared paramter when running a request set. I have two cps in the request set.
    CP1 has a parameter which has to be unique and so I chose the parameter to be
    select FU||to_char(sysdate,'DDMMYYYYHH24MISS') from dual.
    This is the same parameter which will be passed to the second CP and is a shared paramter.
    I selected the parameter and gave the parameter a name as 'Batch_Name' to the parameter. I used the same name for the parameter in the second CP. But I get and error here when I run the request set.
    The error is "Descriptive flexfield canot take the 11032010195555 as the value".
    Can some one help me witht his.
    Thanks

    What I understand from your explaination is
    1. When the first CP is launched, the CP creates User accounts and creates a batch in hr_pump_batch_headers.
    2. The Second CP which is Data Pump Engine should pick up this batch and use this batch for processing.
    But this is not possible through the request set as the Parameters are validated at the time the request is submitted So when the request is submitted using the request set, the batch would not have been created as the batch is created after the completion first request and hence the batch name will be invalid for the Data Pump Engine at the time of submission.
    Solution : Instead of request set approach, you should launch the Data Pump Engine request from the first CP using FND_REQUEST.SUBMIT_REQUEST. Once the first CP is done with the batch creation, the code should launch the Data Pump Engine Request passing the batch.

Maybe you are looking for

  • How to install ARD 3.6.1 Admin on Mavericks?

    A few years ago (pre-Apple App store) I received a digital download of ARD Admin 3.6.1 from Apple, as the DVD installer quit working on version 10.whatever. Fast forward to today, and I am trying to install 3.6.1 digitally on my shiny new Mac Pro (ca

  • Color correcting in french final cut

    Hi everyone, I'm using a french version of final cut pro HD 4.5. I can't find the color correction tab with the three cercles, does anyone use a french version so I can fallow propely the path that will lead me to make my color corrections. If not, m

  • Exporting JPEGs from InDesign CS4 Part 2

    It was suggested that I trash the InDesign preferences to correct a problem, that being, when I go to export a file as a JPEG, the dialog box does not come up for me to set the resolution, it simply creates the JPEG in 300 dpi. Trashing the preferenc

  • JPEG to JPG conversion with iphoto 08

    Hello apple discussions forum, Problem: I would like to re-name a couple images that I currently have stored in iphoto 08 so that I can upload them to various social networking sites (myspace, facebook, etc). Myspace, for example, will not allow a fi

  • Clear central cache via Cache Preferences

    When starting Bridge CS6, I get a message saying that Bridge has encountered a problem, and the central cache needs to be cleared via the Cache Preferences pane. I clear the cache, but it doesn't resolve the problem. Program hangs, and is useless. Wi