Upgrade practice question

What the patch # to upgrade 12.1.1 to latest ? and want to practice 11i install and upgrade to R12, not seeing 11i binaris at edelivery? any suggestion?

DBA2011 wrote:
What the patch # to upgrade 12.1.1 to latest ? Please search the forum before posting similar questions -- https://forums.oracle.com/forums/search.jspa?threadID=&q=Upgrade+11i+to+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
and want to practice 11i install and upgrade to R12, not seeing 11i binaris at edelivery? any suggestion?It is not longer available for download and you have to log a SR and ask Oracle Support to send you the Media Pack.
Thanks,
Hussein

Similar Messages

  • Best Practices Question: How to send error message to SSHR web page.

    Best Practices Question: How to send error message to SSHR web page from custom PL\SQL procedure called by SSHR workflow.
    For the Manager Self-Service application we’ve copied various workflows which were modified to meet business needs. Part of this exercise was creating custom PL\SQL Package Procedures that would gather details on the WF using them on custom notification sent by the WF.
    What I’m looking for is if/when the PL\SQL procedure errors, how does one send an failure message back and display it on the SS Page?
    Writing information into a log or table at the database level works for trouble-shooting, but we’re looking for something that will provide the end-user with an intelligent message that the workflow has failed.
    Thanks ahead of time for your responses.
    Rich

    We have implemented the same kind of requirement long back.
    We have defined our PL/SQL procedures with two OUT parameters
    1) Result Type (S:Success, E:Error)
    2) Result Message
    In the PL/SQL procedure we always use below construct when we want to raise any message
    hr_utility.set_message(APPL_NO, 'FND_MESSAGE_NAME');
    hr_utility.raise_error;
    In Exception block we write below( in successful case we just set the p_result_flag := 'S';)
    EXCEPTION
    WHEN APP_EXCEPTION.APPLICATION_EXCEPTION THEN
    p_result_flag := 'E';
    p_result_message := hr_utility.get_message;
    WHEN OTHERS THEN
    p_result_flag := 'E';
    p_result_message := hr_utility.get_message;
    fnd_message.set_name('PER','FFU10_GENERAL_ORACLE_ERROR');
    fnd_message.set_token('2',substr(sqlerrm,1,200));
    fnd_msg_pub.add;
    p_result_message := fnd_msg_pub.get_detail;
    After executing the PL/SQL in java
    We have written some thing similar to
    orclStmt.execute();
    OAExceptionUtils.checkErrors (txn);
    String resultFlag = orclStmt.getString(provide the resultflag bind no);
    if ("E".equalsIgnoreCase(resultFlag)){
    String resultMessage = orclStmt.getString(provide the resultMessage bind no);
    orclStmt.close();
    throw new OAException(resultMessage, OAException.ERROR);
    It safely shows the message to the user with all the data in the page.
    We have been using this construct for a long time for all our projects. They are all working as expected.
    Regards,
    Peddi.

  • Oracle Asset (Functional) Practice Questions for Interviews and Exam

    https://www.createspace.com/3495382
    http://www.amazon.com/Functional-Questions-Interviews-Certification-Examination/dp/1456311581/ref=sr_1_4?ie=UTF8&s=books&qid=1289178586&sr=8-4
    List Price: $29.99
    Add to Cart
    Oracle Asset (Functional) Practice Questions for Interviews and Certification Examination (Release 11i and 12)
    Functional Consultant
    Authored by Erp Gold
    This book contains 150 Oracle Asset Practice Questions for functional consultants. Very useful for interviews and certification examinations.
    Publication Date:
    Oct 26 2010
    ISBN/EAN13:
    1456311581 / 9781456311582
    Page Count:
    94
    Binding Type:
    US Trade Paper
    Trim Size:
    6" x 9"
    Language:
    English
    Color:
    Black and White
    Related Categories:
    Computers / General

    Reported as spam!

  • Oracle Asset (Functional) Practice Questions for Interviews and Certificati

    https://www.createspace.com/3495382
    List Price: $29.99
    Add to Cart
    Oracle Asset (Functional) Practice Questions for Interviews and Certification Examination (Release 11i and 12)
    Functional Consultant
    Authored by Erp Gold
    This book contains 150 Oracle Asset Practice Questions for functional consultants. Very useful for interviews and certification examinations.
    Publication Date:
    Oct 26 2010
    ISBN/EAN13:
    1456311581 / 9781456311582
    Page Count:
    94
    Binding Type:
    US Trade Paper
    Trim Size:
    6" x 9"
    Language:
    English
    Color:
    Black and White
    Related Categories:
    Computers / General

    Reported as spam!

  • Best practice question -- copy container, assemble it, build execution plan

    So, this is a design / best practice question:
    I usually copy containers as instructed by docs
    I then set the source system parameters
    I then generate needed parameters / assemble the copied container for ALL subject areas present in the container
    I then build an execution plan JUST FOR THE 4 SUBJECT AREAS and build the execution plan and set whatever is needed before running it.
    QUESTION - When i copy the container, should i delete all not needed subject areas out of it or is it best to do this when building the execution plan? I am basically trying to simplify the container for my own sake and have the container just have few subject areas rather than wait till i build the execution plan and then focus on few subject areas.
    Your thoughts / clarifications are appreciated.
    Regards,

    Hi,
    I would suggest that you leave the subject areas and then just don't include them in the execution plan. Otherwise you have the possibility of running into the situation where you need to include another subject area in the future and you will have to go through the hassle of recreating it in your SSC.
    Regards,
    Matt

  • SAP Adapter Best Practice Question for Deployment to Clustered Environment

    I have a best practices question on the iway Adapters around deployment into a clustered environment.
    According to the documentation, you are supposed to run the installer on both nodes in the cluster but configure on just the first node. See below:
    Install Oracle Application Adapters 11g Release 1 (11.1.1.3.0) on both machines.
    Configure a J2CA configuration as a database repository on the first machine.
    Perform the required changes to the ra.xml and weblogic-ra.xml files before deployment.
    This makes sense to me because once you deploy the adapter rar in the next step it the appropriate rar will get staged and deployed on both nodes in the cluster.
    What is the best practice for the 3rdParty adapter directory on the second node? The installer lays it down with the adapter rar and all. Since we only configure the adapter on node 1, the directory on node 2 will remain with the default installation files/values not the configured ones. Is it best practice to copy node 1's 3rdParty directory to node 2 once configured? If we leave node 2 with the default files/values, I suspect this will lead to confusion to someone later on who is troubleshooting because it will appear it was never configured correctly.
    What do folks typically do in this situation? Obviously everything works to leave it as is, but it seems strange to have the two nodes differ.

    What is the version of operating system. If you are any OS version lower than Windows 2012 then you need to add one more voter for quorum.
    Balmukund Lakhani
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    | Facebook
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • SAP Adapter Best Practice Question for Migration of Channels

    I have a best practice question on the SAP adapter when migrating an OSB project from one environment (DEV) to another (QA).
    If my project includes an adapter channel that (e.g., Inbound SAP Proxy listening on a channel), how do I migrate that project to another environment if the channel in the target environment is different.
    I tried using the search and replace mechanism in the sbconsole, but it doesn't find the channel name in the jca and wsdl files.
    What is the recommended way to migrate from one environment to the other when the channel name changes?

    I have a best practice question on the SAP adapter when migrating an OSB project from one environment (DEV) to another (QA).
    If my project includes an adapter channel that (e.g., Inbound SAP Proxy listening on a channel), how do I migrate that project to another environment if the channel in the target environment is different.
    I tried using the search and replace mechanism in the sbconsole, but it doesn't find the channel name in the jca and wsdl files.
    What is the recommended way to migrate from one environment to the other when the channel name changes?

  • Looking for authorized 1Z0-514 practice questions

    I'm studying for the 1Z0-514 - Oracle Database 11g Essentials exam. I have gone through all of the tutorials in the 11g 2-day DBA manual and Oracle By Example supplement. I think I'm ready but would like some practice questions to test myself. According to http://www.certguard.com/, every hit on Google for "1Z0-514" is a braindump. That site also lists a number of reputable sites for practice exams, although none of them includes 1Z0-514.
    Q1: Does anyone know of a verified source of legitimate 1Z0-514 practice questions?
    Q2: Does anyone know how relevant OCA practice exams (1Z0-052) would be for 1Z0-514? They seem to have a lot of common ground.

    Hi, I had the same problem you are having now a few months ago, after studying the 11g 2-day DBA manual I couldn't find any authorized practice questions.
    I ended up going through OCA books and practice questions. I advise you use them, the 1z0-052 and 1z0-514 exams cover very similar topics.

  • Need 1z0-144 Practice Questions (Dumps)

    Hi All
    I need practice questions for 1z0-144 exam.
    Study material, as everybody knows, is available but in scattered form.
    Please tell me any resource for getting the questions.
    Thanks and Regards.

    Using such methods is illegal.
    See Need Oracle OCA Dumps and other such threads. Use the search link above.
    http://blogs.oracle.com/certification/entry/0477
    http://blogs.oracle.com/certification/2009/05/the_route_you_choose.html
    HTH
    Srini

  • Need oracle practice question for OCA

    Need oracle practice question for OCA.
    Edited by: 823938 on Dec 27, 2010 10:21 PM

    It's illegal to use dumps.
    Read the following link:
    http://www.certguard.com/braindumps.asp

  • Practical question: How to transfer ASM backup files?

    Hi friends:
    A practical question:
    all dev, production database using ASM for storage, production db using RMAN did full backup. (everyday night, one copy redundancy)
    For example, production database is down, then in short time, it is hard to repaire back online, then, I want to transfer ASM backup files(sets) to dev database, make dev as a quick temporary production db.
    question: how can you find full backup sets (location) and how to trasnfer?
    thanks a lot in advance.
    Message was edited by:
    jerrygreat

    You can find backupsets by using the
    list backupset
    command
    and you can transfer them using the
    backup backupset command.
    Both commands are fully documented in the RMAN documentation for 10g.
    Please read it.
    Obviously changing a dev database into a production one has little to do with proper backup and recovery procedures.
    Sybrand Bakker
    Senior Oracle DBA

  • Best Practices question re Windows XP & Parallels 4.0 installation

    To Apple Gurus here:
    I am a new convert from Windows to Mac. Just bought a Macbook Pro (4G/320G, 2.4Gz) and a copy of Parallels 4.0. I have an OEM copy of Windows XP Pro & Photoshop CS4 for Windows. The question before me is what sequence should I go about installing Windows & Parallels. Logically, I think I should install:
    1) Windows XP using Boot Camp first,
    2) then install PhotoShop CS3 for Windows in the Windows partition
    3) then install MS Office
    4) and finally install Parallels 4.0.
    Is this the right sequence or indeed a "Best Practices" scenario?
    Any tips for a 'Best Practice' installation will be highly appreciated.
    Also, is anyone here using the SAP GUI for Mac OS-X & Citrix Presentation Server Client for Mac OS 10.0 (now renamed XenApp)?

    First, my creds. I don't consider myself an Apple guru. I have been running a MB since last December and at that time, I installed Parallels 3.0. If I remember correctly, after installing Parallels, I installed Windows Vista, and then Office and while I was impressed to be able to run MS Office on a MB, it took what I considered to be TOO long to load and then the performance was not that great. So, mostly I've stayed on the Mac side of the operation and only loaded Parallels if I had to run some MS program.
    About a week ago I got an offer from Parallels to buy 4.0 at an upgrade price of $40. I went with the box version since it was the same price as the download version. Tonight I got my courage up to do the upgrade. I was leery because I thought I might have to reinstall all my MS stuff (Office Pro, etc.) When I put the disk in to install the program, I receive a message saying there was a later edition available with the option to download it or install the box edition. After a few minutes of thought, I decided to do the download version. I would still recommend getting the box version since you get a manual with it although the download version comes with a PDF manual.
    When I finished, I then clicked on upgrade/install and the installation proceeded without much input from me. Lo and behold, the installation finished and it booted up to my previous Vista installation with all my programs intact.
    So far, I must stay I'm VERY impressed with this upgrade Parallels edition. It seems to load much faster, the programs are more responsive, Vista so far seems very stable and the ability to switch back and forth from Windows to OS X is totally better. From what I've seen so far, I would highly recommend anyone using Parallels 3.0 get this upgrade. While I've only been using it a few hours, it seems like the best upgrade for ANY program/system (Windows 95-->Vista) that I've ever done.
    A few months ago I saw a piece on an upgraded version of Fusion which stated that it moved Fusion ahead of Parallels. If that were so, I think the ball must be back in Parallels court with 4.0.

  • Sampe 10g Upgrade Certification Questions

    Anyone know where to find a good souce for 10g upgrade cert exam (free or not)?
    Thanks,
    Mike

    Hi, Also you can get technical information about the upgrade to 10g into Oracle Press books,
    http://www.oraclepressbooks.com/
    In fact, is recommended that you practice and get experience into the new version before that you take the exam, you should not study only the question for take the exam, in the real world you must use the concepts and experience for resolve the issues or problems.
    Regards.
    Serch-Net.

  • IPhoto '08 to iPhoto '11 Upgrade PROBLEM & Questions

    Despite all the negative reviews at the App Store about iPhoto '11, I decided upgrade from iPhoto '08 so I could conveniently upload photos to FaceBook from iPhoto. (The FaceBook Uploader for iPhoto never worked for me.) I thought the ratio of negative reviews were unbalanced because people who are satisfied with the product have less motivation to write a review. Maybe I was wrong.
    My problem:
    I only bought iPhoto '11, not the iLife package, from the App Store. When I first opened iPhoto '11, I was warned that my library would no longer be readable by earlier iPhoto versions. No problem, I expected that. As I had somewhat over 15,000 photos in my iPhoto '08 Library, I was also notified that that it would take an hour or longer to rewrite the library. No problem, I expected that too. iPhoto first read my old library, then started rewriting. When the rewriting progress bar was just past halfway, iPhoto '11 suddenly quit and sent an "iPhoto Problem Report" to Apple. This has happened about 5 times now, both before and after restarting my computer. It might seem related to free disk space, but I just put in a new 750Gb hard drive with over 400Gb free. All my other specs also meet or exceed iLife's requirements.
    My Questions:
    1. Can anyone suggest what they think the problem is and how to proceed? I couldn't find a similar problem in the Apple Support Community.
    2. If I can't upgrade, how do I go back to iPhoto '08? I backed up everything to an external drive using Time Machine before trying to upgrade. I know there's a iPhoto Library file in Pictures but there's also another file somewhere that contains the data for titles, events, comments and edits. How do I find it and how do I restore them to my MacBook?
    3. Can I get my $14.95 back from Apple? I don't see a way to talk to Apple without costing me more than the $14.95
    Any help will be GREATLY APPRECIATED!

    What's happening is that some file (or files) in the Library are damaged in some wy and that's tripping up the upgrade. This file (or files) may not necessarily be photos but could be one of the background database files. Unfortunately there's not any real way of knowing.
    Any time you upgrade or update an app or the OS you run the risk of exposing a problem that has bee hidden heretofore. That's why you make back ups.
    Possible solution: Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    Reverting means restoring your Librry from Time Machine and re-installing 08. It's not a big thing to do.
    Contact App Store support about a refund. There's an email link on the right hand side of the app store window.

  • MacBook Pro hard disk upgrade shows question mark folder

    I recently bought a 1TB hard disk for my teenaged daughter's MacBook Pro.
    I formatted it, used Carbon Copy Cloner to clone the existing drive. I even made sure to create the recovery partition.
    I restarted while holding the option key and chose the new drive.  It booted fine so I checked in System Preferences to make sure it was selected as the boot device.
    I opened the case and swapped the drives. Put it back together and restarted only to see the question mark folder!
    I tried booting while holding the option key and now I get the choose a network prompt.
    I am desperate and hate the thought of disappointing my daughter. It used to be that I was her hero who could fix anything now I'm the guy who asks too many questions and doesn't put enough money on her debit card. Granted she busts her butt getting awesome grades and I was upgrading her drive so she could continue her video yearbook for her school. So I shouldn't complain but it would be great to be her hero again.
    BTW, I am not a newbie to the tech world but I don't do nearly as much in the Apple arena as I do in the PC world.  Then again I've been a senior tech in the industry sine before IBM had a PC.  In fact, my first real work was on a 6502 processor that used the same machine code as the Rage of the day, the Apple ][. All that to say I usually can find my way around a problem but this one has me stumped.
    I appreciate any assistance offered.
    Thanks,
    Thom

    I tried to reboot with the option, command P. And R keys pressed.  I heard the ding several times it still showed the question mark!  I also tried the shift option and it only displayed the network selection. Also I tried to press C so I could boot from USB and it didn't work either.
    If I cannot get this to work I fear my only other choice is to use a FireWire enclosure. This isn't a good option as my daughter does mostly movie work and iMovie has this terrible "feature" that forces all movies to be stored in one place. It sure would be handy if it allowed movie projects to set the storage location individually.  I suppose I could simply move all the movies to the drive and try to find a way to point all iMovie projects to the external drive.
    Unfortunately,  my daughter is one of those Mac users who isn't savvy enough to use anything but the default settings. Heck I've tried to explain to her that she ought to get rid of the big files once she has done her work.  That's why her drive is always full.

Maybe you are looking for

  • Can't import into MS-Vista/Mcafee-error 3259-"Network connection timed out"

    My downloading is working except when importing music into iTunes. I have microsoft vista and use mcafee but get the msg error 3259-"Network connection timed out - help

  • How to attach document from webdynpro TO workflow

    Dear friend, For one requirement i want to attach documents(.doc or .pdf) from webdynpro form. I want to display it with user decision step along with description. I am confused that which container element would contain it? and how can i display it

  • Clone tool problem

    I had an image open with four layers. On the fourth layer I was using the clone tool and I was having problems with it. As I was cloning out a section, the clone tool started to make odd pixels on the image. I had to flatten the layers and create a n

  • Exchange Account

    How do I get rid of the exchange account password pop up if I am not using an exchange account?

  • EAM: EQUIPMENT DISPLAY LISTS

    Dear SAP Experts, While maintaining the equipment masters in the system. When I maintain the entries through address: IE01 - Create (General) The Equipment is created and saved the Number range comes: 10000006 equipment created. But while creating th