Can`t start oracle instance 11gR2 on Ubuntu 10.4

I noticed something that some diretories are named using my hostname (phoenixbai) while others use localhost.
e.g.
./cdata/localhost
./localhost_ora11g
./localhost_ora11g/sysman/emd/upload/localhost_host_host_configuration_old
./oc4j/j2ee/OC4J_DBConsole_localhost_ora11g
./log/phoenixbai (DIR)
when I rename localhost in ./oc4j/j2ee/OC4J_DBConsole_localhost_ora11g, ./localhost_ora11g with phoenixbai, i can start the oracle instance.
but still, I can`t start lsnrctl & emctl. here is the listener.ora, tnsnames.ora, and /etc/hosts details:
LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1522))
      (ADDRESS = (PROTOCOL = TCP)(HOST = phoenixbai)(PORT = 1522))
ADR_BASE_LISTENER = /u01/oracle
ORA11G =
  (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = phoenixbai)(PORT = 1522))
    (CONNECT_DATA =
      (SERVER = DEDICATED)
      (SERVICE_NAME = ora11g)
EXTPROC_CONNECTION_DATA =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1522))
    (CONNECT_DATA =
      (SID = PLSExtProc)
      (PRESENTATION = RO)
LISTENER_ORA11G =
  (ADDRESS = (PROTOCOL = TCP)(HOST = phoenixbai)(PORT = 1522))
127.0.0.1     phoenixbai     localhost.localdomain     localhost
127.0.1.1     phoenixbai     phoenixbai
127.0.0.1     localhost     localhost
#127.0.0.1       phoenixbai      phoenixbai
#127.0.1.1       localhost       localhost
# The following lines are desirable for IPv6 capable hosts
::1     localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhostsAnyone any idea?
Please help! if you need any more info, let me know!

Hi;
Duplicate post:
http://forums.oracle.com/forums/thread.jspa?threadID=1111584&tstart=0
If possible please change this thread status to answered(dublicate post), it pretend to lose time of other forums user while they are searching open question which is not answered,thanks for understanding
Regard
Helios

Similar Messages

  • How can i start oracle databases? i am using Oracle 8.1.6 for linux.

    when i run dbstart,it gives me following message:
    Database "ora4cweb" warm started.
    but when i use sqlplus,it says:
    ORA-01034: ORACLE not available
    i made a mistake ,i shutdown my linux before i shutdown oracle databases,how can i start oracle databases now?thanks in advance.

    try it without the scripts...
    login to linux as oracle
    start server manager
    svrmgrl
    connect internal
    startup
    select sysdate from dual;if that works
    exitcheck listener
    lsnrctl
    statif nothing running type
    start
    exitnull

  • Not able to start oracle instance

    Hi ,
    While trying to start oracle instance the following error was displayed.
    ORA-00205: error in identifying control file, check alert log for more info
    I tried refering the older posts and replicated the same but still the same issue occurs.
    Could anyone help out on this.
    Thanks,

    Hi,
    This is a new instance that was installed.
    I'm not able to locate any control files and also unable to late spfile. When i check for initorcl.ora file i could not locate the control files, i could see only the below information
    # define two control files by default
    control_files = (ora_control1, ora_control2)
    I could see only a directory named pfile but it doesnot contain any files in it.
    bash-3.2# pwd
    /pvcs/oracledump/oracle/product/10.2.0/db_2/admin/orcl
    bash-3.2# ls -latr
    total 32
    drwxr-x--- 2 oracle oinstall 4096 Jun 29 06:30 udump
    drwxr-x--- 2 oracle oinstall 4096 Jun 29 06:30 pfile
    drwxr-x--- 2 oracle oinstall 4096 Jun 29 06:30 dpdump
    drwxr-x--- 2 oracle oinstall 4096 Jun 29 06:30 cdump
    drwxr-x--- 2 oracle oinstall 4096 Jun 29 06:30 bdump
    drwxr-x--- 2 oracle oinstall 4096 Jun 29 06:30 adump
    drwxr-x--- 3 oracle oinstall 4096 Jun 29 06:30 ..
    drwxr-x--- 8 oracle oinstall 4096 Jun 29 06:30 .
    Here is the output of my envirnment:
    SQL> SELECT * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bi
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for Linux: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    **SQL> SHOW PARAMETER CONTROL_FILES;
    NAME TYPE VALUE
    control_files string /pvcs/oracledump/oracle/produc
    t/10.2.0/db_2/dbs/ora_control1
    , /pvcs/oracledump/oracle/prod
    uct/10.2.0/db_2/dbs/ora_contro12
    Plese let me know what else have to be done from my end.

  • Can not start SAP instance after change the profile

    Dear all
    We use system copy to build SAP system.
    Source
    Ecc 6.0(64 bit)
    Windows Server 2008 SP2
    SQL Server 2008 SP2
    Target
    Ecc 6.0(64 bit)
    Windows Server 2008 SP2
    SQL Server 2008 SP2
    In target system, we want to use the instance profile as source system,
    but after copy from source system we find that if parameter em address_space_mb = 512 in the profile,
    we can not start SAP instance.
    Could anyone explain it?
    Best regards
    Shirley

    Hi Shirley,
    I assume the hardware is less on the target than on the source or they are different at least in terms of hardware specs
    If the system is not starting, check the dev_disp.log, the stderr* files, and the dev_w0 log from the work directory to find the exact error. Does the system start if you increase or decrease this value?
    Regards,
    Paul

  • Can't start Oracle XE in Ubuntu LInux

    hi everyone, i've just installed the oracle xe version for Linux as deb file, i could start and install it to my linux pc. Then, i tried to start Oracle database from,
    applications> oracle database 10g express edition > start database;
    i get an error, my user is not a member of dba group. Then, i changed group my user to dba, then i start the database, there will be nothing. I am trying to connect via sql plus,
    SQL> CONN
    Enter user-name: HR
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Warning: You are no longer connected to ORACLE.
    SQL>
    i am getting this error, do you have any advice to solve this problem?
    Thanks for responses.

    Reason: You are connected to an idle instance so on sqlplus
    username pwd screen enter credentials, hit enter.
    You will be prompted for username and pwd
    enter / as sysdba on username
    will say connected to an idle instance then
    issue a startup command

  • Error when starting oracle instance

    Hi,
    today, after a lot of trouble, I was able to install oracle 10.2.0.1 on redhat as 4 upd 2 x86_64.
    This link helped me so much http://www.puschitz.com/InstallingOracle10g.shtml help.
    I met a link error because of binutils version. After I installed binutils-2.15.92.0.2-15.0.0.0.2.x86_64.rpm (my version was binutils-2.15.92.0.2-15.0.0.0x86_64.rpm), I did retry and the install problem was solved.
    Then during dbca I met another error (ORA-12547: TNS:lost contact) because of libaio. I had 32 bit version instead of 64 bit. After the package update dbca run successfully.
    I'm facing the following problem during instance startup:
    "Thu Apr 19 17:40:17 2007
    Errors in file /oracle/admin/UAT/udump/uat_ora_2697.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12663: Services required by client not available on the server
    ORA-36961: Oracle OLAP is not available.
    ORA-06512: at "SYS.OLAPIHISTORYRETENTION", line 1
    ORA-06512: at line 15"
    I told you those things about installation phase because maybe this error is related to the install (maybe something went wrong without I know it).
    Error in trace is:
    /oracle/admin/UAT/udump/uat_ora_2697.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning and Data Mining options
    ORACLE_HOME = /oracle/10gR2
    System name: Linux
    Node name: uatlxora1.bw-ita.it
    Release: 2.6.9-22.EL
    Version: #1 Mon Sep 19 17:49:49 EDT 2005
    Machine: x86_64
    Instance name: UAT
    Redo thread mounted by this instance: 1
    Oracle process number: 15
    Unix process pid: 2697, image: [email protected] (TNS V1-V3)
    *** SERVICE NAME:(SYS$USERS) 2007-04-19 17:40:17.788
    *** SESSION ID:(104.3) 2007-04-19 17:40:17.788
    Error in executing triggers on database startup
    *** 2007-04-19 17:40:17.789
    ksedmp: internal or fatal error
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12663: Services required by client not available on the server
    ORA-36961: Oracle OLAP is not available.
    ORA-06512: at "SYS.OLAPIHISTORYRETENTION", line 1
    ORA-06512: at line 15
    The strange thing is that I haven't installed OLAP option. I installed enterprise edition + partioning.
    Any help is much appreciated. Is my installation ok?
    Thanks in advance,
    Tarek

    Hi guido,
    i have the same problem with OLAP, when i start an instance i have got error messages in alert_log, and a lot of objekts a invalid, i can not recompile the objekt, oracle will it automatic, and ends with this errors:
    Line # = 0 Column # = 0 Error Text = ORA-12663: Services required by client not available on the server
    Line # = 0 Column # = 0 Error Text = ORA-36961: Oracle OLAP is not available.
    Line # = 0 Column # = 0 Error Text = ORA-06512: at line 4
    Line # = 0 Column # = 0 Error Text = ORA-06512: at "SYS.OLAPIMPL_T", line 17
    Line # = 0 Column # = 0 Error Text = ORA-06512: at "SYS.OLAPIMPL_T", line 23
    I have oracle installed on debian 3.1
    Have you any suggestions to solve this problem?
    Thanks
    ANDREAS
    -GERMANY-

  • Auto start Oracle instance in linux

    Can I configure oracle to auto start an oracle instance in linux environment ?

    Here are the steps to enable the oracle service start automatically during the system boot
    Login as root in Linux box to execute the following steps
    1. the flag set to Y in /etc/oratab file with the respective instance
    2. Copy the oracle script in /etc/init.d folder
    3. change the permission < chmod 755 <script filename>
    4. add the service <chkconfig --add <script filename>
    5 Put the service auto on <chkconfig <script filename> on >
    6. To verify the oracle service startup automatic < service <script filename> stop > < service <script filename> start >
    Regards
    N Jandial

  • Help me! why can not start oracle management server?

    maybe for my shutdown and startup database abnormal for several
    times,now the server oracleorahome81management server can't start
    and while i logon to enterprise manager console,it show me a
    error as follow
    "vtk-1002:The Oracle Management Server you are trying to connect
    to is still in the process of initialization. Please wait for it
    to start up completely and then try logging in again"
    the error also when i restart my machine.
    and,the configuration assistant can not logon to database.
    but sql*plus,sql worksheet can work normal.

    Hi,
    Sock Hoon (guest) wrote:
    : I have just installed Oracle Application Server (OAS) on my
    : machine running Windows NT 4.0 Workstation. When I logon to the
    OAS don't run on Win NT with installed service pack 4.
    Go back to service pack 3 or apply patch from Developer 6.0 to
    OAS.
    : OAS manager and tried to start ORB, I got below error message:
    : Please wait while the command is being processed on host ssoh_x
    : YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    : Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    : Starting ORB processes...Returning filename D:
    : \orant\orb\admin\.event
    : waiting for ORB to be ready...
    : YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    : Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    : ORB is not responding. Please restart manually...
    : I have tried to re-install OAS for the second time. But I still
    : got the same problem.
    : I plan to use the OAS, together with Oracle Internet Commerce
    : Server (ICS) to develop an e-commerce project. I am yet to
    : download and install the ICS. I don't have any Oracle databases
    : installed in my machine. I'm using MS SQL Server 7.0 instead.
    : Please advised me on how to configure the ORB so that I'll be
    : able to start the application server.
    Best regards Andrew
    null

  • Can't Start Oracle BPM Workspace

    I'm trying to start oracle BPM workspace through this URI http://localhost:7001/bpm/workspace but it gives me an error which is:
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    *10.4.5 404 Not Found*
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    If anyone know about that,please help me.I can't complete my semester project_
    Note: it works when I try to start the following URIs:
    http://localhost:7001/console/login/LoginForm.jsp
    http://localhost:7001/em

    Most likely you didn't check the 'Oracle BPM Suite'/'Oracle BPM Suite for developers' when you configured the SOA domain. Go to '<YOUR_MIDDLEWARE_HOME>\Oracle_SOA1\common\bin\' and run the config.cmd.
    Choose 'Extend an existing Web Logic Domain' and then be sure to select 'Oracle BPM Suite'/'Oracle BPM Suite for developer'. Then it should work.
    Good luck,
    Mihai

  • Can't start OC4J instance

    hi all
    i can't start OC4J for forms , this happend after installed jdeveloper 10.1.3
    on IDS 10.1.2.0.2
    if any advice to help me in this issue
    thanks

    Don't install JDeveloper on top of any Oracle Home - install it in a separate directory.
    The install guide clearly states so - http://www.oracle.com/technology/products/jdev/htdocs/10.1.3.1/install.html#install_start_windows

  • Can i start oracle forms and reports 11g services in linux with opmnctl ?

    Hi:
    I am so confused with weblogic and forms 11g that i don't know nothing at all looll :)
    Someone told me that to start oracle forms i need to this
    [oracle@biz ~]$./startManagedWebLogic.sh WLS_FORMS
    This scripts asks for a password and that's annoying... and it just stays waiting there.. i mean does not stay running in background... So if i finish my ssh session it will shutdown...
    Today at oracle support they told me that i still can start forms with OPMN using opmnctl as we use to do in 10g... Is this possible? Does anyone here have a startup script for forms and reports 11g under linux? How do you guys start forms and reports?
    Regards
    Ricardo

    Hi Ricardo,
    Someone told me that to start oracle forms i need to this
    [oracle@biz ~]$./startManagedWebLogic.sh WLS_FORMS
    This scripts asks for a password and that's annoying... and it just stays waiting there.. i mean does not stay running in background... So if i finish my ssh session it will shutdown...After starting WLS_FORMS, you can very well send it to background.
    Press Ctrl+Z and then type bg it will move it to background
    >
    Today at oracle support they told me that i still can start forms with OPMN using opmnctl as we use to do in 10g... Is this possible? Does anyone here have a startup script for forms and reports 11g under linux? How do you guys start forms and reports?
    with just opmnctl we cant run Forms I believe, we need to have WLS_FORMS also running ..
    Forms requires ohs or wc to be up and running along with WLS_FORMS , thats is what is my understanding ..

  • Can't start Oracle service

    HI
    Am Just starting oracle serviceORCL..but it is getting error...since yesterday i was run oracle successfully..and last night i just did "shut immediate"
    and today morning i came up with this error
    Could not start the OracleDBConsoleORCL service on Local Computer. Error 1053: The service did not respond to the start or the control request in a timely fashion.
    C:\Documents and Settings\srinivasa>ping localhost
    Pinging OAKDENE-0027.oakdeneindia.net [127.0.0.1] with 32 bytes of data:
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Ping statistics for 127.0.0.1:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 0ms, Maximum = 0ms, Average = 0ms
    C:\Documents and Settings\srinivasa>lsnrctl
    LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 - Production on 29-NOV-2011 10:43
    :02
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Welcome to LSNRCTL, type "help" for information.
    LSNRCTL> stat
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date                29-NOV-2011 10:24:36
    Uptime                    0 days 0 hr. 18 min. 37 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   D:\app\srinivasa\product\11.2.0\dbhome_1\network\admin
    \listener.ora
    Listener Log File         d:\app\srinivasa\diag\tnslsnr\OAKDENE-0027\listener\al
    ert\log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl.oakdeneindia.net" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB.oakdeneindia.net" has 1 instance(s).
      Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL> start
    TNS-01106: Listener using listener name LISTENER has already been started
    LSNRCTL>please help me on this
    Thanks

    newbie wrote:
    HI
    Am Just starting oracle serviceORCL..but it is getting error...since yesterday i was run oracle successfully..and last night i just did "shut immediate"
    and today morning i came up with this error
    Could not start the OracleDBConsoleORCL service on Local Computer. Error 1053: The service did not respond to the start or the control request in a timely fashion.
    C:\Documents and Settings\srinivasa>ping localhost
    Pinging OAKDENE-0027.oakdeneindia.net [127.0.0.1] with 32 bytes of data:
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
    Ping statistics for 127.0.0.1:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 0ms, Average = 0ms
    C:\Documents and Settings\srinivasa>lsnrctl
    LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 - Production on 29-NOV-2011 10:43
    :02
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Welcome to LSNRCTL, type "help" for information.
    LSNRCTL> stat
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date                29-NOV-2011 10:24:36
    Uptime                    0 days 0 hr. 18 min. 37 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   D:\app\srinivasa\product\11.2.0\dbhome_1\network\admin
    \listener.ora
    Listener Log File         d:\app\srinivasa\diag\tnslsnr\OAKDENE-0027\listener\al
    ert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl.oakdeneindia.net" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB.oakdeneindia.net" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL> start
    TNS-01106: Listener using listener name LISTENER has already been started
    LSNRCTL>please help me on this
    Thanksno listener is required to start or access local DB

  • How can I start oracle databse in linux ?

    I have rebooted the machine and oracle database did not start.
    How can I start manually oracle database ?
    Thanks a lot !!!

    sqlplus
    connect as sysdba
    startup pfile=<Path to your init.ora>

  • Unable to start Oracle Instance via "dbstart"

    I've successfully loaded Oracle 11g on a Red Hat Enterprise Linux 5.3. I'm now trying to start the instance and database using the "dbstart". The command does not start the instance successfully or the database. I've pasted the results from the log below:
    /opt/oracle/product/11.1.0/db_1/bin/dbstart: Starting up database "TestDB"
    Sun Jul 12 16:07:22 EDT 2009
    Error 6 initializing SQL*Plus
    Message file sp1<lang>.msb not found
    SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory
    /opt/oracle/product/11.1.0/db_1/bin/dbstart: line 113: [: 11: unary operator expected
    logger: No init file found for Database instance "TestDB".
    logger: Error: Database instance "TestDB" NOT started.
    I've been researching this all weekend and have not found a solution yet. Please point me in the right direction for a solution.
    My oratab file contains the path of the TestDB and is set to "Y". My profile is as follows:
    ORACLE_OWNER="oracle"
    ORACLE_HOME="/opt/oracle/product/11.1.0/db_1"
    ORACLE_HOME_LISTNER=$ORACLE_HOME
    Thanks

    Here are the results of the request:
    [root@cscdserver13 ~]# su - oracle
    [oracle@cscdserver13 ~]$ lsnrctl status
    LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 13-JUL-2009 21:34:24
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    Linux Error: 111: Connection refused
    [oracle@cscdserver13 ~]$ lsnrctl start
    LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 13-JUL-2009 21:34:50
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Starting /opt/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 /opt/oracle/product/11.1.0/db_1/network/admin/listener.ora
    Log messages written to /opt/oracle/product/11.1.0/db_1/diag/tnslsnr/cscdserver13/listener/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=cscdserver13.azalea.local)(PORT=1521)))
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.1.0.6.0 - Production
    Start Date 13-JUL-2009 21:34:50
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /opt/oracle/product/11.1.0/db_1/network/admin/listener.ora
    Listener Log File /opt/oracle/product/11.1.0/db_1/diag/tnslsnr/cscdserver13/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=cscdserver13.azalea.local)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    [oracle@cscdserver13 ~]$ lsnrctl status
    LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 13-JUL-2009 21:35:10
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.1.0.6.0 - Production
    Start Date 13-JUL-2009 21:34:50
    Uptime 0 days 0 hr. 0 min. 19 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /opt/oracle/product/11.1.0/db_1/network/admin/listener.ora
    Listener Log File /opt/oracle/product/11.1.0/db_1/diag/tnslsnr/cscdserver13/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=cscdserver13.azalea.local)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    [oracle@cscdserver13 ~]$ lsnrctl service
    LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 13-JUL-2009 21:35:36
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    The listener supports no services
    The command completed successfully
    [oracle@cscdserver13 ~]$ sqlplus '/ as sysdba'
    SQL*Plus: Release 11.1.0.6.0 - Production on Mon Jul 13 21:36:18 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 3206836224 bytes
    Fixed Size 2148680 bytes
    Variable Size 1879049912 bytes
    Database Buffers 1308622848 bytes
    Redo Buffers 17014784 bytes
    Database mounted.
    Database opened.
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    PL/SQL Release 11.1.0.6.0 - Production
    CORE 11.1.0.6.0 Production
    TNS for Linux: Version 11.1.0.6.0 - Production
    NLSRTL Version 11.1.0.6.0 - Production
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    With the Partitioning, Oracle Label Security, OLAP, Data Mining,
    Oracle Database Vault and Real Application Testing options
    [oracle@cscdserver13 ~]$
    I appreciate all your help. At this point I'm completely lost.
    Thanks

  • Can't start Oracle Directory Manager

    Hi,
    I have installed and configured OID in OFM11g, but I have no idea how to validate it. I am not sure whether I configured it successful.
    I have installed identity server 10.1.4.3.0 refering to link . It said that if I installed it successful, I can start OAM Identity Server service ( [step 18|http://www.oracle.com/technology/obe/fusion_middleware/im1014/ovd-oam/oam-ovd/install_oam/install_oam.htm#t2] Start -> Control Panel -> Administrative Tools -> Services, right-clicking the Oracle Access Manager Identity Server (identity) service, and selecting Start.) However, when I start the service, I can't see Oracle Directory Manager ( [step 19|http://www.oracle.com/technology/obe/fusion_middleware/im1014/ovd-oam/oam-ovd/install_oam/install_oam.htm#t2] ). Actually, nothing happened.
    When you completed the installation of Identity Server, could you open the Oracle Directory Manager ?
    Your help is appreciate.
    Best,
    Sunny.Zhang
    Edited by: Sunny.Zhang on 2009-10-4 上午10:21

    Hi,
    You can validate OID installation through 'opmnctl' and/or 'ldapbind'. You can access 'Oracle Directory Services Manager' through a browser using the url -
    'http://<host>:<port>/odsm/faces/odsm.jspx'.
    Here is a link which shows screenshots of the overview of 'Oracle Directory Services Manager'.
    -- Pramod Aravind

Maybe you are looking for