Calulation not adding all data

I want to add case acuity and referral acuity for a worker, to display a combined total. My query is:
SELECT a.case_number, a.referral_number, TRUNC(a.assessed_date) ASSESSED_DATE,
to_number (psa_utilities.Get_Acuity_Points_Case_By_Date (a.case_number, a.assessed_date)) CASE_ACUITY_LEVEL,
to_number (psa_utilities.GET_ACUITY_POINTS_REF_BY_DATE(a.referral_number, a.assessed_date)) REFERRAL_ACUITY_LEVEL,
initcap(w.last_name)||', '||initcap(w.first_name) WORKER, w.region_cd
from acuity_assessments a, workers w
where w.aps_id = a.aps_id_assessed
For my report I use the calulation tool and do:
Case Acuity Level SUM+Referral Acuity Level SUM
My results work fine except when case acuity is 2 and referral acuity is 0 (or vis versa) then the total is 0, when it should be 2. Can someone help me???

Hi!
1. Yes, I can call a couple of days or a year and get the same results.
2. I've tried adding the NVL to to_number (psa_utilities.Get_Acuity_Points_Case_By_Date (a.case_number, a.assessed_date)) CASE_ACUITY_LEVEL and I get the error “FROM keyword not found were expected”.
3. I have executed this code in PL/SQL and it executes fine. But what I can't figure out is how to do the "SUM" function in PL/SQL to see if I can create the totals.
4. I'll check with the developer to see which it is, but I'm pretty sure it’s a 0.
5. I’m not sure what you are asking here?
I have another thought. Could the issue be that the worker has a referral with acuity of 2, but doesn’t have any cases, so there isn’t any case acuity? Since there is no case acuity can the system still do a total?
Example:
Worker     Case     Case_Acuity     Referral     Referral_Acuity
Mary                    2878988          2
Does that make sense?

