Problem with listener whe I create a new instance

Hi
I can not create two instances on my Oracle data base, the listener is not running or the service is not registred. This is my state:
I´ve installed Database Oracle 11gR2 on OEL (Oracle Linux Enterprise) and I need two instance, I created my first instance and I had some problems with my environment variable
but now it is fixed, when I execute: '*lsnrctl status*' it answers me:
LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 13-DEC-2010 16:48:03
Copyright (c) 1991, 2009, Oracle.  All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=SPHYNX)(PORT=1521)))
STATUS of the LISTENER
Alias                     LISTENER
Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production
Start Date                13-DEC-2010 15:09:39
Uptime                    0 days 1 hr. 38 min. 23 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   /home/oracle/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
Listener Log File         /home/oracle/app/oracle/diag/tnslsnr/SPHYNX/listener/alert/log.xml
Listening Endpoints Summary...
+(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=SPHYNX)(PORT=1521)))+
The listener supports no services
The command completed successfully
where SPHYNX is the computer´s name, when I read the 'forums.oracle' I see that the line where it tells me:
+'The listener supports no services'+
it´s wrong but I don´t undertand the problem
my Oracle´s enviroment variables are: env | grep ORA
ORACLE_BASE=/home/oracle/app/oracle
ORACLE_BIN=/home/oracle/app/oracle/product/11.2.0/dbhome_1/bin
ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/dbhome_1
and my listener is the created in the Oracle´s intallation, it is:
+# listener.ora Network Configuration File: /home/oracle/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora+
+# Generated by Oracle configuration tools.+
LISTENER =
+(DESCRIPTION_LIST =+
+(DESCRIPTION =+
+(ADDRESS = (PROTOCOL = TCP)(HOST = SPHYNX)(PORT = 1521))+
+)+
+)+
ADR_BASE_LISTENER = /home/oracle/app/oracle
my tnsmanes is:
+# tnsnames.ora Network Configuration File: /home/oracle/app/oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora+
+# Generated by Oracle configuration tools.+
INS1 =
+(DESCRIPTION =+
+(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))+
+(CONNECT_DATA =+
+(SERVER = DEDICATED)+
+(SERVICE_NAME = INS1)+
+)+
+)+
it´s created automatically when I delete my initial Instance orcl, created in the installation, and I create the instance INS1
My user is a special user called 'oracle' and it is not sudoer.
when I try to create the second instance the wizard tell me that the Enterprise Configuration is failed because the listener is not actived or the data base´s service is not registred in
it. I do not write the exact output because it is in spanish and I write a translation.
regards,
Pablo

I am sorry if there is any inconsistency but I am not the final user, I don´t know if the final user had some conection´s problem but I could access to the Enterprise Manager in the instance and I had to restart the computer many times after the first configuration, but the user never tell me anything about problems. I only access to the instance with the Enterprise Manager and it´s running
I´m sorry but I normally have Oracle on Windows and this is my first contact with Oracle and Linux, on Windows I never had these problems because Oracle did everything automatically on Windows.
The output that I receive with your commands is:
+[oracle@SPHYNX ~]$ uname -a+
Linux SPHYNX 2.6.18-194.el5xen #1 SMP Mon Mar 29 22:22:00 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
+[oracle@SPHYNX ~]$ uptime+
+19:12:22 up 6:16, 1 user, load average: 0.27, 0.18, 0.17+
+[oracle@SPHYNX ~]$ id+
uid=501(oracle) gid=501(oracle) grupos=501(oracle)
+[oracle@SPHYNX ~]$ ps -ef | grep -i pmon+
oracle   25336 25300  0 19:12 pts/1    00:00:00 grep -i pmon
+[oracle@SPHYNX ~]$ env | sort+
_=/bin/env
CVS_RSH=ssh
G_BROKEN_FILENAMES=1
HISTSIZE=1000
HOME=/home/oracle
HOSTNAME= SPHYNX
INPUTRC=/etc/inputrc
JAVA_HOME=/usr/java/jdk1.6.0_22/
LANG=es_ES.UTF-8
LESSOPEN=|/usr/bin/lesspipe.sh %s
LOGNAME=oracle
LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.sh=01;32:*.csh=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.cpio=01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.tif=01;35:
MAIL=/var/spool/mail/oracle
ORACLE_BASE=/home/oracle/app/oracle
ORACLE_BIN=/home/oracle/app/oracle/product/11.2.0/dbhome_1/bin
ORACLE_HOME=/home/oracle/app/oracle/product/11.2.0/dbhome_1
PATH=/home/oracle/app/oracle/product/11.2.0/dbhome_1/bin::/usr/java/jdk1.6.0_22/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin
PWD=/home/oracle
SHELL=/bin/bash
SHLVL=1
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
SSH_CLIENT=163.117.129.155 54971 22
SSH_CONNECTION=163.117.129.155 54971 163.117.129.170 22
SSH_TTY=/dev/pts/1
TERM=vt100
USER=oracle
+[oracle@SPHYNX ~]$ cat /etc/hosts+
+# Do not remove the following line, or various programs+
+# that require network functionality will fail.+
+127.0.0.1 SPHYNX localhost.localdomain localhost+
+::1 localhost6.localdomain6 localhost6+
+[oracle@SPHYNX ~]$ date+
lun dic 13 19:12:31 CET 2010

