With remote_os_authent being deprecated, will replacement come with additional cost?

One of our applications uses AD with remote_os_authent for single sign on (for some users) to the underlying database.
The database is currently on 9iR2 but will soon be moved to 11gR2  - with remote_os_authent now deprecated, I am under the impression from the vendor that one has to now add Oracles Access Manager with it's extra cost now that remote_os_authent is being phased out.
The vendor's app is tied in with Microsoft Active Directory to pass along credentials to implement single sign on, as a result of remote_os_authent being deprecated they tell me many of their customers are balking at purchasing an additional license(s) so they have now ported the application to use MSSQL database for a back end, as MSSQL provides integration with AD at no extra cost.  This is an option I have been asked to look into as well, if there is going to be an extra cost to what we've already been using at no cost.
I've not had a lot of experience with remote_os_authent, and am confused if integrating database logins with AD specifically requires the remote_os_authent parameter or one can create a user identified externally and have AD pass the domain credentials without the remote_os_authent parameter. We have EE licensing and if I have to purchase an additional product at an additional cost now then I'll likely look at having them port the app to use MSSQL as well.
Anyone else running into this?
thanks in advance

Anything regarding licensing, please check with your friendly sales rep.
You may need to skip 11g and go straight to 12c.
Oracle Database Editions
"Enterprise User Security is an EE feature for directory-based management of database users. It does require a corresponding Oracle Identity Management Directory Services Plus to be licensed.
Usage of Enterprise User Security with Oracle Database strong authentication (PKI, Kerberos) no longer requires Oracle Advanced Security to be licensed"
As far as I know:  kerberos === Windows 2008+ AD
Again - anything regarding licensing, please check with your friendly sales rep.

