|
|
Choosing A Webhost: |
Re: Oracle nls_date_format: msg#00025db.squirrel-sql.users
It's intentional by Oracle to not return the time with the current Oracle JDBC driver. It's also highly annoying to lots of folks that Oracle made this change in their 9.2 release. A workaround is to use an older Oracle JDBC driver. Or you can simulate using an older driver by adding something like this to your startup params: java -Doracle.jdbc.V8Compatible="true" There good info here in the section "What is going on with DATE and TIMESTAMP?" http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm Regards, Matt Dahlman -----Original Message----- From: squirrel-sql-users-bounces@xxxxxxxxxxxxxxxxxxxxx [mailto:squirrel-sql-users-bounces@xxxxxxxxxxxxxxxxxxxxx] On Behalf Of Robert Manning Sent: Friday, 19 October, 2007 11:36 To: Frank Brendel Cc: squirrel-sql-users@xxxxxxxxxxxxxxxxxxxxx Subject: Re: [Squirrel-sql-users] Oracle nls_date_format On 10/19/07, Frank Brendel <frank.brendel@xxxxxxxxxxx> wrote: > Hi Rob, > > thanks for your help. > > > > > There is a work-around if you prefer not to use the "correct" data > > type (timestamp) to store a time component along with the date. In > > Global Preferences -> DataType Controls -> Date section you can > > check "treat DATE as TIMESTAMP" which will cause SQuirreL to > > retrieve all java.sql.Date as java.sql.Timestamp instead. Note > > however, that while this works fine for Oracle, I've seen it not > > work so well for a database that implements SQL according to the > > standard. So be careful with this setting if you also access non-Oracle databases. > > > > I've changed the java code to use java.sql.Date resp. > java.sql.Timestamp and it works as you have said. Date gives me > '2007-10-19' and Timestamp '2007-10-19 15:35:49.0'. Oh, no actually I was referring to the Table column type. Most people refuse to convert their table columns from DATES to TIMESTAMP, understandably so. So the "Treat DATE as TIMESTAMP" is used for this purpose. It changes SQuirreL's java code to use getTimestamp() which returns java.sql.Timestamp instead of getDate() which returns java.sql.Date. Rob Rob ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Squirrel-sql-users mailing list Squirrel-sql-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Oracle nls_date_format, Robert Manning |
|---|---|
| Next by Date: | Re: Oracle nls_date_format, Robert Manning |
| Previous by Thread: | Re: Oracle nls_date_format, Robert Manning |
| Next by Thread: | Re: Oracle nls_date_format, Robert Manning |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |