Is any impact on running instance?

Hai,
curently 12.0.4 instance was running on RHEL ES relese 4 ( nanahant 5)  32bit.
know i am planning to upgrade 32 bit to 64 bit. is any impact on running instance if i upgarde o/s 32 bit to  64 bit.
Regards
DBA

Make sure you relink all executable files/programs once you do the upgrade and before starting the services.
Note: 471566.1 - Migrating Oracle E-Business Suite R12 from Linux 32-bit to Linux 64-bit
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=471566.1

Similar Messages

  • Has firmware upgrade on a machine running 11i has any impact

    Hi all,
    We have 11i on running on IBM AIX server. And its current firmware level is SF240_338. Two days back we had power problems and the machine fails to boot. So we got IBM support engineer and replacing the whole motherboard and CPU and also upgrading the firmware level to 240_382_382.
    I am just worried if it has any impact on the oracle applications. Like will it function properly??.
    Is there any link/relations ship between oracle applications and firmware.
    Regards
    Taher

    There should be no effect. If you are upgrading the OS version, you may need to relink binaries as noted in MOS Doc 356878.1 (How to relink an Applications Installation of Release 11i and Release 12)
    HTH
    Srini

  • Impact of Running COGI program for every two HRS...

    Hi,
    As per requirement in my business scenario, we have lot of materials with negative stocks currently.
    Now for physical inventory purpose, customer wants us to remove these negative stocks and want us to run COGI program every 2 hrs.
    As we are going to deactivate negative stocks for all materials, the error due to goods movements will get accumulated heavily in COGI.
    For countering this previously they were monitoring COGI once in a day.
    Now we have decided to schedule COGI in background job for every 2HRS.
    Is there any impact on system from PP prospective if we run COGI for 2hrs daily.
    Your view points will be highly appreciated.
    Rgds,
    Yogesh...

    Hello Yogesh,
    it is not possible to schedule COGI (report CORUAFFW) in background.
    But you may schedule report CORUAFWP (which was designed for background running) with option "failed goods movements" in order to clear your COGI records.
    There is no real impact, however, if there are that much records in COGI, you should schedule it for a time with low business in order to avoid lock errors.
    Regards,
    Andreas

  • I'm thinking of using Final Cut Pro to straighten slightly crooked footage and then re-import back to iMovie to complete the video. Does this have any impact on image quality?

    I'm thinking of using Final Cut Pro to straighten slightly crooked footage and then re-import back to iMovie to complete the video. Does this have any impact on image quality?

    As your rotate the image, you will begin to see black edges. So, as Tom implies, the image must be scaled up to hide those voids. If you shot 4k ad are editing in a HD timeline, no problem, lots of room to spare. If you shot 1080 and are editing in a 1080 timeline, you will run into issues at a certain point. However, if your 1080 project is going to be transcoded to 720 or ye olde DVD you won't notice any deterioration at all.

  • Is there any impact on database if we change the time of server?

    Hi,
    Our DB server time is 45 minutes ahead of our application server. We have planned to reset the time of database server. Is there any impact on database if we change the timing of the server?
    Platform: Solaris
    DB version: 10.2.0.2.0
    $ bash
    bash-3.00$ date
    Thu Apr 23 20:26:19 IST 2009
    bash-3.00$ sqlplus /nolog
    SQL*Plus: Release 10.2.0.2.0 - Production on Thu Apr 23 20:27:15 2009
    Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
    SQL> conn /as sysdba
    Connected.
    SQL> select sysdate from dual;
    SYSDATE
    23-APR-09
    SQL> select systimestamp from dual;
    SYSTIMESTAMP
    23-APR-09 08.27.53.250947 PM +05:30

    That's an application question, not an Oracle question.
    Oracle doesn't care what time it is or when the time changes. Your application(s), however, may care. If you use SYSDATE to populate a row and rely on the date later to be unique or to indicate the actual order rows were inserted, changing the date on the server, particular moving it backwards, might cause problems for your application. Does your application have problems running during daylight savings time changes?
    Justin

  • How to check running instance of a program, when its run by a job

    Hello,
    I have a report run by a job, twice a day. The thing is, the second run cannot start, if the first one hasn't finished (quite possible).
    So i would like in my report to check if an instance of this report is already running.
    I tried the solutions supplied by Rich Heilman with:
    'ENQUEUE_E_TRDIR' and 'ENQUEUE_ESINDX'
    i also tried locking an entry in table TVARV
    One more thing is, if the program stops with an error, or doesnt finish execution, it shouldnt need any manual reseting - i though of making an entry in tavrv and correcting it at the end of execution, but that would be the issue.
    Thanks for any help,
    Edited by: Michal Szczerbowski on Nov 17, 2008 3:08 PM

    Instead of locking the entry and leaving it unattented incase of error, you may give a try to implement solution like:
    1. Get the all running processes on the server by executing the FM TH_WPINFO.
    2. Check the Exporting table WPLIST with:
    WP_ITYPE = 4
    WP_REPORT = program_name_for_job
    If you find any entry in the table WPLIST that gives you the running instance of the that program in the job.
    Regards,
    Naimesh Patel

  • Running Instances in SOA EM

    Hi,
    I want to understand if we have lot of running instances in SOA , what is the impact of it.
    As far as I know that running instances means that
    1: Running instances are in dehydrated state. They should not consume systems memory continuously to make the system slow.
    2: Running instances will consume space in the database as they are nothing but a process under execution.
    If above two points are correct then, Please help me in below query,
    If we have too many running instances in the system say due to some non recoverable fault(other system is down) in target system and source system is sending transactional data
    regularly,
    Will my soa infra tablespace be filled with the same rate by which it is filled when SOA saves a completed instance ?
    Thanks,
    Ashutosh

    Ashutosh,
    I want to understand if we have lot of running instances in SOA , what is the impact of it.Depends on many factors. Depends on why are they stuck in running state, how old are they and how many of them. Also depends on server's capacity as well as DB's capacity.
    1: Running instances are in dehydrated state. They should not consume systems memory continuously to make the system slow.It's not true always. Only if a process encounters the dehydration activity then only instances are dehydrated.
    2: Running instances will consume space in the database as they are nothing but a process under execution. Running instances which are having large number of retries and are failing continuously may cause severe performance issue as load increases rapidly on DB and on server both. Remember that for each fault, data will be written in DB as well as in logs (which will consume CPU and memory both).
    Will my soa infra tablespace be filled with the same rate by which it is filled when SOA saves a completed instance ?No, because additional data about faults will also get stored in DB along with the other details of instance (which are stored in case of normal completion). Moreover if retries are enabled and one instance is failing multiple times then issue may become severe as it will impact both SOA server and DB.
    Remember that by default "RUNNING" instances are not purged so if you are having too old and too many running instances then even regular purge may not help in reducing the size of SOA INFRA tablespace and in that case, SQL queries may also start performing poorly which will eventually impact the SOA server(s).
    So it's not a good idea to have too many running instances for a too long time specially in high load messaging systems.
    Regards,
    Anuj

  • Deleting unit test run instances

    I've been running BPEL/SCA unit tests in WebLogic SOA Suite 11g. However I can't see any way to delete the instances. It's taken quiet a few tries to get my test to pass, and I'd like to clear out the old junk. Do I need to undeploy the SOA application, or is there an easier way to delete the unit test runs?

    JDeveloper version 11.1.1.2.0
    WebLogic version is 10.3.2.0
    I'm not quite sure how these correspond to R1 or PS1.
    Also, I can't easily get access to the raw database connection to run pl/sql procedures. Our DBAs like to guard those sorts of things. ;-) I'm more looking for something in the Enterprise Manager where I can delete test run instances, similarly to how I can delete process instances. (you know... check a check box and then click a "delete" button kind of thing).
    -Nathan

  • SOA composite - new revision x running instances on old revision

    Hello,
    We use OIM 11g R1.
    I have a doubt about how to update a SOAcomposite (that has Human Task) with running instances on the old version.
    I am trying to add notifications in the bpel process when the human task is approved or reject.
    And will see how to add a treatment for the requirement of more information on the request.
    According to the documentation I should disable the old revision, increase the revision, deploy the new one and register it.
    My doubt is: how the running instances will be completed if the old version is disabled? Is there a requirement for all the running instances be completed before the update of the composite?
    Thanks

    Actually, I've managed to jump this hurdle. I did three things more or less simultaneously, so I can't say which did it.
    First, I shaved my xorg.conf down to the most basic graphics stuff, i.e. a screen, a monitor, a device and switched the radeon for the VESA device driver. Second, I tried running startx as an ordinary user instead of as root. Finally, I ran startx (at first) without any configuration files, including .xinitrc. This got me a working X server with some xterms. I then proceeded to add bit and pieces gradually, starting with 'exec openbox-session' in .xinitrc.
    Hope this helps.

  • Publishing a Workflow - Does that impact already running workflows

    I created a workflow in SharePoint Designer 2010. It gets fired when on a change event in a Document Library.
    If I modify and publish the same workflow. Will that impact the existing workflow that is running?
    Thanks
    Mayank

    Based on my testing, the running instances will still work after you publish a new version of the workflow. When you start a new workflow in the list, the newer version workflow will run".
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • [SOLVED] Xfce 4.8, "no running instance of xfce4-panel has been found"

    Hello fellow Archers!
    I just upgraded my Xfce installation to version 4.8, but I have a weird problem with xfce4-panel. After upgrading the system via pacman I've rebooted, and after logging in I couldn't see the Xfce's panel anymore! Moreover, a dialog box pops up saying that "no running instance of xfce4-panel has been found". I've tried to fix this issue by launching xfce4-panel through a terminal, and then saving the session before logging out. Now when I log in, I can finally see the panel, but the pop up window keeps coming out every single time. Do you have any suggestions on what could be the issue?
    Thanks in advance!
    Last edited by Tudhalyas (2011-01-18 12:15:03)

    Behemot you'd better start a different thread. May be a different issue as this one is solved.
    isn't it supposed to start from /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml ? Here's what's in mine:
    <?xml version="1.0" encoding="UTF-8"?>
    <channel name="xfce4-session" version="1.0">
    <property name="general" type="empty">
    <property name="FailsafeSessionName" type="string" value="Failsafe"/>
    </property>
    <property name="sessions" type="empty">
    <property name="Failsafe" type="empty">
    <property name="IsFailsafe" type="bool" value="true"/>
    <property name="Count" type="int" value="5"/>
    <property name="Client0_Command" type="array">
    <value type="string" value="xfwm4"/>
    </property>
    <property name="Client0_PerScreen" type="bool" value="false"/>
    <property name="Client1_Command" type="array">
    <value type="string" value="xfce4-panel"/>
    </property>
    <property name="Client1_PerScreen" type="bool" value="false"/>
    <property name="Client2_Command" type="array">
    <value type="string" value="Thunar"/>
    <value type="string" value="--daemon"/>
    </property>
    <property name="Client2_PerScreen" type="bool" value="false"/>
    <property name="Client3_Command" type="array">
    <value type="string" value="xfdesktop"/>
    </property>
    <property name="Client3_PerScreen" type="bool" value="false"/>
    <property name="Client4_Command" type="array">
    <value type="string" value="xfce4-settings-helper"/>
    </property>
    <property name="Client4_PerScreen" type="bool" value="false"/>
    </property>
    </property>
    <property name="splash" type="empty">
    <property name="Engine" type="string" value=""/>
    </property>
    </channel>
    Last edited by rwd (2011-04-23 07:32:04)

  • Is there any impact if the files in the Log/ Cache folder are deleted?

    Dear All,
    We are working on BODS v4.1 SP2 and it looks like some log files in the application server are taking about 30GB of space.
    The folder path on the server is
    Program Files (x86)\SAP BusinessObjects\Data Services\Log\Cache
    and the 4 files are named
    PPF_file_21_116_56_1761_1_0_21
    PPF_file_21_116_56_1761_1_1_21
    PPF_file_21_116_56_1761_1_2_21
    PPF_file_21_116_56_1761_1_3_21
    Will there be any impact if these files are deleted from the above folder? Anybody has come across this issue before?
    Thank you!
    Sriram.

    Hi Sriram,
    Log files are generally .txt which won't occupy much space. But .dmp files occupy huge amount of space and is better to remove it once in a while. Both log and dmp files can be removed to free the disk space. The files in pcache folder are used while running the job because your jobs are executed with pageable cache and not in-memory, hence those files are needed while running the job.
    Arun

  • Is there a limit on number of object links to DIR, and any impacts of this

    Hello All,
    Can you please let us know if there is any limit on the No of Object links to be maintained in the Object Link tab of DIR,
    Our major Concern comes as there is One DIR logo / symbol, which is maintained in most of the Material Master around 1000s
    and also the same DIR is used in all the Service and maintenance Notification as an Attachment, so the list of Object link in DIR Object link tab  is going beyond control above 10000s,
    i wanted to know if there is any limit on no of Object links to be maintained in DIR object links, and is there any impact on DMS functionality if the list is ever increasing,
    ( also can i know if there is any workaround that the DIR is only displayed going in to Material master or Notifications but the same is not listed in the DIR object links tab as here it is going on increasing,)
    Thanks and kind regards
    Kumar S

    Hello Christoph and Every one,
    Thanks for the responses given, and providing a hint not to have many Object links, as it could be an performance issue going to the DMS DIR Object link TAB,
    But in this particular case we are not assigning the Objectlinks going by the DMS Object links TAB, but it is done in other way round, going by the Equipment or Notification Screens,
    There are few Health and safety document ( Which is created as a DIR in DMS) which needs to be assigned in  Most of the Equipment and the new notifications created, and this document DIR is assigned from the Equipment and notification Screen,
    And we may not be interested to go to the DIR to browse and Assign the Object Links, so as we do not frequently go and check the DIR or Use DIR Object link TAB for Object Link assignment will it in any ways cause performance Issue here??
    And also as asked earlier can we have a one way attachment like the DIR is Visible in the Equipment or Notification Screen, but the DIR is not adding up the Equipment or Notification details in its Object links TAB, (by development or it is totally illogical to ask for)
    Thanks and Kind regards
    S Kumar

  • Upgrade SAP R/3 system is there any impact in BW3.5 system

    Hi,
    Client need to upgrade ECC5.0 to Ecc6.0.No changes in BW3.5 side.
    Now is there any impact in BW.If impact what are all the impacts of your experiance.This is very urgent Could you please respond immediatly.
    How to test the BW system.
    Please do the needful for me...
    Thanks to all
    Vasu

    Hi,
    I would like to ask you to refer the note mentioned in the below Link;
    Re: Hi Gurus..
    With rgds,
    Anil Kumar Sharma .P

  • Is there any impact that apply Oracle CPU on standby and primary DB

    We plan to apply Oracle April CPU on standby DB at this weekend. Then apply the same patch on primary DB next weekend. If I apply the patch on standby, then enable redo apply between primary and standby, is there any impact on primary DB. Theoretically, I don't think so. However, both DBs are production. I want to make sure there is no any impact by applying CPU in different time. Otherwise, I have to apply both DBs at the same time. Please advise. Thanks in advance.

    853153 wrote:
    I hope you read other people's post carefully. Don't pretend yourself is expert so that you can say whatever you want to say. This is the tech forum for Oracle technical people to ask question, seek help and so on. How do you know I didn't review document 278641.1 before I asked my question. Document 278641.1 only provide info on how to apply patch on primary and standby. Didn't say anything about applying the same patch on both DBs with data Guard at the different time. I just want to make sure If I apply patch on both DBs with one week difference, will this affect my primary database? Is there anything wrong here. If you paly in this forum as expert, please help people, not just look down people.
    I suggest you review [url http://www.catb.org/~esr/faqs/smart-questions.html]How To Ask Questions The Smart Way.
    When you ask for help, state the platform, operating system, Oracle version and patch level, no matter whether it seems important to the question or not. It most often is important. You may not know the difference between Itanium and PA-RISC, but that is important for Oracle and important for someone doing administrative work on an Oracle database to know. You should also learn to search the internet for answers to common questions. Everyone here wants to help, but few want to spoon-feed.
    When you have any kind of standby, that constrains what you can do to a primary, if you want the standby to work properly. You need to understand how things get from one to the other, and how to decide when to simply rebuild the standby from scratch - and that decision is based on your configuration and requirements. You don't want to be in some undefined configuration for any period of time.

Maybe you are looking for

  • [ICSS B2B] Problem  when creating a service request due to language

    Hi everyone. We have a web portal based on icss_b2b wich is linked with our backend (CRM). On the web portal, we should be able to create service requests and it works fine when we are using english. But if we log using german language, when we try t

  • Possible to load from mp3cd DIRECT to ipod, w/out importing

    I have a few backup DVD's i made of my music, and i want to load some music onto an iPod I'm borrowing for the weekend. can I load the songs direct from the DVD's without importing them first? my biggest concern is that my library is on an external f

  • Boyer Moore - Stuck with logic

    I am going to try and attempt the boyer moore algorithm but am really stcuk with the logic Say we have a search pattern of xyz and we want to find it in the domain - abcdefghijklmnopqrstuvwxyz It will look at the 3rd charachter and try and match it w

  • How do I downgrade my IOS8 to 7 on my 5s? Thank you

    How do I downgrade my IOS8 to 7 on my 5s? Thank you

  • Click to change rotational center broken in CS5?

    In CS4, I could click anywhere inside a frame or shape to instantly change the center of rotation to the point where I clicked. Now it seems I must click the center point and drag it to where I want it. This is driving me CRAZY! Anyone got a workarou