Do I need to uninstall PSE9 after updating to PSE13?

Do I need to uninstall PSE9 after updating to PSE13?

It is not a requirement but you can if you wish to.

Similar Messages

  • Mail needs to be sent after updating the salary column of emp table

    Hi,
    we have table test_emp_table, oracle form based application is running on this table...
    it conatins salary column, we have requirement that, when every any update to the salary column, a mail needs to be sent to concerned person with new and old salary values..
    I did that using the following procedure...
    ===========
    -- Create Temporary Table to hold the Updated values
    create table email_parameters
    ( id number primary key,
    oldsal varchar2(10),
    newsal varchar2(10),
    ename varchar2(100));
    --- Create Procedure
    CREATE OR REPLACE PROCEDURE send_email_new (
    l_job IN NUMBER ) is
    l_oldsal varchar2(100);
    l_newsal varchar2(100);
    l_emp_name varchar2(100);
    l_message varchar2(100);
    BEGIN
    SELECT oldsal
    INTO l_oldsal
    FROM email_parameters
    WHERE ID = l_job;
         SELECT newsal
    INTO l_newsal
    FROM email_parameters
    WHERE ID = l_job;
         SELECT ename
    INTO l_emp_name
    FROM email_parameters
    WHERE ID = l_job;
         l_message:=
    'Employee Name= '
    || l_emp_name
    || chr(10)||chr(10)
    || 'Old Salary= '
    || l_oldsal
         || chr(10)||chr(10)
    || 'New Salary= '
    || l_newsal;
    send_mail(l_message);
    DELETE FROM email_parameters
    WHERE ID = l_job;
         EXCEPTION
    WHEN OTHERS
    THEN
    DBMS_OUTPUT.put_line (DBMS_UTILITY.format_error_stack);
    DBMS_OUTPUT.put_line (DBMS_UTILITY.format_call_stack);
    END;
    --- Create Trigger
    create or replace trigger send_email_trg
    after update on TEST_EMP_TABLE
    for each row
    declare
    l_job number;
    begin
    dbms_job.submit (job => l_job,
    what => 'send_email_new(job);' );
    insert into email_parameters
    values (l_job, :old.sal,:new.sal,:new.ename);
    end send_email_trg;
    -- Create Procedure for Sending Mail
    create or replace procedure send_mail(l_message varchar2) is
    c utl_smtp.connection;
    PROCEDURE send_header(name VARCHAR2, header VARCHAR2) AS
    BEGIN
    utl_smtp.write_data(c,name ||':'|| header || UTL_TCP.CRLF);
    END;
    BEGIN
    c := utl_smtp.open_connection('192.168.0.18');
    utl_smtp.helo(c, 'abc.com');
    utl_smtp.mail(c, '[email protected]');
    utl_smtp.rcpt(c, '[email protected]');
    utl_smtp.open_data(c);
    send_header('From', '[email protected]');
    send_header('To', '[email protected]');
    send_header('Subject', 'Warning: Employee Solary has been updated!');
    utl_smtp.write_data(c, UTL_TCP.CRLF || l_message);
    utl_smtp.close_data(c);
    utl_smtp.quit(c);
    EXCEPTION
    WHEN utl_smtp.transient_error OR utl_smtp.permanent_error THEN
    BEGIN
    utl_smtp.quit(c);
    EXCEPTION
    WHEN utl_smtp.transient_error
    OR utl_smtp.permanent_error THEN
    NULL;
    END;
    raise_application_error(-20000, SQLERRM);
    END;
    ====================
    But I have doubt, if there is any problem with mail server, if user is updating salary column from form based application at same time....
    will table trigger allows him to save the new record or not????? or will he get any errors????

    thanks justin...
    I have written that code..but it works...problem is ...i am not able to understand the flow...what happens in the order, until mail is sent...
    i have another code.....
    I have written with out dbms_job, i have witten directly in the trigger itself...
    Tom suggested the procedure, what i have given above..but not the below procedure....
    I am not able to understand, what is the difference between them.....
    CREATE OR REPLACE TRIGGER test_emp_table_trg
    AFTER UPDATE
    ON test_emp_table
    FOR EACH ROW
    WHEN (NEW.sal <> OLD.sal)
    DECLARE
    l_employee_name VARCHAR2 (240);
    l_old_sal VARCHAR2 (240);
    l_new_sal VARCHAR2 (240);
    l_message VARCHAR2 (240);
    BEGIN
    /* Gets the employee full name */
    BEGIN
    SELECT ename
    INTO l_employee_name
    FROM test_emp_table
    WHERE empno = :OLD.empno;
    EXCEPTION
    WHEN OTHERS
    THEN
    l_employee_name := NULL;
    END;
    /* Gets the old Salary */
    BEGIN
    SELECT sal
    INTO l_old_sal
    FROM test_emp_table
    WHERE empno = :OLD.empno;
    EXCEPTION
    WHEN OTHERS
    THEN
    l_old_sal := 0;
    END;
    /* Gets the new position name */
    BEGIN
    SELECT sal
    INTO l_new_sal
    FROM test_emp_table
    WHERE empno= :NEW.empno;
    EXCEPTION
    WHEN OTHERS
    THEN
    l_new_sal := 0;
    END;
    l_message:=
    'Employee Name= '
    || l_employee_name
    || 'Old Salary= '
    || l_old_sal
    || 'New Salary= '
    || l_new_sal;
    BEGIN
    send_mail (l_message);
    END;
    ==========
    can you please describe it clearly???
    thanks in advance my dear friend????
    Edited by: oraDBA2 on Oct 4, 2008 10:26 PM

  • Do I need to network unlock after updating to iOS 6?

    Some people sat that after updating to ios6 they can't connect wifi. Do I need to network unlock my iPod touch?  Is it needed? And tell me something about speakers and earphone after updating?

    I do not understand your question.  Please rephrase it.  If English is not your first or native language, please ask your question in your native language so some one can assist you.

  • Need help. Activation after update iOS 5.1 is not working!!

    Need Help in activating my iphone 4 after update iOS 5.1. My phone was been neverlock and i used its before update without any activations. After update i can't turn on my phone!!! On the display have message "SIM not valid. Only compatible SIM cards from a supported carrier may be used to activate iPhone. Please insert the SIM card that came with your iPhone or visit a supported carrier's store to receive replacement SIM card". But i haven't any sim cards. Only the sim card from my operator  "Kyivstar" (Ukraine)... What should i do?!
    p.s.: sorry for my bad english, but i live in Ukraine, and we haven't autorized service center of Apple in our country. help me please.

    You have been using a phone that has been hacked to allow it to be used on your network.  Upgrading your phone's software has relocked your phone to the original carrier. 
    You will not be able to use your phone again unless the ORIGINAL carrier offers unlocking.  Many don't, and many who DO offer unlocking, will not unlock unless the phone has active service with the carrier in the appropriate country. 
    You will need to find out who the carrier your phone is locked to is, and see if that carrier unlocks the phone.  It is very likely you will need to buy a new phone.

  • Help Needed , N93I Camera problem after Update

    Hi All
    After updating my N93I the camera can't take pics and only take Black photos , You don't see nothing on the screen ( Only stripes)
    The Phone is O.k since it worked for 1 time even after the upgrade and that's all.
    I can use the internal camera.
    Please Help .

    same problem here ( still waiting maybe someone knows the solution (

  • I need to uninstall Apple Software Update program but can't.  Message reads: "There is a problem with this Windows installer package.  A program requirement for this install to complete could not be run." I have XP

    Following steps in support.apple. iTunes was uninstalled with no problem, This was 2nd step and 2nd error was "fatal error during installation" I left everything as it appeared and no further steps were taken. I saw instructions for other OS "fixes" to these error messages, but not XP. Am aware it is no longer supported, but, my desktop is not designed for any OS but XP. Was uninstalling to fix a problem logging to my account within iTunes, and, was getting error "no connection to internet" Diagnosed it and found the secure server was rejecting my log in attempts, but internet connection was fine. Have Avast and Malwarebytes apps and, after running two sessions each, found Trojans which were quarantined. Rebooted and still getting same error. Uninstalling was last resort.
    Help! If I hadn't already uninstalled iTunes, I would let it go since I could still access my music and other media. My iPod and iPhone would have just had to survive without the ability to sign in to my account, but, I needed to update my address to use my debit card for a storage upgrade and it was rejected because I just moved and the account needed to be corrected to reflect the change

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    The further information area has direct links to the current and recent builds in case you have problems downloading, need to revert to an older version or want to try the iTunes for Windows (64-bit - for older video cards) (not for XP) release as a workaround for installation or performance issues, or compatibility with QuickTime or third party software.
    Your library should be unaffected by these steps but there are also links to backup and recovery advice should it be needed.
    tt2

  • I need to Uninstall Apple Software Update. I am getting error. "There is a problem with this Windows Installed package.

    My itunes stopped working. I uninstalled/reinstalled. But it would not complete reinstall. Started with Quicktime not loading. I have tried to install Quicktime individually. Still nothing. I now am trying to uninstall ALL itunes/Apple to attempt reinstall. But the Apple Software Update will not remove. I get the error :THERE IS A PROBLEM WITH THIS WINDOWS INSTALLER PACKAGE. A PROGRAM REQUIRED FOR THIS INSTALL TO COMPLETE COULD NOT BE RUN. CONTACT YOUR SUPPORT PERSONNEL OR PACKAGE VENDOR.

    Hey madnest,
    Thanks for the question. After reviewing your post, it sounds like you are having difficulty installing iTunes in Windows. I would recommend that you read this article, it may be able to help you resolve or isolate the issue.
    Issues installing iTunes or QuickTime for Windows
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • Can not open / uninstall programs after updating n...

    Hello guys, I'm new the forum but not products of Nokia. I have a nokia C7 and a few daysago I made ​​last updated Nokia Belle. So far so good, if not by mistake, I used the programand I tampered Xplore sis and bin folders that you are confused. As soon as the phone hasproblems, I thought the hard reset would fix it and in part it was so, it was not for the fact that I can not access programs: Nokia store, Nokia maps, Shazam, Traveler, F -Secure, social, and probably others. I tried uninstalling Nokia store, but when I delete / uninstall nothing happens. Furthermore, the application screen is installed, all the others that work well are displayed with a red icon, while stores, social etc ... have a yellow icon. Please help me!

    Perform a 3 finger reset. Be sure to backup your data as this will remove all your files. Also this will remove store, maps, social and many of the apps/services which should be available via software update client on your phone.
    And a point of caution here - it worked in Anna, but not sure of belle. Or the next better option will be to take your phone to Nokia care where they'll be flashing your phone and reinstall the firmware.
    In Love With My C6-01:Now running on Nokia Belle!

  • Needs to consolidate twice after updating a business rule

    Hi All,
    I created a business rule to pull an nonconsolidated entity to an consolidated entity without realizing an existing rule is doing the same thing but using the parent instead. This cause the consolidation process to do it twice.I stopped the rule, added a new nonconsolidated entity and a new rule going to the same consolidated entity. This way the history data wouldn't be impacted. I would assumed that because I stopped the first rule that causing the data to impact twice I don't have the same problem but once I tested it, it is still doing the same thing. I am using HS.ImpactStatus on the BR. Please see below:
    Old to stop the rule:  
    'case "global_chain"
         'HS.ImpactStatus "E#Global_Chain_Corp"
    New rule:
    case "global_chain_corpnc"
         HS.ImpactStatus "E#Global_Chain_Corp
    any ideas why still need to consolidated twice?
    thanks
    sandy

    Hi Sandy,
    HFM is calculating the entities based on the order in the hierarchy structure.
    I assume that you have this issue because entity global_chain_corpnc is calculated after entity Global_Chain_Corp and as a result Global_Chain_Corp will end up as impacted.
    Based on my understanding HFM will:
         On the first consolidation:
         1.1) Calculate Global_Chain_Corp
         1.2) Calcuate global_chain_corpnc which will result in Impacting Global_Chain_Corp
         On the second consolidation
         2.1) Calculate Global_Chain_Corp but not calcuate global_chain_corpnc because it is already calculated from the first consolidation
    Regards,
    Thanos
    http://thanos-onetruth.blogspot.co.uk

  • Is it safe to uninstall Aperature after updating to Photos?

    I have updated to Photos for Mac.  I would like to know if it is safe to uninstall Aperture on my computer without deleting all libraries.  When Photos was set up I choose iPhoto library

    I concur that now is not the time to totally commit to Photos no matter what Apple says about it.
    It is still under serious development at this time.

  • HT4623 need to restore now after updating

    I updated my iphone 4 to the new ios 6 last night.  Now my phone is saying It needs to Restore but it won't let me do anything.  It shows the Plug into itunes screen and won't let me do anything on it. 

    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
    Update and restore alert messages on iPhone, iPad, and iPod touch
    http://www.buybuyla.com/tech/view/012953a0d412000e.shtml
    iOS: Resolving update and restore alert messages
    http://support.apple.com/kb/TS1275
    iPad: Unable to update or restore
    http://support.apple.com/kb/ht4097
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    http://support.apple.com/kb/TS3694
     Cheers, Tom

  • I need help with iCal after updating to Lion. It's playing up

    I just updated my iMac to Lion 10.7.5 and iCal keeps crashing. iCal is also taking a long time to sync with iCloud for the first time. It's still on 'starting' so I am not sure it's even syncing. Any thoughts/Solutions?

    Mmm, a bit stuck for ideas other than checking Calendar>Preferences>Accounts tab and making sure it's enabled in there.
    If that doesn't help hopefully someone else may spot this thread and have some ideas. Good luck.

  • Do i need to uninstall exploror after Firefox installation?

    I have not installed Firefox yet

    It's up to you if you don't want to use it anymore.

  • After updating my iphone 4 to ios 7.0.2 i can no longer download apps or even update my apps on apps store i already tried signing out my apple id but after i reset my phone i can no longer sign in it shows "cannot connect to itunes store" I NEED HELP PLS

    I BADLY NEED A HELP PLEASE after updating to IOS 7.0.2 i can no longer download or even update my app thru apps store i already tried signing out and resetting my iphone but after the reset i can no longer sign in to my apple id it says" cannot connect itunes store" what should i do please help...

    I am in the same predicament...any resolve?  Other than possibly taking it into the shop?

  • After updating pages it doesnt open some documents why?

    I need to know why after updating pages it doesnt open some documents, i cant delete them, I cant do anything with them

    Try a reset ie hold the power and home buttons simultaneously until the Apple logo appears.

Maybe you are looking for