Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle SQL developer?????

Status
Not open for further replies.

EdRev

Programmer
Aug 29, 2000
510
US
I don't know if this forum is also for Oracle SQL developer.

I just recently installed SQL Developer (1.1.3) and
was able to "successfully" import an excel file.
On of the column (date datatype) did not import.
The date in excel file as 01-Feb-07 and the
Data Preview pane shows 39,114 (I believe serial date).

Any help will be greatly appreciated.
 
Hi,
Oracle stores its DATE types as a number ( actually a hashed number ) - When displayed it will be in the format specified by your NLS settings or as you specify with a To_Char(Datefield,'format mask') usage.



[profile]

To Paraphrase:"The Help you get is proportional to the Help you give.."
 


... OR ....
The NLS_DATE_FORMAT environment variable. [noevil]


----------------------------------------------------------------------------
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top