|
|
Choosing A Webhost: |
Re: Oracle nls_date_format: msg#00021db.squirrel-sql.users
Hello, no oracle experts out there? Anyway I've played a little with java and wrote a script to see wether it's a JDBC or SQuirreL problem. import java.sql.*; class dbAccess { public static void main (String args []) throws SQLException { DriverManager.registerDriver (new oracle.jdbc.driver.OracleDriver()); Connection conn = DriverManager.getConnection ("jdbc:oracle:thin:@XXXX", "xxxxxx", "xxxxx"); Statement stmt = conn.createStatement(); ResultSet rset = stmt.executeQuery("select sysdate from dual"); rset.next(); System.out.println (rset.getString(1)); stmt.close(); } } $ java -Doracle.net.tns_admin=$ORACLE_HOME/network/admin -classpath $ORACLE_HOME/jdbc/lib/ojdbc14.jar:./ dbAccess 2007-10-19 08:57:53.0 As you can see the JDBC driver gives me the correct date format. I don't even have to set the NLS_DATE_FORMAT. SQuirreL shows me only the date "2007-10-19". But I'm missing the time. Please, any help would be appreciated to get rid of these to_char() stuff. Frank Am Freitag, 28. September 2007 09:00:18 schrieben Sie: > Hi list, > > I can't set the nls_date_format within an oracle session. > I've tried to start SQuirreL with the environment > NLS_DATE_FORMAT='yyyy-mm-dd hh24:mi:ss' and with the java options > '-Duser.language=de -Duser.country=DE'. Even 'alter session set > nls_date_format='yyyy-mm-dd hh24:mi:ss' doesn't work. > > Does anybody have an idea? > > Regards > Frank > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > 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: Comparing Data across platforms, Robert Manning |
|---|---|
| Next by Date: | Re: Oracle nls_date_format, Robert Manning |
| Previous by Thread: | Comparing Data across platforms, Hale, Tina |
| 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 |