In Oracle 10g global support system,I set parameter of NLS_DATE_FORMAT.(98)

In Oracle 10g global support system,I have set parameter of NLS_DATE_FORMAT.I am wondering about that whether it could affect the default value of NLS_TIMESTAMP_FORMAT?
Message was edited by:
frank.qian

test@ORCL> select sysdate from dual;
SYSDATE
24-NOV-06
Elapsed: 00:00:00.00
test@ORCL> DECLARE
  2     checkout TIMESTAMP(3);
  3  BEGIN
  4     checkout := '22-JUN-2004 07:48:53.275';
  5     DBMS_OUTPUT.PUT_LINE( TO_CHAR(checkout));
  6  END;
  7  /
22-JUN-04 07.48.53.275 AM
PL/SQL procedure successfully completed.
Elapsed: 00:00:00.00
test@ORCL> alter session set nls_date_format="MM/DD/YYYY";
Session altered.
Elapsed: 00:00:00.00
test@ORCL> select sysdate from dual;
SYSDATE
11/24/2006
Elapsed: 00:00:00.00
test@ORCL> DECLARE
  2     checkout TIMESTAMP(3);
  3  BEGIN
  4     checkout := '22-JUN-2004 07:48:53.275';
  5     DBMS_OUTPUT.PUT_LINE( TO_CHAR(checkout));
  6  END;
  7  /
22-JUN-04 07.48.53.275 AM
PL/SQL procedure successfully completed.
test@ORCL> alter session set NLS_TIMESTAMP_FORMAT = 'DD/MM/YYYY HH:MI:SS.FF';
Session altered.
Elapsed: 00:00:00.00
test@ORCL> DECLARE
  2     checkout TIMESTAMP(3);
  3  BEGIN
  4     checkout := '22-JUN-2004 07:48:53.275';
  5     DBMS_OUTPUT.PUT_LINE( TO_CHAR(checkout));
  6  END;
  7  /
22/06/2004 07:48:53.275
PL/SQL procedure successfully completed.
Elapsed: 00:00:00.00
test@ORCL>
test@ORCL>

