Can not access V$Mystat sys view from procedure.

Hi All,
I am facing a problem like explained below. Please suggest me what to do.     
I hav a cursor to access Distinct sid as follows :
Cursor Cur_Sid Is
     Select Distinct Sid From V$Mystat;
If I try to use it from a procedure it throws error like "ORA-00942: table or view does not exist".
But same query I can execute from SQL prompt. Even in Form's local procedure too it is working fine.
Can anyone please tell me why it is show.
Note: I have used the same oracle user to test all the cases.
Best Regards
Mrigen

Sounds like your user has access to the view granted via a role. Get a direct privilege granted and it should allow the PL/SQL procedure to compile.
The issue is likely to be because your procedure needs to know it has access to that view at compile time which requires direct grants.

Similar Messages

  • Can not access in box or contacts from tiscali web mail when using firefox as browser

    I can not access my in box or contacts list at my tiscali web mail when using firefox as my browser. I have been able up to a few days ago and I can access these when using internet explorer browser.

    Thanks for the helpful solution!

  • Time machine can not access time capsule after upgrade from snow leopard to mountain lion

    Two days ago I upgraded my 2009 17" MBP from Snow Leopard to Mountain Lion. That evening my time capsule/time machine combination worked fine and did an incremental backup of about 12 gigabyte. Yesterday - only one day later - the time machine backup did not work anymore.
    It appears that the system can not find the time capsule - even though it shows the remaining free space on the time capsule (so it did find it after all).
    The message is always the same:
    Time Machine can not complete the backup "Time Capsule"
    The image of the backup volume "/Volumes/Data/Pauls MacBookPro.sparsebundle" is not accessable (Error -1).
    I also can not delete the backup image on the time capsule since it is read-only. And I do not want to format the time caspsule yet since my wife's MBAir is also using the same time casule.
    I tried out all kinds of suggestions (hard and soft resetting both the MBP and the TC, entering the password again, setting the TC up again) all to no avail. No backup is possible anymore.

    Mr. Zooot wrote:
    Time Machine can not complete the backup "Time Capsule"
    The image of the backup volume "/Volumes/Data/Pauls MacBookPro.sparsebundle" is not accessable (Error -1).
    I also can not delete the backup image on the time capsule since it is read-only.
    Sounds like you got this message earlier:
    If so, see #C13 in Time Machine - Troubleshooting.
    Offhand, I don't recall anyone not being able to delete one via the Finder (but most were only backing-up one Mac, so just erased the disk).
    You may have to wait for that message to appear again (24 hours later), or you might try holding Alt/Option with the TM icon in the menubar, and select Verify Backups if it will let you.

  • Can not access serial port while upgrading from LabVIEW 6.1 to 7.0

    Hi,
    I built an application under LabVIEW 6.0.2. few years ago. This application uses LabVIEW serial features. When I upgraded to LabVIEW 6.1, my application was still working correctly.
    Today, I upgraded to LabVIEW 7.0, mass compile all VIs and now my application can not communicate with my peripheral !!!
    The program is sending the command to the peripheral. The peripheral answers but LabVIEW serial driver does not see any datas on buffer even if datas are available ... "Bytes At serial port.vi" always returns 0. I am sure that datas are available, using a COM port psy.
    Does anyone has an idea?
    I saw a lot of solutions in the forum, but I would like to know the best solution with minimum work, te
    st, and so on ... on my program.
    Regards,
    Pascal.

    Hi Pascal,
    Which is your version of NI-VISA?
    Please see the link bellow :
    http://digital.ni.com/manuals.nsf/websearch/E8D86CD680B0753D86256D2C005D8EA0
    The first test to be made is to test the communication with your serial port using MAX (Measurement and Automation Explorer) :
    Open MAX, Go to "Devices and Interfaces", then "Ports", select COM1 (or ASRL1::INSTR). Right clic on it and select "Open VISA Session" the go the "Basic I/O" then Write data, execute, Read data, execute.
    Be sure that the communication is OK. Be sure that you use the same Alias existing in MAX in your LabVIEW program.
    Now, if all is OK, try to use Serial communication examples existing in LabVIEW Help>>Examples Finder. These examples use NI-VISA VIs.
    If all above is OK and you
    still have the same problem, try to follow these instructions :
    "In order to use the old Serial Compatibility VIs in LabVIEW 7.x, you must copy the following files from a previous version of LabVIEW to the LabVIEW 7.x directory:
    Replace the serial.llb in LabVIEW 7.x with the serial.llb from a previous version of LabVIEW. This file is found in C:\Program Files\National Instruments\LabVIEW\vi.lib\instr.
    Replace the _sersup.llb file in LabVIEW 7.x with the _sersup.llb from a previous version of LabVIEW. In LabVIEW 6i and 6.1 this file is located in C:\Program Files\National Instruments\LabVIEW\vi.lib\platform. In LabVIEW 7.x (and 5.x) this file is found in C:\Program Files\National Instruments\LabVIEW\vi.lib\instr.
    Copy the file serpdrv to the C:\Program Files\National Instruments\LabVIEW 7.x directory. This file is not installed with LabVIEW 7.x, so it only needs to be copied from a previous version of LabVIEW, not replaced."
    I hope that my answer will help you.
    Sa
    naa T
    National Instruments

  • Can not access JAX-WS web service from mobile or desktop as client

    Hello Dears,
    I developed a web service and client for that web service, and every thing is ok, but when secure the web service and try to invoke it from it's static stub from desktop application or from mobile appliaction it failed and it gice me this error,
    Exception in thread "main" com.sun.xml.ws.client.ClientTransportException: HTTP
    transport error: javax.net.ssl.SSLHandshakeException:
    sun.security.validator.ValidatorException: PKIX path building failed:
    sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid
    certification path to requested target
    at
    com.sun.xml.ws.transport.http.client.HttpClientTransport.getOutput(HttpClientTransport.java:134)
    at
    com.sun.xml.ws.transport.http.client.HttpTransportPipe.process(HttpTransportPipe.java:140)
    at
    com.sun.xml.xwss.XWSSClientPipe.process(XWSSClientPipe.java:118)
    at
    com.sun.xml.ws.api.pipe.helper.PipeAdapter.processRequest(PipeAdapter.java:115)
    at
    com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:595)
    at
    com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:554)
    at
    com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:539)
    at
    com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:436)
    at
    com.sun.xml.ws.client.Stub.process(Stub.java:248)
    at
    com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:135)
    at
    com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:109)
    at
    com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:89)
    at
    com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:118)
    at
    $Proxy34.add(Unknown Source)
    at
    com.myeclipse.ws.WebServiceClient.main(WebServiceClient.java:11)
    so, what i can do to fix this error.

    WIS is not suppported on WLS JAX-WS. You'll need to use other authentication mechanisms such as http basic (which you tried already), or message-level security such as UNT, or SAML.
    Regards,
    Pyounguk

  • I can not access icloud or twitter from my iPhone. They appear grey and i can't click on it. When i updated my phone it didn't give me an option to switch on icloud. what should i do?

    I can not access my icloud and twitter from my iphone 4. It does not give me an option to change icloud settings. After i updated my iOS, it did not give me an option to switch on icloud. Can anyone please help with this?

    Hey guys I figured out how to solve the issue.
    You need to go to settings>general>restrictions.
    Turn off restrictions and your iCloud and twitter will start working.
    Enjoy.

  • Can not access the Instance Data of a Singleton class from MBean

    I am working against the deadline and i am sweating now. From past few days i have been working on a problem and now its the time to shout out.
    I have an application (let's call it "APP") and i have a "PerformanceStatistics" MBean written for APP. I also have a Singleton Data class (let's call it "SDATA") which provides some data for the MBean to access and calculate some application runtime stuff. Thus during the application startup and then in the application lifecysle, i will be adding data to the SDATA instance.So, this SDATA instance always has the data.
    Now, the problem is that i am not able to access any of the data or data structures from the PerformanceStatistics MBean. if i check the data structures when i am adding the data, all the structures contains data. But when i call this singleton instance from the MBean, am kind of having the empty data.
    Can anyone explain or have hints on what's happening ? Any help will be appreciated.
    I tried all sorts of DATA class being final and all methods being synchronized, static, ect.,, just to make sure. But no luck till now.
    Another unfortunate thing is that, i some times get different "ServicePerformanceData " instances (i.e. when i print the ServicePerformanceData.getInstance() they are different at different times). Not sure whats happening. I am running this application in WebLogic server and using the JConsole.
    Please see the detailed problem at @ http://stackoverflow.com/questions/1151117/can-not-access-the-instance-data-of-a-singleton-class-from-mbean
    I see related problems but no real solutions. Appreciate if anyone can throw in ideas.
    http://www.velocityreviews.com/forums/t135852-rmi-singletons-and-multiple-classloaders-in-weblogic.html
    http://www.theserverside.com/discussions/thread.tss?thread_id=12194
    http://www.jguru.com/faq/view.jsp?EID=1051835
    Thanks,
    Krishna

    I am working against the deadline and i am sweating now. From past few days i have been working on a problem and now its the time to shout out.
    I have an application (let's call it "APP") and i have a "PerformanceStatistics" MBean written for APP. I also have a Singleton Data class (let's call it "SDATA") which provides some data for the MBean to access and calculate some application runtime stuff. Thus during the application startup and then in the application lifecysle, i will be adding data to the SDATA instance.So, this SDATA instance always has the data.
    Now, the problem is that i am not able to access any of the data or data structures from the PerformanceStatistics MBean. if i check the data structures when i am adding the data, all the structures contains data. But when i call this singleton instance from the MBean, am kind of having the empty data.
    Can anyone explain or have hints on what's happening ? Any help will be appreciated.
    I tried all sorts of DATA class being final and all methods being synchronized, static, ect.,, just to make sure. But no luck till now.
    Another unfortunate thing is that, i some times get different "ServicePerformanceData " instances (i.e. when i print the ServicePerformanceData.getInstance() they are different at different times). Not sure whats happening. I am running this application in WebLogic server and using the JConsole.
    Please see the detailed problem at @ http://stackoverflow.com/questions/1151117/can-not-access-the-instance-data-of-a-singleton-class-from-mbean
    I see related problems but no real solutions. Appreciate if anyone can throw in ideas.
    http://www.velocityreviews.com/forums/t135852-rmi-singletons-and-multiple-classloaders-in-weblogic.html
    http://www.theserverside.com/discussions/thread.tss?thread_id=12194
    http://www.jguru.com/faq/view.jsp?EID=1051835
    Thanks,
    Krishna

  • Suddenly can not access .mac mail from Apple Mail

    Suddenly, I can not access .mac mail from Apple Mail (Version 2.1.1 (752.3)).
    For quite a few years I have been using Apple Mail to access my .mac email. As of last Friday, Mail stopped working. Nothing has changed (accept for the installation of the latest OS X security upgrade - SecUpd2006-008Univ.pkg).
    I can still access my .mac mail through the .mac web browser and I can still access it through SnapperMail on my Palm Treo 680. But, when I open Apple Mail on my MacBook, it does not do anything, just sits there. When I open the Activity Viewer window, 3 activities are going on:
    1. Opening Mailbox
    2. Synchronizing with Server (Connecting to...)
    3. Synchronizing with Server (Synchronizing with...)
    After a few minutes, the error triangle appears next to the Inbox and .Mac logos on the left hand panel.
    I have tried Apple Mail from several locations (different ISP / WiFi / LAN) over several days but get the same problem.
    Does anyone have ideas for a solution?
    Regards
    Peter

    Let’s first make sure that the update is installed properly, and post back with your observations when done.
    Verify/repair the startup disk (not just permissions), as described here:
    The Repair functions of Disk Utility: what's it all about?
    After having fixed all filesystem issues, if any, reinstall the update that appears to not have been installed properly. You may also need to reinstall the Combo Update for the type of computer and the version of Mac OS X you’re using, unless this is the version of Mac OS X that came with your computer:
    About the Mac OS X 10.4.8 Combo Update
    Mac OS X 10.4.8 Combo Update for PPC
    Mac OS X 10.4.8 Combo Update for Intel
    Take a look at the following articles for guidelines on how to properly install system updates:
    Troubleshooting installation and software updates
    Installing software updates
    Basically, you should verify/repair the startup disk before installing the update, no applications should be running while installing it, and you may experience unexpected results if you have third-party system software modifications (not normal applications) installed.

  • TS4002 I bought iPad and I can not access, A message appears asking me account and password when i return to the person who I purchased it from him, he told me that he forgot the account and password I want a solution to the problem, because in this way I

    I bought iPad and I can not access, A message appears asking me account and password when i return to the person who I purchased it from him, he told me that he forgot the account and password
    I want a solution to the problem, because in this way I will not benefit from the iPad

    There is no solution.  You have to provide the ID and password.  There is no way around it.  If the person you bought it from can't provide it, return it and get your money back.

  • Can not access CRM from outside the office network - Access denied You do not have sufficient access rights or privileges to perform this action.

    Hi,
    I can not access CRM from outside the office network - Access denied You do not have sufficient access rights or privileges to perform this action.  I can access CRM with same user id and password from our office inside the network.  I can get
    the page to give login details once I have login details I got below error. Please help me to solve this issue.  It was working before.
    Access denied You do not have sufficient access rights or privileges to perform this action. 
    Regards,
    Noushad
    [email protected]

    On Premise system Configured with AD FS server for claims-based authentication you need to update your host file with server url to access it from outside office network.
    Refer
    this on how to update host file.
    Regards, Saad

  • I have a Mac OS X version 10.5.8 and recently got an Iphone4. I can not access Icloud from my computer. Is there any software, new operating system or anything I can purchase that will allow me access to the cloud?

    I have a Mac OS X version 10.5.8 and recently got an Iphone4. I can not access Icloud from my computer. Is there any software, new operating system or anything I can purchase that will allow me access to the cloud?

    Upgrading to Snow Leopard, Lion, or Mountain Lion
    You can upgrade to Mountain Lion from Lion or directly from Snow Leopard. Mountain Lion can be downloaded from the Mac App Store for $19.99. To access the App Store you must have Snow Leopard 10.6.6 or later installed.
    You can purchase Snow Leopard by contacting Customer Service: Contacting Apple for support and service - this includes international calling numbers. The price is $19.99 plus tax. You will receive physical media - DVD - by mail.
    Third-party sources for Snow Leopard are:
    Snow Leopard from Amazon.com
    Snow Leopard from eBay
    After you install Snow Leopard you will have to download and install the Mac OS X 10.6.8 Update Combo v1.1 to update Snow Leopard to 10.6.8 and give you access to the App Store.
    You can purchase Lion by contacting Customer Service: Contacting Apple for support and service - this includes international calling numbers. The cost is $19.99 (as it was before) plus tax.  It's a download. You will get an email containing a redemption code that you then use at the Mac App Store to download Lion. Save a copy of that installer to your Downloads folder because the installer deletes itself at the end of the installation.
    Be sure your computer meets the minimum requirements:
    Apple - OS X Mountain Lion - Read the technical specifications.
    Macs that can be upgraded to OS X Mountain Lion
      1. iMac (Mid 2007 or newer)
      2. MacBook (Late 2008 Aluminum, or Early 2009 or newer)
      3. MacBook Pro (Mid/Late 2007 or newer)
      4. MacBook Air (Late 2008 or newer)
      5. Mac mini (Early 2009 or newer)
      6. Mac Pro (Early 2008 or newer)
      7. Xserve (Early 2009)
    Are my applications compatible?
    See App Compatibility Table - RoaringApps - App compatibility and feature support for OS X & iOS.
    Am I eligible for the free upgrade?
    See Apple - Free OS X Mountain Lion upgrade Program.
    For a complete How-To introduction from Apple see Apple - Upgrade your Mac to OS X Mountain Lion.
    Model Eligibility for Snow Leopard and Lion.
    Snow Leopard General requirements
      1. Mac computer with an Intel processor
      2. 1GB of memory
      3. 5GB of available disk space
      4. DVD drive for installation
      5. Some features require a compatible Internet service provider; fees may
          apply.
      6. Some features require Apple’s MobileMe service; fees and terms apply.
    Lion System Requirements
      1. Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7, or
          Xeon processor
      2. 2GB of memory
      3. OS X v10.6.6 or later (v10.6.8 recommended)
      4. 7GB of available space
      5. Some features require an Apple ID; terms apply.

  • I accidentally deleted some drivers from my macbook air and now i can not access app store and system preferences as it says the following message (You can't open the application System Preferences because it may be damaged or incomplete)

    i accidentally deleted some drivers from my macbook air and now i can not access app store and system preferences as it says the following message (You can't open the application System Preferences because it may be damaged or incomplete)

    Repair the Hard Drive and Permissions - Lion/Mountain Lion
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported then click on the Repair Permissions button. When the process is completed, then quit DU and return to the main menu. Select Restart from the Apple menu.

  • I can not access the app from itunes

    Hi, can someone help me solve this problem?
    I have an iPhone 4 with iOS 7.0.3 with iTunes 11.1.2 and when I want my iPhone to sync from iTunes can not access the iTunes app tab I close iTunes without possibility of doing something.
    this only happens to me with the iPhone, I have also an iPad 2 and it works ok.

    Hi tankard77,
    Thanks for visiting Apple Support Communities.
    If iTunes is quitting unexpectedly when you try to sync your iPhone, start with the troubleshooting information in this article:
    iTunes for Windows Vista or Windows 7: Troubleshooting unexpected quits, freezes, or launch issues
    http://support.apple.com/kb/ts1717
    Best Regards,
    Jeremy

  • I can not access to the isqlplus from the client

    Version: Oracle 10.1.0.2.0
    I have installed Oracle 10.1.0.2.0 on SuSE Linux Enterprise Server 8.
    I can access to my dbconsole from PC without any issue.
    I can also access to the isqlus environment from the server without any issue.
    But I can not access to the isqlplus from client or PC.
    I can go the first web page of isqlplus by using isqlplus url by clicking on isqlplus icon under home page of dbconsole.
    But I enetered username and password.Its bring error page.
    Note: isqlplus start up on the server.
    Any help wil be appricated.
    D

    The page cannot be displayed\
    The page you are looking for is currently unavailable.
    The Web site might be experiencing technical difficulties,
    or you may need to adjust your browser settings.
    Please try the following:
    Refresh button, or try again later.
    If you typed the page address in the Address bar, make sure that it is spelled correctly.
    To check your connection settings, click the Tools- menu, and then click Internet Options .
    On the Connections\ tab, click \ Settings\b0 .
    The settings should match those provided by your local area network (LAN) administrator or
    Internet service provider (ISP).
    If your Network Administrator has enabled it,
    Microsoft Windows can examine your network and automatically discover network connection settings.
    \line If you would like Windows to try and discover them,
    Detect Network Settings <javascript:doNetDetect
    Some sites require 128-bit connection security. Click the \b Help\b0 menu and then click
    \b About Internet Explorer \b0 to determine what strength security you have installed.
    If you are trying to reach a secure site,
    make sure your Security settings can support it.
    Click the \b Tools\b0 menu, and then click \b Internet Options\b0 .
    On the Advanced tab, scroll to the Security section and check settings
    for SSL 2.0, SSL 3.0, TLS 1.0, PCT 1.0.
    back button to try another link. \
    Cannot find server or DNS Error\line Internet Explorer \

  • I can not access to icloud from my iphone4s

    I can not access to icloud. Whenever i try it, the message says there is too much entry from the same phone. How can i delete the old accounts?

    See answer here: https://discussions.apple.com/message/21828039#21828039.

Maybe you are looking for

  • How do I stop the side bar from popping up in the left side of my screen when I click on a bookmark on my tool bar?

    I just got a new laptop, and redownloaded mozilla as my browser. I've set up my tool bar tabs but when I click them they only appear on the left side bar when I click them. This didn't happen before on my previous laptop, so I'm confused on how to ge

  • HT1473 how do i move songs from an ipod into my itunes library

    My itunes library is missing loads of songs.  How do I move songs from an old ipod into my library, so that I can then move into my new ipod and ipad?

  • Scop problem

    Hi , I having a problem communicating with loaded swf inside main file. Im using that script to have a transition between external swf : http://www.kirupa.com/developer/mx2004/transitions.htm most of it working fine but im having problem communicatin

  • PowerPoint  Publishing Issue

    When I publish a PowerPoint presentation as a pdf, the slides are blank.

  • No menu bar in IE8

    Whenever I open a PDF file in Internet Explorer 8 on Windows XP, I do not have a toolbar or menu for Adobe Reader.  I am unable to control how the pages are displayed, zoom in/out, save as, etc.   Any suggestions?   Let me know if my question doesn't