DBLINK not working in restricted session.

Hi
All,
I have just upgraded database from 9.2.0.6 to 10.2.0.3. everything was working before upgradation but after upgradation DBLINK not working in restricted sesion.
it has all the restricted session privilage. and also like after upgradation it is working without restricted session. when I put in restricted session it's not working .it was working under restricted session in 9.2.0.6.
Thanks,
Vishal

From 9.2.0.6 to 10.2.0.3 there is some difference in the privileges granted to the roles. So you need to be aware of the new features before you upgrade.
For instance, in 10g, the CONNECT role only has the CREATE SESSION privilege and has been striped off the following privileges:
CREATE CLUSTER
CREATE DATABASE LINK
CREATE SEQUENCE
ALTER SESSION
CREATE SYNONYM
CREATE TABLE
CREATE VIEW
So, if your DBLINK user had these privileges via the CONNECT role, you need to grant them the privileges again to be able to carry out any related tasks. it may not just be because of the restricted session.

Similar Messages

  • My passcode is working to unlock the screen but does not work with restriction passcode. Should they be different?

    My passcode is working to unlock the screen but does not work with restriction passcode.
    Tried it several times but it did not work, though i can use the phone and all features even after 13 failed attempts.
    Should restriction passcode be different from what i set?

    There is no default restriction password. If you didn't set it someone else may have. If you can't find it then you may have to follow the steps here:
    Forgot passcode for your iPhone, iPad, or iPod touch, or ...
    Do you have a backup which might not have this restriction passcode? If so restore to that backup?

  • HT4113 ipad password is giving me problems, works on wallpaper to unlock but does not work for restrictions or reset

    ipad password is giving me problems, works on wallpaper to unlock but does not work on reset or restrictions

    You can try to remember or get the passcode somehow. If not, the only other option is to wipe the device clean and restore it to factory settings.
    Follow the instructions in  iOS: How to back up your data and set up your device as a new device http://support.apple.com/kb/HT4137 to restore the device to factory settings.
    Once you have setup the device as a new one, you can then sync it back with your iTunes account and all your music, apps, contacts and any other content sync'ed with iTunes will be loaded on the device. Any content that is stored only on the device and not sync'ed with iTunes, like app logins or data, will be lost during this process. Be forewarned that this is a long process and can take a couple of hours or more to complete. This can be painful, but it is necessarily so to prevent users from working around the security settings. After the restore is complete, you can setup a new Restrictions passcode. Make a note of the passcode to avoid this situation in future.
     Cheers, Tom

  • Dblink not working in dedicated mode

    Hi
    All,
    my application tried to access the database in dedicated mode but when it's trying to connect to other database from the original database using DBLINK then it's throwing me ora-24777 use of non-migratable database link not allowed.
    --> when i use databases in shared server mode then it's even not connecting to the main database itself.
    Vish
    Message was edited by:
    vishal patel

    vishal, how about posting some useful information like:
    What full version of Oracle?
    The link DDL so we can see if it is public or private, has an imbedded userid and password or connects using the current user, etc....
    According to the error message:
    $ oerr ora 24777
    24777, 00000, "use of non-migratable database link not allowed"
    // *Cause:  The transaction, which needs to be migratable between sessions,
    // tried to access a remote database from a non-multi threaded
    // server process.
    // *Action: Perform the work in the local database or open a connection to
    // the remote database from the client. If multi threaded server
    // option is installed, connect to the Oracle instance through the
    // dispatcher.
    It looks like you have shared server in use and are trying to use the link via a dedicated session but need to use it via a shared server connection.
    HTH -- Mark D Powell --

  • GET_BLOB_FILE_SRC not working with Zero Session ID

    I have an application where I use the zero session ID for public users. The problem is, I have a region that contains a report linking to PDF files contained in a BLOB and I use GET_BLOB_FILE_SRC to link to the PDFs. I've included the report in my global content (page 0) and want it to be available to all visitors. The problem is, it only works when a user has authenticated. It throws a PAGE NOT FOUND error for public users. Does anyone know a way around this?

    See +{message:id=10172227}+

  • Self secured page not working in multiple sessions of same browser

    Hi
    I have created a selfsecured page by making security mode of page 'selfsecured' and adding validateParameter() in page controller.I didnt do guest user/resp setup as I want user to manually provide user id and choose responsibility,XLA_LINESINQ_GL_DRILLDOWN is a seeded function so no changes there.
    I am seeing very inconsistent behavior.
    1)At some times when I invoke function through url
    http://rws60180rems.us.oracle.com:8049/OA_HTML/RF.jsp?function_id=XLA_LINESINQ_GL_DRILLDOWN&jeHeaderId=64524&jeLineNum=1&jeSource=Payables&searchType=customize
    I get error "You are not authorized to access the function SLA: View Subledger Journal Entry Linesfrom a GL Journal Line. Please contact your System Administrator."
    2)On other times url works and user is taken to Ebs R12 login page,after providing login credentials user is able to view the page.But If I invoke same url or url with different parameters in different tab of browser or different window of same browser,get following error.Basically user can invoke this function and use this url only one at a time which is not practical in real world
    "You are trying to access a page that is no longer active.
    - You may have attempted to access to this page directly by bookmarking the page or copying the URL. This page does not support bookmarking.
    - The referring page may have come from a previous session. Please select Home to proceed."
    Am I missing something in my implementation?Are there any fnd profiles which control page behavior.Does OAF support that self secured pages successfully open in multiple browser windows.
    Preeti

    Hi,
    Is there any specific requirement to make the page as self secured, as most of the self selcured pages are build for guest user account. If there is any, kindly share.
    Now lets talk about the behaviour of the pages in different scenarios
    1) I get error "You are not authorized to access the function SLA: View Subledger Journal Entry Linesfrom a GL Journal Line. Please contact your System Administrator."
    Comment: As OAF pages does certain initialization like setting org_id, language etc based on the login user. But as you are trying to access the page by directly hitting the URL on browser, this might be one of the reason that you are getting above error.
    2) On other times url works and user is taken to Ebs R12 login page,after providing login credentials user is able to view the page.But If I invoke same url or url with different parameters in different tab of browser or different window of same browser,get following error.Basically user can invoke this function and use this url only one at a time which is not practical in real world
    Comment: As there is an active transaction and session for the browser, so it won't allow you to start with another transaction. But still can you try to do the same in another machine. Some of the browser allows you to have different session.
    Regards,
    Gyan

  • Dblink not working in select

    Hi,
    I have created a public dblink say lnkA from server a to connect to server b. When I tested the db link in toad, it resolves successfully. I am able to connect to the server b by sqlplus i.e from server a if I try
    sqlplus uid/pwd@svrB_instance I am able to connect. But when I tried to execute a sql statement using dblink from server a, I get this error.
    ERROR at line 1:
    ORA-02019: connection description for remote database not found
    tnsping also resolves successfully.
    Please help.
    What am I missing?
    Edited by: pransuj on Aug 31, 2010 10:37 AM

    If the definition of db_link is not correct in tnsnames, then how can I connect with sqlplus?
    So I think the definition is correct in tnsnames.
    in tns names
    tst1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = myserver)(PORT = 1528))
    (CONNECT_DATA =
    (SERVICE_NAME = db_instance_B)
    My db link creation script is
    CREATE DATABASE LINK "link_A"
    CONNECT TO UID_A
    IDENTIFIED BY <PWD_A>
    USING 'tst1';
    The db link is created successfully and when I test in toad it works.
    From server A if I type
    sqlplus UID_A/PWD_A@tst1 --> The connection is successful.
    But from server A if I type
    $> sqlplus /nolog
    SQL> conn /as sysdba
    --> Connected.
    SQL> Select count(*) from table_A@link_A;
    I get the error.
    SQL> select db_link from dba_db_links; -->
    test
    hrdb
    banner
    SO I get the db_link in the dba_db_links dictionary view?
    Edited by: pransuj on Aug 31, 2010 11:08 AM

  • Cisco Unified CM Administration is not working in RDP sessions .

    Dear all.,
       Cisco unified cm administration we are working in sandbox labs connected through vpn of Cisco. But we are not able to access through remote desktop sessions. is it any possible to access through remote desktp sessions..?

    Hi
                        We are getting Cisco Unified CM Administration using sandbox labs. we are having a product for telecommunication . The name is CADEBILL. we are implementing the process from that product. we installed that product in a server. We have VPN through that sandboxlabs. That vpn  is  installed in local pc. From that local pc we will access the server in Remote desktop . in that server we are not able to install the anyconnect vpn . So this problem.
    This is cisco unified CM version. System version: 8.6.1.20000-1

  • Virtual char's not working with new session

    This is a weird one...
    I've managed to build virtual char's and key figures in BW 3.5. It is working fine with my first query, but when I start a new session of BEx Analyser (or WAD) the values are suddenly empty.
    I've found that if I reactivate the cube it works again, but only for the first session. With the next session the values are empty again.
    Any thoughts?

    burkey7669 wrote:
    I put it in the freezer( an online solution),
    No intelligetent person puts electronics in the freezer.
    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  If none of this resolves, then the device should be taken to Apple for evaluation.
    If Apple determines the device has suffered a hardware failure, they will either replace under warranty (if under warranty) or offer an Out of Warranty replacement.
    So what exactly is the problem?  They offered an Out of Warranty replacement for the defective device.

  • Save-sessions-enabled not working

    WLS 8.1SP4
    EAR file with WAR file.
    CLuster of 2 managed servers.
    In-Memory Replication.
    save-sessions-enabled set to true in weblogic.xml
    save-sessions-enmabled doesnt seem to work. I log into the web app, do work, redeploy the webapp, and the next click in teh web app forces me to log-in again, i.e. my session is lost.
    Sam Pullara had a comment in 2003 about it not working with replicated sessions until SP2. I'm on SP4.
    Any ideas before I raise a case?
    Many Thanks,
    Graham.

    I have checked the support site and this is still a problem in SP3. A pach was available for SP3.
    Apparently, you get the problem if you deploy the app with context-root = '/'.
    I have raised a case to see if a patch is available for SP4.

  • Some ussd not working

    Hi. I am using lumia 510 but some ussd is not working, error is session terminated and same ussd is working in another phone. Please give solution as soon as.

    It is not supported on Windows phone 7.5/7.8

  • Why do I keep getting prompt to download creative cloud app manager when I already have it? I've tried re-downloading, not working.

    Why do I keep getting prompt to download creative cloud app manager when I already have it? I've tried re-downloading, not working.

    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • With version 5 of Firefox, if I open more than 1 session, most of the time I cannot see anything in the navigation bar and my back and forward buttons do not work.

    I open 1 session of Firefox 5.0.1 and everything seems to work fine. Then I open a second session of Firefox and most of the time the navigation bar does not show the page that I am on and the back and forward buttons do not work. When this happens, the first session always remains working. I am an internet marketer so I have at least 2 or 3 sessions going at any given time.

    A possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Reopen All Windows from Last Session is not working

    The option Reopen All Windows from Last Session is not working, is there any other way to recover the tabs from my last session?
    Last night I fell asleep and my friend shut down my laptop.
    When I woke up in the morning I couldn't restore my last session which had several tabs opened for my research.
    I don't know the exact date when I found them, so I haven't been able to find them in History either.
    I've looked around on the internet, but haven't been able to find anything that helped me out.
    Hope you can help me! Thanks.

    Restart your Mac.
    Check the box for:  Reopen windows when logging back in
    Then check History >  Reopen Windows from Last Session

  • Setting of "opening web pages from last session"not works when open next time

    In Options, setting to "open windows & tab pages from last time" does not work. I have tries several time but nothing happens. have written to you earlier also , please help

    ''setting to "open windows & tab pages from last time" does not work.''
    That would be very surprising but a change was made to Firefox 4 to always have the choice of going to History ("Alt+S") and choose "Restore previous session".
    With Firefox 5 coming out in a few days (June 21-22) you might try again then, if the solution the developers built in does not work for you. Do you know about pinning tabs ('''app-tabs''') they persist across sessions as a convenience -- if I really want to keep something permanently then I would bookmark such things as a group. Because they can be closed easily.

Maybe you are looking for

  • IE7 hangs when closing tab

    I have an applet which has been functioning fine, but with the introduction of IE7 and tabs, I suddenly have an issue. We run a web site for our users, through which, they view PDF files. Simply, users view PDF files through a web browser (with the A

  • ERROR IN ACTIVATING INFO OBJECT

    GETTING AN ERROR WHEN I TRIED ACTIVATING THE INFOOBJECT. ERROR I GOT IS, " ERROR GENERATING MASTER DATA ROUTINES."

  • Custom Tag Attribute not correctly rendered

    Hello, I made a custom tag and I want the engine to parse dynamic scripts and evaluate them. I call the tag like this :     <form:toolbaritem id="icon_cancelar" action="javascript:listingAction('<%= request.getContextPath() %>/logout.do');" icon="<%=

  • Generate 2 reports in different directorie​s for 1 test

    Hi, I have TestStand 2012 which allows me to generate 2 test reports for 1 test in Result Processing (http://www.ni.com/white-paper/14148/en/). I have also added a Report Options Call Back to my test and modified this (by adding 2 statements (Directo

  • Error when Posting to Accounting

    dear SAP Gurus, I have one inquiry about the posting. I have created the posting run to Accounting using the Tcode PRFI or PRRW (create posting run), which is successful. But when I tried to post it to Accounting using Tcode PRRW, I encountered error