Visibility of v$views in triggers

hi,
like user system I'm able to read v$pwfile_users in sql+, but I'm NOT able to read the same view within a logon-trigger. Any suggestions ?
Thanks, Georg

For the first one, the correct object is V_$PWFILE_USERS (V$ and GV$ "views" are synonyms on underlying V_$ objects).
What sort of trigger are you attempting to implement ? You could cause other issues using V$ and X$ objects in triggers !
Hemant K Chitale

Similar Messages

  • I just started using a new version of Illustrator and the text I am creating has a pink box behind, looks to be about the depth of the normal linespace, it is not visible in outline view, only in preview. What is it and how do I get rid of it?

    I just started using a new version of Illustrator and the text I am creating has a pink box behind, looks to be about the depth of the normal linespace, it is not visible in outline view, only in preview. What is it and how do I get rid of it?

    Hi Larry. I see. It is a file I have worked on previously, and the font is Myriad which I though came with the system. I just changed to Myriad Pro and the pink box disappeared. Thanks for the assistance, I know a new thing!

  • Items visible in PDF Preview not visible in Design View

    Hello-
    I used the auto create function to turn an existing PDF info a fill-in able PDF. Auto create "auto detects" form fields, including in some areas of the form that are not fields at all (blank areas, etc.). I go into Design View and remove any extra fields. However, I've discovered there are some fill-inable fields visible in PDF Preview and in the actual PDF itself (once saved) that are not visible at all in Design View- thus I can't click on them and delete them- they just aren't visible in that view. I've read the forums and it seems the opposite problem is more common, in which something shows in Design View but does not show in PDF Preview or in the final PDF.
    Any guidance on what's going on? Next steps? I'm not a coder, so the simpler the better. Thanks to anyone with suggestions.

    All the fields on your form are listed in the Hierarchy which is generally on the left-hand side of your screen. In there you should be able to go through each field and delete the ones you don't need.

  • DW8 text not visible in design view

    I have imported a site from DWMX(6?) to DW8.
    In DWMX everything is visible in design view.
    In DW8 the text is NOT visible in design view unless I switch off rendering using CSS (Display Styles Off), but displays fine in a browser.
    If I switch off rendering using CSS I can see and edit the text but it is not remotely WYSIWYG
    The pages are created from templates and were originally created using DW4 or DW3.
    The site URL is http://www.decisionmodels.com/
    There has to be a simple solution to this but I just cant find it.
    Charles

    font verdana { font-family: Verdana, Geneva, sans-serif; }
    I changed the font from default because one of the old fixes I found for Dreamweaver suggested that...  I could change it back.
    You are aware that this is not a legitimate CSS selector, right?
    Forgive my ignorance, but what does this mean?  Does it refer to my font selection?  Or something else?
    It means that your selector "font verdana" is not a legal selector.  It says to find all "verdana" tags that are descendents of a font tag.  Clearly there is no valid HTML tag called "verdana".  If it was your intention to create a rule that would allow you to format text as verdana, or geneva or sans-serif, then that would have to be done with a CLASS selector, e.g.,
    .font_verdana { font-family: verdana, geneva, sans-serif; }
    Note the leading 'dot' and the underscore - spaces are not allowed in selector names.

  • Privileges needed to view procedures, triggers, package bodies

    What privileges are needed for a user to view procedures, triggers, package bodies in another schema? I don't want to grant privileges more powerful than needed like 'select ANY'.

    If you want to give somebody access to view only some of objects without giving read/execute access to them probably the best method is to build your own view and give select acces to this view.
    Example:
    create view special_definitions as
      select view_name obj_name, 'VIEW' obj_type text
        from dba_views
       where owner='OTHERSCHEMA'
           and view_name in ('VIEW1', 'VIEW2', ...)
    union all
      select trigger_name,'TRIGGER', trigger_body
        from dba_triggers
       where .....
    grant select on special_definitions to special_user;Bartek

  • Hi, I am using Firefox 5. Suddenly I lost my bookmarks toolbar even though I have selected it to be visible in the view option. But I can still view the bookmarks toolbar in my all-in one side bar

    Hi, I am using Firefox 5. Suddenly I lost my bookmarks toolbar even though I have selected it to be visible in the view option. But I can still view the bookmarks toolbar in my all-in one side bar

    If the menu bar is hidden then press the F10 key or hold down the Alt key to make the menu bar appear.
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    *Open the Customize window via "View > Toolbars > Customize"
    *Check that the "Bookmarks Toolbar items" is on the Bookmarks Toolbar
    *If the "Bookmarks Toolbar items" is not on the Bookmarks Toolbar then drag it back from the toolbar palette in the customize window to the Bookmarks Toolbar
    *If missing items are in the toolbar palette then drag them back from the Customize window on the toolbar
    *If you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar set up
    *http://kb.mozillazine.org/Toolbar_customization
    *https://support.mozilla.org/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • Views, Procedures, Triggers being marked as invalid

    Oracle 11g 11.2.0.2
    Windows 64-bit
    Standard Edition
    Why are Views, Procedures, Triggers being marked as invalid when there has been NO ACTIVITY against the database?
    I can correct them today (by recompiling, no changes are necessary); however tomorrow the same Views, Procedures, Triggers will be marked as invalid.
    I can guarantee that there has been NO ACTIVITY in that time frame.
    Is there some view I can check to verify that there was no activity in that timeframe?
    Thanks

    I modified your query slightly, so I could see the results for the schema owner:
    SELECT *
    FROM   user_objects
    WHERE  last_ddl_time > (SELECT Max(last_ddl_time) - 1
                            FROM   user_objects)
    Here are the results:
    {Code}
    OBJECT_NAME                        SUBOBJECT_NAME   OBJECT_ID DATA_OBJECT_ID OBJECT_TYPE  CREATED                  LAST_DDL_TIME            TIMESTAMP           STATUS  TEMPORARY GENERATED SECONDARY  NAMESPACE EDITION_NAME 
    S1_CONTRACT_FORMAT_VIEW                                116264                VIEW         16-JUL-2012 02.13.03 PM  15-MAR-2013 04.28.42 PM  2012-07-16:14:13:03 VALID   N         N         N                  1              
    S1_QUANTITY_ENTRY                                      113211         113211 TABLE        16-JUL-2012 02.01.19 PM  15-MAR-2013 04.30.15 PM  2013-03-15:16:30:15 VALID   N         N         N                  1              
    S1_PLC_DATA                                            113432         113432 TABLE        16-JUL-2012 02.01.51 PM  15-MAR-2013 04.30.30 PM  2013-03-15:16:30:30 VALID   N         N         N                  1              
    FIN_BALANCE_FORWARD_LOCATION                           161145         161145 TABLE        15-MAR-2013 04.27.58 PM  15-MAR-2013 04.28.32 PM  2013-03-15:16:27:58 VALID   N         N         N                  1              
    PK_FIN_BALANCEFORWARD_LOCATION                         161146         161146 INDEX        15-MAR-2013 04.27.58 PM  15-MAR-2013 04.27.58 PM  2013-03-15:16:27:58 VALID   N         N         N                  4              
    FIN_BALANCE_FORWARD_LOCAT_NDX1                         161147         161147 INDEX        15-MAR-2013 04.28.20 PM  15-MAR-2013 04.28.20 PM  2013-03-15:16:28:20 VALID   N         N         N                  4              
    FIN_BALANCE_FORWARD_LOCAT_NDX2                         161148         161148 INDEX        15-MAR-2013 04.28.20 PM  15-MAR-2013 04.28.20 PM  2013-03-15:16:28:20 VALID   N         N         N                  4              
    S1_COMMODITY_TESTER                                    161149         161149 TABLE        15-MAR-2013 04.29.51 PM  15-MAR-2013 04.30.03 PM  2013-03-15:16:29:51 VALID   N         N         N                  1              
    PK_COMMODITY_TESTER                                    161150         161150 INDEX        15-MAR-2013 04.29.51 PM  15-MAR-2013 04.29.51 PM  2013-03-15:16:29:51 VALID   N         N         N                  4              
    9 rows selected But, I now have 9 Functions that afre marked as invalid; if I do a recompile they are OK.
    There was NOTHING happening to that database; it was a WEEKEND whn no-one would access it.

  • Views, Procedures, Triggers marked as invalid

    Why are Views, Procedures, Triggers being marked as invalid when there has been NO ACTIVITY against the database?
    I can correct them today (by recompiling, no changes are necessary); however tomorrow the same Views, Procedures, Triggers will bemarked as invalid.
    I can guarantee that there has been NO ACTIVITY in that time frame.

    Hi Murray,
    Perhaps you are correct about there being no activity in your database to invalidate those objects. But what about dependencies on remote DB objects that could have been invalidated (perhaps dropped and recreated)?
    http://docs.oracle.com/cd/B19306_01/server.102/b14220/depend.htm
    You may wish to use SQL Developer's object viewer Dependencies tab to check for that possibility. And I wonder about dependency management using timestamps, considering the recent switch to daylight saving time in much of the world.
    Regards,
    Gary
    SQL Developer Team

  • Spry menu bar not visible in live view

    Hi everyone,
    I was just working on the css for my spry menu bar and went to check it out in the live view, but it is no longer visible. I checked it out in Safari and Firefox to no avail. It looks totally fine in the design view in Dreamweaver. I'm new to web design and I have no idea what I did, but I'm really hoping someone here does! Below is the CSS.
    @charset "UTF-8";
    /* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
    ul.MenuBarVertical
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: 8em;
    color: #333;
    background-color: #FFF;
    vertical-align: middle;
    text-align: left;
    white-space: normal;
    display: list-item;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this container and are same fixed width as parent */
    ul.MenuBarVertical li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 8em;
    background-color: #FFF;
    letter-spacing: normal;
    vertical-align: middle;
    word-spacing: normal;
    white-space: pre;
    display: table-column;
    height: 70px;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
    margin: -5% 0 0 95%;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: absolute;
    z-index: 1020;
    cursor: default;
    width: 8.2em;
    left: -1000em;
    top: 0;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
    left: 0;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
    width: 8.2em;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
    border: 0px solid #FFF;
    alignment-adjust: central;
    background-color: #FFF;
    margin-top: 50px;
    margin-left: 50px;
    /* Submenu containers have borders on all sides */
    ul.MenuBarVertical ul
    border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarVertical a
    display: block;
    cursor: pointer;
    background-color: #FFF;
    padding: 0.5em 0.75em;
    color: #333;
    text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
    background-color: #33C;
    color: #FFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
    background-color: #33C;
    color: #FFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenu
    background-image: url(SpryMenuBarRight.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenuHover
    background-image: url(SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarVertical iframe
    position: absolute;
    z-index: 1010;
    filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarVertical li.MenuBarItemIE
    display: inline;
    f\loat: left;
    background: #FFF;

    My guess is that you have a dark background in which case the menu items will not be seen.
    I suggest you have a look here first http://www.dwcourse.com/dreamweaver/ten-commandments-spry-menubars.php#one, then resurrect the original SpryMenuBarVertical.css and change as required.
    Gramps

  • Only one song visible in List View

    I can only see one song in list view with the album art visible. If there are 10 songs on the album they are all separated and show up individually. They used to be all together next to the album cover and now they are not. What do I have to do to get them together again?

    Didn't solve the problem. If I have one album by an artist then all of the songs for that album are displayed next to the album art. But if there are multiple albums y an artist then only one or two songs are displayed next to the album art and each album shows up multiple times with with other songs, they are not all together and it is driving me crazy. Why would one album be listed multiple times with only one or two songs next to it? I can't figure out how to fix it.

  • Iphone calendar events only visible in list view

    Rant first: I do wish Apple would stop breaking things.  Every time we get an ios or itunes upgrade something else stops working.  Don't they test the changes?
    OK problem: Yesterday I did the the latest upgrade to itunes (11.2 1.4)  and a sync to my phone.  Today   I stopped being able to see most Calendar appointments and events in day view. At first I would see them for a half second or so before they would disappear so I knew they were on the phone.  Nw however they don't show up in day view at all.  Kind of defeats the purpose of having them on my phone.
    The appointments are still visible on iCal and Outlook and the Calendars are the all ticked.
    In month view I could see the dots that indicated the events were there but again that does not allow me to see them.
    In list view:  I was unable at first to see the appointments: but then a whole lot of "new Events' appeared at the times of the appointments that were there before I did the sync but with none of the detaisl that make the events useful.
    Any thoughts on how to fix?

    Create a CSV with the same format as you post and import it into My default Calendar. The calendar entry is visible both in Calendar view and List view.
    I've notice your Start Data/End Date is 3/7/2010 but not in 3/7/2014, you need to turn the calendar page to a 4-year-ago to check that..
    (In my test, I'v changed the data to 2014)
    Cheers,
    Tony Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please contact
    [email protected]

  • Problem updating view with triggers

    I created a view with instead-of triggers for updating. When I try to update the view with an ADO 2.7 recordset I receive errormessages.
    rsAns.CursorLocation = adUseServer
    rsAns.Open "select * from callcenter.v_ans where kidno = 1534", adoConn, adOpenKeyset, adLockOptimistic
    rsAns.fields("Name").value = "Thomas"
    The last line creates the error:
    -2147217888
    Consumer's event handler called a non-reentrant method in the provider.
    When I try the same lines of code with...
    rsAns.CursorLocation = adUseClient
    I get:
    -2147217887
    Multiple-step operation generated errors. Check each status value.
    By the way, when using client side cursors with Microsoft's OLE DB for Oracle it works fine.
    Any ideas?

    I had the same problem but without triggers. I only changed some values in different records (always automatically commited) and after the third change I got this error message. At the same time I was connected with TOAD to the databse and there was no problem to change the data - so it doesn't look like a database problem.
    UPDATE "BLATABLE"."KEYS" SET "BLAVALUE" = "abcdef" WHERE ROWID = 'AAA2c1AADAAAHa5AAH' AND ORA_ROWSCN = '7738949481842'
    One error saving changes to table "BLATABLE"."KEYS":
    Row 6: ORA-01000: maximum open cursors exceeded

  • Objects not visible in Map Viewer Display Data with Mouse Moveover

    Hi All,
    On version 11.1.1.5.2 OBIEE with Map Viewer a customer has the following problem. Data objects are not displayed as expected on the map when the visibility check box is disabled on a dashboard. However the data about the object is incorrectly displayed on the map when the mouse is placed over the location of the hidden object.
    The customer's screen shots show a map with a panel which has a list of assets with a check box controlling if the asset is displayed. When the check box is off then the asset image is correctly not displayed but when the mouse is placed over the hidden asset’s location then incorrectly a pop window shows the hidden asset's Tooltip data.
    I was unable to reproduce this in-house with an OBIEE dashboard connected to Google Maps.
    In the MapViewer User Guide there is a reference to a MapViewer JavaBean method “setSVGShowInfo” which appears to be related to this:
    http://docs.oracle.com/cd/E14571_01/web.1111/e10145/vis_beanapi.htm#i1023460
    What approach should be taken to troubleshoot the problem?
    Aidan
    Edited by: user817045 on 21-Feb-2013 02:08
    Edited by: user817045 on 21-Feb-2013 02:32

    This is likely a bug.
    Is there an SR filed on this?
    Anyway, the Mapviewer javascript API is being used in OBIEE (not the java bean one).
    Is it a standard obiee map view which has this issue?
    Try the OBIEE Sample App (available on OTN)
    Try Dashboard page 3.3. SF Metrics. There are two layers that can be shown on the map (Revenue and Billed Quantity, and Establishment Revenue).
    Enable both and on hover the Rev & Billed qty info is shown. Uncheck Rev & Billed Qty and only the info for Establishment Revenue is shown on hover or when clicked on.

  • Inspect with Task list not visible in QM view

    In Material master QM view, for 01 inspection type, inspect with tast list is not visible.
    Please advice how to make visible.

    Hi
    SPRO-->Quality Management->Quality planning->Inspection planning----> Assign task list type to Material type
    Definitely u get th lot.
    Regards

  • DW File Names Not Visible in Local View?

    Hi, in Dreamweaver CS4 in the bottom right of the UI is the (Files > Local View) It shows a list of the files in you website. The files were appearing just fine but now all I can see is the DW icon for each file unless I hover over the file to see what it says. Before the whole file name was easily visible. I’ve never had this happen before.
    Anyone know what’s up with this and how I can fix this?
    DW CS4
    Mac OS 10.6.8

    Might be a bad cache file.
    http://forums.adobe.com/message/1943039#1943039
    Nancy O.

Maybe you are looking for

  • Is there a way to detect the event when device goes to sleep and the screen blackens?

    I want to detect the event when the iOS device goes to sleep and the screen blackens? Is there any way to do it?

  • Migrate Assistant really sluggish

    (X post - mistaken put this in the Logic Pro thread) Sorry - newbie to the forum here. I've search the forum, but can't find an answer so far. After a few months of having my new MBP, I've decided to migrate my iMac (Intel) across to the new MBP. Set

  • Date editing in a JTable

    Hello, whereas a JFormattedTextField with a mask formatter can be used as editor in a JTable just like in a container, a JFormattedTextField with a date formatter obviously cannot. The tutorial warns us that table cells are NOT components, but in wha

  • Pro Book 450 G1 E9Y42EA

    Switcheable graphics on Windows, no convenience driver problem: Our company have some ProBook 450 G1 type HewlettPackard (Wistron) notebook. It has a hybrid graphics card on board. Because of intensive Ubuntu usage (we are software developers) our de

  • Behaviors and CSS misbehaving on library items

    I've created a site that uses behaviors to create a NAV with Pop-up menus. There are several categories and each category has several products in it. The Categories and the products change so I wanted to create a LIBRARY item out of the NAVmenu. The