Not able to start the oracle database with ASM

HI all,
WE are using oracle10.2.0.1 on OEL5.
I have mounted ASM but when i try to start the oracle database, it is asking "db is already started shut it down first"
[root@localhost ~]# /etc/init.d/oracleasm listdisks
VOL1
VOL2
[root@localhost ~]#
[root@localhost ~]# su - oracle
-bash-3.2$ sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Mon May 31 02:12:06 2010
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
SQL> shutdown
ORA-01012: not logged on
SQL> startp mount
SP2-0734: unknown command beginning "startp mou..." - rest of line ignored.
SQL> conn / as sysdba
Connected.
SQL> shutdown
ASM diskgroups dismounted
ASM instance shutdown
SQL> startup mount
ASM instance started
Total System Global Area  130023424 bytes
Fixed Size                  2019032 bytes
Variable Size             102838568 bytes
ASM Cache                  25165824 bytes
ASM diskgroups mounted
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
-bash-3.2$ export ORACLE_SID=dbtest
-bash-3.2$ sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Mon May 31 02:13:30 2010
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
SQL> exit
-bash-3.2$ cd /u01/app/oracle/admin/dbtest/pfile/
-bash-3.2$ ls -l
total 8
-rw-r----- 1 oracle oinstall 2442 May 27 23:07 init.ora.427201023913
-rw-r--r-- 1 oracle oinstall 1406 May 31 01:44 sqlnet.log
-bash-3.2$ pwd
/u01/app/oracle/admin/dbtest/pfile
-bash-3.2$ sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Mon May 31 02:14:00 2010
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
SQL> exit
-bash-3.2$ sqlplus "/as sysdba"
SQL*Plus: Release 10.2.0.1.0 - Production on Mon May 31 02:14:09 2010
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
SQL> startup pfile="/u01/app/oracle/admin/dbtest/pfile/init.ora.427201023913';
ORA-01081: cannot start already-running ORACLE - shut it down first
SQL>
-bash-3.2$ ps -ef|grep ora
root      5501  5483  0 00:32 ?        00:00:00 hald-addon-storage: polling /dev/hdc
root      6333     1  0 00:32 ?        00:00:00 /bin/su -l oracle -c sh -c 'cd /u01/app/oracle/product/10.1.0/db_1/log/localhost/cssd;  ulimit -c unlimited; exec /u01/app/oracle/product/10.1.0/db_1/bin/ocssd '
oracle    6527  6333  0 00:33 ?        00:00:00 /u01/app/oracle/product/10.1.0/db_1/bin/ocssd.bin
oracle    6849     1  0 00:49 ?        00:00:00 /u01/app/oracle/product/10.1.0/db_1/bin/tnslsnr LISTENER -inherit
root      7637  7617  0 01:53 pts/2    00:00:00 su - oracle
oracle    7638  7637  0 01:53 pts/2    00:00:00 -bash
root      7751  6763  0 02:11 pts/1    00:00:00 su - oracle
oracle    7752  7751  0 02:11 pts/1    00:00:00 -bash
oracle    7773     1  0 02:12 ?        00:00:00 oracledbtest (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
oracle    7777     1  0 02:13 ?        00:00:00 asm_pmon_dbtest
oracle    7779     1  0 02:13 ?        00:00:00 asm_psp0_dbtest
oracle    7781     1  0 02:13 ?        00:00:00 asm_mman_dbtest
oracle    7783     1  0 02:13 ?        00:00:00 asm_dbw0_dbtest
oracle    7785     1  0 02:13 ?        00:00:00 asm_lgwr_dbtest
oracle    7787     1  0 02:13 ?        00:00:00 asm_ckpt_dbtest
oracle    7789     1  0 02:13 ?        00:00:00 asm_smon_dbtest
oracle    7791     1  0 02:13 ?        00:00:00 asm_rbal_dbtest
oracle    7793     1  0 02:13 ?        00:00:00 asm_gmon_dbtest
oracle    7805  7752  0 02:15 pts/1    00:00:00 ps -ef
oracle    7806  7752  0 02:15 pts/1    00:00:00 grep ora
-bash-3.2$
{code}
so anybody can help me how to start the oracle database....                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

-bash-3.2$ sqlplus "/as sysdba"
SQL*Plus: Release 10.2.0.1.0 - Production on Mon May 31 02:26:11 2010
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
SQL> show parameter instance
NAME                                 TYPE        VALUE
active_instance_count                integer
cluster_database_instances           integer     1
instance_groups                      string
instance_name                        string      dbtest
instance_number                      integer     0
instance_type                        string      asm
open_links_per_instance              integer     4
parallel_instance_group              string
parallel_server_instances            integer     1
SQL>
-bash-3.2$ sqlplus "/as sysdba"
SQL*Plus: Release 10.2.0.1.0 - Production on Mon May 31 02:26:11 2010
Copyright (c) 1982, 2005, Oracle.  All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
SQL> show paramete instance_name
SP2-0158: unknown SHOW option "paramete"
instance "local"
SP2-0158: unknown SHOW option "_name"
SQL> show parameter instance
NAME                                 TYPE        VALUE
active_instance_count                integer
cluster_database_instances           integer     1
instance_groups                      string
instance_name                        string      dbtest
instance_number                      integer     0
instance_type                        string      asm
open_links_per_instance              integer     4
parallel_instance_group              string
parallel_server_instances            integer     1
SQL>
-bash-3.2$ ps -ef|grep pmon
oracle    7777     1  0 02:13 ?        00:00:00 asm_pmon_dbtest
oracle    7851  7752  0 02:32 pts/1    00:00:00 grep pmon
-bash-3.2$
-bash-3.2$

Similar Messages

  • Not able to Start the oracle db error "ORA-01031: insufficient privileges"

    Hi experts,
    I have oracle 11g setup on so solaris. i changed the db_cache_size
    & processes values and stopped the DB services after that i am not able to start the oracle DB. Listener is running.
    when i start the db server its giving the below error(startup.log)
    ./dbstart: Starting up database "orcl"
    Mon Sep 27 04:31:08 MDT 2010
    SQL*Plus: Release 11.1.0.7.0 - Production on Mon Sep 27 04:31:08 2010
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    SQL> ERROR:
    ORA-01031: insufficient privileges
    SQL> ORA-01031: insufficient privileges
    SQL>
    ./dbstart: Database instance "orcl" warm started.
    Please help me to ressolve this issue.
    Thanks
    Krishna

    yes, password file is there in /etc/passwd
    here are the contents:
    root:x:0:0:Super-User:/:/sbin/sh
    lroot:x:0:0:Super-User:/:/sbin/sh
    daemon:x:1:1::/:
    bin:x:2:2::/usr/bin:/bin/false
    sys:x:3:3::/:
    adm:x:4:4:Admin:/var/adm:/bin/false
    lp:x:71:8:Line Printer Admin:/usr/spool/lp:/bin/false
    uucp:x:5:5:uucp Admin:/usr/lib/uucp:/bin/false
    nuucp:x:9:9:uucp Admin:/var/spool/uucppublic:/usr/lib/uucp/uucico
    listen:x:37:4:Network Admin:/usr/net/nls:/bin/false
    nobody:x:60001:60001:Nobody:/:/bin/false
    noaccess:x:60002:60002:No Access User:/:/bin/false
    nobody4:x:65534:65534:SunOS 4.x Nobody:/:/bin/false
    itunix:x:50000:14:IT Unix Account:/export/home/itunix:/bin/csh
    hharika:x:765:38:Harpal Harika:/export/home/hharika:/bin/csh
    prsingh:x:795:38:Pradeep Singh:/export/home/prsingh:/bin/csh
    mmir:x:1229:21:Mir Monis Ali:/export/home/mmir:/bin/csh
    bogunnai:x:1207:21:Bose Ogunnaike:/export/home/bogunnai:/bin/ksh
    mpokala:x:2117:21:Mahesh Pokala:/export/home/mpokala:/bin/ksh
    apopov:x:2385:38:Anton Popov:/export/home/apopov:/bin/csh
    kkeith:x:2629:227:Kevin Keith:/home/kkeith:/usr/bin/ksh
    sshd:x:22:22:SSH Privsep:/var/empty:/bin/false
    patrol:x:2784:10:Patrol User:/opt/bmc:/usr/bin/ksh
    smmsp:x:25:25:Sendmail Submission user:/none:/bin/false
    ldap:x:50001:1002::/export/home/ldap:/bin/sh
    perfuser:x:884:268::/export/home/perfuser:/bin/csh
    webservd:x:80:80::/home/webservd:/bin/pfsh
    oracle:x:156:40:Oracle Software Owner:/export/home/oracle:/bin/bash
    perfuser_idc:x:64383:1::/home/perfuser_idc:/bin/sh
    idc_perf:x:64384:292::/home/idc_perf:/bin/sh

  • Not able to start the Oracle Enterprise Manager

    Hi All,
    I have installed the Oracle AS Infra on Linux box. I am able to start all the component using opmnctl startall and its showing alive also.
    I am able to login to OID. But not able to login to Oracle Enterprise Manager.
    After starting the Oracle Enterprise Manager using ./emctl start iasconsole
    getting below error in ons.log file
    09/10/13 20:35:58 [4] ONS server initiated
    09/10/13 20:35:58 [2] BIND (Address already in use)
    09/10/13 20:35:58 [2] 127.0.0.1:1034 - listener BIND failed
    09/10/13 20:35:58 [4] Listener thread -1275728992: 127.0.0.1:1034 (0x442) terminating
    09/10/13 20:35:58 [1] Local listener terminated
    09/10/13 20:35:59 [4] Local connection 0,127.0.0.1,1034 missing form factor
    <unknown>
    09/10/13 20:35:59 [4] Local connection 0,127.0.0.1,1034 missing form factor
    <unknown>
    09/10/13 20:35:59 [4] Local connection 0,127.0.0.1,1034 missing form factor
    <unknown>
    09/10/13 20:35:59 [4] Local connection 0,127.0.0.1,1034 missing form factor
    <unknown>
    09/10/13 20:35:59 [4] Local connection 0,127.0.0.1,1034 missing form factor
    <unknown>
    09/10/13 20:35:59 [4] Local connection 0,127.0.0.1,1034 missing form factor
    <unknown>
    09/10/13 20:37:59 [4] Local connection 0,127.0.0.1,1034 missing form factor
    <unknown>
    09/10/13 20:37:59 [4] Local connection 0,127.0.0.1,1034 missing form factor
    <unknown>
    09/10/13 20:37:59 [4] Local connection 0,127.0.0.1,1034 missing form factor
    <unknown>
    09/10/13 20:37:59 [4] Local connection 0,127.0.0.1,1034 missing form factor
    <unknown>
    09/10/13 20:37:59 [4] Local connection 0,127.0.0.1,1034 missing form factor
    <unknown>
    Please help me on this.
    Quick response will be appreciated.

    I have executed the command and got below result
    COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
    java 314 oracleam 10u IPv4 236338 TCP localhost.localdomain:41652->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 12u IPv4 236344 TCP localhost.localdomain:41654->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 14u IPv4 236348 TCP localhost.localdomain:41656->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 15u IPv4 236350 TCP localhost.localdomain:41657->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 16u IPv4 236402 TCP localhost.localdomain:41659->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 17u IPv4 236410 TCP localhost.localdomain:41661->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 18u IPv4 236428 TCP localhost.localdomain:41667->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 20u IPv4 236443 TCP localhost.localdomain:41674->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 24u IPv4 236502 TCP localhost.localdomain:41679->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 32u IPv4 236506 TCP localhost.localdomain:41681->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 33u IPv4 236513 TCP localhost.localdomain:41683->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 34u IPv4 236733 TCP localhost.localdomain:41696->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 35u IPv4 237150 TCP localhost.localdomain:41718->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 36u IPv4 237244 TCP localhost.localdomain:41721->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 37u IPv4 237248 TCP localhost.localdomain:41723->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 38u IPv4 237279 TCP localhost.localdomain:41729->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 39u IPv4 237281 TCP localhost.localdomain:41730->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 40u IPv4 237293 TCP localhost.localdomain:41733->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 41u IPv4 237295 TCP localhost.localdomain:41734->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 42u IPv4 239188 TCP localhost.localdomain:41737->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 43u IPv4 239196 TCP localhost.localdomain:41739->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 44u IPv4 239198 TCP localhost.localdomain:41740->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 45u IPv4 239200 TCP localhost.localdomain:41741->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 46u IPv4 239208 TCP localhost.localdomain:41743->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 47u IPv4 239250 TCP localhost.localdomain:41749->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 48u IPv4 239253 TCP localhost.localdomain:41750->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 49u IPv4 239257 TCP localhost.localdomain:41752->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 50u IPv4 239259 TCP localhost.localdomain:41753->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 51u IPv4 239261 TCP localhost.localdomain:41754->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 52u IPv4 239269 TCP localhost.localdomain:41756->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 53u IPv4 239276 TCP localhost.localdomain:41757->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 54u IPv4 239319 TCP localhost.localdomain:41758->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 55u IPv4 239323 TCP localhost.localdomain:41760->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 56u IPv4 239355 TCP localhost.localdomain:41765->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 57u IPv4 239368 TCP localhost.localdomain:41766->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 58u IPv4 239380 TCP localhost.localdomain:41769->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 59u IPv4 239382 TCP localhost.localdomain:41770->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 60u IPv4 239388 TCP localhost.localdomain:41772->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 61u IPv4 239392 TCP localhost.localdomain:41774->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 62u IPv4 239394 TCP localhost.localdomain:41775->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 63u IPv4 239396 TCP localhost.localdomain:41776->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 64u IPv4 239404 TCP localhost.localdomain:41778->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 65u IPv4 239424 TCP localhost.localdomain:41785->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 66u IPv4 239427 TCP localhost.localdomain:41786->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 67u IPv4 239432 TCP localhost.localdomain:41788->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 68u IPv4 239434 TCP localhost.localdomain:41789->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 69u IPv4 239436 TCP localhost.localdomain:41790->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 70u IPv4 239444 TCP localhost.localdomain:41792->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 71u IPv4 239446 TCP localhost.localdomain:41793->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 72u IPv4 239463 TCP localhost.localdomain:41794->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 73u IPv4 239467 TCP localhost.localdomain:41796->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 74u IPv4 239489 TCP localhost.localdomain:41803->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 75u IPv4 239491 TCP localhost.localdomain:41804->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 76u IPv4 239503 TCP localhost.localdomain:41807->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 77u IPv4 239505 TCP localhost.localdomain:41808->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 78u IPv4 239515 TCP localhost.localdomain:41811->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 79u IPv4 239519 TCP localhost.localdomain:41813->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 80u IPv4 239523 TCP localhost.localdomain:41814->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 81u IPv4 239525 TCP localhost.localdomain:41815->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 82u IPv4 239533 TCP localhost.localdomain:41817->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 83u IPv4 239552 TCP localhost.localdomain:41823->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 110u IPv4 126383 TCP localhost.localdomain:46540->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 117u IPv4 111061 TCP localhost.localdomain:42736->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 118u IPv4 105577 TCP localhost.localdomain:41300->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 119u IPv4 96758 TCP localhost.localdomain:39158->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 120u IPv4 94007 TCP localhost.localdomain:38446->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 122u IPv4 102826 TCP localhost.localdomain:40607->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 123u IPv4 124612 TCP localhost.localdomain:46090->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 124u IPv4 119613 TCP localhost.localdomain:44885->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 125u IPv4 122728 TCP localhost.localdomain:45603->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 126u IPv4 113248 TCP localhost.localdomain:43226->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 128u IPv4 128272 TCP localhost.localdomain:47030->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 129u IPv4 133174 TCP localhost.localdomain:48214->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 130u IPv4 143669 TCP localhost.localdomain:50853->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 131u IPv4 156014 TCP localhost.localdomain:53980->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 132u IPv4 140651 TCP localhost.localdomain:50147->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 133u IPv4 141438 TCP localhost.localdomain:50367->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 134u IPv4 149238 TCP localhost.localdomain:52303->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 135u IPv4 152323 TCP localhost.localdomain:53020->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 136u IPv4 154138 TCP localhost.localdomain:53494->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 137u IPv4 164752 TCP localhost.localdomain:56140->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 138u IPv4 167569 TCP localhost.localdomain:56621->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 139u IPv4 178977 TCP localhost.localdomain:59481->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 140u IPv4 176240 TCP localhost.localdomain:58775->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 143u IPv4 182972 TCP localhost.localdomain:60459->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 144u IPv4 187640 TCP localhost.localdomain:61664->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 145u IPv4 120680 TCP localhost.localdomain:45145->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 146u IPv4 194571 TCP localhost.localdomain:63380->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 147u IPv4 193675 TCP localhost.localdomain:63144->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 148u IPv4 196537 TCP localhost.localdomain:63871->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 149u IPv4 205259 TCP localhost.localdomain:33836->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 150u IPv4 207212 TCP localhost.localdomain:34329->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 151u IPv4 214074 TCP localhost.localdomain:36038->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 152u IPv4 215999 TCP localhost.localdomain:36522->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 153u IPv4 148366 TCP localhost.localdomain:52077->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 154u IPv4 227498 TCP localhost.localdomain:39455->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 155u IPv4 218786 TCP localhost.localdomain:37237->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 156u IPv4 234456 TCP localhost.localdomain:41160->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 157u IPv4 220583 TCP localhost.localdomain:37742->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 158u IPv4 157045 TCP localhost.localdomain:54244->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 159u IPv4 229424 TCP localhost.localdomain:39943->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 168u IPv4 181830 TCP localhost.localdomain:60230->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 170u IPv4 190566 TCP localhost.localdomain:62428->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 174u IPv4 208171 TCP localhost.localdomain:34589->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 176u IPv4 215112 TCP localhost.localdomain:36297->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 178u IPv4 210889 TCP localhost.localdomain:35312->localhost.localdomain:1034 (ESTABLISHED)
    java 314 oracleam 182u IPv4 221682 TCP localhost.localdomain:38020->localhost.localdomain:1034 (ESTABLISHED)
    opmn 31989 root 8u IPv4 88042 TCP localhost.localdomain:1034 (LISTEN)
    opmn 31989 root 12u IPv4 236339 TCP localhost.localdomain:1034->localhost.localdomain:41652 (ESTABLISHED)
    opmn 31989 root 13u IPv4 88556 TCP localhost.localdomain:1034->localhost.localdomain:37473 (ESTABLISHED)
    opmn 31989 root 14u IPv4 88264 TCP localhost.localdomain:1034->localhost.localdomain:37436 (ESTABLISHED)
    opmn 31989 root 15u IPv4 88473 TCP localhost.localdomain:1034->localhost.localdomain:37458 (ESTABLISHED)
    opmn 31989 root 16u IPv4 88518 TCP localhost.localdomain:1034->localhost.localdomain:37469 (ESTABLISHED)
    opmn 31989 root 17u IPv4 236345 TCP localhost.localdomain:1034->localhost.localdomain:41654 (ESTABLISHED)
    opmn 31989 root 18u IPv4 236349 TCP localhost.localdomain:1034->localhost.localdomain:41656 (ESTABLISHED)
    opmn 31989 root 19u IPv4 236351 TCP localhost.localdomain:1034->localhost.localdomain:41657 (ESTABLISHED)
    opmn 31989 root 20u IPv4 236403 TCP localhost.localdomain:1034->localhost.localdomain:41659 (ESTABLISHED)
    opmn 31989 root 21u IPv4 236411 TCP localhost.localdomain:1034->localhost.localdomain:41661 (ESTABLISHED)
    opmn 31989 root 22u IPv4 236429 TCP localhost.localdomain:1034->localhost.localdomain:41667 (ESTABLISHED)
    opmn 31989 root 23u IPv4 236444 TCP localhost.localdomain:1034->localhost.localdomain:41674 (ESTABLISHED)
    opmn 31989 root 24u IPv4 236503 TCP localhost.localdomain:1034->localhost.localdomain:41679 (ESTABLISHED)
    opmn 31989 root 25u IPv4 236507 TCP localhost.localdomain:1034->localhost.localdomain:41681 (ESTABLISHED)
    opmn 31989 root 26u IPv4 236514 TCP localhost.localdomain:1034->localhost.localdomain:41683 (ESTABLISHED)
    opmn 31989 root 27u IPv4 236734 TCP localhost.localdomain:1034->localhost.localdomain:41696 (ESTABLISHED)
    opmn 31989 root 28u IPv4 237151 TCP localhost.localdomain:1034->localhost.localdomain:41718 (ESTABLISHED)
    opmn 31989 root 29u IPv4 237245 TCP localhost.localdomain:1034->localhost.localdomain:41721 (ESTABLISHED)
    opmn 31989 root 30u IPv4 237249 TCP localhost.localdomain:1034->localhost.localdomain:41723 (ESTABLISHED)
    opmn 31989 root 31u IPv4 237280 TCP localhost.localdomain:1034->localhost.localdomain:41729 (ESTABLISHED)
    opmn 31989 root 32u IPv4 237282 TCP localhost.localdomain:1034->localhost.localdomain:41730 (ESTABLISHED)
    opmn 31989 root 33u IPv4 237294 TCP localhost.localdomain:1034->localhost.localdomain:41733 (ESTABLISHED)
    opmn 31989 root 34u IPv4 237296 TCP localhost.localdomain:1034->localhost.localdomain:41734 (ESTABLISHED)
    opmn 31989 root 35u IPv4 239189 TCP localhost.localdomain:1034->localhost.localdomain:41737 (ESTABLISHED)
    opmn 31989 root 36u IPv4 239197 TCP localhost.localdomain:1034->localhost.localdomain:41739 (ESTABLISHED)
    opmn 31989 root 37u IPv4 239199 TCP localhost.localdomain:1034->localhost.localdomain:41740 (ESTABLISHED)
    opmn 31989 root 38u IPv4 239201 TCP localhost.localdomain:1034->localhost.localdomain:41741 (ESTABLISHED)
    opmn 31989 root 39u IPv4 239209 TCP localhost.localdomain:1034->localhost.localdomain:41743 (ESTABLISHED)
    opmn 31989 root 40u IPv4 239251 TCP localhost.localdomain:1034->localhost.localdomain:41749 (ESTABLISHED)
    opmn 31989 root 41u IPv4 239254 TCP localhost.localdomain:1034->localhost.localdomain:41750 (ESTABLISHED)
    opmn 31989 root 42u IPv4 239258 TCP localhost.localdomain:1034->localhost.localdomain:41752 (ESTABLISHED)
    opmn 31989 root 43u IPv4 239260 TCP localhost.localdomain:1034->localhost.localdomain:41753 (ESTABLISHED)
    opmn 31989 root 44u IPv4 239262 TCP localhost.localdomain:1034->localhost.localdomain:41754 (ESTABLISHED)
    opmn 31989 root 45u IPv4 239270 TCP localhost.localdomain:1034->localhost.localdomain:41756 (ESTABLISHED)
    opmn 31989 root 46u IPv4 239277 TCP localhost.localdomain:1034->localhost.localdomain:41757 (ESTABLISHED)
    opmn 31989 root 47u IPv4 239320 TCP localhost.localdomain:1034->localhost.localdomain:41758 (ESTABLISHED)
    opmn 31989 root 48u IPv4 239324 TCP localhost.localdomain:1034->localhost.localdomain:41760 (ESTABLISHED)
    opmn 31989 root 49u IPv4 239356 TCP localhost.localdomain:1034->localhost.localdomain:41765 (ESTABLISHED)
    opmn 31989 root 50u IPv4 239369 TCP localhost.localdomain:1034->localhost.localdomain:41766 (ESTABLISHED)
    opmn 31989 root 51u IPv4 239381 TCP localhost.localdomain:1034->localhost.localdomain:41769 (ESTABLISHED)
    opmn 31989 root 52u IPv4 239383 TCP localhost.localdomain:1034->localhost.localdomain:41770 (ESTABLISHED)
    opmn 31989 root 53u IPv4 239389 TCP localhost.localdomain:1034->localhost.localdomain:41772 (ESTABLISHED)
    opmn 31989 root 54u IPv4 239393 TCP localhost.localdomain:1034->localhost.localdomain:41774 (ESTABLISHED)
    opmn 31989 root 55u IPv4 239395 TCP localhost.localdomain:1034->localhost.localdomain:41775 (ESTABLISHED)
    opmn 31989 root 56u IPv4 239397 TCP localhost.localdomain:1034->localhost.localdomain:41776 (ESTABLISHED)
    opmn 31989 root 57u IPv4 239405 TCP localhost.localdomain:1034->localhost.localdomain:41778 (ESTABLISHED)
    opmn 31989 root 58u IPv4 239425 TCP localhost.localdomain:1034->localhost.localdomain:41785 (ESTABLISHED)
    opmn 31989 root 59u IPv4 239428 TCP localhost.localdomain:1034->localhost.localdomain:41786 (ESTABLISHED)
    opmn 31989 root 60u IPv4 239433 TCP localhost.localdomain:1034->localhost.localdomain:41788 (ESTABLISHED)
    opmn 31989 root 61u IPv4 239435 TCP localhost.localdomain:1034->localhost.localdomain:41789 (ESTABLISHED)
    opmn 31989 root 62u IPv4 239437 TCP localhost.localdomain:1034->localhost.localdomain:41790 (ESTABLISHED)
    opmn 31989 root 63u IPv4 239445 TCP localhost.localdomain:1034->localhost.localdomain:41792 (ESTABLISHED)
    opmn 31989 root 64u IPv4 239447 TCP localhost.localdomain:1034->localhost.localdomain:41793 (ESTABLISHED)
    opmn 31989 root 65u IPv4 239464 TCP localhost.localdomain:1034->localhost.localdomain:41794 (ESTABLISHED)
    opmn 31989 root 66u IPv4 239468 TCP localhost.localdomain:1034->localhost.localdomain:41796 (ESTABLISHED)
    opmn 31989 root 67u IPv4 239490 TCP localhost.localdomain:1034->localhost.localdomain:41803 (ESTABLISHED)
    opmn 31989 root 68u IPv4 239492 TCP localhost.localdomain:1034->localhost.localdomain:41804 (ESTABLISHED)
    opmn 31989 root 69u IPv4 239504 TCP localhost.localdomain:1034->localhost.localdomain:41807 (ESTABLISHED)
    opmn 31989 root 70u IPv4 239506 TCP localhost.localdomain:1034->localhost.localdomain:41808 (ESTABLISHED)
    opmn 31989 root 71u IPv4 239516 TCP localhost.localdomain:1034->localhost.localdomain:41811 (ESTABLISHED)
    opmn 31989 root 72u IPv4 239520 TCP localhost.localdomain:1034->localhost.localdomain:41813 (ESTABLISHED)
    opmn 31989 root 73u IPv4 239524 TCP localhost.localdomain:1034->localhost.localdomain:41814 (ESTABLISHED)
    opmn 31989 root 74u IPv4 239526 TCP localhost.localdomain:1034->localhost.localdomain:41815 (ESTABLISHED)
    opmn 31989 root 75u IPv4 239534 TCP localhost.localdomain:1034->localhost.localdomain:41817 (ESTABLISHED)
    opmn 31989 root 76u IPv4 239553 TCP localhost.localdomain:1034->localhost.localdomain:41823 (ESTABLISHED)
    opmn 31989 root 103u IPv4 126384 TCP localhost.localdomain:1034->localhost.localdomain:46540 (ESTABLISHED)
    opmn 31989 root 110u IPv4 111062 TCP localhost.localdomain:1034->localhost.localdomain:42736 (ESTABLISHED)
    opmn 31989 root 111u IPv4 105578 TCP localhost.localdomain:1034->localhost.localdomain:41300 (ESTABLISHED)
    opmn 31989 root 112u IPv4 96759 TCP localhost.localdomain:1034->localhost.localdomain:39158 (ESTABLISHED)
    opmn 31989 root 113u IPv4 94008 TCP localhost.localdomain:1034->localhost.localdomain:38446 (ESTABLISHED)
    opmn 31989 root 115u IPv4 102827 TCP localhost.localdomain:1034->localhost.localdomain:40607 (ESTABLISHED)
    opmn 31989 root 116u IPv4 124613 TCP localhost.localdomain:1034->localhost.localdomain:46090 (ESTABLISHED)
    opmn 31989 root 117u IPv4 119614 TCP localhost.localdomain:1034->localhost.localdomain:44885 (ESTABLISHED)
    opmn 31989 root 118u IPv4 122729 TCP localhost.localdomain:1034->localhost.localdomain:45603 (ESTABLISHED)
    opmn 31989 root 119u IPv4 113249 TCP localhost.localdomain:1034->localhost.localdomain:43226 (ESTABLISHED)
    opmn 31989 root 121u IPv4 128273 TCP localhost.localdomain:1034->localhost.localdomain:47030 (ESTABLISHED)
    opmn 31989 root 122u IPv4 133175 TCP localhost.localdomain:1034->localhost.localdomain:48214 (ESTABLISHED)
    opmn 31989 root 123u IPv4 143670 TCP localhost.localdomain:1034->localhost.localdomain:50853 (ESTABLISHED)
    opmn 31989 root 124u IPv4 156015 TCP localhost.localdomain:1034->localhost.localdomain:53980 (ESTABLISHED)
    opmn 31989 root 125u IPv4 140652 TCP localhost.localdomain:1034->localhost.localdomain:50147 (ESTABLISHED)
    opmn 31989 root 126u IPv4 141439 TCP localhost.localdomain:1034->localhost.localdomain:50367 (ESTABLISHED)
    opmn 31989 root 127u IPv4 149239 TCP localhost.localdomain:1034->localhost.localdomain:52303 (ESTABLISHED)
    opmn 31989 root 128u IPv4 152324 TCP localhost.localdomain:1034->localhost.localdomain:53020 (ESTABLISHED)
    opmn 31989 root 129u IPv4 154139 TCP localhost.localdomain:1034->localhost.localdomain:53494 (ESTABLISHED)
    opmn 31989 root 130u IPv4 164753 TCP localhost.localdomain:1034->localhost.localdomain:56140 (ESTABLISHED)
    opmn 31989 root 131u IPv4 167570 TCP localhost.localdomain:1034->localhost.localdomain:56621 (ESTABLISHED)
    opmn 31989 root 132u IPv4 178978 TCP localhost.localdomain:1034->localhost.localdomain:59481 (ESTABLISHED)
    opmn 31989 root 133u IPv4 176241 TCP localhost.localdomain:1034->localhost.localdomain:58775 (ESTABLISHED)
    opmn 31989 root 136u IPv4 182973 TCP localhost.localdomain:1034->localhost.localdomain:60459 (ESTABLISHED)
    opmn 31989 root 137u IPv4 194572 TCP localhost.localdomain:1034->localhost.localdomain:63380 (ESTABLISHED)
    opmn 31989 root 138u IPv4 120681 TCP localhost.localdomain:1034->localhost.localdomain:45145 (ESTABLISHED)
    opmn 31989 root 139u IPv4 193676 TCP localhost.localdomain:1034->localhost.localdomain:63144 (ESTABLISHED)
    opmn 31989 root 140u IPv4 187641 TCP localhost.localdomain:1034->localhost.localdomain:61664 (ESTABLISHED)
    opmn 31989 root 141u IPv4 196538 TCP localhost.localdomain:1034->localhost.localdomain:63871 (ESTABLISHED)
    opmn 31989 root 142u IPv4 205260 TCP localhost.localdomain:1034->localhost.localdomain:33836 (ESTABLISHED)
    opmn 31989 root 143u IPv4 207213 TCP localhost.localdomain:1034->localhost.localdomain:34329 (ESTABLISHED)
    opmn 31989 root 144u IPv4 214075 TCP localhost.localdomain:1034->localhost.localdomain:36038 (ESTABLISHED)
    opmn 31989 root 145u IPv4 216000 TCP localhost.localdomain:1034->localhost.localdomain:36522 (ESTABLISHED)
    opmn 31989 root 146u IPv4 148367 TCP localhost.localdomain:1034->localhost.localdomain:52077 (ESTABLISHED)
    opmn 31989 root 147u IPv4 227499 TCP localhost.localdomain:1034->localhost.localdomain:39455 (ESTABLISHED)
    opmn 31989 root 148u IPv4 218787 TCP localhost.localdomain:1034->localhost.localdomain:37237 (ESTABLISHED)
    opmn 31989 root 149u IPv4 234457 TCP localhost.localdomain:1034->localhost.localdomain:41160 (ESTABLISHED)
    opmn 31989 root 150u IPv4 220584 TCP localhost.localdomain:1034->localhost.localdomain:37742 (ESTABLISHED)
    opmn 31989 root 151u IPv4 157046 TCP localhost.localdomain:1034->localhost.localdomain:54244 (ESTABLISHED)
    opmn 31989 root 152u IPv4 229425 TCP localhost.localdomain:1034->localhost.localdomain:39943 (ESTABLISHED)
    opmn 31989 root 161u IPv4 181831 TCP localhost.localdomain:1034->localhost.localdomain:60230 (ESTABLISHED)
    opmn 31989 root 163u IPv4 190567 TCP localhost.localdomain:1034->localhost.localdomain:62428 (ESTABLISHED)
    opmn 31989 root 167u IPv4 208172 TCP localhost.localdomain:1034->localhost.localdomain:34589 (ESTABLISHED)
    opmn 31989 root 169u IPv4 215113 TCP localhost.localdomain:1034->localhost.localdomain:36297 (ESTABLISHED)
    opmn 31989 root 171u IPv4 210890 TCP localhost.localdomain:1034->localhost.localdomain:35312 (ESTABLISHED)
    opmn 31989 root 175u IPv4 221683 TCP localhost.localdomain:1034->localhost.localdomain:38020 (ESTABLISHED)
    java 32063 root 30u IPv4 88263 TCP localhost.localdomain:37436->localhost.localdomain:1034 (ESTABLISHED)
    java 32158 root 10u IPv6 88472 TCP localhost.localdomain:37458->localhost.localdomain:1034 (ESTABLISHED)
    java 32194 root 6u IPv4 88517 TCP localhost.localdomain:37469->localhost.localdomain:1034 (ESTABLISHED)
    httpd 32226 root 21u IPv4 88555 TCP localhost.localdomain:37473->localhost.localdomain:1034 (ESTABLISHED)
    Not sure where its used. Please have a look and do let me know how to proceed.
    Thanks in advance
    Edited by: user10632964 on 15 Oct, 2009 6:43 AM

  • Not able to start the RAC database service

    Hi Experts,
    I have created a RAC Database service . I have made two instances as preferred and no instance as available. When i am trying to start the service
    (srvctl start service -s newser -d newdb) , the command is hanging.
    Please help me out.
    Thanks and Regards.

    Hi Ivan,
    Grateful for the clue.
    We got the similar issue in the following 2 node RAC setting:
    - hpux 11.31 v3 (rx3600 series)
    - Oracle 10.2.0.4
    I discovered in the logs under $ORACLE_HOME/log/node_1/racg/imon_some_db.log" :
    2011-07-02 12:26:33.193: [ RACG][19] [3903][19][ora.bw_st.bw_st1.inst]: GIMH: GIM-00104: Health check failed to connect to instance.
    GIM-00090: OS-dependent operation:mmap failed with status: 12
    GIM-00091: OS failure message: Not enough space
    GIM-00092: OS failure occurred at: sskgmsmr_13
    Will try the patch to see whether gets fixed.
    Best Regards,

  • Not able to start the listener in oracle 10g  after the domain name changed

    Hi
    I had installed the oracle 10g on zLinux. It was working fine( was able to mount the database and start the listener). Now my server's domain name got changed. So i have added the new domain name in the tnsnames.ora and listeners.ora file . now i could able to mount the databases but am not able to start the listener . whille starting the listener , am getting the following error
    oracle@ptcr4d00:~> lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.2.0 - Production on 05-AUG-2009 10:31:05
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /opt/oracle/10g/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.2.0 - Production
    System parameter file is /opt/oracle/10g/network/admin/listener.ora
    Log messages written to /opt/oracle/10g/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=PTCR4D00)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    TNS-12547: TNS:lost contact
    TNS-12560: TNS:protocol adapter error
    TNS-00517: Lost contact
    Linux Error: 104: Connection reset by peer
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=PTCR4D00)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    I have posted the contents of the tnsnames.ora and listeners.ora
    TNSNAMES.ORA
    TC =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = PTCR4D00)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = TC)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    LISTENERS.ORA
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /opt/oracle/10g)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = PTCR4D00)(PORT = 1521))
    Could you please help me to resolve this issue ?
    Regards
    Mani

    Hi
    Please find the content of the /etc/hosts below
    # IP-Address Full-Qualified-Hostname Short-Hostname
    #127.0.0.1 localhost
    9.124.114.49 PTCR4D00
    # special IPv6 addresses
    ::1 localhost ipv6-localhost ipv6-loopback
    fe00::0 ipv6-localnet
    ff00::0 ipv6-mcastprefix
    ff02::1 ipv6-allnodes
    ff02::2 ipv6-allrouters
    ff02::3 ipv6-allhosts
    9.124.114.49 PTCR4D00 PTCR4D00
    Regards
    Mani

  • Not able to start the weblogic server ....

    Hi All,
    I am using JDeveloper  11.1.1.6 .
    I am not able to start the weblogic server .I am getting below Exception .I am not sure where I  need to check,,
    Error at line:2333 col:31  '' expected a valid beginning name character
    at weblogic.xml.babel.scanner.Name.read(Name.java:33)
        at weblogic.xml.babel.scanner.Name.read(Name.java:20)
        at weblogic.xml.babel.scanner.OpenTag.read(OpenTag.java:58)
        at weblogic.xml.babel.scanner.Scanner.startState(Scanner.java:251)
        at weblogic.xml.babel.scanner.Scanner.scan(Scanner.java:178)
        at weblogic.xml.babel.baseparser.BaseParser.accept(BaseParser.java:533)
        at weblogic.xml.babel.baseparser.Space.parse(Space.java:19)
        at weblogic.xml.babel.baseparser.BaseParser.parseElement(BaseParser.java:474)
        at weblogic.xml.babel.baseparser.BaseParser.parseSome(BaseParser.java:326)
        at weblogic.xml.stax.XMLStreamReaderBase.advance(XMLStreamReaderBase.java:195)
        at weblogic.xml.stax.XMLStreamReaderBase.next(XMLStreamReaderBase.java:237)
        at oracle.security.jps.internal.policystore.xml.StaxPolicyStoreParser.processFunctionParameters(StaxPolicyStoreParser.java:2207)
        at oracle.security.jps.internal.policystore.xml.StaxPolicyStoreParser.processFunction(StaxPolicyStoreParser.java:2135)
        at oracle.security.jps.internal.policystore.xml.StaxPolicyStoreParser.processFunctions(StaxPolicyStoreParser.java:2072)
        at oracle.security.jps.internal.policystore.xml.StaxPolicyStoreParser.processAppPolicy(StaxPolicyStoreParser.java:796)
        at oracle.security.jps.internal.policystore.xml.StaxPolicyStoreParser.processPolicyStore(StaxPolicyStoreParser.java:521)
        at oracle.security.jps.internal.core.datastore.xml.XmlDataStoreParser.getDataStoreEntryStax(XmlDataStoreParser.java:120)
        at oracle.security.jps.internal.core.datastore.xml.XmlDataStoreParser.getDataStoreEntry(XmlDataStoreParser.java:180)
        at oracle.security.jps.internal.core.datastore.xml.XmlDataStoreParser.getDataStoreEntry(XmlDataStoreParser.java:187)
        at oracle.security.jps.internal.core.datastore.xml.XmlDataStore.loadXmlDataStore(XmlDataStore.java:411)
        at oracle.security.jps.internal.core.datastore.xml.XmlDataStore.<init>(XmlDataStore.java:276)
        at oracle.security.jps.internal.core.datastore.xml.XmlDataStore.getInstance(XmlDataStore.java:209)
        at oracle.security.jps.internal.policystore.xml.XmlPolicyStore.buildFromFile(XmlPolicyStore.java:492)
        at oracle.security.jps.internal.policystore.xml.XmlPolicyStore.<init>(XmlPolicyStore.java:276)
        at oracle.security.jps.internal.policystore.xml.XmlPolicyStoreProvider.getInstance(XmlPolicyStoreProvider.java:100)
        at oracle.security.jps.internal.policystore.xml.XmlPolicyStoreProvider.getInstance(XmlPolicyStoreProvider.java:74)
        at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.findServiceInstance(ContextFactoryImpl.java:139)
        at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.getContext(ContextFactoryImpl.java:170)
        at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.getContext(ContextFactoryImpl.java:191)
        at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:132)
        at oracle.security.jps.internal.core.runtime.JpsContextFactoryImpl.getContext(JpsContextFactoryImpl.java:127)
        at oracle.security.jps.internal.policystore.PolicyUtil$2.run(PolicyUtil.java:2827)
        at oracle.security.jps.internal.policystore.PolicyUtil$2.run(PolicyUtil.java:2821)
        at java.security.AccessController.doPrivileged(Native Method)
        at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPDPService(PolicyUtil.java:2821)
        at oracle.security.jps.internal.policystore.PolicyUtil.getPDPService(PolicyUtil.java:3097)
        at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:164)
        at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1339)
        at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1018)
        at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
        at weblogic.security.SecurityService.start(SecurityService.java:141)
        at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    <Jul 19, 2013 11:11:09 AM IST> <Error> <Security> <BEA-090892> <The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: Cannot read from policy store. Reason is PolicyStore Error, javax.xml.stream.XMLStreamException: Error at line:2333 col:31  '
    Thanks ...

    hi user,
    did you check this.
    diehn.net/blog &amp;raquo; Blog Archive &amp;raquo; Weblogic AdminServer refused to start &amp;#8211; truncated syste…

  • Not able to start the Sun Java System Access Manager 7 Console

    Hi All,
    I have successfully installed the Sun Java System Portal Server 7 on RHEL 4.0.The problem I am facing is not able to start the Sun Java System Access Manager 7 Console while accessing the URL: http://fqdn:8080/amconsole
    As soon as I try to access this URL it gives me following Excepiton:::::::
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    com.iplanet.jato.NavigationException: Exception encountered during forward
    Root cause = [java.lang.NullPointerException]
         com.iplanet.jato.view.ViewBeanBase.forward(ViewBeanBase.java:386)
         com.iplanet.jato.view.ViewBeanBase.forwardTo(ViewBeanBase.java:267)
         com.iplanet.am.console.base.ConsoleServletBase.onUncaughtException(ConsoleServletBase.java:338)
         com.iplanet.jato.ApplicationServletBase.fireUncaughtException(ApplicationServletBase.java:1023)
         com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:469)
         com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:324)
         com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:294)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:747)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
         sun.reflect.GeneratedMethodAccessor106.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:585)
         org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         java.security.AccessController.doPrivileged(Native Method)
         javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
    If anyone have any idea about the cause of this error,please let me know.All suggestions are welcome .
    Thanx and Regards,
    Chirag.

    Hi All,
    I am having exactly the same problem with the same stack trace. Has anybody have an idea how to fix this?
    I have downloaded the Java Identity Management Suite.(java_es-5-identsuite-ga-windows-x86.zip) The first time installation was fine and I was able to bring the Access Manager console. I was able to create users groups etc.
    However, when I uninstalled and installed it again, I got exactly the same error described in the thread. Running "amserver start" and "amserver restart" did not help. I did the installation one more time
    but again I got the same error.
    Thanks for the help.
    celikkan

  • NOt able to start the listener..

    After Indtalling oracle 11g .. i am not able to start the listener
    dbstart $ORACLE_HOME
    lsnrctl start
    ORACLE_SID=orcl
    export ORACLE_SID
    lsnrctl start
    [oracle@test1 bin]$ lsnrctl start
    LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 27-DEC-2012 15:35:36
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/11.1.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 11.1.0.6.0 - Production
    System parameter file is /u01/app/oracle/product/11.1.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/diag/tnslsnr/test1/listener/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=test1.com)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.1.0.6.0 - Production
    Start Date 27-DEC-2012 15:35:37
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/11.1.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/diag/tnslsnr/test1/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=test1.com)(PORT=1521)))
    **The listener supports no services**The command completed successfully
    tried all posibalaties as here
    Oracle 11g Listener Supports No services
    Please help me beacuse of which my work is struck for whole day

    [oracle@test1 bin]$ ps -ef|grep tns
    oracle 13498 11176 0 16:41 pts/5 00:00:00 grep tns
    [oracle@test1 bin]$
    [oracle@test1 bin]$ lsnrctl start
    LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 27-DEC-2012 16:41:08
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/11.1.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 11.1.0.6.0 - Production
    System parameter file is /u01/app/oracle/product/11.1.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/diag/tnslsnr/test1/listener/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=test1.com)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.1.0.6.0 - Production
    Start Date 27-DEC-2012 16:41:10
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/11.1.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/diag/tnslsnr/test1/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=test1.com)(PORT=1521)))
    The listener supports no services+The command completed successfully
    [oracle@test1 bin]$
    [oracle@test1 bin]$ echo $ORACLE_SID
    orcl
    [oracle@test1 bin]$ echo $ORACLE_HOME
    /u01/app/oracle/product/11.1.0/db_1
    [oracle@test1 bin]$
    [oracle@test1 bin]$

  • I have garagaband for iOs in my iPhone 4S, I connect my squire iOs guitarr to the iPhone, I select a Guitar Amp at the GB app then I Only can tune the guitar but I m not able to make the guitar ring with the amps. May some one help me?

    I have garagaband for iOs in my iPhone 4S, I connect my Squire iOs guitarr to the iPhone, I select a Guitar Amp at the GB app then I Only can tune the guitar but I m not able to make the guitar ring with the amps. May some one help me?

    You got the new iphone?????   I have same problem.  I transferred audiobooks to device to find no audiobooks on device (despite it being in iTunes as if it was).  Have you found a solution?????   I even tried to change import settings on format transfer but hasn't worked. 

  • Hello, i changed my mediathek-folder due to space-problems and since then i am not able to fill the iphone (4) with music anymore. also i cant delete music in itunes, which already is on the iphone... HELP!!!

    hello, i changed my mediathek-folder due to space-problems and since then i am not able to fill the iphone (4) with music anymore. also i cant delete music in itunes, which already is on the iphone... HELP!
    does anybody know how to solve this problem? thx!

    If you want to try to clear even more disk space see https://discussions.apple.com/thread/5872318?tstart=0

  • I am not able to see the airplay icon with Maverick. Can anyone help on how to go about this?

    I am not able to see the airplay icon with Maverick. Can anyone help on how to go about this?

    Does restarting the router help?
    Best.

  • Installing Oracle Database with ASM on Oracle VM for SPARC

    We're installing Solaris 11 and Oracle VM for SPARC so we can install Oracle Database with ASM. There is a requirement when creating the database that the raw disk have an owner that is the same as the database. Everytime we try to change the owner it will always show that the owner is root.
    Any ideas?

    Hi
    Please let me know from where you are allocating ASM raw disks for the guest domain.
    i hope you are changing the disk permissions using chown -R
    Also confirm the permission using command # ls -IL /dev/rdsk
    Regards
    AB

  • Not able to start one rac database

    We had a 4 node RAC(11.2) environment in RH Linux.
    it was running fine. By mistake we change the owner of the mount point where oracle clusterware and database installed on first node.
    chown -R oracle:oinstall /u01
    chmod -R 775 /u01
    Due to this all services went down.
    Later we change the owner, as it is on node2 and restart the services and server.
    Now all the services are working fine. But oracle database is not coming up.
    It is not able to read the spfile from ASM.
    It is giving the error:
    [oracle@ch-racsvr1 trace]$ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Oct 6 21:52:27 2010
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORA-01078: failure in processing system parameters
    ORA-01565: error in identifying file '+ORA_DATA/sgspace/spfilesgspace.ora'
    ORA-17503: ksfdopn:2 Failed to open file +ORA_DATA/sgspace/spfilesgspace.ora
    ORA-01034: ORACLE not available
    ORA-27123: unable to attach to shared memory segment
    Linux-x86_64 Error: 13: Permission denied
    Additional information: 7077890
    Additional information: 10
    Please suggest, as i Think it is permissions issues. some file have permissions as rwsr-s--x in other nodes.

    Hi;
    You have related permisson on your path? You have permisson error.
    By the way i suggest move your thread to Forum Home » Grid Computing » Real Application Clusters which you could get more quick response
    Regard
    Helios

  • Not able to start the NW04 CI instance.

    Hi All,
       I installed NW04 JAVA with EP 6.0 on Windows 2003 SP1 with MS SQL. I configured SCS and CI to run on Virtual hosts SAPENQ01 and SAPJ2EE respectively for HA. I have two node cluster. When I start CI and SCS on same host they started just fine and everything is working. I switched the SCS instance group to second node and tried to start the CI instnce on first node. The CI is not able to start.
        I tried starting CI manually also ... bust it just gives message on command line saying "STARTSAP continues ... ". No logs are created. It never starts jcontrol.exe process. And also when I see SAP MMC ... it is not showing SAP instances there.
    Any help is greatly appreciated.
    TIA,
    cvr/

    Hi,
    Did you adjust the profile files of the Web AS so that they use the virtual host names (wherever host names are used), not the real host names. For example, if the host name of the message server in the profile is the real hostname of the machine, after the switchover connection to message server would not be possible.
    In addition, you would also have to check the DB connection settings (through the config tool) and make sure the virtual hostnames are used there too.
    Hope that helps.
    P.S. the logs of the startsap are generated in the \usr\sap\<SID>\SCS<nr>\work\sapstart.log.

  • After bring the Cluster and ASM is up, I'm not able to start the rdbms ins.

    I am not able to bring the database up.
    Cluster and ASM is up and running.
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/oracle/app/oracle/product/11.1.0/db_1/dbs/initTMISC11G.ora'

    That is wre the confusion is: I coud nt find it under O_H/dbs,
    However the log file indicates that it is using spfile which is located at :
    spfile = +DATA_TIER/dintw10g/parameterfile/spfile_dintw10g.ora
    Now it checks only the /dbs directory only i guess.
    Could you please how can i bring it up now.
    Just for the information: ASM instance is up.

Maybe you are looking for

  • Query with Apostrophe (single quote)

    Hi all, I have noticed that when you enter a search string with an apostrophe (eg. Tito's Station) in a textbox on a form linked to a table and hit the Query button, it generates an sql error. I think this is cos u cannot have an apostrophe (single q

  • Trouble Sharing iTunes Library w/2 Accounts/Same Computer

    So I moved the music folder to the Public folder and on the last step when I click Open nothing happens To share your music with multiple user accounts on one computer On Mac OS X On Windows To listen to another account's music files Open iTunes. Fro

  • Podcast rejected, can't get it to resubmit...

    I have had a podcast on itunes for the past 3 years.  I recently switched servers, so I stuck a HTTP 301 redirect on the old feed to send it to my feedburner page.  Almost immediately I received notice from Apple that my show had been rejected from t

  • SQL Tunning

    I am having one batch job in which query fatching data from various tables and inserting in one table. It's taking 3-4 hours. On generating explain plan i come to know that query taking more time due to one outer join between one view(say V1) and lar

  • In Change Request Making a default subject

    Dear all, We are using SOLMAN 4 and SCM functionality.When we create a change request from charm_create transcation,i want to set in the subject line Urgent correction as default.How can we this?please help Thanks in advance, Avinash