How can we specify date time under History Tab of Imaging

Hi
I am using Oracle Webcenter Imaging 11.1.1.5, when i search for a document and view it, under History tab i have following information available.
Date and User
The date specifies the date when it was modified and user specifies UserName who modified it.
I want date time over there instead of date.
Can someone help me how to achieve this?
Regards
ACM

In answer to your original question:
970992 wrote:
However, when I look at the execution plan, I see that the last predicate (to_number(answer) > 0) has been executed the first. Henceforth, it checks many rows first. Normally, 75 rows belong to 31/12/2012 as you see from the following. Can I specify the execution order?According to the execution plan, it will do a full scan of surveys using the predicate on insertdate to build the (presumably in-memory) hash table (hash based on survey_id) to do the joins (Step 2). Then, it does a full scan of the answers table using the question_uid and answer predicates (Step 3). For each row it finds that matches those predicate, it will prpobe the hash table created in step 2 using the hashed value of survey_seq_id. So, it is doing the insertdate predicate first.
In answer to your last post
970992 wrote:
>
First of all i would get rid of the implizit type conversion:
TO_NUMBER("A"."ANSWER")>0)it is not implicit conversion, I reckon it is explicit type conversion, isnt it?
No, it is an implicit type conversion. Your code says answer > 0, since the answer column is a varchar2 column, Oracle implicitly converts the answer column to a number to compare against the number on the right side of the comparison. Note that if something like 'A' ever becomes a valid answer, then this query will fail with ORA-01722: invalid number.
>
>
Obviously "A"."ANSWER" is not a number colmun, problably varchar, so use something like
A.ANSWER != "0"
or
A.ANSWER > "0"Yes answer column is varchar2 but can you type A.ANSWER > "0" as a predicate? I mean, you can not varchar > varchar, can you?
Of course you can use inequality predicates on a varcahr column. Is the string A greater than the string B?
Based on the explain plan, your statistics might be a little off, not hugely so. The esitmates are at least in the right order of magnitude based on what you have posted so far.
What indexes, if any, are available on the two tables?
John

