Can't start up after shutdown - ORA-12514

Hi -
I installed 11gR2 on RHEL 5.4, creating a database during installation.
After shutting down via SQLPlus (remotely), I found I am unable to startup.
Attempts to startup via SQLPlus fail with: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor.
However, I am able to startup via Enterprise Manager.
I have been viewing similar threads but cannot seem to get the issue resolved.
# listener.ora Network Configuration File: /home/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
# Generated by Oracle configuration tools.
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = s2.srs-7.net)(PORT = 1521))
ADR_BASE_LISTENER = /home/app/oracle
# tnsnames.ora Network Configuration File: /home/app/oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora
# Generated by Oracle configuration tools.
ELF =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = s2.srs-7.net)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = elf.srs-7.net)
tnsping:
[oracle@s2 bin]$ tnsping elf
TNS Ping Utility for Linux: Version 11.2.0.1.0 - Production on 04-MAR-2010 22:21:56
Copyright (c) 1997, 2009, Oracle. All rights reserved.
Used parameter files:
/home/app/oracle/product/11.2.0/dbhome_1/network/admin/sqlnet.ora
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = s2.srs-7.net)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = elf.srs-7.net)))
OK (0 msec)
Stop and Start Listener: (shows "listener supports no services")
[oracle@s2 bin]$ lsnrctl stop
LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 04-MAR-2010 22:16:18
Copyright (c) 1991, 2009, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
The command completed successfully
[oracle@s2 bin]$ lsnrctl start
LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 04-MAR-2010 22:16:24
Copyright (c) 1991, 2009, Oracle. All rights reserved.
Starting /home/app/oracle/product/11.2.0/dbhome_1/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 11.2.0.1.0 - Production
System parameter file is /home/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
Log messages written to /home/app/oracle/diag/tnslsnr/server12/listener/alert/log.xml
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=s2.srs-7.net)(PORT=1521)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
Start Date 04-MAR-2010 22:16:24
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /home/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
Listener Log File /home/app/oracle/diag/tnslsnr/server12/listener/alert/log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=s2.srs-7.net)(PORT=1521)))
The listener supports no services
The command completed successfully
My environment
[oracle@s2 bin]$ env
HOSTNAME=s2.srs-7.net
SHELL=/bin/bash
TERM=xterm
HISTSIZE=1000
TMPDIR=/tmp
KDE_NO_IPV6=1
USER=oracle
TEMP=/tmp
LD_LIBRARY_PATH=/home/app/oracle/product/11.2.0/dbhome_1/lib:/lib:/usr/lib:/usr/local/lib
LS_COLORS=no=00:fi=00:di=00;34: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:
ORACLE_SID=elf
ORACLE_BASE=/home/app/oracle
KDEDIR=/usr
MAIL=/var/spool/mail/oracle
PATH=/home/app/oracle/product/11.2.0/dbhome_1/bin:/usr/sbin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/bin
INPUTRC=/etc/inputrc
PWD=/home/app/oracle/product/11.2.0/dbhome_1/bin
LANG=en_US.UTF-8
KDE_IS_PRELINKED=1
ORACLE_TERM=xterm
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
SHLVL=1
HOME=/home/oracle
LOGNAME=oracle
CLASSPATH=/home/app/oracle/product/11.2.0/dbhome_1/JRE:/home/app/oracle/product/11.2.0/dbhome_1/jlib:/home/app/oracle/product/11.2.0/dbhome_1/rdbms/jlib
LESSOPEN=|/usr/bin/lesspipe.sh %s
ORACLE_HOME=/home/app/oracle/product/11.2.0/dbhome_1
G_BROKEN_FILENAMES=1
_=/bin/env
OLDPWD=/home/app/oracle/product/11.2.0/dbhome_1
I have tried to add a static entry (below) to my listener,ora file, but this not does not solve the issue and prevents starting up even via EM until the entry is removed:
ELF =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = s2.srs-7.net)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = elf.srs-7.net)
All else (so far) seems to be functioning normally and I have encountered only this issue.
Any input would be greatly appreciated.
S Rosen.
Edited by: ScottRn on Mar 4, 2010 2:02 PM

ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
SQL> exit
Disconnected from Oracle Database 11g Release 11.2.0.1.0 - Production
[oracle@s2 bin]$ env | sort
_=/bin/env
CLASSPATH=/home/app/oracle/product/11.2.0/dbhome_1/JRE:/home/app/oracle/product/11.2.0/dbhome_1/jlib:/home/app/oracle/product/11.2.0/dbhome_1/rdbms/jlib
G_BROKEN_FILENAMES=1
HISTSIZE=1000
HOME=/home/oracle
HOSTNAME=s2.srs-7.net
INPUTRC=/etc/inputrc
KDEDIR=/usr
KDE_IS_PRELINKED=1
KDE_NO_IPV6=1
LANG=en_US.UTF-8
LD_LIBRARY_PATH=/home/app/oracle/product/11.2.0/dbhome_1/lib:/lib:/usr/lib:/usr/local/lib
LESSOPEN=|/usr/bin/lesspipe.sh %s
LOGNAME=oracle
LS_COLORS=no=00:fi=00:di=00;34: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/oracle
OLDPWD=/home/app/oracle/product/11.2.0/dbhome_1
ORACLE_BASE=/home/app/oracle
ORACLE_HOME=/home/app/oracle/product/11.2.0/dbhome_1
ORACLE_SID=elf
ORACLE_TERM=xterm
PATH=/home/app/oracle/product/11.2.0/dbhome_1/bin:/usr/sbin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/bin
PWD=/home/app/oracle/product/11.2.0/dbhome_1/bin
SHELL=/bin/bash
SHLVL=1
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
TEMP=/tmp
TERM=xterm
TMPDIR=/tmp
USER=oracle
[oracle@s2 bin]$ sqlplus
SQL*Plus: Release 11.2.0.1.0 Production on Fri Mar 5 00:34:21 2010
Copyright (c) 1982, 2009, Oracle. All rights reserved.
Enter user-name: */ as sysdba*
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 2042241024 bytes
Fixed Size 1337548 bytes
Variable Size 503318324 bytes
Database Buffers 1526726656 bytes
Redo Buffers 10858496 bytes
Database mounted.
Database opened.
SQL> exit
Disconnected from Oracle Database 11g Release 11.2.0.1.0 - Production
[oracle@s2 bin]$
Thanks,
Scott
Edited by: ScottRn on Mar 4, 2010 3:41 PM

