No auditing for statements issued with 'by access/session'

SQL>audit delete on scott.dept by access;
Audit succeeded
SQL> noaudit delete on scott.dept by access;
noaudit delete on scott.dept by access
ORA-01718:cannot be used in by access or by sessionCan you please write down how to no audit this statement...????
I use Oracle10g v.2
Thank you
Sim

Try:
noaudit delete on scott.dept

Similar Messages

  • Issue with assistive access not keeping permissions

    Since a recent upgrade (likely from OS X 10.9.x to 10.10.2) I've had issues with Assistive Access blocking Automator and Applescript from interaction with dialogs.
    If I run my script or my Automator workflow (which basically has the same script in it) I get the error:
    System Events got an error: Automator is not allowed assistive access. (in the case of Automator).
    If I open Automator, and then untick and retick the Automator entry in the Accessibility options within Security & Privacy (System Preferences), then workflow can run again. It continues to work until I Quit Automator. Then it's as if OS X no longer trusts Automator to be the same app I gave Accessibility permissions to.  And the situation repeats. It's much as if it were not code-signed. The exact same issue plays out with Apple Script.
    I came across this info, which I hoped would solve the problem, but it made no difference: http://macscripter.net/viewtopic.php?id=43394 and http://bit.ly/1x3SRmc
    In my Accessibility permissions I now have:
    Script Editor
    Automator
    1Password 5 (which the script interacts with)
    com.apple.security.agentStub.xpc (in case that's being called up and triggering the Accessibility issue)
    osascript (in case that's handling the script and triggering the Accessibility issue)
    SecurityAgent.xpc (in case that was triggering the Accessibility issue)
    I added all these because the post at http://bit.ly/1x3SRmc     indicated that anything Apple Script is interacting with needs Accessibility access permissions.
    My script is as follows:
    set appName to "SecurityAgent"
    set passApp to "1Password 5" (* set this to the name of your password manager *)
    tell application "System Events"
      if not (exists window 1 of process appName) then -- test if SecurityAgent window exists
      set answer to display dialog "The password dialog was not found. Please check." buttons {"Ok"}
      return -- abort if SecurityAgent window does not exist
      end if
    end tell
    tell application "System Events"
      set position of window 1 of process appName to {10, 10}
    -- move SecurityAgent window out of the way
    end tell
    activate application passApp
    tell application "System Events"
      tell application "SystemUIServer"
      set answer to display dialog "Make sure correct 1Password item is actively selected (i.e. click it again if it was previously selected), then click “Continue” to proceed." buttons {"Continue"}
      end tell
      tell process passApp
      (* If you are not using 1Password, you may need to change the menu item clicks, below, to whatever is correct in your particular password manager *)
      click menu item "copy password" of menu "item" of menu bar 1
      delay 1
      set appData to the clipboard
      end tell
      tell application "System Events"
      tell process appName
      set value of text field 1 of window 1 to appData
      if exists (text field 2 of window 1) then
      set value of text field 2 of window 1 to appData
      if exists checkbox 1 of window 1 then
      if value of checkbox 1 of window 1 is 1 then
      click checkbox 1 of window 1
      end if
      end if
      set value of checkbox 1 of window 1 to 0
      delay 1 (* gives  a moment to see what's going on *)
      click button "OK" of window 1
      else
      if value of checkbox 1 of window 1 is 1 then
      click checkbox 1 of window 1
      end if
      delay 1 (* gives  a moment to see what's going on *)
      click button "OK" of window 1
      end if
      end tell
      end tell
    end tell
    In Automator it would appear the script is generating an error as soon as it reaches line 5, "if not (exists window 1 of process appName) then"
    I would greatly appreciate some assistance in resolving this issue.

    Starting with Mavericks, Apple changed the way that the accessibility works (see Using AppleScript with Accessibility and Security features in Mavericks) - each individual application needs to be given access, instead of a global option.  A regular AppleScript application saves properties and global variables with the script, which makes it a new application as far as the system security is concerned, so it needs to be re-added to the accessibility list.  To work with this new security feature, you need to code-sign your AppleScript application or make the script(s) in the bundle read-only so that they don't get changed (note that an AppleScript-based project in Xcode does not modify the application bundle by saving properties and globals).

  • Stop auditing select statements issued against SYS objects

    Hi,
    My current client has a requirement to track destructive updates (i.e. insert, update, delete) issued by users who can connect directly to the database. At the moment though, SELECT statements issued against SYS-owned objects are also being captured to the Oracle audit trail. For the time being at least these need to be disabled.
    I've issued NOAUDIT SELECT TABLE/SEQUENCE and NOAUDIT SELECT ANY TABLE/SEQUENCE commands, as has a user with the SYSDBA privilege, and they're still being logged. Is there any way to switch these off? I don't know if it's significant (I'm not a DBA by trade) but the audit_sys_operations parameter is set to True.
    My client is currently running Oracle Database 10.2.0.5.0 standard edition.
    If anyone has any suggestions I'd be grateful.
    Thanks in advance,
    Steve

    Hi,
    Thanks for the input so far ...
    @Eduardo and KarK ...
    show parameter audit
    audit_file_dest string D:\ORACLE\PRODUCT\10.2.0\ADMIN\USSUPM2\ADUMP
    audit_sys_operations boolean TRUE
    audit_trail string DB, EXTENDED
    If we set audit_sys_operations to FALSE, won't that stop auditing of all actions carried out by, for example, someone who connects as SYSDBA? That is something that's still needed to be captured. Unfortunately they go to the WIndows Event Log but at least they're captured somewhere.
    @Hemant
    This auditing was in place before my client took me on, so I can't say what was used to initiate it unfortunately. What I can say though is that they absolutely don't want to turn off auditing by SYS- type users, just SELECT against SYS-owned objects.
    Thinking simplistically, could I just write a script which trawls dba_objects for sys-owned tables, views and sequences and explicitly issues a noaudit select against what's found, and get one of the sysdba-type people we have access to to run it?
    Thanks in advance (again)
    Steve

  • Selected state issue with Menu Module V2

    OK so I am getting an issue with Menu Module V2. I have used this before with success but this time I have hit a wall. I possed this question to BC live chat and they bugged out real quick.
    The site in construction is http://www.urbanista.com.au
    What is happening is that in the top right tools nav with the headings Home, Services, People, Contact Us using Menu Module V2. The Heading Services has a drop down and this is where the issue resides. Roll over any of these nav devices and you will see they will highlight orange. Home is already auto activating its Selcted state. Click on Contact Us and it will do the same.  Roll over and click on Services and it appears to have worked. While in Services roll over the drop down again and you will see all links have activated the Selected state. This is the issue. If you view the code of the Services UL you will see only the Services state has been alocated the Slected state. See below:
    <li id="Services" class="selected">
    <a href="/services.htm">Services</a>
    <ul>
    <li id="tools-panningdev">
    <li id="tools-housing">
    <li id="tools-urban-renewal">
    <li id="tools-project-management">
    <li id="tools-feasibility-tools">
    <li id="tools-governance-systems">
    <li id="tools-communications">
    <li id="tools-projects">
    </ul>
    </li>
    The CSS that runs the nav is as follows:
    ul.dropdown {
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        text-decoration: none;
        ul.dropdown li {
        background-color: transparent;
        color: #999;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
        font-size: 12px;
        ul.dropdown li.hover,
        ul.dropdown li:hover {
        background-color: transparent;
        color: #FFF;
        ul.dropdown a:link,
        ul.dropdown a:visited    {
        color: #FFF;
        text-decoration: none;
        ul.dropdown a:hover        { color: #ff871f; }
        ul.dropdown a:active    {
        color: #b33b00;
        /* -- level mark -- */
        ul.dropdown ul {
        width: 150px;
        margin-top: 1px;
        background-image: url(/images/nav-transparency.png);
        background-repeat: repeat;
        color: #FFF;
        ul.dropdown ul li {
        font-weight: normal;
    ul.dropdown li.selected a {
        color: #ff871f;
    The last entry 'ul.dropdown li.selected a {color: #ff871f;}' is required in order to allocate a Slected State. Without it not Selected state is active and the links al remian white.
    I have tried all manner of combinations and additonal tags with no success. Any suggestions greatly appreciated. I have not modified the default Javascript provided by BC in the system apart from allocating the required ulTagClass as specified. The Javascript in the supplied 'container.html' is as follows:
    <script type="text/javascript" >
        // ids need to be unique per page, use different ones if you are including multiple menus in the same page
        // id of the nav tag, used above
        var divTagId = "myMenu1";
        // desired id for 1st <ul> tag
        var ulTagId = "myMenu1List";
        // desired class for 1st <ul> tag
        var ulTagClass = "dropdown dropdown-vertical";
        if ((null !== ulTagId) && ("" !== ulTagId)) {
            document.getElementById(divTagId).getElementsByTagName("ul")[0].setAttribute("id",ulTagId );
        if ((null !== ulTagClass) && ("" !== ulTagClass)) {
            document.getElementById(divTagId).getElementsByTagName("ul")[0].className = ulTagClass;
        // this will set the selected state
        if ((null !== ulTagId) && ("" !== ulTagId)) {
            catSetSelectedCSSItem(ulTagId);
    </script>
    Lastly this is one of the recomended navs by BC at the following address: http://lwis.net/free-css-drop-down-menu/
    I have used these before with success but for the life of me this has stumped me big time.

    Hi Matthew,
    Having a super quick look at the code I'd say it's because of:
    ul.dropdown li.selected a {
        color: #ff871f;
    This affects all the child elements.
    To override this down the line you could do something like:
    ul.dropdown li.selected ul li a {
        color: #fff;
    This would override the parent link color when selected.
    You could probably then also add:
    ul.dropdown li.selected ul li.selected a {
        color: #ff871f;
    For the dropdown selected states.
    That's a quick look though so don't quote me too much

  • FR Studio - Is there a workaround for the issue with referencing data from a grid with a different DB connection and different # of dimensions?

    Hi,
    I am trying to reference a column in a different grid with a different database connection. I did some research in the forums, and it seems like this is a known issue with FR Studio. The issue is that if the 2 different database connections have different # of dimensions, then the reference will throw an error.
    For example, what I'm trying to do is below:
    In grid2.column[A], I have the following formula:
    grid1.column[A]
    The result is an error.
    The ultimate goal is to have a basic variance formula in the grid between grid1 and grid2, which have different database connections with a different # of dimensions. Is there a workaround at all to this bug? The example of the basic formula is below:
    grid1.column[A] - grid2.column[A] 
    Any help is much appreciated!
    Thanks,
    Tiffany

    Thanks for the detailed response Mike.
    The issue with trying it in Grid1 vs Grid2 is that Grid1's DB connection has more dimensions than Grid2's DB connection. I can't change the DB connection to a database with more dimensions because you have to be able to map all dimensions from the existing DB connection  (Grid1) to the new DB connection (Grid2). This isn't possible, so instead I have to map Grid2 (less dimensions) to Grid1 (more dimensions). It just ignores the extra dimensions from Grid1. Does that make sense?
    Thanks again for your responses. It's very much appreciated.
    Tiffany

  • NVIDIA QUADRO 4000 for MAC---Issues with Adobe Premeire

    Hello,
    Mac Pro (Tower)
    *OS 10.7.5
    *2.8 GHx Quad-Core Intel Xeon
    *16 GB RAM
    I've had a multitude of issues with Adobe Premiere on this system and I'm not sure what to attribute it to.  First of all: I have two MAC Book Pro's that run APremiere, with similiar specs and only 8GB of RAM.  These two laptops run APremiere flawlessly and it's because of this reason that I can deduce, that my 'tower' is having issues because of the NVIDIA QUADRO 4000 installed; it's the only difference, besides the RAM, that the computers have.  Has anyone had issues using the NVIDIA QUADRO 4000 before?  Some of the issues I've been having are (please note, these issues are random, happen at random times and on random projects.  The majority of the footage I use is MOV (from DSLR cameras) and MP4's (from a Sony EX-1)):
    *Renders crashing
    *Slow clip playback
    *An oddity: certain MP4 files will go out of sync-on playback from APremiere and even in a VLC player
    *AMedia Encoder crashes
    Maybe the NVIDIA has nothing to do with it?
    Thanks for your time and help.
    Tim S.

    Maybe the NVIDIA has nothing to do with it?
    One way to accrue evidence would be to turn off Mercury Playback in the Project Settings.
    I have that card, and turning of MPE often gets me through a session.  Some here have claimed that the card is the cause of the frequent Serious Errors, and disabling it is the solution.
    That's hardly satisfactory when one of the best features of Pr is the ability to use CUDA.
    However, anything going through the card also has to pass through Pr and the OS.  Adobe claims that updating to 10.8 fixes some bugs, but according to some here (myself included), not enough.
    I had one project recently that I couldn't get the Serious Errors to stop until I re-installed the nVidia driver.
    But, your list of problems could be due to corrupt Pr preferences.  If you have a Mac, you need to get used to refreshing your prefs several times a day.  They could also be corrupt media.  That will cause renders to crash.

  • Any fix for wifi issues with ios8?

    Just submitting another questions asking for help with IOS8 wifi issues. Nobody from Apple has commented or acknowledged any issues with wifi, so we, the users, are left to fend for ourselves.
    My specific issue is that 5GHz Wireless N seems to have incredibly short range, and 2.4GHZ Wireless N cuts out after about 3 seconds of use. I have tried all of the fixes described in every post I can find. I've deleted network settings, I've completely wiped the phone and started from scratch, I've done everything possible.
    Now that wifi doesn't work with IOS8 I can no longer use my iPhone 5 with AirPlay our any of my other devices in my home. The fact that Apple has refused to say anything about the problem, and the fact that they are blocking users from rolling back shows a level of arrogance that's absolutely amazing. Thankfully this is all happening before I bought an iPhone6, which I'm now seriously considering avoiding if this experience is any indication of Apple's commitment to quality.
    Are there any other tricks out there to get 2.4Ghz working? I know that we, the poor users of Apple products, are on our own, so I'm hoping that someone can help.

    I got iPhone 6 IOS8 [ not updated ] for a few months now worked fine until now WiFi not working  in my home tried reset , turning off phone , nothing worked , Got it to work by unplugging the router WiFi Box unit for a few seconds  ! works like a charm now , Super fast

  • Reason for Flash issues with 10.2 update

    I think I am beginning to understand the Flash issue. Because I have several Mac's and have only had one develop a issue with the new Flash 10.2 update. My feeling is that the one Mac a White Macbook with Intel graphics is the only one having the issue. While my other Mac's a Macbook Air, and two Mac Mini's with the Nvidia 9400M graphics and the Air's Nvidia 320M are not. Leads me to believe that somehow the hardware acceleration in the Flash that puts more use of the graphics chip rather then the CPU may be the cause. It may not work as well with the Intel graphics. The Flash official requirements is 128Mb of VRAM for it to work. I would say the older Intel chips may be causing a problem. Now why it works in 32 Bit mode with Safari is a bit of a mystery. A quick fix seems to be to enable Safari to run in 32 Bit or to use Google's Chrome browser which has built in Flash.

    mmm.. please see the thread "Flash 10.2 choppy in fullscreen." I have plenty of VRAM here 288MB to be precise. 32bit or more RAM is not the solution as neither it is to turn the automatic switch in energy preferences. Clearly everything works well with version 10.1, problems just happen when you upgrade to version 10.2 and 10.3(beta).

  • Issue with users accessing video card and /dev/nvram

    Hello,
    I have Lenovo x60s and i can't access with normal user (group users) the file
    /dev/nvram
    ever I restart de computer have execute "chmod 777 /dev/nvram" for fallowing access for users
    and with users i can't use video i810 alone use vesa
    with root i can use driver i810 on xorg, why??
    I don't understand?!?!?!

    The problem with my video is with root i can play games 3D, with users i can't, my config video card on xorg:
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "ShadowFB" # [<bool>]
    #Option "DefaultRefresh" # [<bool>]
    #Option "ModeSetClearScreen" # [<bool>]
    Identifier "Card0"
    Driver "vesa" ---->> Now I write "VESA", while I write i810 i can't execute "startx" with normal user
    VendorName "Intel Corporation"
    BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
    BusID "PCI:0:2:0"
    EndSection
    the /dev/nvram is device when i use especial keys of keyboard on my notebook,
    ever restart my pc the permissions change, I have execute "chmod 777 /dev/nvram" else i can't use with normal user.
    i think the udev always create this device on start and always create with the permission alone read and write for root, but I just find that the group is kmen and I add my user in the group.
    I restart system and verify the result.

  • Solution for sleep issues with external display?

    I had an Early 2011 Macbook Pro that worked quite well with an external display.  I now have a Mid 2012 Macbook Pro (bought 5 days ago, and running 10.10.3) that will not consistently work with the same external monitor.
    I had it working yesterday for a few hours only if I left the MBP with the top open (both the MBP screen and external monitor stayed lit).  But, today it is back to freezing each time the monitor is connected to it.
    I have tried:
    1.  Connecting the external monitor to the MBP with the top open.  Results in the MBP screen now going dark and no signal being passed to the external monitor.  If the external monitor is disconnected, the MBP screens stays dark and the computer is unresponsive requiring a hard restart.
    2.  Connecting the external monitor to the MBP with the top closed.  Results in no signal being sent to the external monitor.  Disconnecting the external monitor and reopening the MBP yields, again, and unresponsive computer which requires a hard restart.
    I have tried three different external monitors, all giving the same result.  The MBP is connect to external power, and I am running the latest OS (10.10.3).
    Any suggestions before I return this to the Apple store in a rage?  :-)

    Hello there, Gaflin.
    I'm sorry to hear you're having so much trouble getting your external display to work the way you are expecting with your new MacBook Pro. The following Knowledge Base article provides a great checklist of steps for troubleshooting the issue you seem to be describing:
    Apple computers: Troubleshooting issues with video on internal or external displays - Apple Support
    No video or no signal, image distortion, "snow," or flickering
    Check connections
    When using an external display be sure to check the following:
    If you're using an Apple notebook, confirm the AC power cable or adapter is securely connected to the computer and the cable providing power to the display is also secure. It is always good to have your notebook connected to AC power when an external display is in use.
    Confirm display adapters are fully seated in their respective connections and that they are supported models and for the computer and display. Refer to these articles to assist you with adapter compatibility and further configuration information:
    Monitor and Display Adapter Table
    About Mini DisplayPort to HDMI adapters
    Apple Mini DisplayPort adapters: Frequently asked questions (FAQ)
    Thunderbolt ports and displays: Frequently asked questions (FAQ)
    Remove all display cable extenders, KVM switches, or other like devices and retest to determine if the issue is resolved.
    Try unplugging the video adapter or cable and then plug it back in.
    If more than one video adapter is in use (or "daisy-chained"), troubleshoot by using only one adapter.
    Example: A mini DisplayPort to DVI adapter connected to a DVI to HDMI adapter is an unsupported configuration because there is a series of adapters in use.
    If available, try using a different display and or adapter (or use a different connector by using DVI instead of VGA, for instance).
    Reset the system
    You can reset the Mac's parameter RAM and SMC.Reset the resolution
    Start by resetting the Mac's parameter RAM. If the display does not come up, was previously set to an unsupported resolution, and still results in no video:
    Start up in Safe Mode.
    From the Apple () menu, choose System Preferences.
    Choose Displays from the View menu to open the preferences pane.
    Select any resolution and refresh rate that your display supports.
    Restart your computer.
    Using Closed lid, Extended Desktop, or Mirroring display modes
    When using multiple displays, information can be presented in a number of ways. For more information and what modes are supported by your Apple product refer to:
    Apple Portables: How to use your computer in closed lid (display closed) mode with an external display
    How to use multiple displays with your Mac
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Case sensitivity issue with hostname and sessions

    I'm running into a strange issue with mixed cases and my webservice.
    I have a JAX-WS service running at my host http://sumac.us.oracle.com/interlace/services/AdminService. When I connect my JAX-WS client to this, using the same URL, I have no problems and the session management code seems to work.
    However, if I set my JAX-WS client to connect to http://SUMAC.us.oracle.com/interlace/services/AdminService, the session management doesn't work any more. It seems that the client does not send the JSessionID cookie back to the server.
    I did notice that my webservice sends the following Set-Cookie header and the host that is sent in the original request is SUMAC.us.oracle.com
    Set-Cookie: JSESSIONID=vWjmMJwJXVLf2LBwYN82rxpqbwyKPP4SpD8kd7zLYVkLDJG2Bnnp!-234350174; path=/interlace; HttpOnly
    I'm wondering if anyone has run into this. I'm just using the standard JAX-WS client which is generated from a WSDL file. Let me know if this is sufficient information and I'll add more if necessary.
    Thanks,
    Anil

    I tracked this down and the issue has to do with the CookieJar class used to store the cookie information. It seems that this has already been patched in the JAX-WS 2.2.x line, but I believe that JDK 1.6 u21 uses a version of the 2.1.x branch.
    The JAX-WS issue number is 834.

  • Issue with web access in view administrator console after connection server 5.5 installation.

    Hi All,
    I am  trying to bring up my setup with ESXi 5.5 and vcenter 5.5 U2. I made a DNS server and made two 2008 R2 machines and launched vcentre and connection manager on them.
    After installing connection server 5.5, I am unable to open the web UI by clicking "view administrator console" icon on my desktop! I installed proper certificated and iis module too and confirmed that my https certificate is properly working. (snapshot attached, filename - snapshot_view_webpage.jpeg)
    I google for the possible error and tried below mentioned links but none of them worked.
    1.)    http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2004759
    Corrected this error but still system is in same shape and i am unable to get the console's admin webpage.
    2.)    http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2001277
    In this method, my admin folder  didn't got recreated as the service restart got stuck for a long time and throws error that service restart got time out!!(snapshot attached)
    Can some one please help me to move forward. Please let me know if you need more information from my end.
    Thanks,
    Jeevan

    Since the policy AKS is top in sequence under service selection rule so it should hit for sure. As you wrote that even after disabling the default device admin, then also request is hitting the same and restarting the ACS services resolved the issue. The symptoms of your issue are exactly same as stated in this defect.
    CSCuo93378    Certain browsers cause ACS database corruption
    Due to this issue we have seen cases where request hits the disable and default policies without any reason. Actually accessing ACS via chrome mess around with all the operators in conditions.
    The only workaround is to access all the rules and conditions in supported browser. Ensure all the operators are correct, save the changes and restart the ACS services.
    The issue seems to be fixed in ACS 5.5 patch 5
    Regards,
    Jatin

  • SQL Issue with MS Access

    Hello;
    I have an SQL query:
    Select year, sum(group1) as A from table1 where name in ('test1', 'test2') group by year;
    When I run it through SQL editor in MS Access it returns the years and sum and a total of 5 rows.
    When I pass this command through Java: Connection.createStatement and executeQuery
    I can print the values and it prints 5 rows but after printing it hangs.
    When i get the size of result set :
    while(rs.next())
    resultSetSize ++;
    System.out.println(rs.getInt(1) + "\t" +resultSetSize);
    It shows the result set as size of 10, when i print the values it stops at 5. I am not sure where the issue is.
    I think since my where condition is have 2 values it might be causing problem.
    If I just put 1 value after my where condition, then the java code runs fine.
    Can anyone tell me what the issue is here or where am I going wrong?
    Thanks for your help.
    Edited by: yesmein on Apr 23, 2009 5:58 AM

    Thanks for the suggestion. I checked the code. Indeed I was not printing an exception. When I printed the exception this is what i get:
    Exception is: java.sql.SQLException: [Microsoft][ODBC Driver Manager] Invalid cursor state
    hope this helps to guide me on how to solve this issue.
    Below is the code:
    public static void TestQuery()
    String query="SELECT year, sum(group1) as A FROM table1 WHERE name in ('test1', 'test2') ";
    Connection conn = ConnectDB1.getDBConnection(); //this gets the database parameters from a properties file
    Statement stat = conn.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_READ_ONLY);
    ResultSet rs = stat.executeQuery(query);
    int resultSetSize=0;
    while(rs.next())
    resultSetSize ++;
    System.out.println(rs.getInt(1) + "\t" +resultSetSize);
    rs.beforeFirst();
    System.out.println("Size of result set: " +resultSetSize);
    while(rs.next())
    System.out.println(rs.getInt(1) + "\t" + rs.getInt(2) );
    rs.close();
    stat.close();
    conn.close();
    System.out.println("End of program");
    catch (Exception e){System.out.println("Exception is: " +e);}
    }

  • Issue with changing Access Service in ACS 5.2

    Hi,
    I am working on lab setup where I installed ACS 5.2 I created new access service and used it in existing service selection rule (Rule-2) earlier but it didn't work. Later I created new service selection rule and applied new service access rule. However even after this change it keeps applying predefined default access access service. Please refer attached picture for better understanding.
    As shown, I want Aks-Rule to work and apply service 'Lab-Policy' however it keeps referring Rule-2 and applies 'Default Device Admin' access service even after I disable it. 
    I have to restart ACS service from CLI console to make it work. Is this a bug or am I missing anything. Please advise guys.
    Regards,
    Akshay

    Since the policy AKS is top in sequence under service selection rule so it should hit for sure. As you wrote that even after disabling the default device admin, then also request is hitting the same and restarting the ACS services resolved the issue. The symptoms of your issue are exactly same as stated in this defect.
    CSCuo93378    Certain browsers cause ACS database corruption
    Due to this issue we have seen cases where request hits the disable and default policies without any reason. Actually accessing ACS via chrome mess around with all the operators in conditions.
    The only workaround is to access all the rules and conditions in supported browser. Ensure all the operators are correct, save the changes and restart the ACS services.
    The issue seems to be fixed in ACS 5.5 patch 5
    Regards,
    Jatin

  • Issue with Data Access Profile

    Hi Experts,
         Facing issue while using Data Access Profiles:
    I have created a data access profile ,giving access to only limited members for  a particular model.
    While logging in using a particular user id which is assigned to this data access profile I am able to see all the members for which the access is denied
    and I am also able to manipulate the transaction data. But in data access profile I have provided only read access.
    Recently,the system has been upgraded with a new support package after which we are facing the issue.
    Please help us solving the issue.
    BPC version:  10.0 NW
    SP : 15
    Best Regards,
    Remya

    Dear Ramya,
    Again do the setting for data access profile.  Sometime it will not refresh.
    Regards,
    Nanny

Maybe you are looking for

  • Update Apple Id Payment Info - Why is it so hard to give this company my money?

    Here's my issue.  It's kind of a "perfect storm" of situations.  I am very annoyed, and my phone & ipad are slowly bricking. 1 - My windows machine (previously used itunes here) can no longer connect to the internet.  I won't go into why, but lets ju

  • Ideas for locating a Apple cinema display next to an iMac

    I have recently purchased 20-inch Cinema display to the left of my 20-inch iMac. Since there is about a 3-inch difference in display height, the Cinema display is currently sitting atop enough paper so that they are parallel to each other. My questio

  • Icon does not appear as a PS icon on the taskbar

    I upgraded to PS '14.  Could no longer launch [edit in] from LR.   Uninstalled and then reinstalled PS.  Reinstalled plug-ins. It can be launch from LR now. However when I go to the program in windows and right click and select pin to taskbar, it doe

  • Convert a stored procedure to mapping in owb

    Hi All, We have stored procedures which are called in a mapping of OWB to load a target table. I want to get rid of those stored proc and use a normal mapping there where in from the ammoing itsekf I can load the data in the target table. Do we have

  • Spry Menu Issue

    My page is here:  http://www.healthquestpt.com/lwh/ The first 2 tabs dropdown menus work fine, the rest just arent there.  Please help.  Thanks!!