Questions about patching in eBS 12.1.3

Hi everyone,
Currently, we have an installation based in 12.1.1. fresh install which was evolved to 12.1.3 althougth pacthing.. it was done by freelance and now we need to install a few patches by functional problems.
So, we need to solve a few doubts:
1.- I suposse that we should to apply patches with adpatch.. Is it correct?
2.- We have down all services in application tier but ... do we need to put maintenance mode with adadmin in application tier?
3.- What parameters should we use with adpatch? we have one application tier and one database tier (apply=Y, pre-install mode =N, ...)
4.- Does it exist any pack for patching and clonning with any tools as OEM? I think that it exist and it could improve our work.
Best Regards,
Ricardo

Hi,
PFB answers:
1.- I suposse that we should to apply patches with adpatch.. Is it correct?Application patch using adpatch and db patch using opatch. Patch readme will guide you.
2.- We have down all services in application tier but ... do we need to put maintenance mode with adadmin in application tier?It is not mandatory to bring down services but you should bring instance in maintenance mode.
Good practice is to bring down services and put application in maintenance mode but this is not mandatroy. You can use hotpatch option to apply patch when instance is up and running and without enabling maintenance mode. This is called hot patching and is benificial for live when you cant have downtime.
Check below guide for more on this.
http://download.oracle.com/docs/cd/B34956_01/current/acrobat/oa_patching_r12.pdf
3.- What parameters should we use with adpatch? we have one application tier and one database tier (apply=Y, pre-install mode =N, ...)
Just type adpatch without giving any option.
Check below guide for more on this.
http://download.oracle.com/docs/cd/B34956_01/current/acrobat/oa_patching_r12.pdf
4.- Does it exist any pack for patching and clonning with any tools as OEM? I think that it exist and it could improve our work.? >>>> Cloning is possible through OAM
check below MOS:-
EBS 11i Creating a Clone using Oracle Application Manager (OAM Clone) [ID 398619.1]