Similar Messages

  • Problem with FTP Adapter in creating a new Folder

    Hi all,
    I have a requirement in which a BPEL process shud create a folder named as sysdate dynamically and write a
    CSV file into that.(ex: PO/2010-03-09/PO_1.csv).I created a header variable for Oubound FTP adapter and
    passing the file directory as concat('PO/',xp20:current-date(),'/') to outbound header directory variable.Problem is FTP
    adapter is not creating the sysdate folder its says:1.check u have privileges 2.file name is too long....Blah....Blah.
    But i have all the privileges for that user.If i manually create the sysdate folder the FTP adapter is placing the CSV
    file.The same works fine with file adapter...but i need to use FTP since the FTP server can change in future.Seems to
    be a problem with FTP adapter....can some one help.
    Iam using SOA 10.1.3.4
    Regards,
    Edited by: 0racler on Mar 9, 2010 4:46 AM
    Edited by: 0racler on Mar 9, 2010 5:49 AM

    any thoughts????

  • Whlie creating a new instance, listener doesn't work

    Hi
    I got some problem while install a new instance.
    Maybe listener configured incorrectly
    please help me out.
    I created a new instance(SID:BUS) by myself.
    I didn't use DBCA or anyother tools
    There's legacy instance on my NT server.
    That's why I have to add a new instance.
    Here's list of command I've issued
    1. set initBUS.ora
    2. register as a service
    3. startup with nomount
    4. issue create database command
    5. run those script
    @C:\oracle\ora92\rdbms\admin\catalog.sql
    @C:\oracle\ora92\rdbms\admin\catproc.sql
    @C:\oracle\ora92\sqlplus\admin\pupbld.sql
    6. restart
    The problem is I can't connect to new SID(BUS) even though I add new sid to listener.ora(legacy sid works fine)
    I am sure that my new instance's listener works fine with this command
    c:\>lsnrctl status
    but it has unknown status ( I don't understand what stands for)
    when I try connecto sid(BUS), system back this msg
    SQL> conn sys/oracle as sysdba
    ERROR:
    ORA-12560: TNS:protocol adaptor error
    what is the problem?
    or which file or configure do I have to check?
    Thanks in advance
    here's listener.ora
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 601a4)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\ora92)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = ora9)
    (ORACLE_HOME = C:\oracle\ora92)
    (SID_NAME = ora9)
    (SID_DESC =
    (GLOBAL_DBNAME = OEMREP)
    (ORACLE_HOME = C:\oracle\ora92)
    (SID_NAME = OEMREP)
    (SID_DESC =
    (GLOBAL_DBNAME = BUS)
    (ORACLE_HOME = C:\oracle\ora92)
    (SID_NAME = BUS)
    here's tnsping results
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = ********)(PORT = 1521))) (C
    ONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = BUS)))
    **(20ms)
    here's listener log file
    19-NOV-2007 21:09:02 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=BUS)(CID=(PROGRAM=C:\oracle\ora92\bin\sqlplus.exe)(HOST=704C1)(USER=Administrator))) * (ADDRESS=(PROTOCOL=tcp)(HOST=211.183.9.223)(PORT=2565)) * establish * BUS * 12500
    TNS-12500: TNS:listener failed to start a dedicated server
    TNS-12560: TNS:protocol adapter error TNS-00530: Protocol adapter
    > error 32-bit Windows Error: 2: No such file or directory

    Sorry. It didn't work.
    Here's error MSG
    Microsoft Windows 2000 [Version 5.00.2195]
    (C) Copyright 1985-2000 Microsoft Corp.
    C:\Documents and Settings\Administrator>set ORACLE_SID=BUS
    C:\Documents and Settings\Administrator>sqlplus /nolog
    SQL*Plus: Release 9.2.0.1.0 - Production on 월 Nov 19 21:55:38 2007
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    SQL> conn sys/oracle as sysdba
    ERROR:
    ORA-12560: TNS:protocol adaptor error
    SQL> quit
    C:\Documents and Settings\Administrator>sqlplus /nolog
    SQL*Plus: Release 9.2.0.1.0 - Production on 월 Nov 19 21:56:08 2007
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    SQL> conn sys/oracle@bus as sysdba
    ERROR:
    ORA-12500: TNS:listener failed to start a dedicated server process
    SQL>

  • Problems when creating a new instance of an Input parameter for a REM

    I am working in a small demo which calls a Remote Enable Function Module in order to read data from the back end system. Since the function module I need to call ("BP_BUPA_SEARCH_BY_USER") is not Remote Enable I created a copy of it and made it Remote Enable ("Z_BUPA_SEARCH_BY_USER"). I have created the model within webdynpro without any problems but when my application reaches the line where I create a new instance of the object Z_Bupa_Search_By_User_Input (see below the source code), just before to call the remote function, the application stops there. I have exactly the same code in another bapi calls and it works fine. I am wondering if my problem has anything to do with the fact the function module i am calling is the function module I created. Any advice is very welcome.
    Regards,
    Diego.
    Source Code:
    msg.reportSuccess("------>>>");  "THIS LINE IS PRINTED
    Z_Bupa_Search_By_User_Input searchByUser =
    new Z_Bupa_Search_By_User_Input();  "PROGRAM STOPS HERE          
    msg.reportSuccess("<<<------");  "THIS LINE DOES NOT                
    wdContext.nodeZ_Bupa_Search_By_User_Input().bind(searchByUser);
    msg.reportSuccess("<----
    msg.reportSuccess("if (Internet_User != null)");
    if (Internet_User != null) {
    Usselmodbe ir_user = new Usselmodbe();
    ir_user.setSign("I");
    ir_user.setOption("EQ");
    ir_user.setLow(Internet_User);
    searchByUser.addIr_User(ir_user);

    Hi,
    Try to get some more error info, e.g. like this:
    try {
    Z_Bupa_Search_By_User_Input searchByUser =
    new Z_Bupa_Search_By_User_Input(); "PROGRAM STOPS HERE
    } catch (Exception e) {
        msg.raiseException(e.getMessage(), true);
    msg.reportSuccess("<<<------"); "THIS LINE DOES NOT
    good luck,
    Roelof

  • Problem with reinstalling Adobe Illustrator CS4 on new pc

    Using a new PC with Windows 7.  Upon reinstalling and inputting serial number, prompt appears..."We looked inthe default locations for qualifying products installed on this machine but none found.  You may verify upgrade eligibility now by completing fields to the right."  Choices given do not include Adobe Illustrator CS4.  What next?  I appreciate the help.

    I have a disc in the same box  that says CS3.  I thought that was an older version.  Should I try installing that disc first?  It seems to have a different serial number. Thanks so much for your help.  I appreciate it. 
    Date: Mon, 3 Sep 2012 15:25:41 -0600
    From: [email protected]
    To: [email protected]
    Subject: problem with reinstalling Adobe Illustrator CS4 on new pc
        Re: problem with reinstalling Adobe Illustrator CS4 on new pc
        created by Jeff A Wright in Downloading, Installing, Setting Up - View the full discussion
    It is looking for the qualifying product which entitles you to use the Illustrator CS4 update.  Did you have an older version of Illustrator which upgraded from?
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4670448#4670448
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4670448#4670448. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Downloading, Installing, Setting Up by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Problems with Firefox - unable to create a workset in the portal

    Problems with Firefox - unable to create a workset in the portal.

    Guys,
    I am running mozilla firefoz 5.0 and the only option that is coming to me is to create folder in CA.
    even though SAP recommands IE and allows portal from Mozilla, the later seems to have serious issues with Portal.
    I remember working with several versions of mozilla, sometimes you right click, all option will come but you will be unable to choose options coz when u bring cursor to them they will skid here and there..
    I hope no SAP note elobrates this as of now.
    Ankur

  • Problem with the agent console created in the ESSO-Logon Manager 64 bits

    Friends,
    When I use the installer that I created in the console ESSO-Logon Manager for 32-bit, this I install it on the client side and when I synchronize with the console-Logon Manager ESSO brings me and I can see the agent all the templates I configured.
    I have a problem with the agent console created in the Logon Manager ESSO-64bit.
    When I use this installer on the client stations and then by the agent does not envision the applications that I have configured in the console.
    This causes you can not do single sign on to applications that I have configured in the client stations
    To generate this installer use the source name: ESSO-LMx64.msi
    Can someone please help me with this problem, this only happens when I use the msi installer on 64-bit client stations.
    Thanks.

    Jackson_Bill wrote:
    What IDE are you using and what platform?Read first.
    Moh Bob wrote:
    I'm using J2ME platform SDK 3.0
    db

  • Is there compatibility problem with updating OS-X Lion to new Mountain Lion?

    is there compatibility problem with updating OS-X Lion to new Mountain Lion?

    http://www.apple.com/osx/specs/

  • Hi guy! I have been using iPhone since 2010 but now I'm facing problem with hardware still after i reclaim new iPhone some times my phone just completely blackout!! any idea??

    hi guy! I have been using iPhone since 2010 but now I'm facing problem with hardware still after i reclaim new iPhone some times my phone just completely blackout!! any idea??

    If there is a problem with your AppleID, you - and not the provider - must
    straighten out the matter.
    AppleID disabled:
    http://support.apple.com/kb/TS2446
    http://www.apple.com/support/itunes/contact/
    https://getsupport.apple.com/Issues.action

  • Using a Huawei datacard. Didnt have problems with my old Macbook.  My new MacBook Pro sometimes does not recognise it

    Using a Huawei datacard. Didnt have problems with my old Macbook.  My new MacBook Pro sometimes does not recognise it and Message flashes "Device disconnected or not available

    Hi
    Hope you found a solution by now.
    I reply because others might encounter the same problem.
    Mine was the one described here:
    https://discussions.apple.com/thread/2656776?start=0&tstart=0
    I also installed the latest version ov Mobile Partner (16.x)
    Cheers,
    Nick

  • Creating a new instance ofthe database

    I'm working on Linux and communicate with the Oracle 8 database from my java program. My problem is ... I want to create a new instance of the database so that my diff. programs will communicate with diff. users.,
    Please crack it out.

    I suspect you'll get more help if you address this question to the Linux forum. This question appears to have nothing whatsoever to do with the Oracle ODBC driver.
    Justin

  • Unable to create a new instance in Hyperion Conf Utility

    Hi,
    I have installed Planning 9.3.1 on XP Prof. Everything is configured correctly except for the instance. I try to create a new instance and system gives out the following -
    "System failure : Error while retrieving xml from database"
    I have re-installed and configured Planning thrice to check that error isn't on the installation side.
    Guru's, please provide your insights on this. If the instance is created, I can start working on the applications..
    Thanks for your time,
    Varma.

    John and YM,
    Thanks for your response.
    I have two laptops - XP Prof and Windows 2003 Server. I am encountering the same problem on both. I have configured everything correctly with Shared Services. Only options that show pending are - Product Instance Registration and Deregister from Shared Services.
    I have even started the services in the Same Order mentioned but to no use.
    When I start planning, I see a message come up -
    Can not get JDBC connection.
    java.lang.NullPointerException
    at com.hyperion.planning.sql.HspSQLImpl.getConnection(Unknown Source)
    at com.hyperion.planning.event.HspSysExtChangeHandler.actionPoller(Unkno
    wn Source)
    at com.hyperion.planning.event.HspSysExtChangeHandler.run(Unknown Source
    Can not get JDBC connection for SYS external changed actions.
    Can not get JDBC connection.
    java.lang.NullPointerException
    at com.hyperion.planning.sql.HspSQLImpl.getConnection(Unknown Source)
    at com.hyperion.planning.event.HspSysExtChangeHandler.actionPoller(Unkno
    wn Source)
    at com.hyperion.planning.event.HspSysExtChangeHandler.run(Unknown Source
    Can not get JDBC connection for SYS external changed actions.
    Can not get JDBC connection.
    java.lang.NullPointerException
    at com.hyperion.planning.sql.HspSQLImpl.getConnection(Unknown Source)
    at com.hyperion.planning.event.HspSysExtChangeHandler.actionPoller(Unkno
    wn Source)
    at com.hyperion.planning.event.HspSysExtChangeHandler.run(Unknown Source
    Can not get JDBC connection for SYS external changed actions.
    and finally the "Unable to retrieve xml file from database" message. ( in Hyp Conf Util )
    Any insight into this problem..???
    Thanks,
    Varma.

  • Schedule Webi (and Crystal) report without creating a new instance

    Hi all,
    I'm looking for the way to not create a new instance of the report when we schedule a report? Is it any actions on the InfoObject object? Or is it just impossible to do?
    Thanks in advance !
    Edited by: jerome.vervier on Nov 21, 2011 11:40 AM

    Hi,
    With regards to your query, whenever a report is scheduled an instance of it will be created.
    Therefore, it is not possible to schedule a report without creating an instance.
    Regards,
    Shreyans

  • How can i create a new instance on unix

    Hi,
    How can i create a new instance(instance only) on UNIX and how can i mount my database with this new instance.

    udayjampani wrote:
    Hi,
    How can i create a new instance(instance only) on UNIX and how can i mount my database with this new instance.1) Define Instance in your way!!?
    If you simply create a pfile and startup nomount with it, then -in theory- you have an instance running ( this method is used e.g. for restoring a rman backup )
    2) You can't. Database files are bound to a certain instance. What you can do is recreate an instance with e.g. a different name, using the scripts generated by a 'alter database backup controlfile to trace;' command
    Cheers
    FJFranken

  • Create a new instance in HPUNIX 8.1.7.database without Xwindows

    Can Somebody help me?
    I want to create a new instance in HP-UX 8.1.7 database. There is no Xwindows installed. I think i should do this in SQL plus.
    If so can sombody give my this script.
    thanks

    Can Somebody help me?
    I want to create a new instance in HP-UX 8.1.7 database. There is no Xwindows installed. I think i should do this in SQL plus.
    If so can sombody give my this script.
    thanks I have not tried this but expect you could use dbca (database creation assistant) with a script on the HP host.
    RP.

Maybe you are looking for

  • Transporting an ABAP query from DEV to QAS/PRD

    Hi all, I am trying to modify an existing query in DEV and move it to QAS and then to PRD. After making the changes in DEV, there was new transport request created, in which I had the changes for the query and in se93, i changed the name of the prog

  • Dreamweaver page with flash - look at this - want top and left static

    Dear Experts, Thank for reading this. http://maharishihoney.safire.com/ in the above page it is behaving just like wanted, EXCEPT want the top and left side to be 'pinned', meaning when resizing the browser window, the top does not disappear. I like

  • Problem with Per diem calculation in Travel Management module

    Dear ALL, We have configured Travel Management module in SAP and we have an issue with per diem calculation, viz.,  whenever we add an additional destination in the trip (T.code TRIP).  Ex: Employee's travel plan from 10/8/2011 (06.00 hrs) to 13/8/20

  • Using MDT, cannot map a specific network drive

    I built a system using the Win7 64-bit DVD, installed a few applications.  Tested opening a server in question.  Then ran Sysprep and Capture and saved the image as a WIM.  Put that WIM in a task sequence and installed on another machine.  Now that s

  • Cannot showing XL Reporter Window

    Dear Reporting Experts, I face problem when I finished upgrading SBO from 2005A version to 2007A PL46. Most of clients are succeed running XL Reporter, but several clients cannot load XL Reporter window after clicked menu Tools then XL Reporter. I ha