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 a read write transaction in oracle?
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
Hi friends can u send the oracle 9i full version download link?????????????? please reply ?
How to estimate disk space needed for an export job?
Explain the different normalization forms?
How to create an oracle database?
Why we use bulk collect in oracle?
Why do you create or replace procedures rather that drop and recreate.
What privilege is needed for a user to create views in oracle?
How to use "out" parameter properly?
What happens if the imported table already exists?
WHAT IS ecc 6.0
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
Oracle
Explain the use of compress option in exp command.