REG:MULTIPLE LISTNERS

Hi,
Oracle Version:10.2.0.1.0
Operating System:Windows Xp
How to start the multiple listeners in the database.
Here is my Listner.ora file
# listener.ora Network Configuration File: E:\oracle\product\10.2.0\db_1\network\admin\listener.ora
# Generated by Oracle configuration tools.
SID_LIST_LISTENER_rman =
(SID_LIST =
     (SID_DESC =
           (SID_NAME = orcl)
           (ORACLE_HOME = E:\oracle\product\10.2.0\db_1)
     (SID_DESC =
           (SID_NAME = rclon)
           (ORACLE_HOME = E:\oracle\product\10.2.0\db_1)
     (SID_DESC =
           (SID_NAME = stand)
           (ORACLE_HOME = E:\oracle\product\10.2.0\db_1)
     (SID_DESC =
           (SID_NAME = oracle)
           (ORACLE_HOME = E:\oracle\product\10.2.0\db_1)
LISTENER_rman =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
      (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.2.85)(PORT = 1521))
SID_LIST_LISTENER_clon=
(SID_LIST =
     (SID_DESC =
           (SID_NAME = poor)
           (ORACLE_HOME = E:\oracle\product\10.2.0\db_1)
LISTENER_clon =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
      (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.2.85)(PORT = 1522))
  )and ERROR i am getting
C:\Documents and Settings\poornaprasads>lsnrctl start
LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 14-SEP-2009 10:55:48
Copyright (c) 1991, 2005, Oracle.  All rights reserved.
Starting tnslsnr: please wait...
TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
System parameter file is E:\oracle\product\10.2.0\db_1\network\admin\listener.ora
Log messages written to E:\oracle\product\10.2.0\db_1\network\log\listener.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vtlsys2-85.virinchi.com)(PORT=1521)))
Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
STATUS of the LISTENER
Alias                     LISTENER
Version                   TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
Start Date                14-SEP-2009 10:55:49
Uptime                    0 days 0 hr. 0 min. 1 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   E:\oracle\product\10.2.0\db_1\network\admin\listener.ora
Listener Log File         E:\oracle\product\10.2.0\db_1\network\log\listener.log
Listening Endpoints Summary...
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vtlsys2-85.virinchi.com)(PORT=1521)))
The listener supports no services
The command completed successfully
C:\Documents and Settings\poornaprasads>lsnrctl start LISTENER_clon
LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 14-SEP-2009 10:55:59
Copyright (c) 1991, 2005, Oracle.  All rights reserved.
Starting tnslsnr: please wait...
TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
System parameter file is E:\oracle\product\10.2.0\db_1\network\admin\listener.ora
Log messages written to E:\oracle\product\10.2.0\db_1\network\log\listener_clon.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.2.85)(PORT=1522)))
TNS-12542: TNS:address already in use
TNS-12560: TNS:protocol adapter error
  TNS-00512: Address already in use
   32-bit Windows Error: 48: Unknown error
Listener failed to start. See the error message(s) above...
C:\Documents and Settings\poornaprasads>Regards
Poorna

It looks like port 1522 is already used by some process. Try to stop listener_clon with:
lsnrctl stop LISTENER_clonIf this does not work, try to kill all listener processes using Task Manager.
Edited by: P. Forstmann on Sep 14, 2009 8:51 AM