Similar Messages

  • Does Oracle 10G R2 support installation on Windows 2003 Domain Controller?

    Does Oracle 10g R2 support installation on Windows 2003 Domain Controller? I remember that 10g R1 had issues with the DC? Is it still the case. Does it work now?
    Any help is appreciated.
    Regards,
    Raghav

    We have Oracle 10g R2 running on a Windows 2003 domain controller. It was not a domain controller when Oracle was installed. The domain was created after installation. (I don't recommend that procedure. I spent a long day fixing the installation after they configured the domain.) If Oracle is unhappy with being on a domain controller, it has not shown it yet.

  • When will Oracle 10g/11g support Windows Server 2008 and AIX6.1

    Hi all
    I'm sorry if I post it in a wrong place... But I really want to know when will Oracle 10g/11g support Windows Server 2008 and AIX 6.1?
    I've searched in metalink but found nothing useful. Is there anybody can give me a link of Oracle's roadmap for platform support?
    Thanks!

    Oracle does not announce release dates and neither
    does any other software company.But Oracle does have a very good track record of supporting their products on new windows releases extremely close to the windows release date. Clearly they can't support on an unreleased platform though. Given that the launch of Server 2008 isn't even complete worldwide yet (19th March in the UK for example) it would seem that this enquiry is a little premature.
    Niall Litchfield
    http://www.orawin.info/

  • Oracle 10g/11g - Operating system support info required

    I want to know all the operating systems supported by oracle 10g and 11g. I searched through oracle tech. center, but failed to find this information.
    I want to know if oracle (10g/11g) is supported on Linux S/390?
    Thanks
    Mac

    Did you go through the certification matrix?
    http://www.oracle.com/technology/support/metalink/index.html

  • Connetion of BI 7.0 to external oracle 10G R2 database system

    Dear Experts,
    We have BI 7.0 system with MS SQL server as database and we want to
    connect it to database Oracle 10G R2.For that we followed the following
    procedure.
    1) In order to connect to the enterprise database, Oracle 10gR2 client
    (runtime option should be fine) needs to be installed (you need admin
    rights) on the machine where the connection is requested. -->We have
    installed it.
    2) You should make sure that Database server is reachable from the BI
    SAP machine (ping, telnet, traceroute, etc).--> The tnsping is reaching
    the database host.
    3) Then a TNS connection name needs to be created --> We have created
    the same.
    Now after doing the above activities when we tried to create
    sourcesystem in RSA1 we got the error as :
    Cannot acces source system <External_dbname>
    In the system log it is giving error as :
    Database error 12154 at CON
    ORA-12154: TNS:could not resolve the connect identifier
    The Tnsnames.ora,Listener.ora and sqlnet.ora files are as follows:
    <TNSNAMES.ORA>
    tnsnames.ora Network Configuration File: C:\oracle\product\10.2.0\client_2\network\admin\tnsnames.ora
    Generated by Oracle configuration tools.
    ENTPRD =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = 10.190.0.174)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = entprd)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
    <TNSNAMES.ORA>----
    <LISTENER.ORA>
    listener.ora Network Configuration File: C:\oracle\product\10.2.0\client_2\network\admin\listener.ora
    Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = C:\oracle\product\10.2.0\client_2)
          (PROGRAM = extproc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = EIMREYMDD0.eimskip.net)(PORT = 1521))
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    <LISTENER.ORA>----
    <SQLNET.ORA>
    This file is actually generated by netca. But if customers choose to
    install "Software Only", this file wont exist and without the native
    authentication, they will not be able to connect to the database on NT.
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    <SQLNET.ORA>----

    Dear Experts,
    We have BI 7.0 system with MS SQL server as database and we want to
    connect it to database Oracle 10G R2.For that we followed the following
    procedure.
    1) In order to connect to the enterprise database, Oracle 10gR2 client
    (runtime option should be fine) needs to be installed (you need admin
    rights) on the machine where the connection is requested. -->We have
    installed it.
    2) You should make sure that Database server is reachable from the BI
    SAP machine (ping, telnet, traceroute, etc).--> The tnsping is reaching
    the database host.
    3) Then a TNS connection name needs to be created --> We have created
    the same.
    Now after doing the above activities when we tried to create
    sourcesystem in RSA1 we got the error as :
    Cannot acces source system <External_dbname>
    In the system log it is giving error as :
    Database error 12154 at CON
    ORA-12154: TNS:could not resolve the connect identifier
    The Tnsnames.ora,Listener.ora and sqlnet.ora files are as follows:
    <TNSNAMES.ORA>
    tnsnames.ora Network Configuration File: C:\oracle\product\10.2.0\client_2\network\admin\tnsnames.ora
    Generated by Oracle configuration tools.
    ENTPRD =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = 10.190.0.174)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = entprd)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
    <TNSNAMES.ORA>----
    <LISTENER.ORA>
    listener.ora Network Configuration File: C:\oracle\product\10.2.0\client_2\network\admin\listener.ora
    Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = C:\oracle\product\10.2.0\client_2)
          (PROGRAM = extproc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = EIMREYMDD0.eimskip.net)(PORT = 1521))
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    <LISTENER.ORA>----
    <SQLNET.ORA>
    This file is actually generated by netca. But if customers choose to
    install "Software Only", this file wont exist and without the native
    authentication, they will not be able to connect to the database on NT.
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    <SQLNET.ORA>----

  • ORACLE 10g SNMP support

    I followed the instructions of the document SNMP Support Reference Guide in order to setup SNMP support for ORACLE 10g Version 10.2. On page 2-2 I am instructed to install the peer executables but it it not described how to do that.
    Does anybody know how to install them?
    Regards,
    Helmut Reis

    Do you mean the Oracle® Enterprise Manager SNMP Support Reference Guide
    Release 10.2
    Part Number B16244-01?
    The Enterprise Manager SNMP Subagent and necessary SNMP files are automatically installed when you install Oracle Management Agent.
    emctl start subagent
    emctl stop subagent
    emctl status subagent
    The agent installer can be obtained from Oracle Enterprise Manager Downloads.
    ~ Madrid

  • Oracle 10g Express Edition, how to set SID

    Hi, all
    anybody know is that option to define SID on this 10g Express Editino I installed on Windows xp, 32 ?
    Tried to find config file or set ORACLE_SID from command line and failed.
    I've tried XE, orcl but got "IE error minus 1 on read call".
    Ping on my ip/port is succefull.
    I'm trying to attache Aqua Studio I still have lisence for for this db.
    Tx
    Trent

    Hi;
    What is your OS? Check below thread- Sabdar Syed post
    How to check SID
    From his post:
    Run - > regedit -> HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE
    or
    My computers - > (right click) properties -> advanced -> environment variables -> system variables -> check for ORACLE_SID variable, if any set.
    or
    Go to the do prompt and type as
    C:\> set ORACLE_SID (This will show if any ORACLE_SID is already set).
    C:\> set (To know all the parameters set)
    When you find your SID use below syntax
    set ORACLE_SID= your_sid
    Regard
    Helios

  • Minimal Oracle 10g required support files to run a C client

    Is ociw32.dll all I need? Do I have to include anything else in $ORACLE_HOME\bin? There are simply too many DLL's, such as oraclient10.dll, oracommon10.dll, oracore10.dll, orageneric10.dll...
    Thanks.

    Simple way is use Oracle Instant Client which requires minimum libraries

  • ORACLE 10g Reports- how to hide the parameter screen

    QUESTION:
    : I have a report that was designed in 6i. It has a parameter screen. Now I converted the report to 10g and pass parameters to the report from a form. Therefore the 6i parameter screen is not required. However, when I look into the report editor PAPER PARAMETER FORM icon, the old 6i parameter layout appears.
    HOW do I stop the 6i parameter screen from appearing? I dont need it anymore since the parameters are passed in from a form.

    Hi,
    Do this
    Go to DevSuiteHome_1\reports\conf\cgicmd.dat
    this file contains theMapping file for Oracle Reports
    see this link
    how to hide url (use, password and db) in oracle 10g

  • MBRC and SYSTEM STATISTICS in Oracle 10g database.

    Hi All,
    I am performing database upgrade from Oracle 8i Solaris to Oracle 10g HP-UX using exp/imp method.
    But i do have some doubts regarding MBRC and System statistics.
    MBRC in Oracle 10g is automatically adjusted if MBRC parameter is not set, but i found value 128 as shown below.
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE    10.2.0.4.0      Production
    TNS for HPUX: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    SQL> sho parameter multi
    NAME                                 TYPE                             VALUE
    db_file_multiblock_read_count        integer                          128Also i performed one simple full table scan to test it...but db file scattered read is performing on 128 blocks. So i dont think 128 is suitable and is automatic, i mean MBRC is not set accrodingly it always uses 128.
    Does this MBRC value affects whole database performance?
    Regarding SYSTEM STATISTICS i found below result:
    SQL> select * from AUX_STATS$
    SNAME                          PNAME                               PVAL1 PVAL2
    SYSSTATS_INFO                  STATUS                                    COMPLETED
    SYSSTATS_INFO                  DSTART                                    11-09-2009 04:59
    SYSSTATS_INFO                  DSTOP                                     11-09-2009 04:59
    SYSSTATS_INFO                  FLAGS                                   1
    SYSSTATS_MAIN                  CPUSPEEDNW                     128.239557
    SYSSTATS_MAIN                  IOSEEKTIM                              10
    SYSSTATS_MAIN                  IOTFRSPEED                           4096
    SYSSTATS_MAIN                  SREADTIM
    SYSSTATS_MAIN                  MREADTIM
    SYSSTATS_MAIN                  CPUSPEED
    SYSSTATS_MAIN                  MBRC
    SYSSTATS_MAIN                  MAXTHR
    SYSSTATS_MAIN                  SLAVETHRNow whether NOWORKLOAD or WORKLOAD is better, and this server is still under building process....so how can i collect WORKLOAD stats as high load on this server can't be performed?? Is it really require to gather system statistics, what will happen with NOWORLOAD stats?
    I have not seen single database where system stats are gathered in our organisation having more than 2000 databases.
    -Yasser

    Maybe this article written by Tom Kite helps:
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:499197100346264909

  • Oracle 10g RAC VMware support

    Is Oracle 10g RAC supported in a production VMware environment yet? If not, what is the hold up? VMware is the standard in the industry now and not being able to virtulize is both costly and not practical.

    As the previous responder points out, whilst Oracle does not actively certify its products in VMWare environments, it will provide support provided the issue is already known on the guest OS, or it can be reproduced outside a VMWare environment.
    I know of many organisations running VMWare with RAC, including my own although we tend NOT to use it in Production environments. Oracle has many resource management capabilities built in to the RDBMS and the Grid Infrastructure which only work well if Oracle has control of all of the resources on a server.
    I guess if you're not satisfied with our responses, you should direct your question to Oracle Support rather than this forum. Certification of VMWare is probably as much (or may be mostly) a business decision by Oracle and us Forum members can't generally explain those decisions.

  • Oracle 10g Lite Mobile Devices

    Hi,
    1. Does Oracle 10g lite Support Arabic?
    2. Does Oracle 10g lite Support Windows Mobile 5.0, PPC 2005?
    3. On a PPC 2003 OS the sync worked well but after it finished the device manager started to register the device on the mobile server, there is an error raised that has invalid error code and as description 'Insufficient information to proceed',
    Help Me In That Please?

    Hi,
    ad 1: Oracle Lite should support all the charsets the "big" Oracle server supports - even unicode afaik.
    ad 2: yes, OLite supports WM5 (you have to install a patchset from metalink to enable WM5 support - try to search previous threads)
    ad 3: what is the regional settings of your device? if it's some arabic culture which is not present in default OLite installation, you'll have to make some changes into Oracle Lite system tables to support your platform. In OL10g the "platform" is defined as a combination of OS type, CPU type and current OS culture settings - for example something like "WM5 + XScale CPU + czech culture". I used something like this to replace all the japanese platforms with our language to enable support for devices wit czech locale settings:
    UPDATE mobileadmin.dm$all_platforms
    SET NAME = REPLACE(NAME, ';JA', ';CS'),
    TYPE = REPLACE(TYPE, '_JA_', '_CS_')
    WHERE NAME LIKE '%;JA';
    INSERT INTO mobileadmin.DM$LANG_MAP
    (LANG_ID, LANG_NAME, LANG_CODE, LANG_REG, CODE_PAGE)
    VALUES
    ('CS', 'Czech', 'CS', 'CZ', '1250');
    you'll than probably also need to copy some files from default US locale to your new locale directory:
    {ora10gLiteR2}\mobile_oc4j\j2ee\mobileserver\applications\mobileserver\setup\us => {ora10gLiteR2}\mobile_oc4j\j2ee\mobileserver\applications\mobileserver\setup\{your_locale}
    than the device should be able to get registered...

  • Oracle 10g not installing successfully in Windows Vista.

    Dear Gurus,
    Last week I bought a HP Pavlion Laptop with Windows Vista Operating System. Yesterday I tried to install Oracle 10g Database in it but got some errors during the installation and also it is not successfully installed. Even though there is no problem with the Software.
    Please tell me whether Oracle 10g is supported in Windows Vista. If not what is the version of Oracle should I install. I urgently need Oracle Database to be installed in my Laptop, please suggest what can be done.
    Thank you.
    With Kind Regards,
    Senthil Alagu .P.

    You may be interested in reading Oracle on Vista: Statement of Direction on the topic.
    Incidentally, which version of Vista is it? Oracle tend to only support the professional/business editions of Windows.
    Cheers, APC

  • Migration from of database and app from SQL server 2005 to Oracle 10g

    Hello Every body,
    Lately, I have been requested to migrate one inhouse developed hub application from SQL server 2005 to Oracle 10g. The objective is to move application and also the database to Oracel 10g.
    Here is the current platform:
    OS Win 2008 64 bit
    JDK 1.4.2
    JBoss 3.2.5
    EJB 2.1
    My question is what kind of issues you guys see in above upgrade. As far I know, Schema and Database migration can be done by Oracle workbench. Oracle 10g supports JDK 1.4. Oracle 10g also supports EJB 2.1.
    Anything, I need to take into consideration or any risks or problems. I would like to list down all the risks, and accordingly, I am thinking of start the upgrade.
    Thanks in advance.
    Regards,
    Zeeshan Qureshi

    In general the Java/J2EE application needs work in the following categories:
    1. Connection Settings: Use Oracle JDBC drivers, create new data sources, connection pools and what not. Disable AUTOCOMMIT for Oracle JDBC Connections.
    2. For EJBs, you should regenerate the entity beans because some object names/column names might have changed in oracle.
    3. Any custom SQL that is in use in the EJBs will have to be ported to Oracle just as you would do in stored procedures and other applications.
    4. For Java front-ends, if you are using callouts to stored procedures and expecting result sets then they will require some changes. You need to modify the stored procedure call signature to include the REF CURSOR variables and process them.
    5. Changes to any SQL Server specific database functions manipulating character/date data will be required.
    6. CLOB/BLOB/XML apis are different across databases so if you are using those then focus on them as well.
    7. Retreiving Auto/generated keys from database also may need changes from what I have seen.
    Hope this helps..
    Regards
    Prakash
    NOTE: Not sure why but my posts from yesterday are not visible today. Even worse is that I can see them in one browser (FireFox) but not in Internet explorer. Crazy browser day I am having.

  • Which 10g release supports Solaris x86 version 10?

    Hi,
    I downloaded Oracle 10.1.0.3 for Solaris x86. When I installed it, I got error, saying I can only install this version on Solaris 9 x86. Do you have any idea which Oracle 10g version supports Solaris x86 version 10?
    Thanks
    L

    Hi,
    If we believe metalink, Oracle 10gR1 is already certified for Solaris x86
    Solaris Operating System x86 Version 10
    Oracle Database - Enterprise Edition Version 10g
    Status: Certified
    Certification Note:
    Install Information:
    o 1. Execute runInstaller with the -ignoreSysPrereqs option.
    o 2. Select 'Do not create a starter database' when installing Oracle 10g.
    o 3. During installation, the warning message 'SUNWsprox package not installed' can be ignored. Press Continue to resume the installation.
    o 4. Download and install patch 4186426 from metalink.oracle.com after installing Oracle 10g software.
    o 5. If you have an End User Solaris 10 distribution, install the SUNWuiu8 package prior to installing the 10g client.
    Have you run installer like recommended in point 1 ?
    For 10gR2, you need to wait december for certification.
    Nicolas.

Maybe you are looking for

  • FlashVars not working in CS3 anymore?

    Ok, I'm at the end of my patience and is considering to bring ducktape, some napalm and a lot of matches to this party. I'm using Flash CS3 on a Vista Ultimate box that has Appserv installed (PHP4, MySQL and Apache). I am trying to send some data fro

  • Add Data driven subscription option missing in sharepoint 2013

    i have a sharepoint 2013 enterprise version with sql server 2012 standard version. And i want to add Data- driven subscriptions for a document library by selecting manage subscriptions. But in the manage subscriptions Add Data- Driven subscription op

  • When I tap a contact to make a call I get an email page instead.

    Hi, Please HELP if you can,When I tap on a contact to make a phone call, all I get is an email page. What am I to do ?

  • Collection Run

    If there is a collection run scheduled on the production system via LBWE on a periodic basis and I decide to run a collection run in between this scheduled run i.e. immediate, can this have an impact on the scheduled run or will the scheduled run con

  • Change speed problems

    Hello everybody, I just updated to OSX 10.8.4 and since then i'm having problems with 2 things: everything in my FCP 7 works well, except when i try to change the speed of a clip, the window doesn't open. It doesn't appear and i can't do anything any