Similar Messages

  • Product calculation in combination with additive cost and mixed costing

    Hello all,
    I want to calculate trading good. I have defined a mixed costing for this article. Additional I had entered additive costs for the same article. When I run the calculation, it works only with the definitions of the mixed costing. Does the calculation take either the mixed costing or the additive cost?
    Best regards
    Jürgen

    We also faced similar issue & had approched SAP for the same. As clarified by SAP,  additive cost with mixed costing is not supported.
    You may try using reference costing variant for this.
    Regards
    Rakesh Pawaskar

  • Calculation with additional costs

    Hi all,
    we have a calculation based on info records. The calculation is done based on condition PB00 for the main vendor.
    The Problem is: for some products we have additional costs from other intermediate vendors.
    For example:
    Main vendor has a condition PB00 for 10€ / KG
    for that main vendor we have some Partners defined in Transaction MK03 (Partner SP for Transport as example)
    While calculating the Price, the System should get the PB00 Price for the main vendor and also the other Z... conditions for the SP Partner.
    This should be done depending on Material or purchaseing Organisation.
    Any Suggestion ?
    Thanks in advance for any help..
    Kind regards
    Fred

    Hi Mukthar,
    I Need the condition PB00 from the main vendor + the conditions from the SP vendor in the calculation. Not only the condition from one or the from the other one.
    If I Change the vendor at GR, I will only have the condition from the new vendor.
    regards
    Fred

  • Onhand materials with additional cost query

    Hello!
    I'm stuck with a query and i need help.
    The query needs to show the current onhand quantity of the material with costs , expire dates , lot numbers , warehouse codes , expire dates , arrival dates.
    The actual query is :
    SELECT
    OOD.ORGANIZATION_NAME "ORG_NAME",
    MOQD.SUBINVENTORY_CODE "WHS_CODE",
    MSI.SEGMENT1 "Item Code",
    MSI.DESCRIPTION "Item Name",
    MSI.PRIMARY_UOM_CODE "ME",
    SUM(MOQD.TRANSACTION_QUANTITY) "On Hand",
    MTLN.LOT_NUMBER "LOT",
    mln.expiration_date "Exp. date",
    mln.attribute1 "PO number",
    MAX(mmt.transaction_date) "Arrival date",
    SUM( MMT.ACTUAL_COST) "Item cost"
    --,SUM ( occe.cost_base_amount) "Etc. cost",
    --oct.trx_quantity "Quantity"
    FROM
    MTL_SYSTEM_ITEMS_B MSI
    --, oaes_cogs_cost_elements occe
    --, oaes_cogs_transactions oct
    ,ORG_ORGANIZATION_DEFINITIONS OOD
    , MTL_ONHAND_QUANTITIES_DETAIL MOQD
    ,mtl_material_transactions MMT
    ,mtl_transaction_lot_numbers mtln
    ,mtl_LOT_NUMBERS MLN
    WHERE
    MSI.ORGANIZATION_ID=OOD.ORGANIZATION_ID
    --and oct.cost_key = mln.attribute1
    --and occe.element_type = 'INVOICE'
    --and occe.cost_key = oct.cost_key
    --and mmt.transaction_id = oct.trx_id 
    --and oct.trx_type = 'RECEIPT'
    and mtln.inventory_item_id = mln.inventory_item_id
    and mtln.lot_number = mln.lot_number
    and mtln.organization_id = mln.organization_id
    AND MSI.INVENTORY_ITEM_ID=MOQD.INVENTORY_ITEM_ID
    AND MMT.TRANSACTION_ID = MTLN.TRANSACTION_ID
    AND MSI.ORGANIZATION_ID=MOQD.ORGANIZATION_ID
    AND MSI.ORGANIZATION_ID=MMT.ORGANIZATION_ID
    AND MSI.INVENTORY_ITEM_ID=MMT.INVENTORY_ITEM_ID
    AND MOQD.INVENTORY_ITEM_ID = MMT.INVENTORY_ITEM_ID
    AND MOQD.ORGANIZATION_ID = MMT.ORGANIZATION_ID
    AND  MOQD.create_transaction_id=MMT.transaction_id
    AND OOD.ORGANIZATION_ID = MMT.ORGANIZATION_ID
    AND OOD.ORGANIZATION_ID = MOQD.ORGANIZATION_ID
    GROUP BY      
    MSI.ORGANIZATION_ID,
    OOD.ORGANIZATION_NAME,
    MOQD.SUBINVENTORY_CODE,
    MSI.SEGMENT1,
    MSI.DESCRIPTION,
    MSI.PRIMARY_UOM_CODE,
    MTLN.LOT_NUMBER,   
    mln.expiration_date,
    mln.attribute1
    --,oct.trx_quantity
    ORDER BY 1, 3, 4
    If i connect oct and octe it will only show a few lines not all
    Thank you for your help in advanced ,
    Zsolt

    I tried. And here is the result :
    It seems that there is no record in table mtl_cst_actual_cost_details with the same transaction_id as in mtl_material_transactions table, but i found something strange.
    I found a data where the actual cost transaction id is equal to material transaction transfer transaction id. the date is equal also the item id BUT with the same wrong price
    I got this query from an oracle report the following queries which actually shows the correct price but only for thoose items which has got some extra cost on it :
    select teny_s6 ,
      bev_egys t1,
      bev_egys + sum(teny_ktg)/menny t_onk,
      bev_egys * menny tm1,
      bev_egys * menny + sum(teny_ktg) tm_onk
    from
    select e.cost_key        teny_s6,
      substr(g.segment2,6,1) ktg_tip,
      t.trx_quantity         menny,
      t.bev_egys             bev_egys,
      sum(e.cost_base_amount) teny_ktg
    from
      oaes_cogs_cost_elements   e,
      gl_code_combinations      g,
      (select distinct tc.cost_key, tc.trx_quantity, mmt.actual_cost bev_egys
       from oaes_cogs_transactions tc,
            mtl_material_transactions mmt
       where
         tc.trx_id = mmt.transaction_id
         and tc.trx_type = 'RECEIPT') t
    where e.cost_ccid = g.code_combination_id
      and e.element_type = 'INVOICE'
      and t.cost_key = e.cost_key
      and substr(g.segment2, 1, 5) = '26211'
    group by e.cost_key, substr(g.segment2,6,1), t.trx_quantity, t.bev_egys
    group by teny_s6, bev_egys, menny
    This query shows the right costs but only shows the netto price :
    select
      nvl(t.cost_key, ln.attribute1)      s6,
      To_Char(nvl(MAX(t.trx_date), MAX(mmt.transaction_date)), 'DD-MON-YYYY') bev_datum,
      nvl(MAX(t.trx_quantity), SUM(mmt.primary_quantity)) menny,
      mmt.transaction_uom   me,
      mmt.currency_code     devn,
      mmt.currency_conversion_rate arfolyam,
      mmt.actual_cost       bev_egys,
      mmt.actual_cost /  decode(nvl(mmt.currency_conversion_rate, 0), 0, 1,
          mmt.currency_conversion_rate) elk_dev_egys,
      mmt.actual_cost * nvl(MAX(t.trx_quantity), SUM(mmt.primary_quantity)) bem
    from
      mtl_material_transactions mmt,
      mtl_transaction_lot_numbers tln,
      mtl_lot_numbers ln,
      oaes_cogs_transactions t
    where mmt.transaction_id = tln.transaction_id
      and mmt.organization_id = tln.organization_id
      and tln.organization_id = ln.organization_id
      and mmt.inventory_item_id = tln.inventory_item_id
      and tln.inventory_item_id = ln.inventory_item_id
      and tln.lot_number = ln.lot_number
      and mmt.transaction_type_id in (18, 41)
      and nvl(ln.attribute1, '?') = t.cost_key
      and t.trx_id(+) = mmt.transaction_id
    -- AND t.cost_key(+) = :P_KALK_EGYSEG
      AND t.trx_type(+) = 'RECEIPT'
      AND t.inventory_item_id = mmt.inventory_item_id
    -- and ln.attribute1 = '9529_120-0011-1_9398'
    and ln.attribute1 = '9581_120-0164-3_9446'
    GROUP BY t.cost_key, mmt.actual_cost, -- mmt.transaction_date, t.trx_date,  
      ln.attribute1, mmt.transaction_uom, mmt.currency_code,
      mmt.currency_conversion_rate, mmt.actual_cost

  • Current Creative Cloud Membership, How the new CC will be implemented, Any additional cost?

    I have been using CC for over a year now. How will the new transition work to the new CC apps? the MAX video showed a new application manager system/app, which looked different than the current application manager.
    My CC cloud just renewed for another year, is there anything that I have to do or do I just wait,  I WANT IT NOW,
    OK I'll wait.... help me make this transition easy to the new apps/
    I know you will.

    Hi tullphd,
    The new Creative Cloud apps, such as Photoshop CC and Illustrator CC, and Creative Cloud features like Sync Settings, desktop notifications, integration with Behance, and desktop notifications, will be available exclusively to Creative Cloud members in June. Learn more here: http://www.adobe.com/products/creativecloud.html
    Hope that helps!

  • Do replacements come with a warrent

    I have recently returned a Zen Sleek and recieved a replacement. Does the replacement come with a 2 month warrantee?
    If so, is the warrantee already in my name?

    Normal practice is to carry over the existing warranty, otherwise you could keep getting a new player every months.
    So when you get to year after the original purchase the warranty will expire, even if you got a replacement a week before - though they might be lenient in that case.
    PB

  • IHAVE 10.7.5. I WANT TO USE FIND MY MAC. IF I BUY 10.85 WILL IT COME WITH A RECOVERY PARTITION SO I CAN USE FIND MY MAC

    I have an early 2011 macbook air on 10.7.5 I want to use find my mac but it says i need a recovery partition. If i buy 10.85 will it come with a recovery partition and will i be able to use find my mac

    If you are using 10.7, you should have a recovery partition, now. Installing 10.8 will install or update the recovery partition if it can. If you have a drive partitioning scheme setup that prevents the recovery partition from being added, then I don't think 10.8 will change that.
    Do you have a recovery partition now?

  • Curious about the iOS 5 software that is coming out.  If I wait til its release to buy my iPhone 4 will it come with the iOS5 software already on it?  or should I go ahead and buy my iPhone 4 and then update the software when the iOS5 is released?

    curious about the iOS 5 software that is coming out.  If I wait til its release to buy my iPhone 4 will it come with the iOS5 software already on it?  or should I go ahead and buy my iPhone 4 and then update the software when the iOS5 is released?

    Keaten wrote:
    Yea I would have to say wait until the release of IOS 5, because the phone will probably run it a lot smoother. I mean go ahead and buy the Iphone 4 if you are dying to have it, because you can just update it which is no big deal at all, but it would be the smarter thing to wait for the new updates.
    And the networ issue as far as I am aware is fixed on the Verizon iPhones, so it really depends on which service you have.
    - correct me if i am wrong
    Have to disagree here, Apple have not even announced an iphone 5, it is pointless to speculate that we will see one or not see one until Apple actually releases a statement. ios was built and tested on the iphone 4 so there will not be any slowdown or laggyness compared to a phone that has not been released yet.
    If we are advising potential apple product buyers then we should not be putting them off buying a iphone 4 on speculations alone. Just because apple have for the last few years released an iphone every june/july does not mean then have to stick to this approach.
    Apple have not issued any statement regarding an iphone 5, until this time it does not exist, only in heresay on the internet.
    Any one looking to get an iphone 4, to you i would say waiting until ios 5 is released is a personal choice, no matter if you wait or not you will be able to update via itunes. One way or another in the future you will have to do an ios update via itunes whether this is the 5.0 software or 5,2,1.
    Please note that Apple are very closed mouthed about new hardware releases and potentially a new iphone could be round the corner, however there is no evidence to suggerst this, i.e Apple have not even mentioned an iphone 5 this year anything you hear towards the contrary is media spin thus far and speculation.
    ios 5 was built and tested to work seamlessly on iphone 4, the beta software released to developers is being tested on iphone 4. Please do not listen to people telling you that the iphone 4 will not run this ios as well as a phone that does not exist yet. When iphone 5 launches it will most likely have dual processors and not until its launch will the next gen apps start appearing.

  • My iPhone broke within the years warranty so they replaced it for me, does the replacement come with it's own years warranty aswel?

    My iPhone broke within the years warranty so they replaced it for me, does the replacement come with it's own years warranty aswel?

    A phone replaced under warranty will have the balance of the original warranty or 90 days, whichever is longer.

  • I am unable to install the latest version of Muse 2014. When I open Muse it comes up with a 'new version is available' and when I click on 'install now' it takes me to the adobe muse website where I click on the 'Download' button. It will then come up wit

    When I open Muse it comes up with a 'new version is available' and when I click on 'install now' it takes me to the adobe muse website where I click on the 'Download' button. It will then come up with 'Muse is downloading now'. It will then take me back to the Muse app again with the same 'install now' message. The new version has not installed, could some one please let me know the reason why it isn't installing.

    Hi Jeff I have uninstalled Muse from my applications and have tried to download the new version but it displays a message 'file not found'. I have included a screenshot.

  • My ipod generation 5 will not come out of recovery mode. i was simply updating my software and this happened. it will not let me restore it comes up with and error. please help, thanks.

    my ipod generation 5 will not come out of recovery mode. i was simply updating my software and this happened. it will not let me restore it comes up with and error. please help, thanks.

    Hey erinoneill24,
    Thanks for using Apple Support Communities.
    Sounds like you can't update your device. You don't mention an error that it gives you. Take a look at both of these articles to troubleshoot.
    iPod displays "Use iTunes to restore" message
    http://support.apple.com/kb/ts1441?viewlocale=it_it
    If you can't update or restore your iOS device
    http://support.apple.com/kb/HT1808?viewlocale=de_DE_1
    If you started your device in recovery mode by mistake, restart it to exit recovery mode. Or you can just wait—after 15 minutes the device will exit recovery mode by itself.
    Have a nice day,
    Mario

  • If I buy a new iPhone 5, will it come with iOS 6?

    Hi, I'm from Brazil and we don't have any Apple Stores here yet, just Premium Resellers and the Carrier Stores.
    So, in Apple's reseller in my town, there still are some iPhone 5 boxes lying between the iPhone 4S, 5c and 5s's boxes, as well some old iPhone 4 ones. Leaving aside the comments like "wow, iPhone 4 and 5 souldn't be found anymore" (I know that), do you think if I get one, it will still come with iOS 6?
    I think so, becuase officially there aren't iPhone 5 in sale anymore, so it wouldn't make sense for Apple to ship them with iOS 7, because they stopped manufactoring the 5 before the iOS 7 and the new iPhones that ship with it, as well as the 4S 8GB, were introduced.
    I'm asking this because I got a 5s and I'm deeply disapponted with iOS 7, and for me it ruins all the great features that only the 5s has to offer, and I'm willing to go back to the last iPhone that could run iOS 6.
    PS: the Home Screen printed in the iPhone 5 box is from iOS 6, and we know Apple updated the printing on the 4s to iOS 7.
    Thank you all in advance

    Does the Premium Reseller offer a return policy? If you purchased the phone in an Apple store you could return it within 14 days for a refund. If the store you're dealing with offer this you could buy the phone and go through the setup process. You'll soon learn what version of the iOS is installed.
    Given that, i would add that it is not wise to continue running iOS 6 when there are no own security flaws. iOS 7 solves those problems and adds the activation lock to prevent thieves from activating your phone should it be stolen or you lose it somehow.

  • I have just pre ordered the new iphone 5 it didn't give me an option to tell them what carrier im with? will it come with a nano sim?

    I pre ordered an iphone 5 this morning, (first time i have ordered from apple) it didn't give me an option to select a carrier? is this normal? will it come with a nano sim if it didn't let me tell them what carrier im with? i dont want to get my new phone and not be able to use it
    thank you.

    roncoe wrote:
    They've created a new SIM for this phone--the micro-SIM.  Different SIM tray and all.  If you ordered from Apple.com selecting the carrier was step two of the process.
    iPhone 5 confirmed to use nano-SIM, current SIMs not compatible.
    The "Micro SIM" is too large to fit in the iPhone 5.

  • HT1338 MacBook Pro 13.3: Desktop screen will not come up when turned on.  Screen is blank except for an icon of a folder with a question mark on it, in the middle of an otherwise blank screen, laptop making a clicking noise.

    My MacBook Pro 13.3 MAC OS  X v10.7 laptop will not come up.  Blank screen comes up, no color/desktop, etc., only an icon of a folder in the middle of the screen with a question mark on the folder.  Laptop making a clicking noise. Suggestions? Thanks!

    It's under warranty. Take it in to have Apple fix it.
    The "flashing ?" means the machine can't find the start up disk. The clicking noise is a give away that the drive is damaged.

  • My iPhone 5 screen is black and will not come back on. The phone still works when paired with my vehicles Bluetooth what's wrong with it, and can I fix it?

    My iPhone 5 screen is black and will not come back on. The phone still works when paired with my vehicles Bluetooth what's wrong with it, and can I fix it?

    I have a similar problem.  I restored my iPhone 5 to the latest available OS.  After completing the process the phone never restarted.  The phone was fully charged when I restored it but now refuses to charge past the red battery icon.  I have been able to get the phone in UFD mode several times and have been able to load the new OS on the phone.  The Apple logo does come on and the software fully loads.  iTunes tells me the phone will restart but never does.  I left it to charge all night but it never appeared to load the battery.  This morning I went to the Grand Central Terminal apple store for help.  A woman at the store plugged the phone in but it never charged.  She absolutely refused to believe that I got my phone in UFD mode and loaded any software on.  I don't think it is a battery issue.  The only solution I was given was to buy a new phone.  Repairing it was out of the question.  At this point the phone is completely useless.  Thanks in advance for the help.

Maybe you are looking for

  • How do I add an email button to open outlook 2010 on to the navigation bar

    Using windows 7 with outlook 2010. How can I add a button to open up outlook to the navigation bar

  • Flash browser for iPad?

    Hi all, my workplace is going computerized and I need to access my payslips online. Problem is I have an iPad 2 and the system needs flash player. The default Safari can't do it, I've tried Puffin but I need "Java iview runtime". If possible a free t

  • Excise capture by j1iex

    Hi exparts: I am unable to capture incoming excise invoice through J1iex T-code. after pressing check button it is showing green indicator but msg. giving that you have not flagged any item as ok. but in that screen there is no place to tick the mate

  • Query mode trigger....

    Hello folks, I have this problem, i need when-validate-item to fire in query mode, in the help they say this trigger can't be fired in query mode is there any way to produce the same effect or validation in query mode, what i need is when a user fill

  • Installing media encoder on multiple workstations

    I attended Adobe Max and I recall being told that - with the purchase of Premiere CS4 - you are allowed to install Media Encoder on as many systems connected to the same network as you want. Does anyone else recall this, or are aware of how I can acc