The cursor does not show hour minute second

Hello.

I have the following

PROCEDURE SP_GETHISTORICPAYMENT)

IO_CURSOR ON T_CURSOR,

O_CODTRANS OUT VARCHAR2,

IS

Tester varchar2 (2000);

BEGIN

Open the IO_CURSOR for

Select tlt_date in the BF_MTP_TRA_LOGTRANSACTIONAL where rownum < 2;

Select tlt_date in the BF_MTP_TRA_LOGTRANSACTIONAL Tester where rownum < 2;

O_CODTRANS: = Tester;

"The value of tlt_date is 13 May 15 15:27:32.

The result of the execution of the stored procedure is:

IO_CURSOR = 13 MAY 15 00:00:00 '

O_CODTRANS = 13 May 15 15:27:32 '


Why the cursor is not displayed the minute and the second time?


I tried with

Open the IO_CURSOR for

Select TO_DATE (tlt_date, ' dd/mm/YY hh24:mi:ss') of BF_MTP_TRA_LOGTRANSACTIONAL where rownum < 2;

But it does not work.

How can I do to get the hour minute and second of a cursor in a procedure.

Thank you.


Do you like reading and thinking about the answers? Last attempt:

PROCEDURE SP_GETHISTORICPAYMENT)

IO_CURSOR ON T_CURSOR)

IS

BEGIN

Open the IO_CURSOR for

Select TO_CHAR (tlt_date, ' dd/mm/YY hh24:mi:ss') of BF_MTP_TRA_LOGTRANSACTIONAL where rownum< 2="">

END SP_GETHISTORICPAYMENT;

SY.

Tags: Database

