OID 10gR3 full version number and compatibility

I am a bit confused about the OID version and compatibility. Can anyone help?
Siteminder r12 is compatible with OID 10gR3 as per Siteminder compatibility matrix.
When I try to find OID version number and in turn its compatibility with Operating system and database, I am finding it hard to understand which version I should be looking for when I want to use OID 10gR3 (e.g. is it 10.1.4.0.1 or 10.1.4.1 or 10.1.4.2 etc)
There is no clear documentation providing this information. From one of the documents (www.oracle.com/technology/.../internet_directory_wp_10gr3.pdf) it seems it is 10.1.4.2
However when I goto download site it only has 10.1.4.0.1.
Also, as per certification matrix of OID 10.1.4 it says it is compatible with OEL5, whereas after downloading 10.1.4.0.1 it fails to install complaining that it needs Red Hat Linux 3 or 4.
Need you help to understand this.
Thanks,

The Base line version is 10.1.4.1.0, all others are patches. The latest being 10.1.4.3.0, which can be downloaded via MOS (formerly known as Metalink).
10G release 3 is marketing speak; 10.1.4.1 thru 10.1.4.3 are all 10G Release 3 (but different patchlevels. Guess you can speak of OID 10G release 3 patch 2, when you mean OID V10.1.4.3.0 - technicians tend to use versions).

