Disconnected from Oracle Database 10g Release 10.2.0.1.0 - Production

Can anyone tell me why my Database is not starting, I have been getting this error for quite some time now
Total System Global Area 532676608 bytes
Fixed Size          1249992 bytes
Variable Size          167775544 bytes
Database Buffers     360710144 bytes
Redo Buffers          2940928 bytes
Database mounted.
Database opened.
SQL> Disconnected from Oracle Database 10g Release 10.2.0.1.0 - Production
Thank you in advance

Your Database has started. It only disconnected the session that started the database. For instance, if you are using a startuo script or dbstart.
Why do you think it is not started?

Similar Messages

  • Upgrading from Oracle 9.1.0.8 to Oracle Database 10g Release 2 (10.2)

    Hello everyone;
       We are in the process of looking into  upgrading from our current Oracle 9.1.0.8 to Oracle Database 10g Release 2 (10.2): Windows
    We would like to download and install the 10.2.0.1 base release (Oracle Software).   When I go on SAP Marketplace
    https://websmp210.sap-ag.de/oracle-download  and goto the (Software Download) section and click on
    Oracle 10.2 Software (32-bit versions) to download  I receive a error  NO DATA AVAILABLE.
    Is there another area to download the Oracle Software? or do I need to purchase a CD from SAP or can I download this base release straight from Oracle? 
    Thanks for your time and have a great day.

    Hello Pellegrino,
    just download it from the SAP container for each product .. for example
    -> Installations and Upgrades - Entry by Application Group -> SAP NetWeaver -> SAP NETWEAVER 7.0 -> Windows Server -> ORACLE
    Regards
    Stefan

  • Important--Bug(ORA-22813) fixes in Oracle Database 10g  Release 10.2.0.4

    Hi,
    I found that in SELECT STATEMENTs where we use "xmlagg() functions with a GROUP BY/ORDER BY,it fails with ORA-22813 if the result is too large.
    This happens as there is a hard coded limit on the result size. (max 30k)
    Next,i confirmed that and when i removed a portion of the XML agg() values and executed it---Wonders,it runs perfectly fine.
    This means that ""xmlagg() functions with a GROUP BY/ORDER BY,fails with ORA-22813 since the result is too large.
    I have come to know that patch "Release 10.2.0.4" has the fix for Bug-22813 for "xmlagg() functions with a GROUP BY/ORDER BY".
    Could you all please confirm that "Oracle Database 10g Release 10.2.0.4" (patch 10.2.04) fixes the issue?
    Based on your confirmation,i can go ahead to get the patch installed.
    Current Version:-Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
    Thanks
    Mainak

    Your query should be written something like this..
    select d.*
      from fbnk_customer,
           XMLTABLE
              '//c3'
              passing XMLRECORD
              columns
              C3_VALUE varchar2(60) path 'text()'
           ) d
    where recid='1001400'; Although it would be better to use an extact path expression rather than '//c3'

  • Missing Downloads of Oracle Database 10g Release 1

    Does anyone know how to download Oracle Database 10g Release 1 for Non Mac OSX operating systems?
    It seem to have disappeared from the download page , only the Mac OSX version remains.
    http://www.oracle.com/technology/software/products/database/index.html
    I can still download a full range or oracle 9i software for all the different OS's.
    Any ideas??
    Thanks
    Matt

    11g is now on its way, all platforms (except MacOS) support 10gR2, that may be the reason, why Oracle no longer offers 10gR1 for downloading.
    Werner

  • ACCESS can't TO Oracle Database 10g Release 2 (10.2.0.1) by fedora8

    hi,I'm a japanese,and my english isn't good,but Could you please help me.
    I can't access from windows xp professional to fedora8(linux).
    my windows xp installed Oracle Database 10g Release 2 (10.2.0.1) express edition.
    my fedora8(linux) installed Oracle Database 10g Release 2 (10.2.0.1) express edition.
    I could use from windows to fedora8 on ffftp.
    name of tnsnames.ora file is XE both windows and fedora8.
    port of tnsnames.ora file is 1521 both windows and fedora8.
    error is ORA-12154.
    tnsping ip address of server
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 15-6月 -
    2008 19:14:45
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    エイリアスを解決するためにHOSTNAMEアダプタを使用しました。
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=))(ADDRESS=(PROTO
    COL=TCP)(HOST=address of server)(PORT=1521)))
    OK (20ミリ秒)
    tnsping XE
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 15-6月 -
    2008 19:19:33
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    エイリアスを解決するためにTNSNAMESアダプタを使用しました。
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
    (HOST = サーバのipアドレス)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = XE)))
    OK (20ミリ秒)
    tnsnames.ora is
    windows
    XE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ip address of server)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = XE)
    fedora is
    # tnsnames.ora Network Configuration File:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ip address of server)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    I'm looking forward to hearing from you!
    Thank you.

    Thank you so much Ankit!
    That's right!
    1. Where is the database residing where you are trying to connect? Is it on SW1 or SL1 or some other Server?
    I'm staying on SW1.
    2. How are you trying to connect? Using sqlplus? Please paste complete commands and error messages.
    I'm using sqlplus and japanese si object browser.
    When I use sqlplus,
    SQL*Plus: Release 10.2.0.1.0 - Production on 水 6月 18 01:33:54 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    username: fedoraserver
    password: ******
    ERROR:
    ORA-01017: invalid username/password; logon denied
    username:
    When I use japanese si object browser,
    username fedoraserver
    password ******
    database XE
    ORA-12154
    Thanks,
    yoshi

  • Download Oracle Database 10g Release (10.2) and required patches

    Hi
    I need to upgrade Database from 9.2.0.7 to 10.2.
    So I need to get the Oracle Database 10g Release (10.2) Software and latest patches sets and required patches.
    SAP 4.7
    Kernel Release: 640 with Patch 221
    Windows2000 Patch 4
    I am  not able to find out where to download Oracle Software and Required Patches from [url] service.sap.com
    Please let me know.
    Regards

    http://service.sap.com/installations
    Pick there whatever application (e. g. ERP and select your CDs). You can also directly search for the CDs:
    51031678     DVD ORACLE RDBMS 10.2 Windows
    The actual patches you get
    http://service.sap.com/swcenter-3pmain
    --> Oracle
    --> Oracle 10.2.0.4
    --> Database RDBMS
    --> MS Windows (32-bit)
    Download there the patchset 10.2.0.4 itself and the latest interim patch 10204_Patch8_WIN32.zip .
    Markus

  • Database upgradation steps from Oracle Database 10g EE to 11g R2

    If any document/Steps available for the upgradation of database from Oracle Database 10g EE to 11g R2 please provide us.
    Thank you.

    Please refer to this document for a step by step guide:
    http://www.oracleflash.com/34/Upgrade-Oracle-10g-Release-2-to-Oracle-11g-Release-2.html

  • Oracle Database 10g Release 2 - Free Desktop Data Center DVDs

    Hi,
    I have registered for the subject Oracle Database 10g Release 2 - Free Desktop Data Center DVDs more than a month ago, but I am still awaiting to receive them.
    Raghavan Karoth (Mahamaya Websoft)
    775 Dupont Street
    Toronto, On, M6G1Z5
    Tele:1-514-667-0577

    "10203_vista_w2k8_x86_production_db.zip" had been created and this folder size shows 63 MB Your download is not complete, zipfile is almost 800MB, from the download site:
    10203_vista_w2k8_x86_production_db.zip (797,326,161 bytes)
    You are right, home editions are not supported. That does not necessarily mean, it does not work, but it's your risk.
    Werner

  • Check "Problem: Oracle Database 10g Release 2 can only be installed in new

    Hi All
    Installing 10g software on AIX Box in /oracle/oraHome2,where oracle9i is already installed in /oracle/oraHome1 and oracle inventory is in /oracle/inventory
    In product specific prerequisite screen I am getting the
    check:Oracle Home incompatibilties is failed I am getting the error
    Check complete. The overall result of this check is: Passed
    =======================================================================
    Checking for Oracle Home incompatibilities ....
    Actual Result: Oracle9i Database 9.2.0.1.0
    Check complete. The overall result of this check is: Failed <<<<
    Problem: Oracle Database 10g Release 2 can only be installed in a new Oracle Home
    Recommendation: Choose a new Oracle Home for installing this product
    though I am installing it in different oracle homes why i am getting this error?
    Is it because 10g installation is picking the same oracle inventory /oracle/inventory
    do i need to make different oracle inventory for different oracle homes???????plz confirm..is thats the reason i am getting this error??????
    Thanks inadvance
    Gagan

    I figure out you are trying to install 10gR2 on top of an existing 9iR2 Oracle Home. This is corrected at the Path definition window. Most probably you just click on the <Next> and by default the 9iR2 Oracle Home was selected. You must define a new oracle home for the 10gR2 install.
    ~ Madrid

  • Doubt   regarding   Oracle Database 10g Release 2 (10.2.0.1.0) installation

    hello
    my pc has following configurtion
    256mb ram
    60gb hdd
    p4 2.4 ghz
    win xp pro sp2
    I want to know if my pc will be able to run " Oracle Database 10g Release 2 (10.2.0.1.0) " standard edition on it.
    <<http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201winsoft.html>>
    I thought of increasing RAM, but it is not feasible.
    I know i could run oracle XE, but can my pc also run the standard edition.
    I could not find minimum hardware requirements for standard edition on this site.
    anyway, i will use it for sql and and other advanced concepts in RDBMS which i may learn during my course in database. so i prefer standard edition instead of XE
    any help greatly appreciated
    thanks in advance

    I suggest you not to doubt   regarding   Oracle Database 10g Release 2 (10.2.0.1.0) installation.
    It is not necessary. If you don't receive an answer within a reasonable amount of time you could edit your thread with whatever ( a period is enough) to raise it to the top once again.
    It becomes difficult for us to track duplicated threads and unnecessarily duplicates efforts.
    ~ Madrid.

  • Unable to download Oracle Database 10g Release 1 (10.1.0.2)

    Got following message when I tried to download
    Oracle Database 10g Release 1 (10.1.0.2)
    Server Error
    The following error occurred:
    [code=SERVER_RESPONSE_RESET] The server response could not be read because of an error. Contact your system administrator.
    Is any solution available

    Seems to be working fine. You can try any one of these links:
    [url http://www.oracle.com/technology/software/htdocs/xe_lic_prod.html?http://download-west.oracle.com/otn/nt/oracle10g/xe/10201/OracleXE.exe]OracleXE.exe
    [url http://www.oracle.com/technology/software/htdocs/xe_lic_prod.html?http://download-east.oracle.com/otn/nt/oracle10g/xe/10201/OracleXE.exe]OracleXE.exe
    [url http://www.oracle.com/technology/software/htdocs/xe_lic_prod.html?http://download-uk.oracle.com/otn/nt/oracle10g/xe/10201/OracleXE.exe]OracleXE.exe

  • Oracle Database 10g Release 2 (10.2.0.1.0)  on window vista

    Hi All,
    Pls help me to find out can we run oracle Database 10g Release 2 (10.2.0.1.0) on window vista ,any compatibility issues ?
    If yes....Pls show me the way.
    Thanks,

    Hi,
    Oracle Database is supported on Windows Vista with the 10.2.0.3 release. Use the Oracle Database 10g Release 2 (10.2.0.3) for Microsoft Windows Vista media available in the 10.2.0.3 media pack and the Oracle Technology Network site. Do not install Oracle Database on Windows Vista using the media for Oracle Database 10g Release 2 (10.2) for Microsoft Windows.
    For details chk this:
    http://download.oracle.com/docs/cd/B19306_01/install.102/b14316/whatsnew.htm#BGGBDGHE

  • Require 10.2.0.2 in Oracle Database 10g release 2 series for XPprofessional

    I am trying to install Oracle Application Server SOA Suite 10.1.3.1.0 on my machine. MY OS is Microsoft Windows XP Professional. I have Oracle Database 10g 10.2.0.1.0 on my machine.
    After I give my database information at the time of installation, the Universal Installer throws the following error:
    Database version should be 9.2.0.7 or higher in the Oracle 9i Database Release 2 series, 10.1.0.5 or higher in the Oracle Database 10g release 1 series, Oracle Database XE (10.2.0.1), 10.2.0.2 or higher in the Oracle Database 10g Release 2 series.
    So according to this error, I need 10.2.0.2 or higher in the Oracle Database 10g Release 2 series. Now when I am searching 10.2.0.2 or higher version for Microsoft Windows in Download Section of Oracle Technology Network, I am unable to find it.
    Please tell me where could I find it? Or is there any other solution to this error.
    I need the solution urgently. Please reply.
    Thanks & Regards,
    Ashish

    I need the solution urgently. Please reply.Urgent?
    As in it is required for a business functionality, in which the business will gain some advantage through the implementation?
    As in 'needed for production'?
    As in 'requiring a production license for which Support may be purchased'?
    Or perhaps, as in 'needing to evaluate and therefore having contacted Oracle Sales to obtain a Trail License with a temporary Support Agreement'?
    If the version you want is not on the Database Download page and not on one of the links, and IS listed in Oracle Certify as being current, then you need to download patches through your valid Metalink account (based on paid support contract/agreement) to get to that version.

  • Oracle Critical Patch Update for Oracle Database 10g Release 10.2.0.3.0

    Hi,
    The [ Oracle Critical Patch Update for April 2012 was released on April 17th, 2012|http://www.oracle.com/technetwork/topics/security/cpuapr2012-366314.html] , wherein it was stated that below list versions will get affected.
    Oracle Database 10g Release 2, versions 10.2.0.3, 10.2.0.4, 10.2.0.5
    Currently I am using
    BANNER
    Oracle Database 10g Release 10.2.0.3.0 - 64bit Production
    Can anyone tell me, difference between
    Oracle Database 10g Release 2, versions 10.2.0.3 with Oracle Database 10g Release 10.2.0.3.0
    I am much concerned whether to apply patch for 10.2.0.3.0, wherein the affected version is Oracle Database 10g Release 2, versions 10.2.0.3
    Thanks,
    Sam

    user12983673 wrote:
    Can anyone tell me, difference between
    Oracle Database 10g Release 2, versions 10.2.0.3 with Oracle Database 10g Release 10.2.0.3.0There is no difference -- you use version 10.2.0.3 which is affected by last CPU.

  • How to call web services from oracle database 10g

    Hi all ,
    How can i call web services from oracle database 10g ?
    thanks ...

    abdou123 wrote:
    but how can i get complex result
    for example
    i pass input parameter like National Id Number
    and get the person details ( name , age , date of birth , ............ ) .Basic approach to web services using UTL_HTTP explained in {message:id=10448611}.
    An example of using a pipeline table function as a data transformation process (turning web data into rows and columns) in {message:id=10158148}.

Maybe you are looking for

  • Windows 7 - browser stops working still connected

    As the title says Windows 7, browser stops working after some time passes.   This effects IE and Chrome.  I can still ping www.google.com or it's IP address.  (all other computers on the network are fine) I've used both the wired and wireless connect

  • Macbook pro thunderbolt 2011 won't detect display

    I am working on a Macbook Pro, October, 2011 model with a thunderbolt port.  I have now gone through two thunderbolt to HDMI cables and neither was able to detect my display, which is a Sony Bravia.  Should I throw in the towel and buy a $50 (rip-off

  • Invalid BB ID Username and Password Error

    I am trying to set-up my Internet email account and also download an app and it states my BlackBerry ID Username and Password is required. I am able to login online with this information (https://blackberryid.blackberry.com/bbid/login?i=3770183), but

  • ITunes 9.1.1 Coverflow issue.

    Hello. After I've done a upgrade to iTunes 9.1.1, the Coverflow view not work. There is a screenshot: http://quartoestudio.com/itunes9.1.1_coverflowissue.png Any idea?

  • Screen exit for CJ20N

    Hi All, Please find the details below: Transaction          CJ20N        Program (screen)     SAPLMLSP     Screen number        200          Program (subscreen)  SAPLMLSP     Screen number        400          Program (GUI)         SAPLMLSP     GUI st