Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Downloading J2EE SDK

843833Nov 26 2003 — edited Mar 9 2004
Is there no way to download the J2EE SDK without having to download the App Server? I know that a J2EE SDK isn't worth much without an App Server to host the apps but I don't want to have to download eval software. Laters, Jeremy

Comments

Frank Kulash
Hi,

CAST is great for that:
SELECT	CAST (created_time AS TIMESTAMP)	AS created_timestamp
FROM	order_tbl;
 

I hope this answers your question.
If not, post a little sample data (CREATE TABLE and INSERT statements, relevant columns only) for all tables, and also post the results you want from that data.
Explain, using specific examples, how you get those results from that data.
€$ħ₪
try with

TO_CHAR,TO_TIMESTAMP
William Robertson
+1 for CAST.

TO_TIMESTAMP could work, but it takes a VARCHAR2 which complicates things a little.
Amer Ramamni-Oracle
Thanks guys,

CAST it is, and it works for me.

Thanks
1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 6 2004
Added on Nov 26 2003
12 comments
407 views