Similar Messages

  • Can't start Tomcat after installing Bea WorkShop for JSP

    Hi,
    I have been using Eclipse SDK Version: 3.1.2 Build id: M20060118-1600 and Web Tools Project 1.0.2 and Tomcat 5.0 and Tomcat 5.5 for about 2 months with no problems. But now I Can't start Tomcat after installing Bea WorkShop for JSP plug-in. I get "Server Tomcat v5.0 @ localhost failed to start". Any help would be greatly appreciated.

    I installed BEA Workshop for JSP Version: 3.1.0
    Build id: 536. I only wanted to install the plug-in to my existng Eclipse 3.1 / WTP application. The only option that I saw was to download the entire FullWorkshopFreeInstall-536.zip, which is 192,496 KB. During the installation, there is a screen that you can specify to only install the plug-in - and I selected that option. Today, I chose to uninstall the BEA Workshop for JSP and then I was again able to start Tomcat server. I then did a complete install of BEA Workshop for JSP into a totally separate location. My original Eclipse installation still works fine, but my Workshop for JSP Version (which is now a completely new installation) has the same problem with Tomcat that I reported with the plug-in. I am using j2sdk1.4.2_08 and have tried both Tomcat 5.0 and Tomcat 5.5. I have the same problem with both Windows XP Home Edition and Windows XP Professional.
    Thanks for your assistance.
    Ron

  • Can't Start Portal After Install

    After downloading and installing the of evaluation Portal 4.0 SP1, I get the following message upon startup when I enter the system password that I entered during installation:
    Starting WebLogic Server ....
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: try to access method weblogic/management/internal/
    Helper.preloadMBeanInfos()V from class weblogic/management/Admin
    at weblogic.management.Admin.initialize(Admin.java:210)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    I even tried "weblogic" for the system password and I get the same message.
    What password should I use to start the server?

    I've followed the directions and am experiencing the exact same problem. Brand
    new installation of Weblogic server 6.1 SP2 with examples. That install is working.
    Then added Portal 4.0 SP1, updated the license file and I have the same issue
    with the Illegal access exception resulting in the "Fatal initialization exception"....
    Hmm!
    [email protected] (Bowrat) wrote:
    Below listed are the common errors you run into during installation
    process:
    - You need to have the correct version numbers of both the weblogic
    server and the portal server. For instance the portal server 4.0 (eval
    copy) will only run on WebLogic 6.1 SP1. So check the edocs for
    supported platforms
    - Make sure you have the installed the full version of the weblogic
    server (including examples)
    - Finally, you need to run the UpdateLicense.cmd file to update the
    license.bea under ur Bea Root
    Give it a shot after u have checked all of the above three - goodluck
    - Bowrat
    www.Bowstreet.com
    Steve Anderson <[email protected]> wrote in message news:<[email protected]>...
    From: Steve Anderson <[email protected]>
    Newsgroups: weblogic.support.install
    Subject: Can't Start Portal After Install
    References:
    NNTP-Posting-Host: 209.11.114.150
    X-Original-NNTP-Posting-Host: 209.11.114.150
    Message-ID: <[email protected]>
    Date: 13 Feb 2002 20:25:53 -0800
    X-Trace: 13 Feb 2002 20:25:53 -0800, 209.11.114.150
    Organization: BEA SYSTEMS Inc
    Lines: 18
    XPident: firewall-user
    Path: newsgroups.bea.com!209.11.114.150
    Xref: newsgroups.bea.com weblogic.support.install:9600
    After downloading and installing the of evaluation Portal 4.0 SP1,I get the following message upon startup when I enter the system password
    that I entered during installation:
    Starting WebLogic Server ....
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: try to access method weblogic/management/internal/
    Helper.preloadMBeanInfos()V from class weblogic/management/Admin
    at weblogic.management.Admin.initialize(Admin.java:210)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    I even tried "weblogic" for the system password and I get the samemessage.
    What password should I use to start the server?

  • Can nort start  OC4J_BI_FORM  after Portal password change(9.0.4)

    We changed PORTAL password by going top sqlplus and OAS. Thinking it will make changes at both places. Now we see that when we start OAS. OC4J_BI_FORM does not start???

    I provided an answer in the Portal Security forum:
    Can not start OC4J_BI_FORM after PORTAL user password change

  • Recovery session canceled due to errors. Can't start DB after kernel panic.

    Hi all,
    I have a cluster Oracle 10 DB that was incorrectly shutdown (node 1 got a kernel panic when I disconnected the cluster interconnect and after a while node 2 also had a panic).
    Now the DB doesn't start and I already tried an endless loop of solutions that don't work and lead me right to the start. I was hoping someone could help me fix this bloody thing please. This DB was running in archive log mode.
    /export/home/oracle
    oracle@dbsce066/1 - TSP/(CLIENT_10.2.0)/SERVER_10.2.0/(CRS_10.2.0)
    sqlplus '/ as sysdba'SQL*Plus: Release 10.2.0.3.0 - Production on Mon Jul 18 23:18:24 2011
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 9680453632 bytes
    Fixed Size 2162704 bytes
    Variable Size 1570701296 bytes
    Database Buffers 7969177600 bytes
    Redo Buffers 138412032 bytes
    Database mounted.
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    SQL> shutdown
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area 9680453632 bytes
    Fixed Size 2162704 bytes
    Variable Size 1553924080 bytes
    Database Buffers 7985954816 bytes
    Redo Buffers 138412032 bytes
    Database mounted.
    SQL> recover database using backup controlfile until cancel;
    ORA-00283: recovery session canceled due to errors
    ORA-01110: data file 87: '/export/home/oracle/dev/DX/dx_index10_logging3'
    ORA-01110: data file 86: '/export/home/oracle/dev/DX/dx_index10_logging2'
    ORA-00372: file 86 cannot be modified at this time
    ORA-01110: data file 86: '/export/home/oracle/dev/DX/dx_index10_logging2'
    SQL> select name,status,file# from v$datafile where name like '%index10_logging%';
    NAME
    STATUS FILE#
    /export/home/oracle/dev/DX/dx_index10_logging1
    ONLINE 85
    /export/home/oracle/dev/DX/dx_index10_logging2
    RECOVER 86
    /export/home/oracle/dev/DX/dx_index10_logging3
    ONLINE 87
    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: '/export/home/oracle/dev/DX/dx_system'
    SQL>
    I also saw the "_allow_resetlogs_corruption". But I would like to leave this as last resort.
    Thanks in advance

    Thank you everyone for the advices. I used this tutorial to implement the allow reset logs corruption, but still it didn't allow me to startup the DB normally without errors or recover the datafile 86.
    @@ How to use "_allow_resetlogs_corruption"
    @@ http://dba-oracle.fr/dba/content/view/14/9/
    vi /export/home/oracle/products/10.2.0/dbs/initDX1.ora
    "/export/home/oracle/products/10.2.0/dbs/initDX1.ora" 94 lines, 4520 characters
    DX1.undo_tablespace=dx_undo1
    DX1.log_archive_dest_1= 'LOCATION=/export/home/oracle/dev/DX/archivelog1 REOPEN=10'
    DX1.local_listener="(address=(protocol=tcp)(HOST=localhost)(PORT=1531))"
    ### cluster specific parameters
    *.cluster_database = true
    *.cluster_database_instances = 2
    allowresetlogs_corruption=TRUE
    "/export/home/oracle/products/10.2.0/dbs/initDX1.ora" 95 lines, 4553 characters
    SQL> STARTUP MOUNT
    ORACLE instance started.
    Total System Global Area 9680453632 bytes
    Fixed Size 2162704 bytes
    Variable Size 1570701296 bytes
    Database Buffers 7969177600 bytes
    Redo Buffers 138412032 bytes
    Database mounted.
    SQL> ALTER DATABASE OPEN RESETLOGS;
    ALTER DATABASE OPEN RESETLOGS
    ERROR at line 1:
    ORA-01110: data file 86: '/export/home/oracle/dev/DX/dx_index10_logging2'
    ORA-00372: file 86 cannot be modified at this time
    ORA-01110: data file 86: '/export/home/oracle/dev/DX/dx_index10_logging2'
    SQL> SELECT 'alter database datafile /export/home/oracle/dev/DX/dx_index10_logging2 END BACKUP;' from v$datafile;
    'ALTERDATABASEDATAFILE/EXPO
    alter database datafile /export/home/oracle/dev/DX/dx_index10_logging2 END BACKUP;
    alter database datafile /export/home/oracle/dev/DX/dx_index10_logging2 END BACKUP;
    alter database datafile /export/home/oracle/dev/DX/dx_index10_logging2 END BACKUP;
    SQL> recover database until cancel using backup controlfile;
    ORA-00283: recovery session canceled due to errors
    ORA-01110: data file 87: '/export/home/oracle/dev/DX/dx_index10_logging3'
    ORA-01110: data file 86: '/export/home/oracle/dev/DX/dx_index10_logging2'
    ORA-00372: file 86 cannot be modified at this time
    ORA-01110: data file 86: '/export/home/oracle/dev/DX/dx_index10_logging2'
    SQL> recover database;
    ORA-00283: recovery session canceled due to errors
    ORA-01610: recovery using the BACKUP CONTROLFILE option must be done
    SQL> alter database open;
    alter database open
    ERROR at line 1:
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    SQL> shut
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    root@dbsce066> ls -l /export/home/oracle/dev/DX/
    total 450
    lrwxrwxrwx 1 root other 29 Apr 13 2010 dx_index10_logging1 -> /dev/md/oraindex1dg/rdsk/d651
    lrwxrwxrwx 1 root other 29 Apr 13 2010 dx_index10_logging10 -> /dev/md/oraindex1dg/rdsk/d660
    lrwxrwxrwx 1 root other 29 Apr 13 2010 dx_index10_logging2 -> /dev/md/oraindex1dg/rdsk/d652
    I can access the file and it is readable:
    root@dbsce066> ls -ltr /export/home/oracle/dev/DX/dx_index10_logging2
    lrwxrwxrwx 1 root other 29 Apr 13 2010 /export/home/oracle/dev/DX/dx_index10_logging2 -> /dev/md/oraindex1dg/rdsk/d652
    root@dbsce066> ls -ltr /dev/md/oraindex1dg/rdsk/d652
    lrwxrwxrwx 1 root root 44 Aug 2 17:59 /dev/md/oraindex1dg/rdsk/d652 -> ../../../../../devices/pseudo/md@0:3,652,raw
    root@dbsce066> dd if=/dev/md/oraindex1dg/rdsk/d652 of=/dev/null
    ^C18564+0 records in
    18564+0 records out
    root@dbsce066>
    SQL> select * from v$datafile where FILE#=86;
    FILE# CREATION_CHANGE# CREATION_TIME TS# RFILE# STATUS
    ENABLED CHECKPOINT_CHANGE# CHECKPOINT_TIME UNRECOVERABLE_CHANGE#
    UNRECOVERABLE_TIME LAST_CHANGE# LAST_TIME OFFLINE_CHANGE#
    ONLINE_CHANGE# ONLINE_TIME BYTES BLOCKS CREATE_BYTES BLOCK_SIZE
    NAME
    PLUGGED_IN BLOCK1_OFFSET
    AUX_NAME
    FIRST_NONLOGGED_SCN FIRST_NONLOGGED_TIM
    86 184062 2010-04-13:17:18:24 62 86 RECOVER
    READ ONLY 498989920 2011-07-18:15:28:29 0
    485512497
    496226794 2011-07-16:00:01:53 660602880 80640 660602880 8192
    /export/home/oracle/dev/DX/dx_index10_logging2
    0 8192
    NONE
    0
    select STATUS,ENABLED,NAME from v$datafile where FILE#=86
    STATUS ENABLED NAME
    RECOVER READ ONLY /export/home/oracle/dev/DX/dx_index10_logging2
    SQL> select name from v$tablespace where TS#=62;
    NAME
    DX_INDEX10_LOGGING2
    SQL> alter tablespace DX_INDEX10_LOGGING2 read write;
    alter tablespace DX_INDEX10_LOGGING2 read write
    ERROR at line 1:
    ORA-01109: database not open
    SQL> ALTER DATABASE DATAFILE 86 ONLINE;
    Database altered.
    SQL> select STATUS,ENABLED,NAME from v$datafile where FILE#=86;
    STATUS ENABLED
    NAME
    RECOVER READ ONLY
    /export/home/oracle/dev/DX/dx_index10_logging2
    SQL>
    SQL> alter tablespace DX_INDEX10_LOGGING2 end backup;
    alter tablespace DX_INDEX10_LOGGING2 end backup
    ERROR at line 1:
    ORA-01235: END BACKUP failed for 1 file(s) and succeeded for 0
    ORA-01199: file 86 is not in online backup mode
    ORA-01110: data file 86: '/export/home/oracle/dev/DX/dx_index10_logging2'
    SQL> select log_mode from v$database;
    LOG_MODE
    ARCHIVELOG
    SQL> SELECT FILE#, ERROR, ONLINE_STATUS, CHANGE#, TIME FROM V$RECOVER_FILE;
    FILE# ERROR ONLINE_ CHANGE# TIME
    86 ONLINE 498989920 2011-07-18:15:28:29
    SQL> recover database until cancel using backup controlfile;
    ORA-00279: change 497920329 generated at 07/18/2011 12:53:10 needed for thread 2
    ORA-00289: suggestion : /export/home/oracle/dev/DX/archivelog1/LOG_DX_8574_2_716223168.ARC
    ORA-00280: change 497920329 for thread 2 is in sequence #8574
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    auto
    ORA-00308: cannot open archived log '/export/home/oracle/dev/DX/archivelog1/LOG_DX_8574_2_716223168.ARC'
    ORA-27037: unable to obtain file status
    SVR4 Error: 2: No such file or directory
    Additional information: 3
    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: '/export/home/oracle/dev/DX/dx_system'
    @@ Attempt to start DB without that datafile:
    SQL> ALTER DATABASE DATAFILE '/export/home/oracle/dev/DX/dx_index10_logging2' OFFLINE DROP;
    Database altered.
    SQL> SHUTDOWN IMMEDIATE;
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    SQL> SQL> startup
    ORACLE instance started.
    Total System Global Area 9680453632 bytes
    Fixed Size 2162704 bytes
    Variable Size 1570701296 bytes
    Database Buffers 7969177600 bytes
    Redo Buffers 138412032 bytes
    Database mounted.
    ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
    SQL> ALTER DATABASE OPEN NORESETLOGS;
    ALTER DATABASE OPEN NORESETLOGS
    ERROR at line 1:
    ORA-01588: must use RESETLOGS option for database open
    SQL> ALTER DATABASE OPEN RESETLOGS;
    ALTER DATABASE OPEN RESETLOGS
    ERROR at line 1:
    ORA-01245: offline file 76 will be lost if RESETLOGS is done
    ORA-01110: data file 76: '/export/home/oracle/dev/DX/dx_data10_logging2'
    SQL>
    @@ Nothing works. I can't even start the DB without that datafile. So I give up of this recovery scenario. Re-install from scratch.

  • [SOLVED] Can't Start MySQL after upgrading to 5.1.41-3

    I can't start mysqld with 'mysqld start'.Here is my mysqld output:
    [ahao@sky ~]$ mysqld start
    091125 18:33:48 [Note] Plugin 'FEDERATED' is disabled.
    091125 18:33:48 [Note] Plugin 'ndbcluster' is disabled.
    091125 18:33:48  InnoDB: Started; log sequence number 0 44233
    mysqld: Too many arguments (first extra is 'start').
    Use --verbose --help to get a list of available options
    091125 18:33:48 [ERROR] Aborting
    091125 18:33:48  InnoDB: Starting shutdown...
    091125 18:33:49  InnoDB: Shutdown completed; log sequence number 0 44233
    091125 18:33:49 [Note] mysqld: Shutdown complete
    This is my /var/lib/ complete with permission settings:
    [ahao@sky ~]$ cd /var/lib ; ls -al
    total 84
    drwxr-xr-x 20 root      root      4096 2009-11-25 18:08 .
    drwxr-xr-x 13 root      root      4096 2009-11-25 13:51 ..
    drwxrwx---  2 root      policykit 4096 2009-05-10 09:10 PolicyKit
    drwxr-xr-x  2 policykit root      4096 2009-05-10 09:10 PolicyKit-public
    drwxr-xr-x  3 root      root      4096 2009-09-19 12:19 bluetooth
    drwxr-xr-x  2 root      root      4096 2009-09-16 22:09 dbus
    drwxr-xr-x  2 root      root      4096 2009-11-23 17:38 dhcpcd
    drwxrwxrwt  2 root      root      4096 2009-07-19 18:17 ex
    drwxr-xr-x  2 root      root      4096 2009-09-16 22:38 hwclock
    drwxr-x---  2 root      locate    4096 2009-10-22 06:55 locate
    -rw-r--r--  1 root      root       462 2009-09-20 00:02 logrotate.status
    drwxr-xr-x  2 root      root      4096 2009-09-17 09:14 misc
    drwxr-x---  2 root      locate    4096 2009-11-25 18:09 mlocate
    drwxrwxrwx  4 mysql     mysql     4096 2009-11-25 18:33 mysql
    drwxr-xr-x  6 root      root      4096 2009-09-07 08:54 nfs
    drwxr-xr-x  4 root      root      4096 2009-11-25 18:08 pacman
    drwx------  3 root      root      4096 2009-11-21 03:30 polkit-1
    drwxr-xr-x  2 root      root      4096 2008-09-06 14:33 rarian
    drwxr-xr-x  2 root      root      4096 2009-09-17 09:14 syslog-ng
    drwxr-xr-x  3 root      root      4096 2009-10-19 20:10 wicd
    drwxr-xr-x  2 root      root      4096 2009-11-21 02:35 xkb
    /etc/mysql/my.cnf is out-of-the-box
    What seems to be the problem here? Please shed some light...thank you
    Last edited by akiglobal (2009-11-26 07:41:00)

    How silly of me.....first of all...I entered 'mysqld start', I should have just entered 'mysqld', second of all, I didn't change the file permission on /var/run/mysqld. I change /var/run/mysqld file permission into 'chmod 777 /var/run/mysqld -R', after that mysql works!

  • Can't start up after power failure.

    Greetings.
    Here in the Santa Cruz mountains we experience occasional power outages. After an outage, when I attempt to re-start the computer, it doesn't get past the spinning spokes (or whatever you call that thing). The thing just keeps spinning until I press the power button, shut the computer off, and re-start. After one or two tries, it starts up, but I'd like to know how to prevent the problem in the first place.
    G4 Dual 450   Mac OS X (10.3.9)   1 GB RAM

    The first thing you should do after an abnormal shutdown is boot from your OS X Installer Disc and use Disk Utility to repair both the hard drive and permissions.
    There are two ways to prevent a problem like this:
    1. Buy an external Firewire drive and backup software. Maintain a bootable backup of your system on the external drive. Update incrementally on a regular schedule - Daily for your work files; weekly for the entire system.
    2. Buy an Uninterruptible Power Supply (UPS) with sufficient capacity to keep your system running long enough for you to shutdown normally until power is restored. Usually this means a UPS with enough capacity for about 10 minutes of operating time on battery. Of course you can buy as much capacity as you are willing to spend money for if you want longer operating times during blackouts.

  • Can Not start Database after Server is restarted !!!!

    I am building a oracle Hyperion Essbase and planning sandbox on my laptop using VMware 9.0
    and 11gr2 as ny database.
    Once I complete the install and config, I am installing the essbase EAS client, once that is completed I have too restart the server
    once the Server is back up, the database is giving me the following Error:
    Database Instance: Hyperion
    Enterprise Manager is not able to connect to the database instance. The state of the components are listed below. Page Refreshed  Aug 31, 2013 2:19:45 AM EDT  
    Database Instance
    Host  localhost
    Port  1521
    SID  Hyperion
    Oracle Home  C:\app\Administrator\product\11.2.0\dbhome_1
    Listener
    Status  Down
    Host  localhost
    Port  1521
    Name  LISTENER
    Oracle Home  C:\app\Administrator\product\11.2.0\dbhome_1
    Location  C:\app\Administrator\product\11.2.0\dbhome_1\network\admin
    Details  TNS-12541: TNS:no listener 
    Agent Connection to Instance
    Status  Failed
    Details  ORA-12541: TNS:no listener (DBD ERROR: OCIServerAttach
    Change Status Details
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    SQL> Connected to an idle instance.
    SQL> SQL> ORA-00119: invalid specification for system parameter LOCAL_LISTENER
    ORA-00132: syntax error or unresolved network name 'LISTENER_HYPERION'
    Disconnected
    Database Instance: Hyperion
    Error Message
    The operation for starting up the database has failed. Click 'View Details' to see the error. You may have to perform a recovery.
    View Details
    Perform Recovery
    Enterprise Manager is not able to connect to the database instance. The state of the components are listed below. Page Refreshed  Aug 31, 2013 6:56:37 AM EDT
    Please advise

    Not clear what you are asking instruction i am following
    again I need a Database schema for Oracle Hyperion Shared Services
    I set up the database and config the Hyperion Essbase application
    but when I  restart the server the database gives me the above error
    Listener / Status  Down / Host  localhost
    and
    Agent Connection to Instance Status  Failed
    Details  ORA-12541: TNS:no listener (DBD ERROR: OCIServerAttach
    I manually went into the database instance and started the Listener
    but I can not start the database
    it is saying me to do a recovery ????
    Details
    SQL> Connected to an idle instance.
    SQL> SQL> ORA-00119: invalid specification for system parameter LOCAL_LISTENER
    ORA-00132: syntax error or unresolved network name 'LISTENER_HYPERION'
    Disconnected
    Database Instance: Hyperion
    Error Message
    The operation for starting up the database has failed. Click 'View Details' to see the error. You may have to perform a recovery.
    View Details
    Perform Recovery
    what can I do Please advise

  • Can't start up after disconnect ethernet network of 2 macs

    I tried conecting 2 macs via ethernet. Personal file sharing was turned on with both. Printer sharing seemed not to work, so that was disabled on both. Ethernet cable from systems to router connected to cable modem. Seemed to work well for my purpose -- access to second drive on old 733 G4.
    Before I disconnected the ethernet cable, I turned off file sharing on both machines. They seemed to run fine after disconnect. Then turned off the G4.
    I left the iMac running with some software active for one day while away from home. Returned to see blank screen. Moved trackball to wake from what I thought was display sleep but nothing happened.
    Install disk (10.4.4) will start up machine, but cannot install to the internal drive since it is not seen. Disk Utility shows drive, but no volume to repair disk.
    My question: Can I start up my iMac in a way to bypass looking for a network startup and see the internal drive?
    20" iMac Core Duo 2.0 Ghz   Mac OS X (10.4.6)  

    "Target Mode will only work with ATA disks"
    No, that is not correct, also works with SATA, which is in all Intel Macs. However, I think I recall that both computers need to be updated to the same Mac OS X version, such as 10.4.6
    Apple article Startup key combinations for Intel-based Macs
    Apple article with example of Firewire Target Disk usage with Intel Macs
    Back to attempting normal startup:
    hold down the "option" key instead of the x key above, and hold until the disk option you want to select appears. From my experience, the iMac Intel will show the startup disc choices quickly, within less than a minute under normal conditions, much quicker than the G5's.

  • Can't start RoboHelp5 after I used trial of RH6

    I installed the trial version of RH6 on my computer. (Before
    doing so, I made backups of my project, in case of non
    compatibility with RH5). After the trial period I decided not to
    buy it yet and uninstalled RH6, because I couldn't find important
    differences (at least not concerning the functions I'm using) and
    because the font problem (conversion from Arial to Times, even with
    the Adobe patch and after uninstalling alle security updates for
    Office) was the same with RH6.
    Now I can't start my projects at all. When I try to start the
    RH Explorer I get a message, that the registry AppPath can't be
    read. I uninstalled both: Office and RH completely, reinstalled
    Office 2003, then RoboHelp, but the same problem is appearing.
    Even the projects I saved as backup and that I never opened
    in RH6 don't work any more.
    Any idea what I can do? (can there be hidden elements of RH6
    which are not deleted automatically, when uninstalling with the
    Software menu in my control panel?)

    On my site there is a topic about installing and
    uninstalling. In it there is reference to an Adobe topic covering a
    full uninstall which does require some registry editing. That was
    written for X5 but I think it will cover RH6. I cannot guarantee
    that though.
    Make sure you create a System Restore point before you start
    playing with the registry and only do that if you feel confident.
    If not, enlist some help from IT or a developer.

  • Can't start apache after linking mod_wl_20.so in the https.conf

    I get a segementation fault when trying to start apache after i have linked the apache plug-in.
    Anyone ever run into this?
    I fails whether the <IfModule> statement is there or not.

    Appreciate your response. This is all I have done.
    Installed IHS 2.0.47, copied mod_wl_20.so file to modules directory and made one entry in httpd.conf:
    LoadModule weblogic_module modules/mod_wl_20.so
    IHS core dumps on when tried to startup. This is all that is documented in the "Using Web Server Plug-Ins with WebLogic Server" document. Please let me know if I am missing any additional information. Thanks! i would appreciate if you can email me your httpd.conf file for my reference. Thanks!
    [email protected] or [email protected]
    Suresh,

  • Can't start UCSM after java upgrade

    Hi
    After I have been recommended to upgrade to newest java, I can't start UCS Manager anymore.
    I try from a Windows 7 64 Bits computer and a Windows 8 64 Bits computer.
    Same error.
    As you see, I have java 1.7.0_07. It is higher than the reguirement.
    UCSM version is 2.0(2q)
    Because there is some security issues with earlier java versions, I don't want to downgrade.
    Do anyone have any solution on this problem?
    I have uninstalled every version of Java, and just installed the newest, but it didn't help
    Thanks for any help.

    Hi Sting,
    For you to use 1.7 you need to have UCSM version 2.0.3a and above.
    http://www.cisco.com/en/US/docs/unified_computing/ucs/release/notes/OL_25363.html
    (check the system requirement section).
    At this point, the only option for you is to downgrade back to a 1.6 version.
    ./Abhinav

  • IPhoto 11 slideshow music: Can I start music after 1st slide?

    Can I start the music at the second slide in IPHOTO 11 slideshow?

    No. However, you can add a  track of dead air (silence) of a few seconds and use that track with the other track in a custom playlist. You may have to experiment with the length depending on the length of the sideshow if you use Scale to Music.  If you set a definite slide display time create the dead air track to that length.
    You can use a 3rd party audio editor or Garageband to create the dead air track.
    OT

  • Help -can't start up after uupgrade and 'internet cleanup' install

    I've got a problem... trying to remember how my installs went, but recently installed 10.5.4 and shortly thereafter a smith micro product called internet cleanup. in addition, during the restart, the air conditioner for our upstairs (computer / exercise room died and at 85F or so, returned to find the fans running full blast and the international "NO" sign in place of the gray apple at startup.
    I am unable to start up at this point and don't know why. I have run disk utility and repaired 1 permission, no joy, and ran disk warrior last night and still can't start up. OS cd and DW see my drive ok and perform tests and repairs ok, but still can't start up.
    if anyone has a recommendation, I'm all ears. I'm ready to start unplugging any peripherals, open the case, and unplug memory, not knowing what else to do.
    thanks in advance,
    macles,
    les owens
    bath, nc

    Get a UPS 1500VA for your Mac Pro.
    I would be surprised Smith is 10.5.x compatible, why not look at Onyx or Leopard Cache Cleaner, or just manually clean out ~/Library/Caches/
    Resetting the SMC (button for pre-2008, leaving unplugged for 2008 model).
    http://www.apple.com/support/macpro/
    Obviously first, if DW repairs your drive and you are running 10.5.4, you have another disk drive and can boot, no?
    Backups and cloned system?
    Else, start installing and setting up a new OS boot drive. Later you can try to merge or migrate and salvage files and applications.
    Note some of the comments on this Internet Cleanup 5.0
    http://www.versiontracker.com/dyn/moreinfo/macosx/19900

  • Iphone can't start up after reset.how do i get it to start up again?

    iphone 3gs cannot start up after reset. How do i get it to start up again?

    an icon with usb to itunes..what's that means?

Maybe you are looking for

  • How can I disable "download error" dialog box when saving a complete web page?

    Sometimes, when I try to save a web page as type: "Web Page, complete", firefox displays download error dialog box stating a file "could not be saved, because the source file could not be read." I don't have a problem with firefox couldn't save that

  • External Editor Doesn't Update Aperture 3 mage

    Relatively new to Mac. Using Aperture 3 with Photoshop Elements 9 selected as the external editor. First time to try external editing. Seleted "edit in external editor" and Aperture makes a new version and Photoshop Elements 9 opens up with the selec

  • How to replace the hinge for g410?

    How do I replace the g410 hinges myself?

  • Businesss partner change

    Hi , I am trying to use BAPI_ISUPARTNER_CHANGE to change the BP . I am passing post_code1 , region , taxjurcode but i am not able to see the changes thorough FPP3 . i.e., address is not changing . can anyone tell me how to use this BAPI to change the

  • Safe to remove linux kernel when using linux-lts kernel?

    I'm using the `linux-lts` kernel on my work machine (less reboots after updates); I know in theory it should be safe to remove the normal `linux` kernel (and it's dependencies) but does anyone know if it is safe in practice? Nothing that assumes ther