Answer Posted / sudipta santra
No problem, There are 2 ways for doing this:
1. If the field of the table is timezone then you can set
data or insert data of timezone i.e the timezone is upto
milliseconds.
eg. insert into timetab(time_col) values(select
sysdbtimezone from dual);
2. If the field is varchar2 then you can set the value or
insert the time stamp like that:
insert into timetab(time_col)
values(substr(to_char(sysdate,'DD-MON-RRRR'),13);
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between translate and replace?
How to write numeric literals in oracle?
Can I create users through internet explorer in oracle 10g?
How do I escape a reserved word in oracle?
How to use "while" statements in oracle?
How do you tell what your machine name is and what is its IP address?
Who developed oracle & when?
What is dynamic proxy?
WHEN CURSOR MOVES FROM ONE FORM TO ANOTHER FORM, HOW MANY TRIGGER WILL BE FIRED AND WHAT ARE THEIR SEQUENCE?
Explain what does a control file contain?
What are the differences between interval year to month and interval day to second?
What are the differences between blob and clob in oracle?
What is sequence?
How to write a left outer join with the where clause in oracle?
What is the difference between 10g OEM and 11g OEM?