Similar Messages

  • Question about patch/patch log

    Hi,
    I just applied the patch R12.TXK.A.Delta.6 patch 7237313.
    The adpatch session ran and completed.
    When reviewing the log file, i can see the following:
    "Cause: Error while trying to read metadata from file /apps/ebs/demo/demoora/10.1.3/j2ee/home/lib/<lib>.jar: No metadata entry META-INF/JRIMETA.DAT found."
    I just want to validate if this is really an error or just an informative message?
    Thank you,
    Felix

    Felix,
    This is an acceptable warning message, so you can ignore it.
    Note: 401424.1 - Oracle Applications DBA Minipack R12.AD.A
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=401424.1
    Note: 312594.1 - Getting warning messages when starting adadmin - generate JAR Files
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=312594.1
    Regards,
    Hussein

  • Newbie: Question about patching

    Hi all,
    Just brought a new iMac running 1.4.x (don't know the minor revision).
    Got all the latest and greatest patches running on it, apart from the latest bundle that includes Safari 3.0. I need everything in this release / patch - APART from Safari 3.0. (The Mac is used just for testing website developments).
    So my question is, how can I install all the latest security updates but leave out Safari 3.0?
    Cheers,
    Steve.

    >Is that more or less correct, generally speaking?
    Yes, generally speaking. Each color needs to be isolated on a single plate, and it makes no difference what those plates are called, as long as both you and the printer agree on what the names mean. The advantage to using a spot color swatch from one of the libraries is that your screen representation will look something like what the printed output should be (but never rely on the screen for spot colors, use a swatch book, because many spots can't be represented accurately in either CMYK OR RGB.
    >Why can't I create a PDF that uses a spot color?
    PDF can contain spot colors just fine, but they need to be spot colors in the original application, and the export or print to PDF that generated them must not convert them to CMYK or RGB.
    Lots of things can LOOK like they are only one color, but in fact are RGB or CMYK mixes. This would be particularly likely with content created in Photoshop, where you must use a spot channel or multi-channel mode of some sort to work with spot colors.
    >why do I get complaints that the printer won't recognize the PDF?
    Can you explain what you mean by this?
    Peter

  • Questions about patching a global zone with a zone defined via luugrape

    I've discovered that under Solaris 10 u7, luupgrade -t doesn't like seeing any zones defined when applying patches. If it sees a zone or zones defined it errors out.
    Well, I found a way to make it work. Basically you shutdown and detach the zones (or zones). I then delete the zone configuration. At this point, you would think luupgrade would stop complaining and just work. It doesn't. It will still fail at this point. The only way I could get it to work is in the global zone I had to do the following:
    mv /etc/zones /etc/zones-ORIG
    mv /zones /zones-ORIG <<< probably not needed but whatever ...
    lucreate -n S10u7zfsPATCHED -p rpool <<< So at this point both my active BE and the ABE both have effectively no zone configurationRan luupgrade and, poof, it works:
    luupgrade -t -n S10u7zfsPATCHED -O -t -s . ./patch_order
    Validating the contents of the media <.>.
    The media contains 138 software patches that can be added.
    Mounting the BE .
    zoneadm: global: could not get state: No such zone configured
    zoneadm: failed to get zone data
    Adding patches to the BE .
    Transition old-style patching.
    Checking installed patches...
    Patch 120900-04 has already been applied.
    See patchadd(1M) for instructions.
    WARNING: Skipping patch 120900-04Still I'm wondering why did I have to get so extreme to make this work ... after detaching and deleting the zone configuration why would luupgrade still complain about a zone which effectively no longer existed. I looked in /etc/zones and could find nothing related to my original zone. Where is luupgrade getting this almost "ghost" zone configuration information ?

    I've discovered that under Solaris 10 u7, luupgrade -t doesn't like seeing any zones defined when applying patches. If it sees a zone or zones defined it errors out.
    Well, I found a way to make it work. Basically you shutdown and detach the zones (or zones). I then delete the zone configuration. At this point, you would think luupgrade would stop complaining and just work. It doesn't. It will still fail at this point. The only way I could get it to work is in the global zone I had to do the following:
    mv /etc/zones /etc/zones-ORIG
    mv /zones /zones-ORIG <<< probably not needed but whatever ...
    lucreate -n S10u7zfsPATCHED -p rpool <<< So at this point both my active BE and the ABE both have effectively no zone configurationRan luupgrade and, poof, it works:
    luupgrade -t -n S10u7zfsPATCHED -O -t -s . ./patch_order
    Validating the contents of the media <.>.
    The media contains 138 software patches that can be added.
    Mounting the BE .
    zoneadm: global: could not get state: No such zone configured
    zoneadm: failed to get zone data
    Adding patches to the BE .
    Transition old-style patching.
    Checking installed patches...
    Patch 120900-04 has already been applied.
    See patchadd(1M) for instructions.
    WARNING: Skipping patch 120900-04Still I'm wondering why did I have to get so extreme to make this work ... after detaching and deleting the zone configuration why would luupgrade still complain about a zone which effectively no longer existed. I looked in /etc/zones and could find nothing related to my original zone. Where is luupgrade getting this almost "ghost" zone configuration information ?

  • Question about patching

    Before I make a fool of myself on a devel ML that I really shouldn't be on, can someone confirm something for me?
    I have a patch that starts something like this:
    --- file.c.orig 2006-03-31 14:37:18.000000000 +0200
    +++ file.c 2006-03-31 14:41:10.000000000 +0200
    @@ -65,6 +65,15 @@
    #define FOO_BAR
    #include <foo/bar.h>
    +#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,15)
    +#include <bar/foo.h>
    +#else
    My understanding of this is:
    - Line 65 of the unpatched file shoud read #define FOO_BAR
    - Line 66 should read #include <foo/bar.h>
    - Line 67 should be blank
    - The lines beginning with + will be added after the existing line 67
    Is that correct?
    TIA, anyone who's bothered.

    Many thanks, stavrosg.

  • Some questions about the integration between BIEE and EBS

    Hi, dear,
    I'm a new bie of BIEE. In these days, have a look about BIEE architecture and the BIEE components. In the next project, there are some work about BIEE development based on EBS application. I have some questions about the integration :
    1) generally, is the BIEE database and application server decentralized with EBS database and application? Both BIEE 10g and 11g version can be integrated with EBS R12?
    2) In BIEE administrator tool, the first step is to create physical tables. if the source appliation is EBS, is it still needed to create the physical tables?
    3) if the physical tables creation is needed, how to complete the data transfer from the EBS source tables to BIEE physical tables? which ETL tool is prefer for most developers? warehouse builder or Oracle Data Integration?
    4) During data transfer phase, if there are many many large volume data needs to transfer, how to keep the completeness? for example, it needs to transfer 1 million rows from source database to BIEE physical tables, when 50%is completed, the users try to open the BIEE report, can they see the new 50% data on the reports? is there some transaction control in ETL phase?
    could anyone give some guide for me? I'm very appreciated if you can also give any other information.
    Thanks in advance.

    1) generally, is the BIEE database and application server decentralized with EBS database and application? Both BIEE 10g and 11g version can be integrated with EBS R12?You, shud consider OBI Application here which uses OBIEE as a reporting tool with different pre-built modules. Both 10g & 11g comes with different versions of BI apps which supports sources like Siebel CRM, EBS, Peoplesoft, JD Edwards etc..
    2) In BIEE administrator tool, the first step is to create physical tables. if the source appliation is EBS, is it still needed to create the physical tables?Its independent of any soure. This is OBIEE modeling to create RPD with all the layers. If you build it from scratch then you will require to create all the layers else if BI Apps is used then you will get pre-built RPD along with other pre-built components.
    3) if the physical tables creation is needed, how to complete the data transfer from the EBS source tables to BIEE physical tables? which ETL tool is prefer for most developers? warehouse builder or Oracle Data Integration?BI apps comes with pre-built ETL mapping to use with the tools majorly with Informatica. Only BI Apps 7.9.5.2 comes with ODI but oracle has plans to have only ODI for any further releases.
    4) During data transfer phase, if there are many many large volume data needs to transfer, how to keep the completeness? for example, it needs to transfer 1 million rows from source database to BIEE physical tables, when 50%is completed, the users try to open the BIEE report, can they see the new 50% data on the reports? is there some transaction control in ETL phase?User will still see old data because its good to turn on Cache and purge it after every load.
    Refer..http://www.oracle.com/us/solutions/ent-performance-bi/bi-applications-066544.html
    and many more docs on google
    Hope this helps

  • EBS 12.1.3: a few questions about cloning

    Hi,
    We have EBS 12.1.3 on AIX 7.1.
    A few questions about cloning from shared application tier environment to non-shared application tier environment. We have been following "Cloning Oracle Applications Release 12 with Rapid Clone [ID 406982.1]"
    Source environment (shared app tier):
    - Two active application nodes and LB
    - One active database and one passive database setup with Oracle Data Guard.
    - SSL termination at the load balancer
    - PCP implemented
    Target environment (non-shared app tier):
    - One active application node
    - One active database node
    - No SSL
    - No PCP
    After the cloning was completed we noticed the following problems in the target system:
    1) Home page cannot be accessed as application tier $CONTEXT_FILE still contains "https" and ssl termination settings.
    Workaround:
    Modify (with text editor) Application Tier $CONTEXT_FILE as follows.
    <webentryurlprotocol oa_var="s_webentryurlprotocol" customized="yes">http</webentryurlprotocol>
    <sslterminator oa_var="s_enable_sslterminator">#</sslterminator>
    <login_page oa_var="s_login_page" customized="yes">http://myhost.mydomain.com:8000/OA_HTML/AppsLogin</login_page>
    <externURL oa_var="s_external_url" customized="yes">http://myhost.mydomain.com:8000</externURL>
    Run AutoConfig and start application tier.
    Is there a better and supported solution for this?
    2) Concurrent managers do not work correctly as they have still old node names (used in PCP in the source system). Workaround used:
    1. Logon to EBS web GUI and remove all nodes from all concurrent managers.
    2. Shutdown application tier. Verify that all concurrent managers have been shutdown. If not, kill the processes manually
    3. As apps user run cmclean.sql
    4. Restart application tier
    Is there a better solution for this?
    3) Database changes from ARCHIVELOG mode to nonarchivelog mode in the target system. Is there anyway to prevent this?
    4) Also, we would like to perform a full clone (app + db tiers) from production without shutting down the application. Is this possible? What would be the best documents to describe this? In Production, we have Oracle Data Guard setup with physical standby as per "Oracle Tech Note: Business Continuity for Oracle E-Business Release 12 Using Oracle 11g Physical Standby Database [ID 1070033.1]". This can be used when performing a hot clone for the database, right? What about the application tier? Steps described in 406982.1 include running AutoConfig in which application tier should be down. Does the application need to be down when running "Maintain Snapshot Information"?
    5) One final question (not related to cloning). Oracle Enterprise Manager console webUI has recently stopped working in IE8. E.g. https://myhost.mydomain.com:5501/em gives "Page cannot be displayed". This was working correctly last week. In Firefox, the same link is working fine. Any ideas how to fix this?
    Thanks for your answers in advance.
    BR,
    TH

    1) Home page cannot be accessed as application tier $CONTEXT_FILE still contains "https" and ssl termination settings.
    Workaround:
    Modify (with text editor) Application Tier $CONTEXT_FILE as follows.
    <webentryurlprotocol oa_var="s_webentryurlprotocol" customized="yes">http</webentryurlprotocol>
    <sslterminator oa_var="s_enable_sslterminator">#</sslterminator>
    <login_page oa_var="s_login_page" customized="yes">http://myhost.mydomain.com:8000/OA_HTML/AppsLogin</login_page>
    <externURL oa_var="s_external_url" customized="yes">http://myhost.mydomain.com:8000</externURL>
    Run AutoConfig and start application tier.
    Is there a better and supported solution for this?No, you need to edit the context file manually and run AutoConfig.
    2) Concurrent managers do not work correctly as they have still old node names (used in PCP in the source system). Workaround used:
    1. Logon to EBS web GUI and remove all nodes from all concurrent managers.
    2. Shutdown application tier. Verify that all concurrent managers have been shutdown. If not, kill the processes manually
    3. As apps user run cmclean.sql
    4. Restart application tier
    Is there a better solution for this?You are following the best approach. You could update the node details from the backend if you want.
    3) Database changes from ARCHIVELOG mode to nonarchivelog mode in the target system. Is there anyway to prevent this?By default, Rapid Clone will create the target database in noarchivelog mode.
    4) Also, we would like to perform a full clone (app + db tiers) from production without shutting down the application. Is this possible? What would be the best documents to describe this? In Production, we have Oracle Data Guard setup with physical standby as per "Oracle Tech Note: Business Continuity for Oracle E-Business Release 12 Using Oracle 11g Physical Standby Database [ID 1070033.1]". This can be used when performing a hot clone for the database, right? Correct.
    What about the application tier? Steps described in 406982.1 include running AutoConfig in which application tier should be down. Does the application need to be down when running "Maintain Snapshot Information"?You can copy the application tier node files while the application is up. And, you do not need to shutdown the application to run "Maintain Snapshot Information".
    5) One final question (not related to cloning). Oracle Enterprise Manager console webUI has recently stopped working in IE8. E.g. https://myhost.mydomain.com:5501/em gives "Page cannot be displayed". This was working correctly last week. In Firefox, the same link is working fine. Any ideas how to fix this?
    If it is working from one browser, then it should not be an EM issue. Have you tried from a different client and see if this works? Have you changed any setting in your IE browser? Please make sure you add the EM URL to the trusted sites list.
    Thanks,
    Hussein

  • Questions about Installing EBS R12 continued

    Folks,
    Hello. This post is the continue for previous post "Questions about Installing EBS R12".
    While installing EBS R12 using "./rapidwiz", the Install Wizard gets to "CD Locator - Select root directory of required Rapid Install Disk. Enter location for the disk labeled. Oracle Applications Rapid Install - Database Disk 1"
    I browse the directory where Database Disk 1 is located (file name: V15680-01_1of3/oraAPPDB/Disk1). Then click "OK" button, CD Locator Windows come up again and again. The Install Wizard doesn't proceed !
    The above issue means some files in stage area directory are corrupted. Thus, I have deleted the stage area directory (zip files and unzipped files) and try to download a fresh EBS R12 from Oracle Edelivery to install again.
    Now, the problem is that when I empty trash (EBS_R12) in Oracle Linux 5, the 3 files (V15680-01_1of3.zip, oraAppDB, oraDB) cannot be deleted from the trash, the error message is:
    "You don't have permission to modify its parent folder."
    The file V15680-01_1of3.zip is Rapid Install Database Disk 1 on which the install Wizard stop while installing EBS R12.
    Can any folks help to solve the issue on file "V15680-01_1of3.zip" ?
    that is, how to empty it from Trash ? How to have the Wizard go through it when install again ?

    Please update the original thread instead of creating new one -- Re: Questions about Installing EBS R12

  • Question about upgrading R12

    Dear all,
    My customer wants to upgrade EBS from 12.1.1 to 12.1.3.
    He has questions about module OTL and AGIS.
    He wants to know:
    1. Apply OTL&AGIS on 12.1.1, then upgrade to 12.1.3
    2. Upgrade 12.1.3, finish all post upgrade of 12.1.3, then apply patch to add OTL&AGIS module
    Which one should be correct?
    If neither of them, please advise.
    Also, please post the note/doc number.
    Thanks in adv,
    Jackie

    Jackie Han wrote:
    Dear all,
    My customer wants to upgrade EBS from 12.1.1 to 12.1.3.
    He has questions about module OTL and AGIS.
    He wants to know:
    1. Apply OTL&AGIS on 12.1.1, then upgrade to 12.1.3
    2. Upgrade 12.1.3, finish all post upgrade of 12.1.3, then apply patch to add OTL&AGIS module
    Which one should be correct?
    If neither of them, please advise.
    Also, please post the note/doc number.
    Thanks in adv,
    JackieUpgrade to 12.1.3 then apply the latest patchsets.
    Thanks,
    Hussein

  • Questions about Mapping GL Accounts to Group Accounts

    Hi,
    I have some questions about mapping gl accounts to group accounts while configuring OBIEE APPS 7.9.6.3 with EBS R12 as a source:
    FIRST QUESTION.-
    For file file_group_acct_codes_ora.csv, I have the following accounts from my customer:
    101101 - Caja Administrativa
    101102 - Fondo Revolvente
    101103 - Caja de Cambios
    101104 - Efectivo en cajero
    This group of accounts is named CASH, now my customer said that this group begins in 101101 and ends in 101199 but in this moment only have this 4 accounts in GL, the rest of the accounts, I mean 101105-101199 are not used right now, they are gonna used in the future.
    So, my question is, in file_group_acct_codes_ora.csv how I need to put this group:
    In this way:
    CHART OF ACCOUNTS ID,FROM ACCT,TO ACCT,GROUP_ACCT_NUM
    50308,101101,101104,CASH
    Or in this way:
    CHART OF ACCOUNTS ID,FROM ACCT,TO ACCT,GROUP_ACCT_NUM
    50308,101101,101199,CASH
    I mean, is there any problem if I use the second way, or is necessary to do it in the first way, and why?
    SECOND QUESTION.-
    For file file_group_acct_names.csv, when I update with a new group of accounts, is there any rule or size boundary for GROUP_ACCOUNT_NAME?
    THIRD QUESTION.-
    For file_group_acct_names.csv, what is the value in column LANGUAGE? I mean, is EBS language?, DB language?, server language?
    I hope that someone can help me, because I need to clarify this and don't do the first full load and this load ends with error because of this.
    Regards,
    Arnulfo

    I'll take some broad swipes at this and let the smarter people come fill in the details.
    We have a true 1:1 setup in our office and have moved to PHDs as a means of protecting against downtime. The thinking is that we will have a spare machine lying around with our base installation ready to go. If a user's machine fails we'll replace it with the spare machine, let it sync the user directory from the server, and we're back in business. It's no substitute for a real backup system, but it potentially avoids having to run a restore from your backups. It also reduces network traffic compared to plain networked homes, and still lets your users work if the server goes down, but provides the benefits of centralized management. John DeTroye wrote a nice article about this.
    If you've already got data on your "client" Mac you will need to move it onto the server. PHDs will download data from the server to the client on the first sync, but will not upload a complete home directory from the client to an empty directory on the server. You'll find some posts in this forum discussing how people have gone about migrating data prior to that first sync.
    WGM allows you to establish exclusions for stuff you don't want to sync.
    One thing to watch out for in the scenario you describe is the so-called "rabbit effect." Assume Bob uses Mac1 as his primary machine. If one day he logs into Mac2 his home directory will be downloaded to Mac2. Once he returns to Mac1 he'll still be cluttering up Mac2 with his data. If he logs into Mac3 the next day and Tom and Sue are also periodically logging into different machines, you can see how you'll end up with a mess pretty quickly.
    Hope this helps.

  • Oracle BI Apps Financial Analytics 7.9.6 Patches for EBS & SSO

    Hi All,
    Happy New Year.
    Thanks for taking the time to review this post. I am about to commence an Oracle BI Apps Financial Analytics 7.9.6 install using Oracle E-Business Suite 11.5.10.2 as a source for the BAW utilising Single Sign-On (SSO). Is there a list of any paticular EBS Interoperability patches, minimum EBS Family Packs for the EBS modules within Financial Analytics (GL, AR, AP) and SSO patches I need to be aware of?
    Oracle E-Business Suite 11.5.10.2
    Oracle BI Applications 7.9.6
    Oracle BI Enterprise Edition Plus 10.1.3.4
    Oracle Database 10g R2
    All Oracle BI Applications components hosted on a Linux 4.0 32 bit platform.
    Your assistance is greatly appreciated.
    Kind Regards,
    Gary.

    Oracle BI Applications 7.9.6
    Oracle BI Enterprise Edition Plus 10.1.3.4Isn't 10.1.3.4.1 the OBIEE release for OBIA 7.9.6?
    And any reason you're not going for OBIA 7.9.6.1?
    I don't know of patches off the top of my head, you're best off spending a couple of hours trawling My Oracle Support, that'll throw the candidates up.
    cheers, rnm.

  • Questions about upgrading from Exchange 2010 RTM to Exchange 2010 Service Pack 3

    I am preparing to perform an maintenance upgrade on our current Exchange 2010 Server, to Service Pack 3 (and any post-SP3 roll ups), but I have a couple questions about the process.
    Current Exchange Server details:
    Exchange 2010 Standard
    Version: 14.0 (Build 639.21) - from Exchange Management Console
    Version: 14.0.702.4000 - from Outook client
    Active Directory forest and domain levels: Windows 2008 R2 native
    The questions I have are:
    1.  Can I assume that because it's version 10.0.702.4000 I am on Exchange Server 2010 RTM Update Rollup 4?
    2.  Can Exchange 2010 Standard RTM be patched directly to Service Pack 3, or would I need to perform incremental patches (i.e. SP1, SP2, etc.) before going to SP3?
    3.  Do I need to manually perform the AD domain schema prep before applying Service Pack 3, or will the Service Pack 3 update process automatically handle the modifications of the AD schema?

    Hi,
    Here are my answers you can refer to:
    1. Firstly, I’d like to explain , we can use connection status to check our Exchange server version from Outlook client:
    http://office.microsoft.com/en-in/outlook-help/determine-the-version-of-microsoft-exchange-server-my-account-connects-to-HA010117038.aspx
    And I check my version from both EMC and Outlook client. It’s same.
    2. We can directly update RTM version to SP3 , and the update will take an additional 30 minutes or longer per database.
    3. Since Exchange 2010 SP3 makes updates to the Active Directory schema, we need prepare AD domain schema. However, it will automatically prepare AD and the domain when you install the update.
    For more information, you can refer to the following article:
    http://technet.microsoft.com/en-us/library/jj965774(v=exchg.141).aspx
    If you have any question, please feel free to let me know.
    Thanks,
    Angela
    Angela Shi
    TechNet Community Support

  • Question about LVM

    i have a really quick question about LVM, been trying to search but can't really find the answer
    here's the scenario
    i have my new quad core phenom system running arch, with an LVM volume on a few 1TB drives. i was overclocking it the other night and running geekbench, pulled 8300 flat anyway, not too bad since i started at 4900 on the arch kernel, and then hit 6800 with a custom zen patched kernel. anyhow, before i get carried away, what i want to do, is slap a spare drive and install windows 7 for a wider suite of benchmarks. but i'm worried that the drives with the lvm volume may not go in the same order when i pull the windows drive out.
    so what i want to know, is does the order of the drives with the lvm volume matter, or does LVM not care about the order at all?

    i was pretty sure thats how it worked....but pretty sure just isn't enough sometimes. like when you're looking at 3TB's of data

  • Question about using 10g/11g and APEX ...

    Hi,
    I just recently learned of Oracle's APEX and have a few questions about using it.
    Can I use APEX with express, standard, and enterprise editions of 10g and 11g?
    Are all of these free to use?

    You might want to read about APEX rather than jumping into questions that are reasonably well documented. Info at http://www.oracle.com/technology/products/database/application_express/index.html
    Your specific questions:
    1) Apex is a package that can be installed into any properly licensed database.
    2) The price for the production license of the database varies by edition.
    The price for Express Edition is $0 for use in production. Part of the cost for that edition is 'no Oracle Support based support, no patches, data volume limitation, etc.'

  • A few questions about how ZPM works.

    We have patch management (in ZCM 11.2.2), but honestly don't use it much. I have a few questions about how it works that might make me use it more, if I understand it more.
    If I deploy a patch (or a set of patches), it creates a bundle for that deployment. That bundle seems to include actions that deploy the actual patch bundles (correct?). Do I have to recreate a new deployment bundle every time I want to push a new patch? i.e. If I push a Java update, and a month later, a new one comes out, do I build out a new bundle with the new patch in it, or do I modify the old one?
    Once the patch is deployed, can I safely delete that deployment bundle, or should they just pile up?
    Is there a way to "auto-approve" patches? Lets say I always want a group of machines to have the latest Adobe Flash Player patches. Can I set up ZPM to automatically cache and push the latest patches for a specific product, or do I have to manually remediate each patch? (I'm thinking of how MS's WSUS does "auto-approval")
    I see most packages aren't cached in list, but occasionally, a patch is cached without me touching it. Why? Can I change what gets automatically cached?
    Thanks for any help/answers you can provide.
    -Adam

    Originally Posted by adrockk
    We have patch management (in ZCM 11.2.2), but honestly don't use it much. I have a few questions about how it works that might make me use it more, if I understand it more.
    If I deploy a patch (or a set of patches), it creates a bundle for that deployment. That bundle seems to include actions that deploy the actual patch bundles (correct?). Do I have to recreate a new deployment bundle every time I want to push a new patch? i.e. If I push a Java update, and a month later, a new one comes out, do I build out a new bundle with the new patch in it, or do I modify the old one?
    Once the patch is deployed, can I safely delete that deployment bundle, or should they just pile up?
    Is there a way to "auto-approve" patches? Lets say I always want a group of machines to have the latest Adobe Flash Player patches. Can I set up ZPM to automatically cache and push the latest patches for a specific product, or do I have to manually remediate each patch? (I'm thinking of how MS's WSUS does "auto-approval")
    I see most packages aren't cached in list, but occasionally, a patch is cached without me touching it. Why? Can I change what gets automatically cached?
    Thanks for any help/answers you can provide.
    -Adam
    For #1, (assuming you're not using baselines), you would check the new version of the patch (vulnerability) and do a new deployment.
    #2 - once you're satisified that the machines are deployed (or the best to your ability) you can delete the DEPLOYMENT package. It doesn't delete the actual vulnerability bundles to my knowledge. That's why it's a good idea to name your bundle deployments with something meaningful, IMO (and maybe include a nice desription).
    #3 - currently I don't believe this is possible. I know you can probably configure it to auto-download the patches, but not auto-deploy everything. Given the propensity for software to wreck other things (hello MS .NET patches), this is probably not a good idea. At least I'd never auto-download and auto-deploy any patches without testing them first, and certainly take my servers a little more cautiously than my workstations.
    #4 - I think you can configure what's cached, but I could be wrong.
    I know there's a lot of improvements coming in the pipeline, and it doesn't hurt to "vote" for your enhancements via the enhancement system (more work for Shaun--haha)
    --Kevin

Maybe you are looking for

  • How do I get Firefox to remember my ID and password once I said no do not remember and now I want it to remeber.

    I want firefox to remember my ID and password on certain accounts that I said no to in the past.

  • Maintenance order

    Gurus, For the cost collection for maintenance order,should the costing viewin Material master  needed to be activated.

  • Regarding EPM Services

    Hello,     We had a certain issue during the weekly Reboot process. The process involves :  first stop all services , Reboot the servers and Start all services . All is good till here where we could see the services started in a certain log file whic

  • Screenshots: Unconcious viewing?

    I imagine people view the screenshot thread in different ways, clicking on thumbnails based on WM, GUI v. CLI, colors, wallpaper. Some people consciously select/view the image, while others are just riding a wave of unconscious desire. What are you l

  • How to add IKM to project

    While saving the project i am getting error "Critical Target DataStore No IKM is selected for this interface." how to add IKM to the project. any help is appreciated. Edited by: nitya on Sep 10, 2010 7:25 AM