Similar Messages

  • Reg: Multiple CMIR for 1 Material

    Dear Gurus,
    Customer material info record can be maintained as one - to - one relation, But our client needs to maintain single material for multiple CMIR's. 1 customer will have different name as his part no, but it related to single FG.
    Is there any way to achieve this requirement in standard SAP, or do we need to go for any Enhancements.
    Please share your  ideas
    Regards
    Praveen.

    Yes, you may be right.
    But you can try with a field type that is same as MATNR but that is not checked against MARA, while creating condition table.
    I found the below post from the thread, you may try : Material determination
    The system is not delivered initially with the necessary configurations for enabling material determination. In order to make possible an automatic substitution when you create e.g. a sales order, the following configuration settings must be performed in SPRO:
    1. Maintain Prerequisites for Material Determination -> Maintain access sequences should have the following value in the list: “A001 Material entered”
    2. In the submenu Access sequences -> Accesses we should have the following values: “Access 10, table 1, description Material entered”
    3. For the values above, the following fields must be defined: “Condition MATWA, Document structure KOMPD, Document field MATWA, Long field label Material entered”
    4. In the menu Assign procedures to sales documents types the concerned document types (orders and quotations) must be assigned the material determination procedure A001.
    5. And finally, in Define substitution reason, the corresponding substitution reasons must be activated.
    Please follow these steps and you will get an automatic material substitution, even if the material entered is not in the database. The only material that has to be in the database is the substitution material.

  • Reg: Multiple Traffic lights(2 fields) in ALV

    Hi Gurus,
    I have created one field with traffic light in ALV display. But i need one more traffic light field in the same ALV.  Can any one please give me small example with multiple traffic licght fields in one ALV.
    Thanks
    Mahaboob

    Hi ,
        Declare one more field for Traffic light ...
    TYPES: BEGIN OF t_ekko,
      ebeln TYPE ekpo-ebeln,
      ebelp TYPE ekpo-ebelp,
      lights(15) TYPE c,            " Traffic light
      lights1(15) TYPE c,           " Traffic light
    END OF t_ekko.
    If you are building the fieldcatalog manualy ..
      fieldcatalog-fieldname   = 'LIGHTS'.
      fieldcatalog-seltext_m   = 'Lights'.
      fieldcatalog-col_pos     = 2.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'LIGHTS1'.
      fieldcatalog-seltext_m   = 'Lights'.
      fieldcatalog-col_pos     = 3.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
    Populate these with the values while filling the final internal table ....
        WRITE icon_green_light AS ICON TO wa_ekko-lights.
        WRITE icon_red_light AS ICON TO wa_ekko-lights1.
      append  wa_ekko into it_ekko.
      Call the FM to display ALV.
    Regards,
    Srini.

  • Reg Multiple RPD's

    Hi Gurus,
    I have few questions regarding multiple RPD's
    1>What is the need of multiple RPD's in the bi server.
    2> If we implement multiple RPD's which RPD will be in online and how we are going to access catalog for both RPD's.
    3>Is it possible to access multiple web catalogs in one server or we have to create another bi presentation server for accessing both web catalogs at a time.
    4>Finally how we are going to migrate this to prod accessing for the customer.
    Thanks,

    1>What is the need of multiple RPD's in the bi server.
    You can do everything on single RPD so there is no use of having multiple rps on single BI server. But you have an option , so might be helpful in some Client specific requirement.
    2> If we implement multiple RPD's which RPD will be in online and how we are going to access catalog for both RPD's.
    Both the rpds can be accessed online. You will have 2 analytics DSN's.
    3>Is it possible to access multiple web catalogs in one server or we have to create another bi presentation server for accessing both web catalogs at a time.
    We have to one more Presentation service with a different port number.
    4>Finally how we are going to migrate this to prod accessing for the customer.
    You will have to do the same configurations on Production server as you did on Dev.
    Refer the link below.
    http://dipteshs.blogspot.in/2009/10/oracle-bi-multiple-repositories-rpds-on.html
    Thanks
    Maqsood

  • Reg: Multiple Ranges for Variables

    Hello Gurus,
    We have a requirement to have Multiple Ranges for Variables and I have gone through the document below which is applicable to 2004s SP 07.
    We are on CE 7.1 SP 3 I was looking for a similar document which can guide me to create Multiple Value ranges in CE.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/07134c67-0b01-0010-0493-b89287cf330f?quicklink=index&overridelayout=true
    If this is not available in SP 3 is there a Workaround to have the same kind of functionality.
    Thanks & Regards,
    Pramod

    Hi Pramod,
    If I understand correctly, u want to send a range of values to the variable of a query.
    This can be done using " ; ". syntax is [value 1];[value 2];[value 3]
    If you want to send two dates to a query date variable... take two date fields then pass to the variable date1;date2 (while creating query you took variable of type range)
    Thanks,
    Pradeep

  • Reg:Multiple item header concept in Mill Products

    Dear experts,
    I need to understand the multiple item header concept in Mill products.
    Could you please share some documents if anyone has implemented.
    Is this functionallity available in standard ECC or it is a seperate licenced version.
    If it is available could you please guide me with the necessary configuaration required.
    I need this process for metal sheet cutting process. Where multiple semifinished parys are recievedin single order.
    Regards,
    Daya.

    Hi Daya,
    the multi item order concept is the technical foundation for various solutions in the context of mill products, like the trim order created through the trim optimization interface in APO, or the combined order in in IS-MP or similar industry specific special cases.
    What would you need to know specifically and for what kind of process?
    There are already a number of use cases realized and available in standard SAP ERP with the IS-MP extension.
    You may want to take a look at the PP section of the IS-MP help at:
    SAP Mill Products - SAP Library
    Anything around order combination, multi item order and co-products is related to this topic.
    Best regards,
    Stefan

  • Reg: Multiple authorization level for HR Report

    Dear Experts,
    I have a customized report for the payroll area, I need to have authorization for this report.
    The requirement is  as below
    For Ex: i have 5 payroll areas, 1000 personnel numbers, the multiple users and one customized report.
    The user has access for 2 payroll areas, the user should select the personnel numbers which has access to the same payroll area.
    The same user should not be authorized to access the other payroll areas and the personnel numbers.
    One customized report is being executed by the mulitple users, one user will have access only for one payroll area and he needs to select the personnel area for which payroll area he has access.
    Similar concepts follows for the other users.
    Can anyone help me to achieve this authorization concept. It would be grateful.
    Awaiting for your suggestions.
    Thanks in advance.
    Regards,
    Abdur Rafique

    hi,
    You can use sy-uname. Such that if some other user enters you can pop up the message you are not authorized.
    Regards,
    Pawan.

  • Reg multiple save

    Hi all,
    Can anyone suggest how to save multiple records at a time. i.e I select multiple rows edit them and click on save then the selected records should get saved with edited values.
    Thanks and Regards,
    Sneha.
    Message was edited by:
            Puppala Sneha

    Hi Raja,
    Here is my code.
    In Oninitialization
    select from dbtable into corresponding fields of table itab1.
    In Oninputprocessing.
    WHEN 'SAVE'.
            if event->event_type = 'click'.
              tv ?= CL_HTMLB_MANAGER=>GET_DATA(
                                request      = runtime->server->request
                                name         = 'tableView'
                                id           = 'tv' ).
              IF tv IS NOT INITIAL.
                tv_data = tv->data.
                refresh itab2.
                refresh it_selected.
                refresh itab.
                refresh it_selectedrws.
                call method tv_data->GET_ROWS_SELECTED
                  RECEIVING
                    selected_rows = itab2.
                if itab2 is not initial.
                  loop at itab2 into ind.
                    READ TABLE itab1 INDEX ind-index into
                    rw.
                    if rw is not initial.
                      row_s = rw.
                      append row_s to it_selected.
                    endif.
                  endloop.
                endif.
                   loop at it_selected into wa.
                      COL_NO = 1.
                      DO 4 TIMES.
                        COL_VALUE = tv_data->GET_CELL_VALUE( ROW_INDEX = ind-index COLUMN_INDEX = COL_NO ).
                        CASE COL_NO.
                          WHEN 1.
                            WA-partner = COL_VALUE.
                          WHEN 2.
                            WA-product = COL_VALUE.
                          WHEN 3.
                            WA-division = COL_VALUE.
                          WHEN 4.
                            WA-account = COL_VALUE.
                         ENDCASE.
                        COL_NO = COL_NO + 1.
                      ENDDO.
    modify dbtable from wa.
    modify itab from wa transporting partner.
    modify itab from wa transporting product.
    modify itab from wa transporting division.
    modify itab from wa transporting account.
    endloop.
    endif.
    Thanks and Regards,
    Sneha.

  • Reg:Multiple UOMs for same item

    Hi,
    How to define the multiple UOMs for same item.And the item should be converted in one UOM.
    Iam using 9.0 PL.08

    Hi,
    Please check SAP help file:
    http://help.sap.com/saphelp_sbo900/helpdata/en/89/7ca0a701c64e4a97f4ea5a4edca8b2/content.htm?frameset=/en/44/c4c1cd7ca22e17e10000000a114a6b/frameset.htm
    Thanks & Regards,
    Nagarajan

  • Reg multiple ALV grid in a window

    Hi friends,
    I have an interesting requirement where i need to have multiple alv grid in my screen, how do i accomplish this, i cannot use containers in my screen as the number of grids in my screen vary.

    Have a look at standard transaction DWDM.
    Regards,
    Aparna

  • Reg. multiple implementations

    Hi all,
    If i 've multiple implementation for a particular BADI definition, then how we differentiate these two in application program.
    I mean in calling the method.
    I ensure u for points.
    Regards,
    [email protected]

    Hi,
    please check out the links below it might help you
    http://help.sap.com/saphelp_nw2004s/helpdata/en/32/a83942424dac04e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/0e/4d3e42fc94aa04e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/42/f96b8bbaf93268e10000000a1553f6/content.htm
    Some useful URL on BADI
    http://www.esnips.com/doc/e06e4171-29df-462f-b857-54fac19a9d8e/ppt-on-badis.ppt
    http://www.esnips.com/doc/10016c34-55a7-4b13-8f5f-bf720422d265/BADIs.pdf
    http://www.esnips.com/doc/43a58f51-5d92-4213-913a-de05e9faac0d/Business-Addin.doc
    http://www.esnips.com/doc/1e10392e-64d8-4181-b2a5-5f04d8f87839/badi.doc
    www.sapgenie.com/publications/saptips/022006%20-%20Zaidi%20BADI.pdf
    http://www.sapdevelopment.co.uk/enhance/enhance_badi.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/04/f3683c05ea4464e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c2/eab541c5b63031e10000000a155106/frameset.htm
    *********please reward points if the information is helpful to you**********

  • REG: Multiple material line item in a single HU

    Hi All,
    I am new to the concept of Handling units,
    I have a requirement where I am getting an Inbound IDOC with the necessary delivery information,
    and two line items are packed into a same handling unit(same handling unit number).
    line item mat          tot quan                     pk quan                    han unit no
    abc                        10                                 7                           1ZA500948563
    def                         10                                 3                           1ZA500948563
    abc                        10                                 3                            1ZA500948581
    def                         10                                 7                            1ZA500948581
    How to go about in fetching the two materials and assign different handling units
    Can two line items be pckd in a same handling unit and can that unit be assigned same han unit number.
    if so what are the necessary conditions to pck them.
    Please help me out in this regard!
    Thanks
    Srikanth.P

    Moderator message - Cross post locked
    Note that repeat violaters can end up with their account deleted.
    Rob

  • Reg : Multiple Select Option with validation.

    Hi Abap Guru's,
            In my report iam giving the Input using the select option : Movement type in which i need to take only few mov.types like 101,105,321,344 in my report .Pls help me how to do ASAP..?

    Hi ,
    refer the below code.
    First it defaults the required values to selection screen ( at initialization event ).
    and then if user enters any other value then this value will be ignored.
    *& Report  ZRTESTTEST
    REPORT  ZRTESTTEST.
    data: mtype(3) type c.
    select-options: s_mtype for mtype.
    Types: begin of ty_range,
                 sign type bapisign,
                Option type bapioption,
                low(3) type c,
                high(3) type c,
         End of ty_range.
    Data: i_range type standard table of ty_range,
               wa_range type ty_range.
    initialization. " initialization.
    s_mtype-sign ='I'.
    s_mtype-option = 'EQ'.
    s_mtype-low    = '101'.
    append s_mtype.
    clear s_mtype.
    s_mtype-sign ='I'.
    s_mtype-option = 'EQ'.
    s_mtype-low    = '105'.
    append s_mtype.
    clear s_mtype.
    s_mtype-sign ='I'.
    s_mtype-option = 'EQ'.
    s_mtype-low    = '321'.
    append s_mtype.
    clear s_mtype.
    s_mtype-sign ='I'.
    s_mtype-option = 'EQ'.
    s_mtype-low    = '344'.
    append s_mtype.
    Clear wa_range.
    Wa_range-sign = 'I'.
    wa_range-option = 'EQ'.
    wa_range-low = '101'.
    Append wa_range to i_range.
    start-of-selection.
    Clear wa_range.
    Wa_range-sign = 'I'.
    Wa_range-option = 'EQ'.
    Wa_range-low = '105'.
    Append wa_range to i_range.
    Clear wa_range.
    Wa_range-sign = 'I'.
    Wa_range-option = 'EQ'.
    Wa_range-low = '321'.
    Append wa_range to i_range.
    Clear wa_range.
    Wa_range-sign = 'I'.
    Wa_range-option = 'EQ'.
    Wa_range-low = '344'.
    Append wa_range to i_range.
    delete s_mtype[] where low not in i_range[].
    If  s_mtype[] is initial.
    break-point.
    *“ raise the error here.
    Endif.
    Hope this helps you.
    Kind Regards,
    Ravi Sankar.Z

  • Reg: Multiple Cursor Fetching

    Hi All
    I have Two Cursors Let us say C1 and C2 .
    For i in C1 ------------------having 2 records
    Loop
    For j in C2 --------------having 3 records;
    Loop
    end loop;
    end loop;
    In the Secnd record of C1 , second cursor C2 will loop for 3 times again, but i don't want to use the first record on cursor c2 should not use the first record in the second record of c1.
    can any one help out , its very urgent
    Regards
    venkatesh

    user8833410 wrote:
    Hi All
    I have Two Cursors Let us say C1 and C2 .
    For i in C1 ------------------having 2 records
    Loop
    For j in C2 --------------having 3 records;
    Loop
    end loop;
    end loop;
    In the Secnd record of C1 , second cursor C2 will loop for 3 times again, but i don't want to use the first record on cursor c2 should not use the first record in the second record of c1.
    can any one help out , its very urgent
    Regards
    venkateshOddly, you've now asked 8 questions on these forums, and all 8 are apparently unanswered (or you're just too lazy to respond to them or mark them aswered). On top of that, all the questions you've asked have been apparently "Urgent" (though obviously not urgent enough for you to respond to the people who've bothered to answer you)
    I would suggest if you want more helpful responses from the volunteers on the forum, you learn how to ask questions...
    {message:id=9360002}
    and stop saying that your issues are "urgent". You will find you get more help that way.

  • Reg Multiple Ship-tos

    Thanks Sadhu for the detailed reply. Also thanks to Kishore, Giri, Mohan,Rajesh and Dittakavi.
    The problem is that am using IDES EC 6.0 and when I go to XD01 or VD01 in the Account group field there is no field as 'Ship to Party'. I used Goods Recepient finally. But then it again generated some other partner function pertaining to the Certificate"Material Safety Reqmt Mandatory" etc. I am only wanting to create Ship-tos so that this in turn will get attached to the Sold-to. If you can see ECC 6.0, you would realize my problem.
    Which account group should I use then? I am surprise how come it is not there. But it is not there.
    Please help.
    Thanks

    Hi,
    The ship-tp-party is same as Goods Receipent.The partner functions displayed in  in sales area data depends on how we define the partner functions in the partner determination procedure and assigned to the account group of the CMR.Might be the ''Material Safety Regmt Mandatory'' is assigned to the goods receipent account group of your IDES.
    Account Groups are configured in the transaction code OVT0.
    The partner Det.Procedure and Partner functions can be defined VOPA.
    Check out the above transactions and remove/add the partner functions to your requirements.
    Cheers,
    Krishna

Maybe you are looking for

  • What is the use of archie file when it is used

    Hai friends when u r using archie file what is the that thanks&regards Ravindra

  • Error in Exchange Rate

    Hi All I need to work on DataTransfer->Order Routines. Issue: For the Contracts created in VA41 (of type QC or WK1), when we create a Sales Order  (type OR) using a line item in contract, the respective sales order should carry the line item currency

  • Windows 8 + external touchscreen monitor + Adobe Reader full screen = disaster

    when you touch a full screen Reader document, it goes out of full screen mode, no matter where you touch it... why?

  • Changing default value

    Hi, Is there any way to change the material master weight unit of measure defaulted to LB instead of KG. Thanks, Chandu.

  • Analysing Dataservice Audit

    Hi, For one of our dataservice which is having slow response (around 1800 ms ) , the audit is showing the following info: query/wrappers/file time: 906 it is NOT showing the name or source info like query/wrappers/file name:ld:PhysicalLayer/XXXLookUp