Oracle 9i database not starting

Dear all,
need ur help. i have installed oracle9i on wndows xp. then i stoped all the services for 9i. n i installed oracle 10g also.
My problem is that bothy database servies are their and they are automatic.
10 g Database is starting automatically. but 9i database instance is not opeing automatically.
i tried STARTTYPE the opetion of oradim also but its not working.
tell me how to start the 9i database automatically.
regds
Ashish

most likely while installation you might have given a different port no.As a result oracle has ultimately landed up with having more than one listener.And some times I have seen after installation the previous listener does not get started.So I would like to you to check your listener.
One more point while 2nd installtion you might have changed your oracle home.so while trying to connect to prev instance try using sqlplus from previous oracle_home\bin\.

Similar Messages

  • Oracle Database Not Starting Up Properly

    On VMware there's a known issue with Oracle databases on a Windows client not starting up properly all the time and a manual startup using oradim -start -sid <whatever> is required to get it fully running. I kinda figured that I wouldn't run into the exact same issue on Oracle VM. I created a brand new Oracle VM Windows 2003 32-bit server, installed the Oracle drivers for paravirtualization, and whammo, the problem is still here. I didn't find anything in this forum about the database not starting up, so I'm wondering if others are running into the same problem and how to resolve the issue. Thanks a bunch for your help.

    keithrust wrote:
    On VMware there's a known issue with Oracle databases on a Windows client not starting up properly all the time and a manual startup using oradim -start -sid <whatever> is required to get it fully running. Hmmm, doing it several time, and never seen such issue. Which "known issue" and by who are you talking about ?
    I created a brand new Oracle VM Windows 2003 32-bit server, installed the Oracle drivers for paravirtualization, and whammo, the problem is still hereI'm sure, you miss something somewhere in the config. Right now, you're on supported configuration, you could either raise a SR to the support, or get help from your peer on Oracle Database General forum.
    Ah, but it's not a Windows issue. On a non-VM Windows box the database starts just fine all the time. Again, this is a known issue acknowledged by Oracle on the VMware side, I'm just surprised it exists on the Oracle VM side.Again, give more details about this "known issue". Never heard about that, eventhough I've been around for years.
    I was afraid you were going to ask that. I'll have to search for it again, but I think you can do the same as well....Well, I doubt you could find a Metalink note about Oracle on VMWare. So far, Oracle has always refused to support database on OS virtualized on VMWare (or any VM software other than Oracle VM). Based on that, you could be sure, your "known issue" is not an issue on Oracle VM.
    If you want more help, again, give more details about your issue.
    Nicolas.

  • Oracle Services Does Not Start

    Hi,
    I have a problem here, I have installed oracle 8.1.5 on the compaq pro liant server and its running on NT 4, just now the server rebooted due to a power failure, when the server finaly starts, the oracle services doest not start (only the oracle Agent is get started). When i chk the event viewer it says .. Could Not Start this service due to a logon failure..
    Could anyone pls let me know the order in which the oracle services should start.
    im sorry if my question confused you, bc'so im confused and stuck
    Thanking u in advance
    regards
    Muraly

    Hi,
    you start all your oracle services except "OracleOraHome81ManagementServer". Specially try to start "OracleOraHome81DataGatherer", "OracleOraHome81TNSListener" and service you have created for your database.
    Atul

  • Urgent --oracle service is not starting

    hi everyone,
    in my server one of oracle service is not starting.
    "oracleorahome81httpserver" if i try to start this service its telling that " error 1067, the process terminated unexpectedly.
    i checked in cmd prompt, by r3trans -d. its telling " error <0012>
    .i need the command for mounting the database.
    its urgent...,
    regards
    gopi

    hi
    good
    go through this link,hope this would help you to solve your problem
    http://orafaq.com/usenet/comp.databases.oracle.server/2004/09/22/1495.htm
    thanks
    mrutyun^

  • Connected to auxiliary database (not started)

    Hello! I'm establishing Data Guard on Oracle 11g (x64). OS - CentOS 6.6 x86_x64.
    The problem occurs when i'm trying to connect from my primary db to standby.
    I expect:
    connected to auxiliary database (not mounted)
    but getting
    not started
    And when i'm trying to:
    duplicate target database for standby nofilenamecheck dorecover;
    I get an expected error:
    Starting Duplicate Db at 17-MAR-15
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 03/17/2015 01:04:49
    RMAN-06403: could not obtain a fully authorized session
    RMAN-04006: error from auxiliary database: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    I also read simular topic:
    Creating a duplicated database from active database
    but i check several times my listener.ora on standby, and i can't figure out where the problem lies.
    Actions that preceded the appearance of the error:
    The main base is loaded by default (startup)
    StandBy base loaded without mount (startup nomount)
    On the main launch from the terminal «rman target /»
    Command «connect auxiliary sys@orclstandby»
    Password (sys)
    Got: connected to auxiliary database (not started)
    Here is my configuration files:
    Primary:
    tnsname:
    orclprimary =
      (DESCRIPTION =
       (ADDRESS = (PROTOCOL = TCP)(HOST = oracle11centos.com)(PORT = 1521))
       (CONNECT_DATA =
       (SERVER = DEDICATED)
       (SERVICE_NAME = orcl.com)
    orclstandby =
      (DESCRIPTION =
       (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.115)(PORT = 1521))
       (CONNECT_DATA =
       (SERVER = DEDICATED)
       (SERVICE_NAME = orclstandby.com)
       (SID_NAME = orcl)
      pfileORCL.ora
    orcl.__db_cache_size=301989888
    orcl.__java_pool_size=4194304
    orcl.__large_pool_size=4194304
    orcl.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
    orcl.__pga_aggregate_target=314572800
    orcl.__sga_target=469762048
    orcl.__shared_io_pool_size=0
    orcl.__shared_pool_size=150994944
    orcl.__streams_pool_size=0
    *.audit_file_dest='/u01/app/oracle/admin/orcl/adump'
    *.audit_trail='db'
    *.compatible='11.2.0.0.0'
    *.control_files='/u01/app/oracle/oradata/orcl/control01.ctl','/u01/app/oracle/flash_recovery_area/orcl/control02.ctl'
    *.db_block_size=8192
    *.db_domain='com'
    *.db_name='orcl'
    *.db_recovery_file_dest='/u01/app/oracle/flash_recovery_area'
    *.db_recovery_file_dest_size=4070572032
    *.diagnostic_dest='/u01/app/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=orclXDB)'
    *.memory_target=784334848
    *.open_cursors=300
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.undo_tablespace='UNDOTBS1'
    db_unique_name='orclprimary'
    log_archive_config='dg_config=(orclprimary,orclstandby)'
    log_archive_dest_1='SERVICE=orclstandby LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) db_unique_name=orclstandby'
    log_archive_dest_2='LOCATION=/u01/app/oracle/oradata/orcl/archive VALID_FOR=(ALL_LOGFILES,ALL_ROLES) db_unique_name=orclprimary'
    log_archive_dest_state_1=ENABLE
    log_archive_dest_state_2=ENABLE
    fal_client='orclprimary'
    fal_server='orclstandby'
    standby_file_management='AUTO'
    StandBy
    tnsname
    orclstandby =
      (DESCRIPTION =
       (ADDRESS = (PROTOCOL = TCP)(HOST = oracle11standby2centos.com)(PORT = 1521))
       (CONNECT_DATA =
       (SERVER = DEDICATED)
    (SERVICE_NAME = orclstandby.com)
    orclprimary =
      (DESCRIPTION =
       (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.101)(PORT = 1521))
       (CONNECT_DATA =
       (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.com)
    listener
    SID_LIST_LISTENER =
    (SID_LIST =
      (SID_DESC =
       (GLOBAL_DBNAME = orclstandby.com)
      (ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1/)
    (SID_NAME = orcl)
    LISTENER =
    (DESCRIPTION_LIST =
       (DESCRIPTION =
       (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
       (ADDRESS = (PROTOCOL = TCP)(HOST = oracle11standby2centos.com)(PORT = 1521))
    ADR_BASE_LISTENER = /u01/app/oracle
    pfileORCL.ora
    orcl.__db_cache_size=301989888
    orcl.__java_pool_size=4194304
    orcl.__large_pool_size=4194304
    orcl.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
    orcl.__pga_aggregate_target=314572800
    orcl.__sga_target=469762048
    orcl.__shared_io_pool_size=0
    orcl.__shared_pool_size=150994944
    orcl.__streams_pool_size=0
    *.audit_file_dest='/u01/app/oracle/admin/orcl/adump'
    *.audit_trail='db'
    *.compatible='11.2.0.0.0'
    *.control_files='/u01/app/oracle/oradata/orcl/control01.ctl','/u01/app/oracle/flash_recovery_area/orcl/control02.ctl'
    *.db_block_size=8192
    *.db_domain='com'
    *.db_name='orcl'
    *.db_recovery_file_dest='/u01/app/oracle/flash_recovery_area'
    *.db_recovery_file_dest_size=4070572032
    *.diagnostic_dest='/u01/app/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=orclXDB)'
    *.memory_target=784334848
    *.open_cursors=300
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.undo_tablespace='UNDOTBS1'
    db_unique_name='orclstandby'
    log_archive_config='dg_config=(orclprimary,orclstandby)'
    log_archive_dest_1='SERVICE=orclstandby LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) db_unique_name=orclprimary'
    log_archive_dest_2='LOCATION=/u01/app/oracle/oradata/orcl/archive VALID_FOR=(ALL_LOGFILES,ALL_ROLES) db_unique_name=orclstandby'
    log_archive_dest_state_1=ENABLE
    log_archive_dest_state_2=ENABLE
    fal_client='orclstandby'
    fal_server='orclprimary'
    standby_file_management='AUTO'
    Where I did wrong?

    Thanks for the quick reply!
    Primary:
    sqlplus sys/<password>@orclstandby as sysdba
    Result:
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Mar 17 09:01:29 2015
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL>
    sqlplus sys/<password>@orclprimary as sysdba
    Result:
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Mar 17 09:28:21 2015
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    Standby
    sqlplus sys/<password>@orclstandby as sysdba
    Result:
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Mar 17 09:08:37 2015
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL>
    sqlplus sys/<password>@orclprimary as sysdba
    Result:
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Mar 17 09:10:22 2015
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor

  • RMAN saying database not started??

    Hi there,
    If I log into my database through OEM, it connects fine.
    Through Unix, I set my SID and type in:
    rman target /
    It connects me to rman but says: connected to target database (not started)
    I then try and run a crosscheck archivelog all and it says this:
    Erro message stack....
    failure of crosscheck command
    automatic channel allocation initialization failed
    could not obtain a fully authorized session
    ORACLE not available
    shared memory realm does not exist
    Linux Error: No such file or directory.
    Any thoughta on what is going on here?
    Thanks in advance!

    herb:oradbp2 ~$ id
    uid=500(herb) gid=501(dba) groups=501(dba)
    herb:oradbp2 ~$ env | sort
    _=/bin/env
    DISPLAY=oradbp2.lilydale:33
    G_BROKEN_FILENAMES=1
    HISTSIZE=1000
    HOME=/home/herb
    HOSTNAME=oradbp2.lilydale
    INPUTRC=/etc/inputrc
    KDEDIR=/usr
    LANG=en_US
    LD_ASSUME_KERNEL=2.4.19
    LD_LIBRARY_PATH=:/d01/app/oracle/9ise/lib
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LOGNAME=herb
    LS_COLORS=no=00:fi=00:di=00;33:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/herb
    ORACLE_BASE=/d01/app/oracle
    ORACLE_HOME=/d01/app/oracle/9ise
    ORACLE_SID=LSDB
    PATH=/d01/app/oracle/9ise/bin:/d01/app/oracle/9ise/OPatch:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/herb/bin
    PWD=/home/herb
    SHELL=/bin/bash
    SHLVL=1
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_CLIENT=::ffff:10.1.6.200 50766 22
    SSH_CONNECTION=::ffff:10.1.6.200 50766 ::ffff:10.1.0.193 22
    SSH_TTY=/dev/pts/1
    TERM=xterm
    USER=herb
    herb:oradbp2 ~$ ps -ef | grep -i pmon
    herb 1934 1 0 2010 ? 00:02:32 ora_pmon_lsdb
    herb 3984 3359 0 11:06 pts/1 00:00:00 grep -i pmon
    herb:oradbp2 ~$ ls -l $ORACLE_HOME/dbs
    total 18960
    lrwxrwxrwx 1 herb dba 53 Dec 4 2008 initanalyzer.ora -> /d01/app/oracle/admin/analyzer/pfile/initanalyzer.ora
    lrwxrwxrwx 1 herb dba 49 Nov 12 2008 initcit1p1.ora -> /d01/app/oracle/admin/cit1p1/pfile/initcit1p1.ora
    lrwxrwxrwx 1 herb dba 45 Oct 25 2008 initlsdb.ora -> /d01/app/oracle/admin/lsdb/pfile/initlsdb.ora
    lrwxrwxrwx 1 herb dba 45 Nov 22 2008 initpvsp.ora -> /d01/app/oracle/admin/pvsp/pfile/initpvsp.ora
    lrwxrwxrwx 1 herb dba 43 Nov 12 2008 initrep.ora -> /d01/app/oracle/admin/rep/pfile/initrep.ora
    -rw-rw---- 1 herb dba 24 Dec 13 2008 lkANALYZER
    -rw-rw---- 1 herb dba 24 Dec 12 2008 lkCIT1P1
    -rw-rw---- 1 herb dba 24 Dec 9 2008 lkKRON43
    -rw-rw---- 1 herb dba 24 May 18 2010 lkLSDB
    -rw-rw---- 1 herb dba 24 Dec 13 2008 lkPVSP
    -rw-rw---- 1 herb dba 24 Dec 12 2008 lkREP
    -rwSr----- 1 herb dba 2048 Dec 4 2008 orapwanalyzer
    -rwSr----- 1 herb dba 2048 Nov 12 2008 orapwcit1p1
    -rwSr----- 1 herb dba 2048 Nov 25 2008 orapwkron43
    -rwSr----- 1 herb dba 1536 Oct 25 2008 orapwlsdb
    -rwSr----- 1 herb dba 2048 Nov 22 2008 orapwpvsp
    -rwSr----- 1 herb dba 2048 Nov 12 2008 orapwrep
    -rw-rw---- 1 herb dba 4718592 Mar 10 2009 p1k9ipga_1_1
    -rw-rw---- 1 herb dba 1630208 Dec 12 2008 snapcf_analyzer.f
    -rw-rw---- 1 herb dba 1630208 Dec 11 2008 snapcf_cit1p1.f
    -rw-rw---- 1 herb dba 1679360 Dec 9 2008 snapcf_kron43.f
    -rw-rw---- 1 herb dba 6397952 Jan 16 18:27 snapcf_lsdb.f
    -rw-rw---- 1 herb dba 1630208 Dec 12 2008 snapcf_pvsp.f
    -rw-rw---- 1 herb dba 1630208 Dec 11 2008 snapcf_rep.f
    -rw-rw---- 1 herb dba 2560 Oct 25 2008 spfilelsdb.ora.bak

  • Oracle database not starting up in oracle 10g RAC

    Hi!
    Recently I came across one problem with one node oracle 10g RAC.When the Oracle database is started,while opening it is giving ORA-03113:End of file on communication channel error.When I saw the the alert trace file and other trace files I found Disk group is exhausted error and it is not able to create .dbf files.Actually it is not a production server and I gave archive log destination in SAN.Even the spfile(content of init_database.ora) is in SAN..
    I tried Asmcmd utility to delete the archive log files.As the oracle is not available I am not able to asmcmd prompt.
    How to change the destination of archive log and to remove the old archive log files(as it is a testing environment we can remove) from SAN?Please let me know.
    Thanks & Regards
    Srikanth MVS

    keithrust wrote:
    On VMware there's a known issue with Oracle databases on a Windows client not starting up properly all the time and a manual startup using oradim -start -sid <whatever> is required to get it fully running. Hmmm, doing it several time, and never seen such issue. Which "known issue" and by who are you talking about ?
    I created a brand new Oracle VM Windows 2003 32-bit server, installed the Oracle drivers for paravirtualization, and whammo, the problem is still hereI'm sure, you miss something somewhere in the config. Right now, you're on supported configuration, you could either raise a SR to the support, or get help from your peer on Oracle Database General forum.
    Ah, but it's not a Windows issue. On a non-VM Windows box the database starts just fine all the time. Again, this is a known issue acknowledged by Oracle on the VMware side, I'm just surprised it exists on the Oracle VM side.Again, give more details about this "known issue". Never heard about that, eventhough I've been around for years.
    I was afraid you were going to ask that. I'll have to search for it again, but I think you can do the same as well....Well, I doubt you could find a Metalink note about Oracle on VMWare. So far, Oracle has always refused to support database on OS virtualized on VMWare (or any VM software other than Oracle VM). Based on that, you could be sure, your "known issue" is not an issue on Oracle VM.
    If you want more help, again, give more details about your issue.
    Nicolas.

  • Oracle Database not starting ORA-01034: ORACLE not available and ORA-27101

    Dear Sir,
    today i have restarted the database server (11gR2) after that database service is not starting, the error message is
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Process ID: 0
    Session ID: 0 Serial number: 0

    [oracle@bladb ~]$ export $ORACLE_HOME
    -bash: export: `/oracle/product/11.2.0/dbhome_1': not a valid identifier
    [oracle@bladb ~]$ sqlplus sys/manager as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Fri May 3 17:46:28 2013
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    [oracle@bladb ~]$ tail -20 /oracle/product/11.2.0/dbhome_1/startup.log
    SQL> Connected to an idle instance.
    SQL> ORA-00845: MEMORY_TARGET not supported on this system
    SQL> Disconnected
    /oracle/product/11.2.0/dbhome_1/bin/dbstart: Database instance "bladb" warm started.
    /oracle/product/11.2.0/dbhome_1/bin/dbstart: Starting up database "bladb"
    Fri May 3 17:40:24 IST 2013
    SQL*Plus: Release 11.2.0.1.0 Production on Fri May 3 17:40:24 2013
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    SQL> Connected to an idle instance.
    SQL> ORA-00845: MEMORY_TARGET not supported on this system
    SQL> Disconnected
    /oracle/product/11.2.0/dbhome_1/bin/dbstart: Database instance "bladb" warm started.

  • Oracle Service does not start after installation of Domain role

    Hi all,
    here is my setting:
    Windows Server 2008 R2 64bit
    ORACLE ONE 11g
    I installed the database and it was working fine until I installed the domain controller role on this server.
    Finally I needed to uninstall this role again and restarted the server several times during this process.
    Now I can not access the database anymore. Listener starts, then stops.
    database service stops with Windows Service Error "Could not start in a timely fashion..." (but quite immediately after starting)
    Checking the database installation, I could not find the ORACLE HOME path in the env variables anymore, also not a trace of other ORACLE paths there.
    This database is REALLY important to me, so if you have an idea how to restore the original state, I would be glad.
    And NO , I haven´t made a backup, since it was more or less 1 day between db setup and domain role setup...
    Thanks in advance...
    Meden
    Edited by: user10859969 on 13.01.2012 14:29

    And No, you shouldn't have installed Oracle on a Domain Controller in the first place, as the activity of a Domain Controller will impair the database performance heavily.
    So the best solution is CTRL-ALT-DEL and start all over again.
    If the database is that important for you, why didn't you install it on a real OS, and why for heaven's sake did you promote the database server to a domain controller?
    Sybrand Bakker
    Senior Oracle DBA

  • Oracle Universal Installer not starting, failing on pre-requisites

    --[This is where the application server 10g Forms and Reports (9.0.4) cd resides for Solaris version 5.9]
    /data02/FMSinvoice/appsFR904/INSTALL/SOLARIS
    --[The runInstaller is using oraparam.ini from the following temp location (/data02/FMSinvoice/appsFR904...). This is a patch which allows above cd to run on Soalris ver 5.10]
    bash-3.2$ runInstaller -paramFile /data02/FMSinvoice/appsFR904/INSTALL/ForSolaris5_10/4494701/oraparam.ini
    Debug1
    encoding = UTF-8
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5.8, 5.9 or 5.10. Actual 5.10
    Passed
    Checking operating system packages: SUNWarc,SUNWbtool,SUNWhea,SUNWlibm,SUNWlibms,SUNWsprot,SUNWtoo,SUNWi1of,SUNWxwfnt,SUNWi1cs,SUNWi15cs Passed
    Checking swap space: must be greater than 1536 MB. Actual 14791MB Passed
    Checking Temp space: must be greater than 150 MB. Actual 12596 MB Passed
    All installer requirements met.
    Checking if CPU speed is above 250 MHz. Actual 1200 MHz Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-08-29_03-54-34PM. Please wait ...sh: /apps/oracle/product/9.2.0/oui/bin/unzip: not found
    Error in writing to directory /tmp/OraInstall2012-08-29_03-54-34PM. Please ensure that this directory is writable and has atleast 75 MB of disk space. Installation cannot continue.
    The tmp seems to have enough space...
    bash-3.2$ df -kh
    Filesystem size used avail capacity Mounted on
    /dev/dsk/c3t201500A0B826A22Cd4s0
    9.8G 5.2G 4.6G 54% /
    /devices 0K 0K 0K 0% /devices
    ctfs 0K 0K 0K 0% /system/contract
    proc 0K 0K 0K 0% /proc
    mnttab 0K 0K 0K 0% /etc/mnttab
    swap 12G 1.7M 12G 1% /etc/svc/volatile
    objfs 0K 0K 0K 0% /system/object
    sharefs 0K 0K 0K 0% /etc/dfs/sharetab
    /platform/sun4u-us3/lib/libc_psr/libc_psr_hwcap1.so.1
    9.8G 5.2G 4.6G 54% /platform/sun4u-us3/lib/libc_psr.so.1
    /platform/sun4u-us3/lib/sparcv9/libc_psr/libc_psr_hwcap1.so.1
    9.8G 5.2G 4.6G 54% /platform/sun4u-us3/lib/sparcv9/libc_psr.so.1
    fd 0K 0K 0K 0% /dev/fd
    /dev/dsk/c3t201500A0B826A22Cd4s3
    9.8G 409M 9.3G 5% /var
    swap 12G 1.0M 12G 1% /tmp
    swap 12G 80K 12G 1% /var/run
    /dev/dsk/c3t201500A0B826A22Cd4s4
    9.8G 4.6G 5.2G 47% /apps
    /dev/dsk/c3t201500A0B826A22Cd0s5
    128G 73G 53G 58% /data01
    /dev/dsk/c3t201500A0B826A22Cd1s6
    262G 13G 247G 5% /data02/FMSinvoice
    Can someone help kick off the OUI installer. Our customer if getting impatient in not getting it to run. Any help appreicaited
    Thanks

    Thanks for the replies...
    FYI.
    I have cloned an Oracle 9i database on a DR test server.
    Now I am installing Oracle Application server 10g Forms and Reports (9.0.4) on Solaris 5.10
    This is using a Oracle CD which is for Solaris 5.9 but using twp patches supplied by oracle to run the CD from. So it is able to run on Solaris 5.10. It has been done before but by some past DBA some 5 years ago. This is the first time I am attempting this being a new employee here.
    I have implemented these suggestions.
    Especially the fact that it was looking for a gunzip utuility which it couldn't find. To make it easirer Ij ust copied the gunzip utility to the place it was looking for, and renamed it unzip. As it was loooking for unzip
    This worked and passed through.
    Created the temp temp directory as welll so it would not have issues in not writting to the tmp directory.
    The error I'm getting is below
    bash-3.2$ pwd
    /data02/FMSinvoice/appsFR904/INSTALL/ForSolaris5_10/4494701
    bash-3.2$ /data02/FMSinvoice/appsFR904/INSTALL/SOLARIS/RUNINSTA -paramFile /data02/FMSinvoice/appsFR904/INSTALL/ForSolaris5_10/4494701/ORAPARAM.INI
    Starting Oracle Universal Installer ...
    Checking requirements...
    Checking operating system version: must be 5.8, 5.9 or 5.10.
    Actual 5.10 Passed
    Checking operating system packages: SUNWarc,SUNWbtool,SUNWhea,SUNWlibm,SUNWlibms,SUNWsprot,SUNWtoo,SUNWi1of,SUNWxwfnt,SUNWi1cs,SUNWi15cs Passed
    Checking swap space: must be greater than 1536 MB.
    Actual 14791MB Passed
    Checking Temp space: must be greater than 150 MB.
    Actual 252715 MB Passed
    All requirements met.
    Checking if CPU speed is above 250 MHz.
    Actual 1200 MHz Passed
    Checking monitor: must be configured to display at least 256 colors
    ^C Failed <<<<
    >>> Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo
    Some optional pre-requisite checks have failed (see above). Continue? (y/n) [n] y
    Preparing to launch Oracle Universal Installer from /data02/FMSinvoice/appsFR904/tmp/OraInstall2012-08-31_11-12-17AM. Please wait ...The Java RunTime Environment was not found at /data02/FMSinvoice/appsFR904/tmp/OraInstall2012-08-31_11-12-17AM/jre/bin/java. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.3.1 or higher and try again.
    : No such file or directory
    I am running humingbird Exceed, and have also set the DISPLAY to my screen.
    FYI I am running this from home so the 256 collours error would probably be ok if I did it from work (as I will on Monday)
    However I would prbably still get the java error. Should this not be resolved using Exceed though?

  • Oracle CSS does not start up

    Hi guys,
    After installing Oracle 10g on Solaris 9, I could not get the database to start up on the web browser. I was wondering is the problem is due to the error below. If yes, what steps should I take to remedy it?
    Successfully accumulated necessary OCR keys.
    Creating OCR keys for user 'root', privgrp 'other'..
    Operation successful.
    Oracle Cluster Registry for cluster has been initialized
    Usage: /etc/init.d/init.cssd start
    Usage: /etc/init.d/init.cssd start
    cat: cannot open /css/admin/inittab_local
    Adding to inittab
    /export/home/app/oracle/product/10.1.0/db_1/bin/localconfig:
    /usr/bin/cp: not found
    Sep 6 16:50:06 unknown root: [ID 702911 user.alert] (Oracle CSSD will
    be run out of init)
    Checking the status of new Oracle init process...
    Expecting the CRS daemons to be up within 600 seconds.
    Giving up: Oracle CSS stack appears NOT to be running.
    Oracle CSS service would not start as installed
    Automatic Storage Management(ASM) cannot be used until Oracle CSS
    service is started
    Thanx!

    Thanks for replying. My database does not work with ASM.
    I've reinstalled Oracle10g on Solaris as I believed that I made some errors for the previous versions.
    Now, for this current Oracle, I can access the database using SQL and dbconsole service to start the EM. However I can't access the EM's database through the web browser after the first reboot.
    i am able to use the EM using the path
    http://unknown:5500/em
    Note: My hostname is unknown as i had used DHCP during installation.
    But once after reboot, the following error msgs appear at the startup and i could not access the EM:
    Oracle CSSD being stopped
    Shutting down CRS daemon
    Shutting down EVM daemon
    Failure 3 at CSS context initialization
    Oracle CSSD will be run out of init
    My qn is if it is my unknown hostname that cause the problem? Or is there any other soln pertaining to the error msg.

  • Database not starting,REDO log file error?

    My DB was working fine uptill last evening, when i restarted it for some DB task it showed me an error ..
    ORA-00333: redo log read error block 57346 count 8192
    I studied the alert log file & related trace file .... but could not conclude what to do ?? Can any one suggest me what could be the solution...
    ORACLE 10g R2
    Windows 2003 Server
    Database in NOARCHIVELOG mode.
    I don't have the recent backup.The one i have is 20 days old.
    Alert Log file contents : -
    Wed Jun 02 20:22:19 2010
    Aborting crash recovery due to error 333
    Wed Jun 02 20:22:19 2010
    Errors in file e:\oracle\product\10.2.0\admin\ora10g\udump\ora10g_ora_140.trc:
    ORA-00333: redo log read error block 57346 count 8192
    ORA-333 signalled during: ALTER DATABASE OPEN...
    Wed Jun 02 20:37:15 2010
    db_recovery_file_dest_size of 2048 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Wed Jun 02 20:43:53 2010
    Shutting down instance: further logons disabled
    Wed Jun 02 20:43:53 2010
    Stopping background process CJQ0
    Wed Jun 02 20:43:54 2010
    Stopping background process MMNL
    Wed Jun 02 20:43:55 2010
    Stopping background process MMON
    Wed Jun 02 20:43:56 2010
    Shutting down instance (immediate)
    License high water mark = 3
    Wed Jun 02 20:43:56 2010
    Stopping Job queue slave processes
    Wed Jun 02 20:43:56 2010
    Job queue slave processes stopped
    Waiting for dispatcher 'D000' to shutdown
    All dispatchers and shared servers shutdown
    Wed Jun 02 20:43:58 2010
    ALTER DATABASE CLOSE NORMAL
    ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
    Wed Jun 02 20:43:58 2010
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Trace file to read ora10g_ora_140.trc:-
    Dump file e:\oracle\product\10.2.0\admin\ora10g\udump\ora10g_ora_140.trc
    Wed Jun 02 20:22:18 2010
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Windows Server 2003 Version V5.2 Service Pack 1
    CPU                 : 2 - type 586, 1 Physical Cores
    Process Affinity    : 0x00000000
    Memory (Avail/Total): Ph:3527M/4094M, Ph+PgF:4386M/5973M, VA:800M/2047M
    Instance name: ora10g
    Redo thread mounted by this instance: 1
    Oracle process number: 15
    Windows thread id: 140, image: ORACLE.EXE (SHAD)
    *** SERVICE NAME:() 2010-06-02 20:22:18.406
    *** SESSION ID:(159.3) 2010-06-02 20:22:18.406
    Successfully allocated 2 recovery slaves
    Using 545 overflow buffers per recovery slave
    Thread 1 checkpoint: logseq 14261, block 2, scn 86974094
      cache-low rba: logseq 14260, block 4023
        on-disk rba: logseq 14262, block 3758, scn 86978396
      start recovery at logseq 14261, block 2, scn 86974094
    ORA-00333: redo log read error block 57346 count 8192
    ORA-00312: online log 2 thread 1: 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORA10G\REDO02.LOG'
    ORA-27070: async read/write failed
    OSD-04016: Error queuing an asynchronous I/O request.
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-00333: redo log read error block 57346 count 8192
    ORA-00312: online log 2 thread 1: 'E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORA10G\REDO02.LOG'
    ORA-27091: unable to queue I/O
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 2) The system cannot find the file specified.
    ORA-00333: redo log read error block 57346 count 8192
    *** 2010-06-02 20:43:58.812
    *** 2010-06-02 20:43:58.812 60680 kcrr.c
    ARCH: Archival disabled due to shutdown: 1089
    *** 2010-06-02 20:43:59.812 60680 kcrr.c
    ARCH: Archival disabled due to shutdown: 1089

    Hi,Aman this(following) may is not good way for opening database,but OP can try and open own database:
    @ DBA4 you will see from following example how you can open your database.In your online log files was corrupted,therefore you have to do following step by step then you database will open.
    SQL> alter database clear unarchived logfile group 2;
    alter database clear unarchived logfile group 2
    ERROR at line 1:
    ORA-01624: log 2 needed for crash recovery of instance p (thread 1)
    ORA-00312: online log 2 thread 1:
    'D:\ORACLE\PRODUCT\10.2.0\ORADATA\P\REDO02.LOG'
    SQL> alter database backup controlfile to trace as 'D:\oracle\product\10.2.0\ora
    data\P\c.txt';
    Database altered.
    SQL> shutdown abort;
    ORACLE instance shut down.
    SQL> startup nomount;
    ORACLE instance started.
    Total System Global Area  125829120 bytes
    Fixed Size                  1288100 bytes
    Variable Size              75499612 bytes
    Database Buffers           41943040 bytes
    Redo Buffers                7098368 bytes
    SQL> CREATE CONTROLFILE REUSE DATABASE "P" RESETLOGS   ARCHIVELOG
      2      MAXLOGFILES 16
      3      MAXLOGMEMBERS 3
      4      MAXDATAFILES 100
      5      MAXINSTANCES 8
      6      MAXLOGHISTORY 292
      7  LOGFILE
      8    GROUP 1 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\P\REDO01.LOG'  SIZE 50M,
      9    GROUP 2 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\P\REDO02.LOG'  SIZE 50M,
    10    GROUP 3 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\P\REDO03.LOG'  SIZE 50M
    11  DATAFILE
    12    'D:\ORACLE\PRODUCT\10.2.0\ORADATA\P\SYSTEM01.DBF',
    13    'D:\ORACLE\PRODUCT\10.2.0\ORADATA\P\UNDOTBS01.DBF',
    14    'D:\ORACLE\PRODUCT\10.2.0\ORADATA\P\SYSAUX01.DBF',
    15    'D:\ORACLE\PRODUCT\10.2.0\ORADATA\P\USERS01.DBF',
    16    'D:\ORACLE\PRODUCT\10.2.0\ORADATA\P\TS_TEST.ORA',
    17    'D:\ORACLE\PRODUCT\10.2.0\ORADATA\P\TEST.ORA',
    18    'D:\ORACLE\PRODUCT\10.2.0\ORADATA\P\TEST1.ORA'
    19  CHARACTER SET WE8MSWIN1252;
    Control file created.
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\P\SYSTEM01.DBF'
    SQL> recover database using backup controlfile until cancel;
    ORA-00279: change 2032832 generated at 06/03/2010 12:42:29 needed for thread 1
    ORA-00289: suggestion :
    D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\P\ARCHIVELOG\2010_06_03\O1_MF_1_87_
    %U_.ARC
    ORA-00280: change 2032832 for thread 1 is in sequence #87
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    cancel
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\P\SYSTEM01.DBF'
    ORA-01112: media recovery not started
    then add *_allow_resetlogs_corruption=true* in pfile then startup database with pfile as
    SQL> startup mount pfile=D:\oracle\product\10.2.0\admin\P\pfile\init.ora.pr
    ORACLE instance started.
    Total System Global Area  125829120 bytes
    Fixed Size                  1288100 bytes
    Variable Size              62916700 bytes
    Database Buffers           54525952 bytes
    Redo Buffers                7098368 bytes
    Database mounted.
    SQL> recover;
    ORA-00283: recovery session canceled due to errors
    ORA-01610: recovery using the BACKUP CONTROLFILE option must be done
    SQL> recover database using backup controlfile until cancel;
    ORA-00279: change 2032832 generated at 06/03/2010 12:42:29 needed for thread 1
    ORA-00289: suggestion :
    D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\P\ARCHIVELOG\2010_06_03\O1_MF_1_87_
    %U_.ARC
    ORA-00280: change 2032832 for thread 1 is in sequence #87
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    cancel
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\P\SYSTEM01.DBF'
    ORA-01112: media recovery not started
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    SQL> alter database open resetlogs;
    Database altered.
    SQL>finally remove allowresetlogs_corruption=true parameter from pfile.

  • HELP! users02.dbf file missing, database not starting

    Hello,
    I created a datafile via Enterprise Manager named users02.dbf for the wrong tablespace (SYSAUX instead of USERS); obviously this datafile was empty. When I realized my error I went and deleted the users02.dbf file from my file system and not from Enterprise Manager (I know.. stupid..)
    The problem that I'm having now is that oracle will not start because it's missing this file, here is the error message:
    SQL> SQL> ALTER DATABASE open
    ERROR at line 1:
    ORA-01113: file 5 needs media recovery
    ORA-01110: data file 5:
    '/var/backup2/oracle/product/10.2.0/Db_1/oradata/standard/users02.dbf'
    I do not hav a backup because it was only a test file.
    Which file do I have to modify in order to tell oracle startup NOT to look for users02.dbf ?
    I really appreciate your help.
    David

    Paul, the last command gave me this error:
    alter database open
    ERROR at line 1:
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    Thanks

  • Database not starting automatically

    OS windows 2000 server
    database 8i
    I have changed sid of database successfully and manually database is opening up but it is not starting up automatically with machine startup.

    While changing SID of database I have deleted the service and recreated it with
    ORADIM utility .
    -startmode a
    I have even edited the service but of no use .database is not starting up .
    As I have mentioned above oracle service has been started successfully and it is running in auto mode.
    One more problem I am facing after change of SID ,I can to database with user sys
    but when I am trying to connect as normal user I am getting error:
    ORA-03113: end-of-file on communication channel

  • Database not starting automatically at window 2000 server

    hay
    how r u people
    i have very urgent problme
    we have install oracle 8i database on window 200 server family .
    now the problem is this that the database is not automatically starting when the computer boots up and we will have to do it manually
    will some on help me
    thanks for co-operation
    kamran ahmed

    Hi Kamran,
    Mere Bhai mein bhi bara khuwar hoa hoon is chakkar mein.
    check karo agar tumhara server domain par hai to us ko workgroup par le aao.
    Masla hal ho jaye gaa.
    Bye.
    Syed Ammad Grami.
    [email protected]

Maybe you are looking for

  • Problem with threads and graphics

    I have a thread that chooses paths for a Travelling salesman problem, it then calls a TSPdraw class and passes it the path, which the class then draws. the problem is when i have two threads it creates two windows but only draws a path in one of them

  • Hi... A simple question of JSP...

    Hi All, Do anybody know how can I pass chinese character from a html to JSP??? should I encode it first? I have tried to pass it as normal character.. but the JSP can't get it correctly... Vincent

  • App Parts require authentication when using other browsers e.g. Safari on iPad

    Hi all I have the SharePoint App Store setup and working correctly and within Internet Explorer I have my App Store domain and my SharePoint domain added as local intranet sites and authentication is not an issue.  Is there a way of removing the requ

  • Help with 6th gen Nano

    All of a sudden, my Nano keeps repeating whatever song I've selected - it will not move to the next song in the playlist. I've no idea what I did to cause this and more importantly, have no clue how to fix it. Suggestions? Thanks in advance

  • To retreive Excise Invoice No in Dunning SAPSCRIPT Program(F150)

    Dear Friends, My requirement is to retrieve excise invoice number-> J_1IEXCHDR-EXNUM, instead of MHND-BELNR in dunning (F150) program. I customized the sap script program-> F150_BE_DUNN_01 and try the logic. Note: In Standard SAP script Program MHND-