DAD .wwsto_api_session

When using the session storage API (wwsto_api_session), I need to prepend the DAD to the front in order for it to be located by the PL/SQL compiler. i.e.
DECLARE
l_store portal30.wwsto_api_session;
BEGIN
l_store := portal30.wwsto_api_session.load_session('DOMAIN', 'SUB_DOMAIN');
END;
This is ok until I try and compile the code in another instance that doesn't use the same DAD, the code needs to be changed to remove all instances of portal30 with the other DAD, i.e. "l_store anotherportal30.wwsto_api_session;"
This isn't a one off change as we have the problem since our development and production instances have different names.
How do I get around this problem, I've tried Synonyms - but received an error message at compile time saying that synonyms can't be used. Also not keen on using "&&1. wwsto_api_session" in the code as the other ampersands in the source code get mixed up with this, and we "set define off" when compiling through sqlplus.
Thanks.

hi,
I'm not sure why synonymn option is not working out for you !
You need to grant 'execute' privilege for wwsto_api_session package for the user. Then create a synonymn with same name wwsto_api_session.
Or , store the DAD information in a separate table and retrieve it.
--Sriram                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • I made my own apple id because my family was getting my texts from other people. I want to add my device to my dads find my iphone app on his icloud but can't figure out how, without having to log in to his apple id on my phone. how do i add my device?

    I made my own Apple ID because when I was logged into my dad's my family was receiving my texts from other people. I want to add my device to my dad's "find my iphone" app but without signing into his Apple ID on my phone because that was causing them to get my texts. I was told by Apple I could add my device to his by signing into icloud.com but there is no option that I can find to add my device. And I don't want to log back in to his.. Any ideas???

    Also when I apply the safety copy it only imports the app the phones have had in common, so none of the apps that only the iPhone 4 had doesn't come in, only the ones I and the iPhone 4 has had in common. So you say the only way I can use the Apple ID to download on the old iPhone 4 is if I delete the apps that are in the phone and then download them again? How will that change the ID to download/update from. Won't it still have mine to update/download from?

  • My dad made a mistake on purches on my ipad, and now he owes money he can't pay off right now. icloud wont work because o it, how can I get my icloud to work so i dont have to wait for him to pay itunes off???

    (we share a apple id) My dad bought some inapp  purchases, and he thought it didnt work. so he did it again. he can't pay it of right now, and icloud reuses to work on my new ipod. i cant just make a new id, all my music is on that. how can i get icloud to work, WITHOUT waiting for my dad?

    iCloud is free.

  • Siri cant figure out who my dad is

    I just got an Iphone 5s for my first time.  I was so proud of myself, I hit siri up and told her to "call dad"
    Her response was: "who is your father?"
    The problem with this is that my dad is in my phone as "dad," and when I told her dad, she just kept asking me the question.  This also happened when I tried to call my mom.  It works fine when I say people's names, but for some reason it wont accept the fact that dad is my dad.
    Does anyone know why this is the case?  I'm wondering if maybe it has something to do with hoe my contacts were formatted on my old phone, but info would be great. 

    Because words like 'dad' and 'mom' are interpreted as relationships. It has to process relationships before moving on to names. Put their actual names in then tell Siri who your father and mother are.

  • Single Sign-on and PORTAL30 DAD

    What I've done:
    1) Setup up PORTAL30 DAD with Single Sign-on
    2) Created schema called JOHN with "hello world" procedure call TEST
    3) Grant execute on TEST to PORTAL30
    4) Goto http://<servername>/pls/portal30/john.test
    5) Receive "Procedure Doesn't Exist" error
    6) Change DAD from single sign-on to Basic authentication
    7) Repeat Step 4 with no problems

    Hi Derick,
    I want to make our discussion into 2 parts
    1) Sign on
    2) Viewing data based on the Heirarchy
    1)Before discussing about the Sign on i want to know which connectivity you are using ? Live offcie or QaaWS.
    2) We can make the second point possible in two ways One is with providing restriction at universe level
    and the other one is through the use of flash variables.
    Using flash variables:
    The main idea of using flash variables is reading the User ID from BO authentication and based on that we fetch the Heirarchy level of that user. Then we use some excel logic to hide the data from Low level heirarchy(Here we use Dynamic Visibility for components).
    I hope this is what you ar looking for....
    If so i have more points to acheive such scenario.
    Please provide the your BO environment details, such that it will be easy to identify the better best wat to acheve it.
    Regards,
    AnjaniKumar C.A.

  • DADs on WLS 11g (version 10.3.6.0) do not work (Error 404--Not Found)

    Actually we use Application Server 10g (version 10.1.2.3.0) for different Forms 10g Applications (roundabout 1000 Forms) and want to change to Forms 11g and Weblogic Server 11g (version 10.3.6.0). A Test-Application on the Weblogic Server works fine, but DAD’s do not work at all.
    In Enterprise Manager 10g i can configure DADs within the GUI of the Enterprise Manager, where i can see, if a connection could be established or not.
    In Enterprise Manager 11g Fusion Middleware Control this doesn't seem to exist anymore, so i tried to configure the DADs manually, but something has to be wrong or missing, because there is no connection to the database and the following error appears:
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    I added several DAD’s to /opt/oracle/product/Middleware/asinst_1/config/OHS/ohs1/mod_plsql/dads.conf like this:
    <Location /pls/jd-download-dev>
    SetHandler pls_handler
    Order allow,deny
    Allow from All
    AllowOverride None
    PlsqlDatabaseUsername w_web_user_download
    PlsqlDatabasePassword @BWKChfgPacV6yQL40lIKZqXUUA9wC4cmAw==
    PlsqlDatabaseConnectString jddev TNSFormat
    PlsqlNLSLanguage German_Germany.WE8ISO8859P1
    PlsqlAuthenticationMode Basic
    PlsqlDefaultPage w_anwendung.p_web_show_document
    PlsqlAlwaysDescribeProcedure Off
    PlsqlErrorStyle DebugStyle
    </Location>
    The passwords were obfuscated with dadTool.pl and the http-Server restarted with /opt/oracle/product/Middleware/asinst_1/bin/opmnctl restartproc process-type=OHS
    The files /opt/oracle/product/Middleware/asinst_1/config/OHS/ohs1/mod_plsql.cache.conf and /opt/oracle/product/Middleware/asinst_1/config/OHS/ohs1/moduleconf.plsql.conf were left unchanged.
    Our Test-Application generates the following link
    'http://172.106.2.7:9001/pls/jddevdev/B_ARCHIVE.P_ARCHIVE_VIEW?docfid=200'
    that seems to be ok, because when i replace IP and port with our old IAS it works fine, but the WebLogic Server generates the above mentioned error.
    To get some more information i searched an error_log in /opt/oracle/product/Middleware/asinst_1/diagnostics/logs/OHS/ohs1 but there isn’t any.
    I used the following Documentation for configuring the DADs which is for HTTP Server 11g Release 1 (version 11.1.1), because I could not find one for version 10.3.6.0:
    http://docs.oracle.com/cd/E23943_01/web.1111/e10144/under_mods.htm#i1055269
    So probably there are differences between configuring version 10.3.6.0 and version 11.1.1 and so something is wrong configured or missing...
    Thank you in advance for your help
    Udo

    Hi Raj,
    it is a Sparc Solaris 10
    and yes that's my enviorment.
    After some more tests it's seems it's not a real bug but no realy nice working solution.
    Eclipse uses for all instances the same secure storage, where OEPE also saves the password.
    And if I look right the pasword was saved without the user context, so if you use an other user he takes the same password from the old user.
    and I doesn't know how do OEPE check the connection in reality or only reply the last failed login message.
    After deleting the complete secure storage and test it again with the juno version it works well.

  • I have an iPhone 4, My itunes are from two differnt accounts; one from when I was under my dads account, and the other is my own. My question is would I be able to sync and update my itunes on my MacBook without having all the new music erased.

    I have an iPhone 4, My itunes are from two differnt accounts; one from when I was under my dads account when i was younger, and the other is my own which i currently use. My question is would I be able to sync and update my itunes on my MacBook without having all the new music erased. I have the icloud on my phone, but I just want to update my music on my laptop. Just nervous to, because it has happened to me before on a desktop computer  and it *****. Please help! Thanks.

    nevermind, i figuered it out

  • Why is it that when I change the contacts on my phone, it changes them on my mom and dad's as well?

    My family and I recently got iPhones for Christmas. One for my dad, one for my mom, and one for me.  We also have an iPad 2.  They are all hooked up to iCloud via one username.  When we got the phones, we had trouble transferring our contacts from our old verizon phones to our new apple ones but we eventually got the contacts we needed.  At first, my mom's phone was not connected to the iCloud account shared by the rest of us and the iPad.  She wanted the calendar from the iPad so I deleted the account on her phone and added the iCloud account that the iPad was using.  All was fine until my dad and I realized that our contacts were wiped from our phones and replaced with my mom's.  I then started painstakingly deleted my moms contacts and replacing them on my own on my phone.  However, contacts were being deleted from my mom and dad's phone at the same time.  It's almost like the three phones are constantly synching with each other.  It would be ideal if we could get all of our contacts back the way they were before my mom changed her account but we would settle for this constant synching to stop. Please give us some direction here, we are new to this. Thanks in advance!

    Why is it that when I change the contacts on my phone, it changes them on my mom and dad's as well?
    Because, as you said "They are all hooked up to iCloud via one username. ". That is exactly what iCloud does.
    You need independent iCloud accounts for each person to maintain independent contact lists.

  • Why is it that when someone calls my dad's phone, the incoming call shows up on both our screens?

    Whenever someone is calling my dad, we both get the call. It only happens when we are close. It only happens when the calls are for him. It happens even when the other person is not doing a multiple call. Does it have something to do with us having the same Wi-Fi? He has an iPhone 5 with iOS 8 and I have an iPhone 5c with iOS 8.

    It has to do with you and him sharing an Apple ID. This is not a good practice. Create a new Apple ID: http://appleid.apple.com.
    You could also go to Settings > FaceTime > iPhone Cellular Calls and turn if off, but ultimately you'll probably run into other problems down the road by sharing an ID.

  • I'm downloading adobe software via my dad's account and when it's done loading, it has a message where it says it sent a verification email to my email address, but when I check it shows that it hasn't been set.  I keep clicking the resend email and it cl

    I'm downloading adobe software via my dad's account and when it's done loading, it has a message where it says it sent a verification email to my email address, but when I check it shows that it hasn't been set.  I keep clicking the resend email and it claims it does but it still hasn't sent the email to my address.  How do I fix this?

    It is probabl,y sending the email to your Dad's email address if you are using his account.

  • How can we make sure my Dad (92) hangs up properly...

    My Dad is 92 and lives alone. He is a Plusnet customer, as is my brother, whilst I am with BT. When my Dad makes or takes a call he doesn't always disconnect it properly on his cordless phone. Then we can't get through to him as we get 1571 instead (for hours!!) and if he does it when he calls my brother then for some reason my brother can't then get dial-tone to ring anyone. I don't seem to have the problem, possibly  because he does this locking up thing with a day-time call and then has made another by the time he and I speak.
    We've spoken to BT who say they can't test for speech occurring, he doesn't seem to hear the howler and at his age is getting tetchy and confused by us asking him to make sure he has hung up properly. Plusnet told my brother they can't even test the line which seems bizarre.
    Some years ago, 'forced release' would have made sure the remaining party was disconnected at the next charge increment and I fail to see why this doesn't happen. So in theory I could ring him, not hang up properly myself, lock his line up and go on 2 weeks holiday coming back to a big bill . . .  really?
    I'm sure this must be a problem with other elderly users and being over 40 miles away from us both and no idea if he's ok is very concerning. Does anyone have any advice please?

    Time it so that it disconnects for one minute before he gets up in the morning, and one minute in the late evening.
    The other option is to leave a cheap mobile turned on, so that you can call it to tell him to put the phone back.
    Forced release used to be implemented on Strowger Exchanges, to avoid holding up the limited number of switches available, and causing congestion.
    With the digital network, its not a problem, however if the called party clears, it will eventually disconnect, but I am not sure what the delay is now.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • My dad gave me an iPhone 3G to use as an ipod touch but it's not picking up wifi. ive tried everything to like resetting the network settings turning wi fi off and on mutable times, turned the phone off on and on. What do i do?

    My dad gave me an iPhone 3G to use as an ipod touch but it's not picking up wifi. ive tried everything to like reseting the network settings turning wi fi off and on mutable times, turned the phone off on and on. What do i do?
    the iphone never really picked up wi fi when it was used as a phone and it didnt really matter because he had unlimited internet but it still wont go on wi fi. does any one know why it is doing this?
    The iphone works fine other wise i just really want it to go on wi fi. We just got new wi fi too and all of our other apple products go on the wi fi just fine. I dont know if its because its newer or what but my brothers 1st gen ipod goes on wi fi just fine.
    The iphone is updated to the latest ios too
    WHAT SHOULD I DO!!!!!!!!!!!???????

    This might help
    http://support.apple.com/kb/ht3406

  • Session Timeout and DAD Authentication

    My application uses the authentication scheme 'No authentication (using DAD)'. The users log in from an external program and the user IDs are captured in the variable remote_user. My authorization scheme checks that the user ID exists in a database table. All this seems to work fine.
    However, I need to implement a session timeout on the application. I've followed the steps described in the "Automatic Session Timeouts" utility in the Application Express Studio but when I tried to modify the authentication scheme by adding:
    return auth_pkg.check_timeout;
    to the Session Verify Function I got the following errors:
    No functional attributes may be set when page sentry function is '-DATABASE-'.
    and
    Session verification function may not be specified if page sentry function is specified.
    I'm new to Apex and I don't know where to go from here. Any advice please?
    Thanks
    Maria

    Maria,
    The usual way to do the authentication part is to use a custom page sentry function. Many examples have been posted on the forum based on the ntlm page sentry code. Search for those keywords here (ntml page sentry) and you should find it easily. Then you can modify it by adding the session timeout logic in that function.
    Scott

  • I can't update apps after switching from my dad's Apple ID to mine.

    After I switched my dads ID to mine when I go to update apps it requests his password. What do I do to. change it to mine?

    Gameboy012 wrote:
    After I switched my dads ID to mine when I go to update apps it requests his password. What do I do to. change it to mine?
    Enter his password.
    Or repurchase the apps with your AppleID.

  • Can My Dad and I Swap iPhones between two different accounts???

    Last week I purchased an iPhone 3g. Now I find out the 3gs is available. My dad saw my 3g and is going to purchase one when he switches from Verizon in August.
    I want the 3gs.
    He wants the 3g.
    Here is what we want to do. He wants to purchase the 3gs and swap it with my 3g. Is this possible? If so, what do I need to do? These are two different accounts - its not a family plan.
    Thanks!
    Message was edited by: Hardsheller

    Thanks, I did just that. They said since I'm a premier customer that I had a 30 day buyers remorse policy and they allowed me to upgrade for the difference I paid for the 3G (16GB) and the 3G S (32 GB)!

