Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Best practice to save lasting time of .... ?

2877737Mar 19 2018 — edited Mar 19 2018

Hi,

I have to keep in my table time of lasting tasks in my system. Time of lasting a task it means time, from start to end the task.

I wondered which data type to apply ? Varchar2 ? - it's problematic to count avg time, max time etc. Data ? it's not an hour Timestamp ? it's not an hour ?

Which practice is the best ? Mayby there is any standard ?

Thx.

Paul.

This post has been answered by thatJeffSmith-Oracle on Mar 19 2018
Jump to Answer

Comments

Umer
yes, programming language does not matter if you want to store/retrieve data from a smart card.
safarmer
You have many options for accessing a smartcard including PC/SC readers, USB NFC readers, winscard.dll on Windows with DotNet, VC++ etc. There are also bindings for Python and Ruby to talk to a smart card.

In the end, all you do is pass a byte stream to a reader through its driver and it will respond with a byte stream. The language you use does not matter.

- Shane
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 16 2018
Added on Mar 19 2018
9 comments
767 views