Similar Questions

  • Show the average time in days hours minutes seconds

    Hello

    I have two tables as follows,

    Is it possible to separate the average time in days, hours, minutes, seconds.

    I need the average time required for each account.

    with
    Table1 as
    (select "AAA" acname, 123 tid, to_date (January 11, 15 13:00 ',' dd-mm-aa hh24:mi:ss') ltime Union double all the )
    Select 'AAA', 456, to_date (January 11, 15 15:00 ',' dd-mm-aa hh24:mi:ss') of all the double union
    Select 'BBB', 789, to_date (11 January 15 04:00 ',' dd-mm-aa hh24:mi:ss') of all the double union
    Select 'CCC', 990, to_date (11 January 15 18:00 ',' dd-mm-aa hh24:mi:ss') of all the double union
    Select 'BBB', 880, to_date (11 January 15 05:00 "," dd-mm-yy hh24:mi:ss') of all the double union
    Select 'DDD', 770, to_date (11 January 15 05:00 "," dd-mm-yy hh24:mi:ss') of all the double union
    Select 'BBB', 555, to_date (January 11, 15 13:00 ',' dd-mm-aa hh24:mi:ss') of double
    ),
    Table2 as
    (select txid 123, to_date (January 11, 15 14:00 ',' dd-mm-aa hh24:mi:ss') mtime of union double all the )
    Select 456, to_date (January 11, 15 16:00 ',' dd-mm-aa hh24:mi:ss') of all the double union
    Select 789, to_date (11 February 15 04:00 ',' dd-mm-aa hh24:mi:ss') of all the double union
    Select 770, to_date (11 February 15 07:00 "," dd-mm-yy hh24:mi:ss') of all the double union
    Select 990, to_date (11 January 15 23:30 ',' mm-dd-aa hh24:mi:ss') of all the double union
    Select 880, to_date (11 February 15 05:00 "," dd-mm-yy hh24:mi:ss') of all the double union
    Select 555, to_date (11 February 15 13:00 ',' dd-mm-aa hh24:mi:ss') of double
    )
    Choose acname, avg (hrs)
    from (select distinct t1.acname, (t2.mtime - t1.ltime) * 24 h )
    from table1 t1,
    Table2 t2
    where t1.tid = t2.txid
    )
    Group acname


    Expected results


    ACNAME Avg (day) APR (hrs) Avg (Mins) Avg (dry)

    AAA 0 1 0 0 (that is to say 14:00-13:00 = 1 and 16 15 = 1, Avg = (1 + 1) / 2 = 1)

    BBB          1               0          0               0

    CCC          0               5          30             0

    DDD          1               2          0               0

    with

    Table1 as

    (select 'AAA' acname, 123 tid, to_date (January 11, 15 13:00 ',' dd-mm-aa hh24:mi:ss') ltime Union double all the)

    Select 'AAA', 456, to_date (January 11, 15 15:00 ',' dd-mm-aa hh24:mi:ss') of all the double union

    Select 'BBB', 789, to_date (11 January 15 04:00 ',' dd-mm-aa hh24:mi:ss') of all the double union

    Select "CCC", 990, to_date (11 January 15 18:00 ',' dd-mm-aa hh24:mi:ss') of all the double union

    Select 'BBB', 880, to_date (11 January 15 05:00 "," dd-mm-yy hh24:mi:ss') of all the double union

    Select 'DDD', 770, to_date (11 January 15 05:00 "," dd-mm-yy hh24:mi:ss') of all the double union

    Select 'BBB', 555, to_date (January 11, 15 13:00 ',' dd-mm-aa hh24:mi:ss') of double

    ),

    Table2 as

    (select txid 123, to_date (January 11, 15 14:00 ',' dd-mm-aa hh24:mi:ss') mtime of union double all the)

    Select 456, to_date (January 11, 15 16:00 ',' dd-mm-aa hh24:mi:ss') of all the double union

    Select 789, to_date (11 February 15 04:00 ',' dd-mm-aa hh24:mi:ss') of all the double union

    Select 770, to_date (11 February 15 07:00 "," dd-mm-yy hh24:mi:ss') of all the double union

    Select 990, to_date (11 January 15 23:30 ',' mm-dd-aa hh24:mi:ss') of all the double union

    Select 880, to_date (11 February 15 05:00 "," dd-mm-yy hh24:mi:ss') of all the double union

    Select 555, to_date (11 February 15 13:00 ',' dd-mm-aa hh24:mi:ss') of double

    )

    Select acname,

    trunc (AVG (Days)) days,

    trunc (mod (AVG (Days), 1) * 24) hours,

    trunc (mod (AVG (Days) * 24.1) * 60) minutes.

    trunc (mod (AVG (Days) * 24 * 60.1) * 60) seconds

    from (select distinct t1.acname,(t2.mtime-t1.ltime) days

    FROM table1 t1,

    table2 T2

    where t1.tid = t2.txid

    )

    Acname group

    /

    ACN DAYS HOURS MINUTES SECONDS

    --- ---------- ---------- ---------- ----------

    BBB         31          0          0          0

    CCC          0          5         30          0

    AAA          0          1          0          0

    DDD         31          1          0          0

    SQL >

    SY.

  • Touchpad on my HP Mini 110-1125NR is locked and the cursor does not move

    I've never locked my computer.  Everything has been implemented in the store where it was purchased about 4 years ago.  I put my computer in sleep mode yesterday afternoon and just tried to use this evening... somehow, the touchpad is inadmissible and the cursor does not move.  He remains in the middle condition of the screen.  I turned off the computer and restarted, nothing done.  Can anyone provide a solution?

    Hello

    Shut down the laptop, unplug the AC adapter and then remove the battery.  Press and hold the Power button for 30 seconds.  Reinsert the battery and plug in the AC adapter.

    Robinet tap away at the key esc that you start the computer to launch the Start Menu, and then select f10 to open the bios menu.  Press f5 to load the default values (sometimes it's f9, but the menu below indicates the correct key), use the arrow keys to select 'Yes' and press ENTER.  Press f10 to save the setting and still use the arrow keys to select 'Yes' and press on enter.

    If the pointer is still frozen, try double clicking the top left of the button.

    Kind regards

    DP - K

  • I want to slow down the pace. When I move the cursor at the end of the tween, to drag the end of the Tween to the right to lengthen the interpolations, the cursor does not change to a double-headed arrow, as it should to.

    Hello.

    I want to slow down the pace in an animation frame-to-frame hand drawn at 24 frames per second. When I move the cursor at the end of the Tween (24 images), in order to drag the end of the Tween to the right to lengthen the interpolations, the cursor does not a double arrow as it should, but changes to a black arrow with a small white rectangle with a border dotted, to the lower right of the cursor. Therefore, I can't extend the interpolations. Can anyone say about this?

    I am on the 20th day of a trial of Adobe Flash Professional CC, on an iMac osx 10.11.2 El Capitan. I use a Wacom pen.

    Thanks for any help. (I'm a complete newbie to the animation)

    Thanks for this very useful information and thanks to other members of the forum who also gave me great advice.

    I will experience more away, using the excellent information, I have now.

    Thank you all.

  • Microsoft Bluetooth Notebook 5000 - I can click but the cursor does not move

    Greetings,

    I have a Bluetooth Notebook 5000 mouse that has a weird problem. It is well connected to my computer bluetooth, and I have all the updated drivers. Since last week, when I move the mouse, the cursor does not move (on the screen), but when I click on (either on the middle left, right, even scroll to the top and bottom), it works.

    My guess is that the laser under the mouse thing is probably broken. I tried different surfaces to see if I got any kind of reaction, but none works.

    Now the other problem is that the PID (as well as other numbers) number under the mouse is partially illegible due to wear. I can't see the last part of the PID.

    Anyone got any ideas? And is there a way that it could be replaced under warranty, even with an incomplete PID?

    Best regards

    Philippe

    Hello Philippe,

    Thanks again for the update.

    It is possible that there is a hardware problem.

    I suggest you to contact Microsoft hardware support.
    Reference:
    How to replace Microsoft software or hardware, order service packs and replace product manuals
    http://support.Microsoft.com/kb/326246

    Thank you

  • I tried EvevryThing! The "CREATED WITH ADOBE ELEMENTS 9 TRAIL VERSION FIRST" will not stop Displaying, even after I put in the serial number and Regerstered. Also the product does not show under my profile?

    I tried EvevryThing! The "CREATED WITH ADOBE ELEMENTS 9 TRAIL VERSION FIRST" will not stop Displaying, even after I put in the serial number and Regerstered. Also the product does not show under my profile?

    How can I fix it? Nothing in help or on the Site.

    Once you have registered the product, you should not see the banner of 'Trial' on NEW projects. This isn't the case, right? You only see on the project that you created before you register the product, right?

    That said, to remove the banner, go to the folder of directory on your hard drive where your project PREL files are stored and delete the folder called Adobe Premiere elements preview files.

  • I have some clips where does not show the audio waveform and others where the thumbnail to display the video does not show. THE possibilities of sight are checked in the Tools menu.

    I have some clips where does not show the audio waveform and others where the thumbnail to display the video does not show. THE possibilities of sight are checked in the Tools menu. Screen Shot2016-03-14 11_53_24.jpg I'm on a Mac Pro 2013. Latest version at all.

    Looks like without the audio element is a nested element.  You will need to restore the audio signal in order to see the wave forms.

    I have the same problem (sometimes):

    https://forums.Adobe.com/message/8527998#8527998

    Without rhyme or reason, as far as I can tell.

  • Why am I being charged every month on my credit card, but im not getting no not my app services! and because the system does not show me as a premium member I can't contact anyone for my refunds or changes! Help, please!

    Why am I being charged every month on my credit card, but im not getting no not my app services! and because the system does not show me as a premium member I can't contact anyone for my refunds or changes! Help, please!

    Since this is an open forum, not Adobe support... you must contact Adobe personnel to help
    Chat/phone: Mon - Fri 05:00-19:00 (US Pacific time) <===> NOTE DAYS AND TIME
    Don't forget to stay signed with your Adobe ID before accessing the link below

    Creative cloud support (all creative cloud customer service problems)
    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

  • Some records are not in my list of bookmarks; the individual bookmarks can be found in the search, but the record does not show.

    Some records are not in my list of bookmarks; individual bookmarks can be found in the search, but the folder does not appear in the list of bookmarks, and results do not indicate where the individual bookmarks.

    You can use an add-on to display add a column to the Library dialog box for the folder of the bookmark.

    https://addons.Mozilla.org/firefox/addon/show-parent-folder/

    The extension can indicate only the name of the folder or you can view the full path via the menu in the folder. This full path option is useful if a file accidentally gets you drag somewhere in order to explore the it and find it.

    To access the settings of the extension, you can use the page modules. Either:

    • CTRL + SHIFT + a
    • "3-bar" menu button (or tools) > Add-ons

    In the left column, click Extensions. Then, find the Options button under the specific extension.

    A little luck?

  • The cursor does not not in the tables in IE

    I must say I've only worked with dreamweaver about a month, but has created the following site: keep the promise the question I seem to have is that a: hover in IE7 does not show the change from blue to yellow, nor does show blink inside tables with links. My navigation bars are at the top and left and they are tables with links. They work fine in firefox but IE7 is a go. Color change works outside of the tables and blink is also working on the outside, but it is not a complete snap him disappears just from end of line to the overview. I'm also just learning css so I know it's something to do with that prolly. Any help would be cool. Thank you

    All your links change color bubble, until you click on them.
    Once they are visited, they change more.
    Clear your cache and you will see this.

    It's because your link order is incorrect.
    Should be the link, visited, hover, active. Love hate

    So change your linkmagic CSS style sheet to:

    a: link {}
    color: #99CCFF;
    line-height: normal;
    text-decoration: underline;
    }
    a: visited {}
    color: #99CCFF;
    text-decoration: underline;
    }
    a: hover {}
    color: #FFCC00;
    text-decoration: blink;
    }
    a: active {}
    color: #99CCFF;
    text-decoration: underline;
    }

    Take care
    Tim

    "ancientone567" wrote in message
    News:fs41uu$3GP$1@forums. Macromedia.com...
    > The main problem is that my IE7 links that are in the tables don't change color
    > overview.

  • Lightroom after a few minutes of extremely slow. Also the cursor does not respond correctly

    Since a few days I can hardly use Lightroom more. A few minutes after you start Lightroom, it becomes extremely slow. The cursor will also each where I don't want that. If I'm looking for a photo it stops on any other photography. When I close Lightroom I and start it again I can use it for 3 or 4 minutes without problems, but it starts again. If I open it in Adobe Photoshop Lightroom Photographers I have no problem. It is fair to Lightroom. I hope someone can help me.

    What tasks you perform in these "minutes"?

    Specifically, you do a lot of brushing or healing spot?

  • Contacts, which I just added to the phone does not show the phone but visible on Mac

    I don't know when, in recent weeks, what happens to the show started, but I just noticed today. I just added a few contacts to my iphone race 5 the latest iOS, and when I find or search in the list, they appear. For example, I added a person whose surname Honda, and when I search, I can only find the name of the Honda dealer I've added years previously, not the new contact with the surname Honda.

    However, when I look in my mini Mac contacts, new people are there! I can't understand why they are not appearing on the iPhone, which is where I really need them to be.

    Help?

    Hello Andvari,

    Thank you for using communities of Apple Support.

    I understand your position when you add a contact on your iPhone 5 it does not appear in the Contacts application, but appears on your Mac. I know how important it is that you are able to see all the contacts that you create on your iPhone.

    I check the Contacts and make sure that all groups are selected. Press Contacts > groups (upper-left). Make sure that all your groups have a control on the right side. Also, make sure you see hide all Contacts. If you see all the Contacts, click View all Contacts.

    Best regards

  • Files downloaded from the Mac does not show on iphone iCloud

    I downloaded file to iCloud for my Mac, but does not appear on iClod on my iPhone? I thing I put iCloud to share between my Mac, iPhone and iPad. Suggestion?

    What type of file? Did you use iCloud drive?

    Try to go to iCloud.com to see if the elements are there and whether the device or the computer. That should indicate if the device or computer is not synchronizing. If the computer, try going to System Preferences/iCloud and stop synchronization. Wait a few minutes, then recheck the timing. If the device, go to settings/iCloud and do the foregoing. You can also try connecting to iCloud and then reconnect.

    In settings/iCloud is iCloud drive turned on? That should give you a player to iCloud application.

  • I exported a .tif file and created a new folder for it. Why the file does not show in the catalogue?

    The file should show in the catalogue?

    No, the default export does not cause the picture to appear in the catalog, and it causes the folder appear in the files Panel.

    There is an option in the export dialog box that automatically imports the exported photos in the catalog, maybe that's what you want, maybe not. I rarely see a necessity to have exports included in the catalogue. Most of the people the export only when necessary for the purposes non-Lightroom, and in this case, there is no reason to keep exports in the long term, you can always recreate the exported photo by exporting it again.

  • The cursor does not not with the ID of the div?

    It works very well without div ID as below
    http://StackOverflow.com/questions/5210033/show-div-on-hover-with-only-CSS

    div {
    view
    : No
    }

    a
    :hover + div {
    view
    : block
    }

    <a>Hover over me!</a>
    <div>Stuff shown on hover</div>

    But after that I modified with the ID of the div, it does not work? How do works with div ID?

    {#2

    display: none;

    }

    #1:hover + {#2}

    display: block;

    < div id = "1" > hover over me! < / div >

    < div id = "2" > stuff shown in the overview < / div >


    May you not actually use #1 and #2 as the ID are you?

    (you cannot use numbers to begin the names of id or class)

    EDIT: it should work fine when you switch to valid identification names (make sure that you have a declared doctype or IE8 and earlier it will ignore).

Maybe you are looking for