Answer Posted / ns
select to_char(systimestamp,'HH24:MM:SS') from dual;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to lock and unlock a user account in oracle?
Hi Can any one tell me what are the API's used in requisition import.
What is snapshot is too old? Give and example for better understand.
What is meant by a deadlock situation?
What privilege is needed for a user to connect to oracle server?
What are the original export and import utilities?
What is data file?
What is a server parameter file in oracle?
Is it possible to split the print reviewer into more than one region ?
How to convert character types to numeric types?
How to count groups returned with the group by clause in oracle?
What is the oracle implicit cursor?
How to create a new view in oracle?
What are the attributes of cursor?
how to use select statement as formal parameter in procedure specification?(someone said that using string) ex:-procedure(a in number,select ename from emp ) i am asking syntax like this?