Creating Installation Media component for Database Provisioning in OEM 12c

When creating installation media to use in a database provisioning procedure, do I have to unzip and rezip Disk 1 and 2 before I load them into OEM?  I mean can't I just upload the zip files and tell OEM which is the "Main File" via the drop down box in the "Specify Source" section of the "Select Files" tab of the software library entity page?

Thanks for the answer Courtney.  Then may I ask, what is the meaning of that "Main File" selection box on the file page? 

Similar Messages

  • Windows 10 media creation tool closes after creating installation media

    I have just upgraded my Windows 8 PC to Windows 8.1. Now I wanted to upgrade it to Windows 10, and for that I downloaded the media creation tool and used the "UPGRADE MY PC NOW" option. It downloaded fine and after the download it went to Verification and then to Creating Installation Media for Windows 10.After it was complete to 100% , the Window immediately closed and nothing happened.  Any help? 

    I would create the bootable media and upgrade using that. You will need a 8gb or larger flash drive, once created you boot from that and start the upgrade process.

  • Need Help in creating Unix Shell Script for database

    Would be appreciable if some one can help in creating unix shell script for the Oracle DB 10,11g.
    Here is the condition which i want to implement.
    1. Create shell script to create the database with 10GB TB SPACE and 3 groups of redo log file(Each 300MB).
    2. Increase size of redolog file.
    3. Load sample schema.
    4. dump the schema.
    5. Create empty db (Script should check if db already exists and drop it in this case).
    6. Create backup using rman.
    7. restore backup which you have backed up.

    This isn't much of a "code-sharing" site but a "knowledge-sharing" site.  Code posted me may be from a questioner who has a problem / issue / error with his code.   But we don't generally see people writing entire scripts as responses to such questions as yours.  There may be other sites where you can get coding done "for free".
    What you could do is to write some of the code and test it and, if and when it fails / errors, post it for members to make suggestions.
    But the expectation here is for you to write your own code.
    Hemant K Chitale

  • Trigger a job on placing a request for database provisioning on EM12c

    Hi
    I have created a job and associated it with a script that must run in Em12c. This job has to be auto-executed as soon as a request for database is made in the Database Self-Service Portal. How is this done in EM12c.
    Thanks

    Hi,
    All dbms_scheduler calls automatically commit. You cannot commit in a trigger so you are getting an error. There are two ways around this.
    - one is as suggested above to put the enable into an autonomous transaction using PRAGMA AUTONOMOUS_TRANSACTION.
    - the other way is to have the trigger enqueue an AQ message and then either use a job or a registered notification to do whatever you need to do. The advantage of that approach is that if there is an error in the trigger the message enqueue will be rolled back, but the autonomous txn would commit either way. But this is a bit more setting up (create a queue, enqueue a message, register a subscriber or create an event job).
    Hope this helps,
    Ravi.

  • How to view response time for each execution in OEM 12c Cloud Control

    Hi All,
    I want to view response time of each execution for my SOA composite in OEM 12c Cloud Control. Can anyone tell me how can I achieve that?
    Thanks in Advance!!

    You should open an SR and support can assist you with it. The only current case where that feature is known to not work is in the case where the Dehydration Store is running on RAC. Otherwise, it should be possible to get it to work. The main thing is that you need to have DB configuration properties (host, port, sid) that have a 3-way string match between the JDBC data source configuration in the WLS server, the JDBC properties you add to the Monitoring Properties of the SOA Infrastructure target, and the connect settings of the Database target in EM that matches to the dehydration DB.
    If there isn't a match in all 3, the Dehydration Diagnostics page will not work. But again, to look into your specific setup, you should file an SR and work with support.

  • How to start creating a new component for custom transaction in IWEB client

    Hello Experts,
    I am new to CRM 2007 CRM web client programming.
    I have a custom SAP GUI transaction in CRM and user wants to convert it into ICWEB transaction.
    its using all custom tables and in all screens,
    Please guide me how do I proceed in creating the component,display fields on the view....
    I mean how to create the fields in the View, Do I need to write BSP code or Wizard helps me to generate and configure the fields on the view.
    Please also let me know procedures create context notes which replicate the database tables which the data is saving or updating.
    I am not clear cut info to proceed,
    Please help me in this regards
    thanks in Advance
    Edited by: Madhavi Angi on Apr 23, 2009 2:57 PM

    Hi Keith,
    <<This particular rule is a sample one I set up that requires the existence of C:\IT\test.txt. But I don't see the actual text of that rule anywhere in the XML:>>
      In your XML, if you see these lines:  
    <Expression>
    <Operator>NotEquals</Operator>
    <Operands>
    <SettingReference AuthoringScopeId="ScopeId_811CF9C7-F08C-4528-8C02-E20811B33FD5" LogicalName="OperatingSystem_5c61496b-b4dc-4ca9-a3f7-30c3aec8e2a4" Version="1" DataType="Int64" SettingLogicalName="File_cccd7dc7-e590-494c-b166-6d4aea7abc57" SettingSourceType="File" Method="Count" Changeable="false" />
    <ConstantValue Value="0" DataType="Int64" />
    </Operands>
    </Expression>
         It has setting reference with GUID with Method="Count" means this is existential rule referenced to setting blah blah... (If method="Value" means that it has value rule defined) and for existential rule,
    XML has "NotEquals" operator and value is "0" which means that if file not equals to zero means file exist (compliant).
    Hope this helps.
    This posting is provided "AS IS", provides no warranties, and confers no rights. -Praveen S.

  • How to create Oracle 11g DSN for database on another server

    Hi,
    How do i create an Oracle Database 11g DSN for a database that is lying on another server? I tried using the Microsoft ODBC Administrator tool but it gives me options only for the databases lying on my own machine.

    Hi,
    Check this thread may it help you https://forums.oracle.com/thread/2479208

  • Problem creating user-defined metric for Database

    I am logged in to EM/Grid Control as SYSMAN, any user with superadmin privileges or a 'normal' user with operator/full privileges for my database target. When I go to set up user-defined metrics for the target db I get the following warning "You will only be able to view User Defined metrics because you do not have Operator Privileges on host <db target name>". The Create button is disabled.
    Can anyone offer any advise on where to identify the privilege problem?
    Thanks

    Well I did it with a host UDM calling a local script (which will be installed on shared drives for the development/test and production systems).
    The local script cats the /var/opt/oracle/oratab file eliminating lines beginning with # or $ then takes the second argument of each line and loops through all entries using a checkit procedure. The checkit procedure determines if the appropriate log directores exist for the oracle home and does a find on the diretory looking for alert*.log and *.trc. If there are any then global variables get updated with the count and directory name.
    There is an if statement before exit that checks of the count of files is greater than zero and write an appropriate em_result and em_message depending on the results.
    I then created the UDM in EM to call this script and check for critical/warning thresholds.
    Regards
    Tim

  • How to create new SW component for custome development?

    We are looking to develop custom webdynpros and need to create our own SW components. 
    I've tried to define them in the SLD that the NWDI is connected to and when creating the tracks for the custom development, I do not see our new defined SW when trying to add the SW component to the track.
    Any ideas?  Are we going about this the wrong direction?
    Thanks!!

    Once you add component in SLD if you want to add that component to your track ,there will be a button Update CMS in domain data or track data .click that and it will refresh and fetch your newly created component.then go ahead and add component to your track
    reward points if helpful

  • Installation media/download for Acrobat Standard 9.0

    I recently purchased a few licenses of Adobe Acrobat Standard 9.0, unfortunately there is no download appearing in my licensing page. It is there for others like CS4 but not for Acrobat Standard. I can never seem to get tech support over the phone so I though I would try here. Any ideas?
    I tried the trial for Acrobat Pro but it says the serial number is invalid.
    Help!
    Kahthan

    This is correct there is a separate Acrobat 9 Standard installer.  If you choose the download option at the time of purchase then please see http://forums.adobe.com/thread/1006208?tstart=0&promoid=KBHJQ for information on how to download Acrobat 9 Standard from your account.

  • Need help creating installation media

    Hello, I need some help.
    I have installed arch, with kde, and I've been working on it couple weeks until finally configured the way I like it, and everything works fine (wireless, sound, video etc...)
    Now I would like to create an install CD (or backub or ISO or whatever) that contains my current system as it is right now, with everything I have, including all the packages, and conky, and wallpaper, and network manager, and all the config files, I mean everything...
    So if I want to format my harddisk, I can put back my system as it is now...
    Is it possible?
    And if it is, then how?

    One thing you can try is create a tar archive of /home and /etc, then use these pacman tips to create a list of packages that you have currently installed. You can then use this list to install the packages on a fresh install. Even in /etc/ just backup the config files you need like for your wifi setup, xorg.conf and maybe rc.conf and leave the rest as they may change down the line. Your home partition contains the necessary settings for KDE, wallpaper and conky.
    You should try this method in a virtual machine and see how well it works and what needs to be tweaked around. You don't want to backup "everything" (as in /bin /boot /tmp /var) as a fresh install will more than likely conflict with your backup files if you do intend to use them later.

  • Question for incident manager notification (OEM 12c)

    If an incident manager's owner is changed. Can the notification sent to the old owner and new owner?
    I can setup a rule on "Incident update", but the notification only sent to the new owner. Is it possible to notify both the new and old owner?
    Thanks.

    No, we do not currently support this. Please file an enhancement request.

  • Installation Media for Adobe Acrobat Reader and Flash without Extra Software

    Is there a Installation Media format for Adobe Acrobat Reader and Flash which does not have McAfee, Google Chrome or Google Toolbar associated with the installation?  This deployment is for a IT department.  We do not want Google Chrome, Toolbar, or McAfee installed on our workstation, and we want to prevent our users from installing them when performing the upgrades to newer versions.  We want installation media without the extra software for deployment.  Does Adobe supply these?

    Re The first Link:
    Return, cancel, or exchange an Adobe order
    Cancel your membership or subscription | Creative Cloud
    I have done this.  I just need the refund that was mentioned on the bottom of the page that I have already cancelled on.  None of the other links on that page are relevant and none mention the word "Refund"
    Re; The second link, is this a UK 0800 number or a US Number?  I am in the UK.  Will I be on hold for 32 minutes again if I ring this number?

  • Why only once for create recovery media???

    When I created recovery discs for my laptop using HP Recovery Manager, I got the message:
      You can only create recovery media once for your system. So ensure that you keep it in a safe place
    why only once?? what is the problem with creating the same discs again?
    what is the difference when creating the recovery discs with the Backup and Restore utils in Windows 7? is it also once only? what is the difference between discs created with Windows 7 versus HP Recovery Manager?

    I believe it is due to MS license agreement that only 1 set is allowed. You can of course use a CD/DVD burning program to copy the set you made.
    The Recovery set you burn restores the laptop back to factory shipped state. Recovery made with Win 7 utility is an image of the hdd that includes added programs, data ,photos,etc.You also need to burn the System repair disc to use with the backup. You can use it as often as you like.
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • Creating a Media Player

    I would like to create a media player for a handheld device i.e. Cell Phone that plays Movie files, to create this application i am going to use the J2ME.
    Could anyone point me in the right directions to get started?
    Would it be possible to play the movie clip from a server such as Apache or Realnetworks using a .3gp file, from the application i intend to create within an emulator. (I realise there maybe limitations with emulators but this does not matter).
    Would i use MIDP to create the Player app?
    I'd be gratefull of some usefull areas to get me going and what i can and cant do.
    L. Tambiah

    use mobile Media Api available with J2me wireless toolkit ver 2.0!

Maybe you are looking for

  • FIM Server shows sharpoint error every 5-10 minutes, though the application is running fine - Event ID 2424

    Hello All, The FIM 2010 R2 application is running, but the error logs on server shows sharpoint error. The error log is attached. Please reply if someone has faced this . Event id - 2424

  • Transaction Code to run report(s)

    Hi Could you please let me know the transaction code (t code) to run SAP std and customized report?. Is it SE38 or some other t code? Thanks Raghu

  • Files has duplicate copies

    I do not know how I did it but I somehow got the main screen (containing the artboard) stuck behind the main Mac OSX menu bar. I then could not move it so I could re-size it or be able to see and use the buttons on the top left that allow you to quit

  • Why can't I export 0.5 second clip?

    Hi, I want to create some simple clips by my self and only create a simple clips with 0.5 second. But I always got 2 seconds clips after I export. Can I set the export time for my clips? Thanks~~ Eric

  • Confused about NFS

    I have setup Podcast Producer and I am sharing the Shared File System using NFS. On the server I created a share point called PodcastStorage. Then in Enable Automount I export the share as /PodcastStorage. Protocol Options, I use Export this as Clien