Maybe you are looking for

  • T2 Digitizer frozen after soft,warm,hard resets.Can not get it to calibrate at all.

    My T2 occasionally has to be recalibrated. I downloaed DigiFix some months ago and it seemed to help a bit. I hot synced my data last night and all was well. This morning I could not tap my screen to access anything. I tried cleaning carefully around

  • "Tag for status change alerts" - how to find out if someone has tagged you

    Dear all, On the "Tag for status change alerts" functionality, I was wondering if there is a way to find out if someone has tagged you for change alerts. Please let me know if I can find this out directly or by using an available tool / plugin. I am

  • Control key combinations in Keyboard Shortcuts

    I want to use the Control key plus letters, such as Ctrl-H, for shortcuts within Keyboard Shortcuts. I appreciate that such combinations are normally used by EMACS but I fail to understand what's happening in the Keyboard Shortcuts section of my Keyb

  • How to set default encoding and charsets for jsp and servlets.

    Hi, Is there any possibility to set default encoding or charset for jsps and servlest (for both request and response)? For example in Weblogic such parameters can be set in weblogic specific configuration files (weblogic.xml). Thanks in advance.

  • Java Studio Creator ...

    Hi, I've downloaded the now free version of Java Studio Creator, and on the download page I was told I'd be emailed the serial number required for installation. Does anyone know how long this takes, or has anyone an email address I can contact Sun di