Similar Messages

  • How can I stamp date & time

    Hello,
    How can I stamp date&time on my photos which taken by my iphone 4
    Regards
    Yasser

    Easy - if it is on the photo and you can see it then it is on the photo and
    You can not [remove it] - you can sort of obscure it using the retouch in iPhoto and if you have PhotoShop or PhotoShop elements the clone tool will do a better job
    It is part of the photo and there is nothind "behind" it to show - in the future do not set your camera to include it
    The EXIF data ia internal to the photo and is never shown on the photo - it can ony be seen using special software that understands it and then it is displayed seperate form the photo never on the photo - like the info pane in iPhoto which shows selected EXIF information
    LN

  • How can I display date+time and not the point number in excell?

    Hi everyone,
    Could anybody tell me how I can save date + time to a file, so that  I can display on a diagram(excel) : date+time in (ox) and data (oy)? :
    My program sets in (ox) the point number and not the date+time....( although  date and time are written correctly in the column...)
    Any help would be great,
    Thanks,
    regards,
    Marc

    hi there,
    excel uses 01.01.1900 00:00 as the time offset, LabVIEW uses 01.01.1904 02:00, so you can't display the correct datetime in excel when you write the time as a fractional number of seconds from LabVIEW. you must format the datetime in LabVIEW to a string and write that to the column. use the "Format Date/Time String" - function and for example "%d.%m.%Y %H:%M:%S%3u" as the format string (see the functions help for more examples). you also could format your data to a string using "Format Into String" - function and write the file as a 2D string array. the decimal point you have to use depends on your system and its settings, but you can specify the decimal point in the Format string like "%.;%f" (means fractional number with point as decimal point).
    best regards
    chris 
    Best regards
    chris
    CL(A)Dly bending G-Force with LabVIEW
    famous last words: "oh my god, it is full of stars!"

  • How can I change Date/Time output?

    I was wondering if someone could help with the following
    issue:
    I have a form to insert data into a database. I also have a
    form that displays the data and allows you to update (change or
    modify) the data. The problem is my Date/Time field. Instead of
    displaying the data as it should in this format:
    3/23/2007
    It instead displays the data in the following format
    2007-03-23 00:00:00.0
    So no matter what you would like to modify or change, you
    have to change the date back to the correct format or you will
    receive an error message. This is obviously a pain.
    Is there a way I can change the way this particular data is
    displayed from the database?
    Within my access database I have formatted the time correctly
    and it displays the info correctly, not sure how to do it in
    Dreamweaver. I’m using ColdFusion as my programming platform.

    Nevermind, I just figured it out =)

  • HOW TO DISPLAY CURRENT DATE TIME IN MASTHEAD IN BRANDING IMAGE AREA

    Hi experts,
    I need to display current date time in masthead also and also i should change the welcome area to my own text there how it is possible.....
    and plz tell detail coding also as i dont have idea to change the coding plz help in this............
    where to chan ge and how to change.............
    waiting for u r responses......................
    Regards,
    Shilpa.

    Shilpa,
    go to system administratioon-system configuration-support-support desk-browse deployment-check for com.sap.porta.navigation.masthead.par and download it to nwds.
    when you import it to NWDS jar file will be missing so you need to manually add that to PORTAL-INF/private/lib.
    once you do this go to HeaderiView.jsp in PORTAL-INF/jsp folder.
    write
    <%= new java.util.Date()%> after <hbj:form id="HeaderForm">.for that matter u can write this at any line after this statement
    once you do that select qucik par upload from the tool bar and deploy it.
    go to system administration-system configuration-support-support desk-administration console and upload the par file
    before following these steps take a backup of par file
    reward points if helpful

  • Running FF12.0, how can I set maximum time for History Storage? What's the maximum time?

    Previous versions would allow me to set storage time up to 1 year, I think. Now I can't find the path to set this time. I would like to set it to as much as possible.

    Firefox 4+ versions do not have a time limit for the history.<br />
    Firefox determines automatically how many pages can be kept without affecting the performance.<br />
    You can see the current value via the read-only pref places.history.expiration.transient_max_pages on the about:config page.<br />
    You can reset no longer used browser.history_expire_days* prefs from older Firefox versions, if you still have them, to remove them on the next start.
    See Marco Bonardo's blog about this:
    * http://blog.bonardo.net/2010/01/20/places-got-async-expiration
    *Precise Clear History: https://addons.mozilla.org/firefox/addon/precise-clear-history/
    *Expire history by days: https://addons.mozilla.org/firefox/addon/expire-history-by-days/

  • How can i browse data in my time capsule with my iPhone?

    how can i browse data in my time capsule with my iPhone?

    You might want to take a look at FileBrowser.
    App Store - FileBrowser - Access files on remote computers

  • How can I find the time a site was accessed in Safari's history?

    I know that Safari's "History" list is in reverse order, that is, most recently visited sites at the top of the list.  How can I find the time a particular site was visited?

    As of Safari 5.1.7 there does not appear to be a way to view the time in the browser, but it is still possbile to find from the raw history file. Open /Users/[yourusername]/library/Safari/History.plist in a text editor. Depending on how your text editor reads the file, you may see a lot of garbled text, but you should still be able to find the URL that you want the time for. After the URL you may see the page's title, but should also see a left square bracket followed by numbers.
    Example:
    _?http://www.apple.com/_Apple[377832904.6o
    The integer is an Apple timestamp (number of seconds since 00:00:00 UTC on 1 January 2001). Find a timestamp calculator online to get the actual time for your timestamp. In the example above, Apple was visited on Dec 21 2012 at 17:35:04 PST.
    Cheers.

  • How can I see date and time of a imovie event (new imovie 10.0.4). Thank you for your answer and greetings from switzerland.

    How can I see Date and Time of an event in iMovie 10.0.4?
    Thank you for your answer.
    greetings from Switzerland

    Managing Profiles
    http://support.mozilla.com/en-US/kb/Managing-profiles

  • How can i get the time to appear on my stored data in notepad

    Hi all,
    I was wondering how can i get the time to appear on my stored data in notepad? I saw an example before but i forgotten which example was it.. Any ideas??
    holla
    Attachments:
    TextFile1.txt ‏3 KB

    Hi
    Im using Labview 8.2. Currently it just shows the data without the time. Im not sure what to do. It works perfectly though. I just want the time to appear on my notepad along with my data
    holla
    Attachments:
    Testing1.txt ‏1 KB
    Untitled 231_LV80.vi ‏23 KB

  • How can we get current time date with resultset?

    Dear All,
    I have to insert current time date in the table.So,i need to get the current time and date with result set.So,I will first get the time date and then insert it into the table.
    I know how can we get current time and date without resultset.i have created this function its working.But now i want to use this.mean using resultset i want to put in the table.
    How can i do this?
    public static String DATE_FORMAT_NOW = "yyyy-MM-dd HH:mm:ss";
    public static String now() {
    Calendar cal = Calendar.getInstance();
    SimpleDateFormat sdf = new SimpleDateFormat(DATE_FORMAT_NOW);
    return sdf.format(cal.getTime());
    }

    yuck. Why not simply set a "new java.sql.Date()" to the SQL parameter in question?

  • How can I open the 'time date browse button'?

    Hello!
    How can I open the 'time date browse dialog' from the time stamp control in my block diagram? I tryed it with the property node but couldn't find this item to open the 'time/date browse dialog'!
    Thanks in advance for your help

    There is no way to programitically bring up the dialog window for the timestamp control. I recommend building your own dialog window VI that will work by opening when you want the user to set the time and when it closes, it can programatically update the timestamp control. It will not be as pretty but it will be just as functional.

  • How can I retrieve data on a time machine if I have forgotten the password?

    How can I retrieve data on a time machine if I have forgotten the password?

    There are so many passwords.. which one do you mean?
    TC password or disk password in the TC.. no problem.. soft reset.
    Or recover the password.. via the Tesserax method.
    https://discussions.apple.com/docs/DOC-3372
    If you encrypted the backup in TM and have forgotten that password you are doomed.. there is no way to recover it I know of.. there is a warning.. very clear.. do not forget the password.
    http://pondini.org/TM/31.html
    Pink box at the bottom.

  • HT3275 how can i retrieve information from  time machine if my computer has less storage capacity? How can I access data that is on my time machine but can not be copied to a computer with less storage capacity? I used to have 180 GB, now I have 128 GB.

    how can i retrieve information from  time machine if my computer has less storage capacity? How can I access data that is on my time machine but can not be copied to a computer with less storage capacity? I used to have 180 GB, now I have 128 GB.

    Plug an external drive into the computer and use that to expand data onto.
    http://pondini.org/TM/16.html

  • TS4006 I can't find history on previous locations to  an iPhone I've searched at random times my daughter has one on my account that I've linked to my iPad at home. How can I pull up my search history on my ipad2

    I can't find history on previous locations to  an iPhone I've searched at random times my daughter has one on my account that I've linked to my iPad at home. How can I pull up my search history on my ipad2

    Tap the bookmark icon (open book) to the right of the search field on the Safari page. Then tap history.

Maybe you are looking for

  • Download content on one mac can i reuse for another?

    Where is the downloaded content for the latest GB located? can I reuse it?

  • Ipod does not Sync anymore

    Hi, y ipod touch has stopped Syncing to my G5 tower. Further after I updgraded the iOS on the ipod, NOW it will not Sync on the G5 cuz it's i'm using 10.5.8 and itunes 10.5.2.  Since my last attempt to Sync to the G5, the iPod has erased al the apps,

  • SMTP issue

    Hi all, We had a issue where when we maintain the mail host name we were receiving mails very delayed.Whereas when we place the IP address we receiving on time.Now the question is that does SAP directly connect to mail host server using SMTP plugin o

  • I bought Aperture from the App store & now it wants to charge me again.

    I bought Aperture from the App store 2 years ago. I have now bought a Macbook pro but when I go back to the App store it wants to charge me £53 again. According to the rules I'm supposed to be able to use it on more than one machine. Any advice?

  • Help with my me external hard drive

    Hello everybody. So today i got my new mac 15''. I am using a lacie external hard drive for the time machine and where i have my old back ups from my old mac. when i try to download or install the content into my new mac, i see a red circle with a wh