Similar Messages

  • Table For Purchase Order Version Number and Version Created Date

    Dear Sir,
    Whenever we make any change in Purchase Order , then a new Version Number  along with Created Date is assigned . In Me23n the Version Number and It's Created date is also displayed ( at PO Header Level) .
    We request you to kindly guide us as which Table is required to be reffered to get the Version Number and Version Created date  for the Purchase Order .
    With Thanks and Rgds
    Sonia

    Hi
    Check in EKKO - Purchase order header
    EKPO - Purchase order item
    CDHDR
    CHPOS
    Regards
    Ram
    Edited by: Parasuram M on Sep 16, 2009 11:59 AM

  • Anyone - that "About this MAC" only gives the OS X Version Number and not the Name?

    Is anyone else - that "About this MAC" only gives the OS X Version Number and doesn't also give out the Name?
    *** version is Mountain Lion? Snow Leopard? Yosemite?? And how hard would it be to use the name AND version number when they refer to a product?
    So What Do I have with 10.8.5 ?
    PS [as I use this site for the first, I am glad to see for the first time ANYWHERE that the drop down box lists the OS X by name and number. APPLE, PLEASE DO THAT EVERYWHERE!

    A google search would have yielded the answer
    10.8 is Mountain Lion.
    ~Lyssa

  • Incorrect version number and installation date of Firefox after upgrading

    My home desktop PC equipped with Mozilla Firefox v4.0 has recently been upgraded to v4.0.1 through an automatic updating. However, as noted from Windows 7 "Programs and Features", the latest version number and its installation date are not correctly shown. The required details refer to the previous v4.0.
    I look forward to having your technical advice as soon as possible.
    Andrew

    Hi, Alan
    Thank you for your prompt response.
    It seems to me that an automatic update of Firefox from v4.0 to v4.0.1 is not detected by Windows 7 > Programs and Features. Firefox > Show Update History and > About show the latest version number with the correct date of installation.
    At last, I re-installed Firefox into the existing version. I am pleased to inform you that Windows 7 shows the correct version number and installation date of Firefox as well as Revo Uninstaller.
    Perhaps, Firefox team would be kind enough to look into the matter. The problem did not happen in the past automatic updates.
    Regards,
    Andrew

  • How to reference application version number and current date in page footer

    Am new to Apex and am creating first app for production users on Apex 4.0.1 ... I notice that Application Builder app itself displays the version number at bottom right of screen .. are there any substitution strings that I can use to get current date and application version in my own Apex app ... or do I need to create e.g Javascript to format the date and create my own substitution string ?
    Any help much appreciated .. thanks !

    I modified the Footer of our Default page template. Used JavaScript for the date, below is the code we use. The very last table is specific to our environment and it would need to be customized for your use or removed if not needed. I am a JavaScript novice so this may be crude but it does the job.
    Jeff
    <table width="100%" cellpadding="0" cellspacing="0"
    border="0">
    <tr>
    <td width="500">
    <script Language="JavaScript">
    <!--
    function GetDay(nDay)
         var Days = new Array("Sunday","Monday","Tuesday","Wednesday",
                              "Thursday","Friday","Saturday");
         return Days[nDay]
    function GetMonth(nMonth)
         var Months = new Array("January","February","March","April","May","June",
                                "July","August","September","October","November","December");
         return Months[nMonth]             
    function GetTime () {
      var curtime = new Date();
      var curhour = curtime.getHours();
      var curmin = curtime.getMinutes();
      var cursec = curtime.getSeconds();
      var time = "";
      if(curhour == 0) curhour = 12;
      time = (curhour > 12 ? curhour - 12 : curhour) + ":" +
             (curmin < 10 ? "0" : "") + curmin + ":" +
             (cursec < 10 ? "0" : "") + cursec + " " +
             (curhour > 12 ? "PM" : "AM");
      return time;
    function DateString()
         var Today = new Date();
         var suffix = "th";
         switch (Today.getDate())
              case 1:
              case 21:
              case 31:
                   suffix = "st"; break;
              case 2:
              case 22:
                   suffix = "nd"; break;
              case 3:
              case 23:
                   suffix = "rd"; break;
         var strDate = GetDay(Today.getDay()) + " - " + GetMonth(Today.getMonth()) + " " + Today.getDate(); strDate += suffix + ", " + Today.getFullYear() + " " ;
         return strDate
    //-->
    </script>
    <script Language="JavaScript">
    <!--
    document.write(DateString() + GetTime());
    //-->
    </script>
    </td>
    <td width="300" class="fineprint"><div align="right">
    </div></td>
    <td width="900" class="fineprint"><div align="right">
    &APP_USER.
    #APP_VERSION#
    </div></td>
    </tr>
    </table>
    <table width="100%" cellpadding="0" cellspacing="0"
    border="0">
    <tr>
    <td width="33%" align="left" valign="bottom"><img
    src="#WORKSPACE_IMAGES#iconseal-rust.gif" alt="NH State Seal" width="25"
    height="25" /></td>
    <td  width="33%" align="center" valign="bottom"><a href="http://www.nh.gov/" class="fineprint">NH.gov</a>
      <a href="http://www.nh.gov/disclaimer.html"
    class="fineprint">Privacy Policy</a>   <a
    href="http://www.nh.gov/wai/index.html" class="fineprint">Accessibility
    Policy</a></td>
    <td width="33%" class="fineprint"><div align="right">Copyright &#169 State of
    New Hampshire, 2007-2010</div></td>
    </tr>
    </table><br />
    #FORM_CLOSE#
    </body>
    </html>

  • SCCM 2012 R2 CU3 installation successfull but the Full Version number still is 5.00.7958.1000

    Hi Guys
    I have a SCCM 2012R2 in Windows 2008R2 box with a Secondary Site also in Windows 2008R2. Before proceeding with the upgrade to CU3 I took a snapshot, installed Windows Management Framework 4.0 to get PowerShell 4.0 in order to run a health Check, all
    fine until this point.
    I installed CU3 and checked that the value in CULevel in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\Setup is 3 and also check the
    version that is displayed in the About System Center Configuration Manager dialog box is
    5.00.7958.1401
    I checked the log file C:\Windows\Temp\cm12-r2cu3-kb2994331-x64-enu.log and all good in there as well. So it's fair to say the installation was successful..??
    the next step was to upgrade my secondary site from the Primary site console, so I went to Administration / Site Configuration / Sites and when I right clicked my Primary Server to check its properties I realised that the Version number was still
    5.00.7958.1000 and the option to upgrade my secondary site is greyed out.
    I haven't been able to find any information regarding this issue, in fact I am not sure if is a technical issue or human issue :)
    the questions are, how do I upgrade my secondary site and why the difference in between version?
    Regards
    Jesus Gonzalez

    Works as dessigned. The site version number will only show the version of the latest major build, which is R2 in your case. The same with upgrading your secondary site, that's only possible via the console, with a major build. For upgrading your secondary
    site you can now use the created package R2 CU3 - server update.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Purchase order smart form - Version number and link to RFQ

    Hi I am making enhancements to the purchase order smartform and wanted to print the version number (ekko-revno) on the print layout.
    The structure for ekko which is being filled in at runtime from print program ZMMS_640FM06P has the field 'revno' blank. It is filling in the rest all fields. When I go into the ekko table I can see a value in this field. Does anyone know why this field is NOT being filled. I do not want to do a select on this field again in my smart form.
    I would also like to know if there is a any way you can track back the RFQ number for a particular PO.
    Thanks in advance..

    I hope It wil be there in table, check the entry & check teh work area entry.
    Quotation will be available in PO item data. Keep  a break point in Table and workarea.
    Tx
    Parthi
    If helpful, reward points.

  • Version number and updating extension

    I wonder where to set my application version number, I have tried at the bundle manifest but if setting at extension it is not shown anywhere at the extension manager and I don't know how to get this value for an "About" window.
    Therefore I have set the bundle version to match my application number, this way at least the number is visible in the manager.
    Also if I try to install an updated version of my extension the extension manager asks me to delete previous version because it conflicts with this one, I expected that the extension manager would ask if updating; am I doing something the wrong way ?

    Update: this post has the answer for this first part: http://forums.adobe.com/message/4687256#4687256
    The version number that shows up in Adobe Extension Manager is controlled in the .mxi file.
    <macromedia-extension name="com.zaalabs.MyExtension" requires-restart="true" version="1.2.3">
    I haven't found a way yet to pull the version number directly from the MXI file at runtime to show in an about window.  To work around this we actually populate the version number in two places using an ANT script.
    One in MyExtensionVersion.as which gets compiled in and can be looked up at runtime, and then other in the MXI file.
    package
              public class MyExtensionVersion
      // This will be populated from the MyExtensionVersion.as.template
                        public static const VERSION_NUMBER:String = "1.2.3";
    Then in our application we can lookup MyExtensionVersion.VERSION_NUMBER
    Message was edited by: Nate Beck

  • Error "The file appears to use a new format..." with Full version 6 and Reader v9.1

    Hi,
    Environment: XP Pro sp3, Acrobat 6.0, Acrobat Reader 9.1, Internet Explorer 7.0
    Eventhough I have my Reader v.9.1 set up as default application for PDF files in the file association setup, if I click on a PDF link in Internet Explorer, it wants to open it with the full version of Acrobat v6.0 and I get this popup message:
    "The file appears to use a new format that this version of Acrobat does not support.
    It may not open or display correctly. Adobe recommends that you upgrade to the latest version of our Acrobat products…."
    I am puzzled why Internet Explorer ignores the file association setup in Windows Explorer.
    Can someone assist me to figure this out? if the solution involves messing with the registry, or registering/deregistering dll files, that's fine with me.
    Geza

    The problem is that those applications share resources and will fight over them.
    It is not recommended or supported to have both on a Windows machine.

  • GTX 580 Twin Frozr II O/C - confused by bios version number, and how to flash

    Hi, my first post here. But I've been reading a bit here. Still, I get confused by this whole vga bios thing, version numbers and how to flash... Ok, so here's my situation:
    I have two PC's. Both with one MSI Twin Frozr II O/C GTX 580 card inside. It seems to me that both are working according to specifications, GPU-Z reports:
    GPU clock 800 Mhz, Memory 1024 Mhz, Shader 1600 Mhz for the borth of them.
    Now, one of them seems not to be totally stable (this is the newest I bought a few days ago). It locks up/crashes in some games. The other seems ok, I've been having that one for a while. Could this be a GPU core voltage problem? GPU-Z reports for the both of them:
    VDDC 0.955 v
    I've tried running MSI afterburner, changing core voltage to 1025, and in afterburner settings enable "Force constant voltage". Still, GPU-Z, which I keep running at the same time, still reports only 0.955. I thought this setting in Afterburner would change voltage to 1.025?  This situation is for both the old one and the new one.
    Now to the Bios "problem".
    The newest card (the not so stable one) reports through GPU-Z: Bios Version 70.10.20.00.01
    The oldest (stable) card: Bios Version 70.10.17.00.01
    So... which one has the newest bios? Seems to me it is the newest card.
    BUT - when running MSI Live Update 5 (newest version) it says for both the cards that they have the the newest bios version, and there's no need to upgrade??
    SO - I go to the MSI webpage: http://no.msi.com/product/vga/N580GTX-Twin-Frozr-II-OC.html#?div=BIOS  to download the newest bios manually, just in case.. But there it gets more confusing. The Bios version found there is :NV255MS.104(.zip).
    And also, on that page I can not find how to use that file. Extracting it just gives me the file NV255MS.104    and no extension.
    So, which bios is the newest one? 70.10.20.00.01  (the highest number, in the new card, but not stable in some games), 70.10.17.00.01 (in my old card, but seems stable in the games I've tried), or NV255.104  (which I don't know how to use).
    I've flashed my main board bios many times over the years in various set ups, the bios on two different SSD disks and so on.. never had a problem with that, or finding out if I have the correct bios, how to do it and so on.
    Maybe I'm stupid, but this MSI Twin Frozr II O/C GTX 580 bios thing confuses me a lot... So, how do I solve this situation?   

    I am also interested in the answer as I have 2 MSI N580GTX-M2D15D5/OC cards. I can find the latest BIOS file "NV801MS.KG4.zip" and know the version is "KG4". But how do you relate this to the current BIOS version Afterburner or GPU-Z provides? The version they each provide is "70.10.17.00.01" for both cards. The only other way to determine if they are up to date is to install and run MSI Live Update. MSI Live Update responds that they are up to date with no current version or online version information on the Live Update tab. At least the information on the Home tab states the same VGA BIOS version as GPU-Z and Afterburner. I can can only assume that the BIOS is updated by using MSI Live Update.
    Also just for the additional information GPU-Z displays my VDDC as 1.039 briefly then 0.995 constantly when switching between cards. I actually have the cards set to 1.050 with Afterburner to be stable when running Crysis 2 DX11 updates.

  • How to check full version number of IPlanet 6.0

    How would I check for the full build number of IPlanet 6.0 web server. This is on a Solaris 8 server, with SunOS 5.8.

    Hi,
    it's shows the support pack level of kernel.
    patch 133 is quiet old you need to upgrade your kernel.
    check Note 19466 - Downloading SAP kernel patches
    regards,
    kaushal

  • Version number and date

    Hi,
    we have a small help page on all of our modules to indicating who to contact if there are issues etc, and we manually type in a version and date produced of the module....
    Is there a way for this to happen traumatically have this inserted?
    Cheers
    Rossco

    Oh yeah, I get the Aussie humor....good point though as initially I was confused
    Thanks for the info, and it appears that it will be much easier for us to manually type in version and date, making sure we track all files etc.
    Sometimes it seems that things could always be better by creating automation but is not necessarily correct. Just because you can do something doesn't mean you should is what my boss always says
    Thanks for the reply Lilybiri
    Cheers
    Rossco

  • I purchased and install iWorks 09 in 2009 ; what is the current version number and are there any updates for Mtn Lion?

    What version of iWorks 09 in PAGES should I be running with Mtn Lion? I originally installed iWorks from a disk back in 2009 and thought I was keeping up with updates. Curerntly I have version 4.2 (1008) Thanks for your help.

    Thanx anyway - I got question  answered ... Caninemiss

  • WRT54GS Router Version Number and Performance

    I am setting up a new home office network and have an older WRT54GS ver 1.1 available to me. If I upgrade to the latest firmware, will that give me the same capabilities as the current version of that router or should I buy a new router with ver.7, which I believe is the latest release. TIA, Howard

    Your "old" router has more RAM memory, and more Flash memory than the "new" version of the router.   It therefore should work better with some tasks, such as peer-to-peer file sharing.   I am uncertain that your old router will have every feature of the newest router, but I'm sure it has everything that 99% of people actually use.
    I would suggest that you simply upgrade the old router with the latest version of firmware.   If you later find that you need a feature that your old router does not support, then look for a new router that has that feature.
    After a firmware upgrade, you will need to reset the router to factory defaults, then setup the router again from scratch.  If you saved a router configuration file, DO NOT use it.

  • SWF name and version number for bug reports

    Hi,
    When users report issues we ask for a screen dump , but we would like the course version number and the SWF name to appear in the screen footer.
    We have looked at a number of options, but we are a bit stuck. 
    SWF name
    1/ Pipwerks mentions a Cp variable called cpORGSWFPath 
    "Informational variable. Provides the file name for the project’s main SWF. Appears to duplicate functionality of cpOrgSWFPath.NOTE: This value can only be obtained when the project uses an external skin. " for CP5
    http://pipwerks.com/2010/08/23/complete-list-of-variables-for-adobe-captivate-5/
    Does anyone know how to access this ?
    2/ We could manually enter it in the cpInfoprojecttname field, but it wont change if we update the file
    Version Number
    1/ The Scorm manifest creates a version number. Can I get the information from Scorm ?
    2/ My backup plan is to use fields intended for other purposes
    e.g cpInfoprojecttname, cpInfoDescription
    the following are not used
    - cpInfoCourseId
    - cpInfoCourseName
    http://forums.adobe.com/message/3201125
    rgds Renovator

    That's a recent version of Logic 9 correct?
    The problem centers around a name length limitation in all versions of Logic except 9.1 and upwards (I think it's Logic 9.1)  You've named an audio file with more than 30 (or 31) characters in Logic 9, unfortunately Logic 8 can't read the long name and sees it as a shortened name and a disk sector location.
    #23B269  is the location of the file on the disk and if you would've created the project in 8 including the long name, Logic 8 would've written the file to disk as "heather reco#23B269.wav" and would've been able to find it.
    To be on the safe side, when creating files in Logic 9 for use in 8, keep the file names under 29 characters, including spaces. Re-linking has to be done by hand, load the audio files needed into the bin and drop then in the correct track locations, Logic 8 will not be able to find the files with long names.
    This used to play **** when moving projects, a home studio person finished his CD, unaware he/she uses long file names. Copies all projects and files to an external disk and takes it to a professional studio for mixing. OOPS!! The file names with the sector locations are no longer valid, the sector location has changed... the project loads with scraps of files from different projects or loads with incomplete files.

Maybe you are looking for

  • Can't get rid of photo album from computer

    My phone has a photo stream album from computer that I cannot get rid of.  I have removed the folder containing the photos from my computer.  Removed all backups in itunes.  The box in the itunes sync for photos has never been checked.  I have syncd

  • Cannot Open a JPEG image as a Camera Raw file in Elements 5.0

    I tried opening a JPEG image, using "Open As" function into Camera Raw in Elements 5.0 Editor and I receive a "program error" message. How can I change settings or otherwise enable Elements 5.0 to open a JPEG into Camera Raw?

  • Flash animation in shape sequence

    Very often I see on the web many flash websites very amazing for their animation in flash. For example, in monster template you can see the paper's animation like that: http://www.templatemonster.com/flash-templates/26676.html Watch the BEST DESIGN S

  • Migrating catalog from mac to pc

    Hei! I've already read a few threads concerning migrating a LR catalog across platforms but haven't really been satisfied with the answers. Set up:  I am about to move back to the pc world (from mac) and before doing so I need specific information be

  • Webcenter announcement service

    Hi There, I have created a custom webcenter portal with announcement service (Announcement Taskflow), want to use some workflow to get approved before new Announcement published to live. May you please let me know if there any solution to this issue,