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 are the components of logical database structure in oracle database?
What operating systems are supported by oracle database 10g xe?
What is meant by joins?
What is the difference between hot backup and cold backup in oracle?
Why do we use bulk collect in oracle?
What is the usage of synonyms?
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
What is backup in Oracle?
How to create a single index for multiple columns?
How to insert a record into a table?
Explain the use of record length option in exp command.
What is query image?
What is the sql query to concatenate column values from multiple rows in oracle?
Why do we need oracle client?
How to open and close an explicit cursor in oracle?