Please take our Survey
logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

Re: Oracle nls_date_format: msg#00021

db.squirrel-sql.users

Subject: Re: Oracle nls_date_format

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>
Google Custom Search

Recently Viewed:
hardware.arm.at...    cms.citadel.dev...    video.gstreamer...    java.facelets.u...    misc.basics.qna...    web.wiki.instik...    network.uip.use...    xdg.devel/2003-...    tex.bibtex.bibd...    finance.quotesp...    ietf.zeroconf/2...    redhat.blinux.g...    suse.db2/2003-0...    php.phpesp/2004...    uml.devel/2003-...    gnome.labyrinth...    qnx.openqnx.dev...    boot-loaders.gr...    db.dataperfect....    audio.audacity....    linux.uclinux.m...    editors.j.devel...    os.openbsd.tech...    kde.users.multi...   
Home | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive 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

Navigation