Similar Messages

  • Why the 2LIS_08TRTK extractor can not get  all data

    Hello, BW Gurus.
    Why the 2LIS_08TRTK and 2LIS_08TRTLP extractors can not get all data. I had used the RSA3 and get 10 registers, when a check at the VTTK table I had 20 registers, I didnt use filters at RSA3, could you help to know what happen o correct it.

    Is it because
    <i>
    Shipment documents and their dependent objects (shipment stages as well as shipment items [deliveries in the shipment]) are only extracted into BW when the Shipment completion status has been set.
    This is necessary because the numeric values that result from the delivery documents are only established at the time. If the data were already stored earlier in BW, the shipment data would not be updated if the delivery notes were changed in BW.
    </i>
    - from oss note 573470.

  • 2lis_11_VAITM not inserting all data in ODS

    Hello Gurus.
    I'm using extractor 2lis_11_VAITM, when I test the extractor in RSA3, it is bringing me all registers of table VBAP, but when I load this extractor into an ODS in BW, It is not inserting all registers into the cube, some "return orders" are missing, how can i solved this problem ????   I'm using in ODS key Doc number and position.
    THANKS IN ADVANCED.

    Hi Sudheer, ther is no selections during data load, and also ther isn't any routine(either in transfer or update rules).  It's supposed that all registers have to be loaded to the ODS no ?? because i'm using key Doc number and positions, so I want all documents with all positions to be loaded, but this is not happening, there are missing the "'return orders'".
    Any other idea of why this is happening ??

  • FDM export to HFM - 2nd export did not clear all data from 1st export?

    Has anyone experienced exporting a replacement FDM file to HFM where the 2nd file did not contain an account that was present in the original file and that account/value in the 1st file then remained in the HFM trial balance and caused it to be out of balance? Does the replace export option not clear all the prior file data? The only unusual part of it might be that the problem account was derived using logic group script? Thanks.

    Thanks Hensen - Sure, it was easy enough to fix once I deduced what the problem was - although my solution was just to use the data clear function and reload. The real question is how to prevent it from happening again and it sounds like I can't do much about it - other than trying to train the users to watch out for do-over files that have fewer accounts than the original load?? Am I wrong to think that HFM should try to fully clear all previous data from a load file if there is a replacement or at least try to validate whether or not all prior accounts have been repopulated?? There's plenty of good validation in the validation step of FDM. Why not during the export step? If this makes sense, I'll put in another "enhancement request" to support.

  • Help:  Not getting all data from text data type

    Hi there
    I have a stored procedure that returns a couple of fields and one of the fields is of datatype TEXT. In my ResultSet, I do not get all the data back that is stored in the TEXT datatype. I have say about 600 charactors in this field, but only 30 charactors are returned. Is there a reason why this is happening and how can I fix it?
    Please help?
    Thanks

    I set that field to have a normal string of about 50 charactors. Namely: "this is a note that is about 49 charactosrs long." (exclude the quotes). And I still got 30 charactors back only.
    I set a shorter text value of 21 charactors and that returned all 21 charactors.
    The text that is usually in this field is:
    "URL=SubsidiaryNarrative.html�BABY_CARE_PRODUCTS=false�AIDS_FOR_PHYSICALLY_DISABLED=false�SPORT_SUPPLEMENTS=true�NATURAL_REMEDIES=false�COSMETICS_FRAGRANCE=false�WOMANS_HEALTH=false�ADDITIONAL_CARDS=No�EXERCISE_ROUTINE=Yes�NUMBER_OF_CHILDREN=0"
    And I got out "URL=SubsidiaryNarrative.html�B"

  • Ical not storing all data & cant initialize lists

    okay so im trying to store all ical data in seperate lists for hours months years and the actual event ect....it worked fine for a while but now its not storing all the events....and then when it did it would carry over from one run to another. I figured out that was probably because they were properties but when i make the lists global i get a "this variable is not initialized" problem. and even if i somehow managed to fix that its still not reading in all the data. ive been at this for 2 hours and cant see the problem. please help:
    variable defs:
    (*System Variables*)
    global running_processes
    global _weekday
    global _date
    global _month
    global _year
    global _hours
    global _minutes
    global _seconds
    global time_ofday
    (*iCal Variables*)
    global iCal_Open
    global iCal_Run
    global iCal_Calendars
    global iCal_Events
    global icaleventsstore
    global icaleventslast
    global iCalEvents_StartMonth
    global iCalEvents_StartDate
    global iCalEvents_Startyear
    global iCalEvents_Starthours
    global iCalEvents_StartMinutes
    global iCalEvents_EndMonth
    global iCalEvents_EndDate
    global iCalEvents_Endyear
    global iCalEvents_Endhours
    global iCalEvents_EndMinutes
    global iCalEventsStart
    global iCalEventsEnd
    code to split up dates and date:
    on Ref_Events()
    proc()
    if running_processes contains "iCal" then
    (*if iCal is open do the code as normal*)
    set iCal_Run to 1
    set iCal_Open to 1
    tell application "iCal"
    set iCalEventsStart to the start date of every event in every calendar
    set iCalEventsEnd to the end date of every event in every calendar
    set iCal_Events to the summary of every event in every calendar
    set x to 1 --holds calendar to be used
    set y to 1 --holds event to be used
    repeat while x is less than or equal to the number of items in iCal_Events
    repeat while y is less than or equal to the number of items in item x of iCal_Events
    get item y in item x in iCalEventsStart as string
    set temp_date to the result
    --start dates
    set iCalEvents_StartMonth to iCalEvents_StartMonth & the second word of temp_date
    set iCalEvents_StartDate to iCalEvents_StartDate & the third word of temp_date
    set iCalEvents_Startyear to iCalEvents_Startyear & the fourth word of temp_date
    set iCalEvents_Starthours to iCalEvents_Starthours & the fifth word of temp_date
    set iCalEvents_StartMinutes to iCalEvents_StartMinutes & the sixth word of temp_date
    --end dates
    get item y in item x in iCalEventsEnd as string
    set temp_date to the result
    set iCalEvents_EndMonth to iCalEvents_EndMonth & the second word of temp_date
    set iCalEvents_EndDate to iCalEvents_EndDate & the third word of temp_date
    set iCalEvents_Endyear to iCalEvents_Endyear & the fourth word of temp_date
    set iCalEvents_Endhours to iCalEvents_Endhours & the fifth word of temp_date
    set iCalEvents_EndMinutes to iCalEvents_EndMinutes & the sixth word of temp_date
    --event description
    get item y in item x in iCal_Events as string
    set temp_event to the result as string
    set icaleventsstore to icaleventsstore & temp_event
    set y to y + 1
    end repeat
    set x to x + 1
    end repeat
    end tell
    else
    (*if iCal is not open do the code then close it*)
    if iCal_Run is 0 then
    set iCal_Run to 1
    tell application "iCal"
    set iCalEventsStart to the start date of every event in every calendar
    set iCalEventsEnd to the end date of every event in every calendar
    set x to 1 --holds calendar to be used
    set y to 1 --holds event to be used
    repeat while x is less than or equal to the number of items in iCalEventsStart
    repeat while y is less than or equal to the number of items in item x of iCalEventsStart
    get item y in item x in iCalEventsStart as string
    set temp_date to the result
    --start dates
    set iCalEvents_StartMonth to iCalEvents_StartMonth & the second word of temp_date
    set iCalEvents_StartDate to iCalEvents_StartDate & the third word of temp_date
    set iCalEvents_Startyear to iCalEvents_Startyear & the fourth word of temp_date
    set iCalEvents_Starthours to iCalEvents_Starthours & the fifth word of temp_date
    set iCalEvents_StartMinutes to iCalEvents_StartMinutes & the sixth word of temp_date
    --end dates
    get item y in item x in iCalEventsEnd as string
    set temp_date to the result
    set iCalEvents_EndMonth to iCalEvents_EndMonth & the second word of temp_date
    set iCalEvents_EndDate to iCalEvents_EndDate & the third word of temp_date
    set iCalEvents_Endyear to iCalEvents_Endyear & the fourth word of temp_date
    set iCalEvents_Endhours to iCalEvents_Endhours & the fifth word of temp_date
    set iCalEvents_EndMinutes to iCalEvents_EndMinutes & the sixth word of temp_date
    --event description
    get item y in item x in iCal_Events as string
    set temp_event to the result as string
    set icaleventsstore to icaleventsstore & temp_event
    set y to y + 1
    end repeat
    set x to x + 1
    end repeat
    end tell
    quit application "iCal"
    end if
    end if
    if icaleventsstore is not icaleventslast then
    say "new events stored in I Cal. Would you Like to View a List of all events?"
    display dialog "View List of Events?" buttons {"Yes", "No"} default button 2
    if the button returned of the result is "Yes" then
    choose from list icaleventsstore with prompt "All the Current Events"
    else
    -- action for 2nd button goes here
    end if
    set icaleventslast to icaleventsstore
    end if
    end Ref_Events

    You need to be careful when using conditional statements to set global variables (the global declaration does not set any values). I can't tell from the just the one handler you posted, but an example would be the iCal_Run variable - unless it is declared somewhere else, it won't have a value if there isn't an iCal process.

  • Adding Entire Music Folder is Not Adding All My Music in the Folder

    Ok. In my shared music folder on my computer it has every song i own in it. it is all in the same format and everything. when i go to add my shared music folder (using the add folder thing on itunes) it will not load all of my songs that are in the folder. i have 2500 something songs and only 2048 songs will load. there was two songs i noticed right away that werent there so i went and used the add file thing on itunes and that DID load them. but there are about 500 songs that arent loading and i dont know which ones they are because there is no pattern to the songs not loading. some are my really new songs that i have just gotten and some are songs that have been on my computer for a few years.
    if anyone knows how i can add all my songs to my itunes library from my shared music folder, and have ALL of them show, please tell me what the problem might be and help me fix it.
    thank you!

    Luke, here is something you might try. I noticed you said that all your music was in your shared music folder (that you imported from). I have over twice as many music files as you do and I have not had this problem. If you want to save yourself some trouble from searching for all the missing files do the following.
    1) Go into iTunes- Edit- Preferences- Advanced- General
    If it is not already select, check the box that says "Keep iTunes Music folder organized."
    2) Go to My Music - iTunes- iTunes Library and delete all song files.
    3) Add all the music you want to be in your library from your Shared music to this folder you have now deleted all files from.
    4) In iTunes go to File- Import- Folder and import the iTunes Library folder.
    5) Go to iTunes- Edit- Preferences- Advanced- General make sure the box that says "Copy files to iTunes Music folder when adding to library." is checked.
    This "should" fix your problem. However, as a warning you stand a good chance of losing all your playlists and song ratings, etc (the song files will be fine though).

  • St03N not collecting all data

    HI
    does anyone know why would st03n not collect all proper data, we found out recently that a user had scheduled a program as a background job to run and it ran successfully but when we look on that date we don't see that it had run and even that user doesn't come out in the history
    any ideas why?
    regards

    Sorry Sujit that I wasn't clear
    the job i was referring to was a z program that was run be a user in the background.
    that is how we started knowing that there were missing data in st03n
    we were trying to see how many time that program ran and who ran it
    so we went to see in st03n but we found out that there was no history for that program in there or any history for the user who ran the z program in the background.
    there is no connection to SAP_COLLECTOR_FOR_PERFMONITOR background job. this job is running successful in our system and all other data is being collected
    so the data that was missing was on the 14th of march and then we found out that there is no entry of any sort in st03n for 15th of march, but we have data for 16th of march.
    so now we want to know what happened
    i hope this is clear now
    regards

  • Unwrap not unwraping all  data sent from server

    java client server NIO ssl
    At server end send about 50 packets are written using this method:
    sendPacket(String packet)
    writeBuffer = charSet.encode(packet);
    c.ssl.outNetBB.clear();
    c.ssl.engine.wrap(writeBuffer, c.ssl.outNetBB);
    c.ssl.outNetBB.flip();
    //write message to socket channel
    while (c.ssl.outNetBB.hasRemaining())
    socketChannel.write(c.ssl.outNetBB);
    At the client end I read all these packets:
    inNetBB.clear();
    int bytesread = socketChannel.read(inNetBB);
    inNetBB.flip();
    requestBB.clear();
    res = engine.unwrap(inNetBB, requestBB);
    It seems like all the 50 packets are read into inNetBB 6000 bytes
    But the unwrap only consumes 70 bytes and produces 100
    This first 100 bytes is unencrypted correctly and corresponds exactly to one write of the 50 from the server. I dont know why.
    Why am I getting only the first packet of the 50 sent??
    [  Ive tried : while inNtBB.hasRemaining for repeated unwraps
    but only the first packet is output still ]
    TIA
    pbutler

    If I'm reading this right, you're writing (wrapping) about 50 separate SSL packets, and then unwrapping just one.
    Recall:
    The SSLEngine produces/consumes complete SSL/TLS packets only, and
    does not store application data internally between calls to wrap()/unwrap().So it looks to me like you need to keep unwrapping the rest of your 5930 bytes to get the remainder of the application data.
    [ Ive tried : while inNtBB.hasRemaining for repeated unwraps
    but only the first packet is output still ]Are you inadvertantly clearing the inNtBB before you call your additional unwraps?
    If you have lots of small packets, you might want to consider buffering them up and wrapping them to the SSLEngine/SocketChannel all at once. You'll pay less in overhead.

  • Emails do not download all data

    Emails do not download all data

    Try reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

  • VO not retrive all data

    Hi
    I create view object for entity, the query of view object not return all record from database. Is there any option for fitch all record from database?

    JDev version?
    Technology you use?
    Where do you look for the all(?) rows?
    If you are using ADF there is a fetch size defined by the iterator (normally 25) which limits the number of rows returned for one round trip. To see more records you have to scroll.
    Timo

  • My iTunes z not adding ALL of my songs!!!

    hi guys,
    I been moving my songs from WMP library into iTunes...
    some of the songs are not added on there!! they r MP3 files, & they r in my WMP library.. but unable to add them to iTunes, other songs work fine but some do not even show the adding progress bar at the top for adding!!
    any Idea why???

    HELP!!!

  • Export to Excel Action in MS SSRS Report not exporting all data in Report

    Hi,
    I have developed a complex Report that has many expandable nodes in a table format. The report works fine.
    However, when I export the Report to Excel using Actions --> export to Excel, only the data in expanded nodes is included. The data in collapsed nodes is not included.
    I am looking for approach to include data in expanded nodes in Excel Export. The expanded data can be expanded in Excel.
    Any help in this regard will be appreciated.

    Hi Abhijit PS,
    Per my understanding you are experiencing the issue with the excel report which have add the drill down action, after export to excel only the expanded nodes included and the collapsed nodes is not shown, right?
    Generally, if we expand the nodes before export to excel then the excel will display the expanded details row and keep collapsed the details row which haven't expand, but we have the toggle "+","-" on the left of the Excel to help
    control the expand and collapse, when you click the "+" you can expand the collapsed notes to see the details rows.
    I have tested on my local environment with different version of SSRS and can always see the "+","-" as below:
    On the Top left corner you can find the "1","2", this help to control the "Collapse All" and "Expand All".
    If you can't see the "+","-" in the excel, the issue can be caused by the Excel version you are currently using, and also excel have limit support of this, please provide us the Excel version information and the SSRS version. You
    can reference to this similar thread:
    lost collapsing columns when export to excel
    Please try to export other drill down report to excel and check if they work fine, if they did, the issue can be caused by the drill down action you have added in this report is not correctly, if possible, please try to redesign the report.
    Article below about how to add  Expand/Collapse Action to an Item for your reference:
    http://msdn.microsoft.com/en-us/library/dd220405.aspx
    If your problem still exists, please feel free to ask
    Regards
    Vicky Liu

  • Photostream not adding all photos in stream to restored device

    I have an iphone, ipad, and laptop. They all should have my full photostream on them. However, a while back my pc stopped updating the photostream so I tried the typical "uninstall/reinstall" thing and signed in and out of my icloud. That helped in adding the most recent photos on the stream, but now only the most recent show up, not the full stream. My main concern is my phone. I just restored it from an iCloud backup because it had been acting up. Now, while my cameral roll has all 800+ photos, my photo stream on my iphone only has the most recent 150.
    I am avoiding reinstalling iTunes for whatever reason because then readding all my music will be a pain due to funky id3 tags.
    Has anyone experienced this or found a way to flush the photo stream?

    Thanks for the detailed data!
    I wonder if there is something different about the images that didn't move to the iPhone 4. I know I've had trouble with moving video to older devices (meaning: it won't appear correctly), so I wonder if the more limited hardware of the iPhone 4 is the cause of the missing photos? Do you notice anything different (HDR, large file size, photo burst, image stabilization, etc.) about the missing images?
    As for the missing photo on your computer, that should not happen. Because Apple assumes computers have more storage than iDevices, all the photos taken by all your iDevices are supposed to show up under Photo Stream. If you did not delete the image from Photo Stream on any of your devices, then it should ultimately appear on your Mac. Unless, of course, the Mac is unable to handle the image—like the argument for the iPhone 4 (above). If the photo that is missing on the Mac is also missing on the iPhone 4, then insufficient hardware is looking likely. Or, corrupted data.
    The "1,000 and 30 days" is actually closer to "1,000 or 30 days". Here is what Apple says about Photo Stream:
    "The My Photo Stream album on each iOS device holds your last 1000 photos. You can delete any photos you don’t want from My Photo Stream, and you can keep photos permanently by saving them to your Camera Roll. iCloud stores new photos for 30 days to give you time to connect your iOS devices to Wi-Fi so they can automatically receive the new photos from iCloud."
    Important points:
    - Each iDevice has a limit of 1,000 photos on the Photo Stream album
    - New photos are stored for 30 days in iCloud
    - If you want to keep an image reliably on your device, save it to the Camera Roll
    - Apple only guarantees that you'll have 30 days to move each photo to its permanent home on your computer
    Other things can affect what is displayed in Photo Stream. For example, if you sign out of iCloud, all the images are removed. I don't know what governs which images return when you turn on Photo Stream again (by signing into iCloud again).
    In the end, Photo Stream is intended to be a convenient way to move new photos to additional iDevices and computers. It is not meant for viewing photos, and it is not meant for syncing photos across devices. There is no single canonical "stream" that can be viewed by a device. (Contrast this to Flickr.) Thus, it is not surprising that each device has a different Photo Stream.

  • Recurring Events not gets all data in a given month in C#

    Help me about this. I cannot get all the records of recurring events in Calendar. Even using <Month> ,<Year>. it doesn't give the all records. that happens when adding no end date of recurrence.
    ex. i want to filter all records on the 10-01-2018 by its month but it appears like in different result range of date. cause i've tried creating an event in calendar with recurrence of Daily weekday=true and no end date. then i don't why it doesn't give the
    correct result and just tried this date as sample. 
    here's the image of what trying to get:
    https://social.msdn.microsoft.com/Forums/getfile/621163
    here's the data showing when getting it.
    http://community.office365.com/cfs-file.ashx/__key/communityserver-discussions-components-files/154/0841.img.jpg
    Here's the code:
    var list = xWeb.Lists.TryGetList("TestCalendar");
    var oQueryBookings = new SPQuery();
    oQueryBookings.CalendarDate = new DateTime(2018,10 ,1);
    oQueryBookings.ExpandRecurrence = true;
    SPListItemCollection oCollBookings = null;
    string strViewField = "<FieldRef Name='RecurrenceID' />" +
    "<FieldRef Name='Duration' />" +
    "<FieldRef Name='Title' />" +
    "<FieldRef Name='EventDate' />" +
    "<FieldRef Name='EndDate' />" +
    "<FieldRef Name='Location' />" +
    "<FieldRef Name='Category' />" +
    "<FieldRef Name='Description' />" +
    "<FieldRef Name='fRecurrence' />" +
    "<FieldRef Name='RecurrenceData' />" +
    "<FieldRef Name='fAllDayEvent' />" +
    "<FieldRef Name='TimeZone' />" +
    "<FieldRef Name='EventType' />" +
    "<FieldRef Name='UID' />" +
    "<FieldRef Name='XMLTZone' />" +
    "<FieldRef Name='LinkTitle'/>";
    oQueryBookings.ViewFields = strViewField;
    string strQuery =" <Where>" + 
    " <DateRangesOverlap> " + 
    " <FieldRef Name=\"EventDate\" /> " + 
    " <FieldRef Name=\"EndDate\" /> " + 
    " <FieldRef Name=\"RecurrenceID\" /> " + 
    " <Value Type=\"DateTime\" IncludeTimeValue=\"TRUE\"> " + 
    " <Month /> " + 
    " </Value> " + 
    " </DateRangesOverlap> " + 
    " </Where> " ;
    oQueryBookings.Query = strQuery;
    oCollBookings = list.GetItems(oQueryBookings);
    if (oCollBookings.Count > 0)
    DataTable objDatatable = new DataTable();
    objDatatable = oCollBookings.GetDataTable();

    Hi,
    Per my understanding, you might want to get all the recurring events within a specific month using C#.
    Here is working code demo about getting recurring events by month for your reference:
    public static void getRecurringEvents()
    using (SPSite site = new SPSite("http://sp"))
    using (SPWeb web = site.RootWeb)
    SPQuery query = new SPQuery();
    query.ExpandRecurrence = true;
    query.Query = "<Where><DateRangesOverlap><FieldRef Name=\"EventDate\" /><FieldRef Name=\"EndDate\" />" +
    "<FieldRef Name=\"RecurrenceID\" /><Value Type=\"DateTime\">" +
    "<Month />" +
    "</Value></DateRangesOverlap></Where>";
    //get the events in the specific months
    query.CalendarDate = DateTime.Now.AddMonths(-1);
    SPListItemCollection calendarItems = web.GetList("/Lists/Calendar1").GetItems(query);
    foreach (SPListItem item in calendarItems)
    Console.WriteLine(item["Title"] + ": starts "
    + item["EventDate"].ToString() + " and ends "
    + item["EndDate"].ToString());
    It will return all the recurring events of last month:
    Thanks
    Patrick Liang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

Maybe you are looking for

  • How to optimize my Macbook Pro

    I made a clean install of OS X Yosemite a couple of weeks back. There are very few programs. I just want to make sure the hardware is working at its optimal state and there are no foreseeaable problems. Kindly share your suggestions and feedback. Her

  • New to backing up, but need to

    So Ive had my macbook pro for a little over a year now with no problems. I want ot buy Snow Leopard (I have Leopard now), but I want to back up. I dont have an external drive or a Time Capsule (yet). I dont even know how to configure time machine. Im

  • Problem in Infotype 0057

    Dear Guru's In my client few employees are having more than one lic policy. I have created 3 wage types and assigned it to 0057 infotype. When i am creating two records using two different wage types on the same date or by giving some other date for

  • Wage Calculator: per second

    Greetings, I'm new to Java programming, and I wanted to make a simple application I can use on my cell phone to count up how much money I'm making per second at my job. It really seems easy to do in theory but I was wondering if there was someone out

  • Find the user who altered a procedure

    Hi ALL, OS: OEL DB:11.2.0.3 We have  faced a situation wherein which a Procedure of our production of the database was altered by someone and due to this the procedure got invalid. Now I need to know who is the user who has done this. I have checked