Add Service to new listener

Hi,
in my 11.2 GI, i've added a new cluster listener, listening on 1525.
My database has 2 service, MICKEY and MOUSE.
I need to register MICKEY on the standard listener (1521), and MOUSE on the new listener (1525).
It is possible?
Thanks

842366 wrote:
Customer thinks that if a person can know the ip listener than this person can connect to all databases registered in it.So? Using nmap I can detect all open ports on a server in a few milliseconds...
/home/billy> nmap -v -A 10.251.95.242
Starting Nmap 5.21 ( http://nmap.org ) at 2012-06-07 15:15 SAST
NSE: Loaded 36 scripts for scanning.
Initiating Ping Scan at 15:15
Scanning 10.251.95.242 [2 ports]
Completed Ping Scan at 15:15, 0.00s elapsed (1 total hosts)
Initiating Connect Scan at 15:15
Scanning xxxxx (10.251.95.242) [1000 ports]
Discovered open port 22/tcp on 10.251.95.242
Discovered open port 111/tcp on 10.251.95.242
Discovered open port 8090/tcp on 10.251.95.242
Discovered open port 1521/tcp on 10.251.95.242
Discovered open port 787/tcp on 10.251.95.242
Completed Connect Scan at 15:15,
..snipped..The 2nd pass of nmap (not shown) will tell me what services are on which port - and it does recognise Oracle Listeners.
This form of port scanning is one of the very first steps done by hackers when attacking a network (though they will use more stealthy methods than the above attempt).
If your customer think for a mere moment that running database services on separate ports is somehow more secure (when Oracle authentication is STILL needed to connect to the database instance), then they are horribly and completely mistaken.

Similar Messages

  • Add service to listener

    DB:11.2.0.3
    I created a service using srvctl which is configured with my default LISTENER port 1521 i have created another listener 1522 . How to configured this service with 1522 listener.

    user13549752 wrote:
    DB:11.2.0.3
    I created a service using srvctl which is configured with my default LISTENER port 1521 i have created another listener 1522 . Wh? What problem are you trying to solve. One single default listener, using a single port, can -- was designed to -- service mutlipe databases of multiple versions running from mutlipe ORACLE_HOMEs. On listener can listen on multiple ports, if deemed necessary.
    Again, what problem are you trying to solve. Lacking additional information, I think your "solution" is mis-guided and ineffective.
    How to configured this service with 1522 listener.

  • Adding a new listener in the exisiting listener file

    Hi,
    I am trying to add a new listener entry into the exisitng listener file for a db which is on some network machine. The listener file is for 9idb on a linux box. I am tryin to create a listener for the network db since i cannot directly connect to that network machine however i can connect very well through the linux server on which 9idb is present.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = DAYBREAK)(PORT = 1521))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /orainst/ora9idb/product/9.2.0)
    (PROGRAM = /orainst/ora9idb/product/9.2.0/bin/extproc)
    (ENVS = "EXTPROC_DLLS=ANY")
    (SID_DESC =
    (GLOBAL_DBNAME = dlsdev)
    (ORACLE_HOME = /orainst/ora9idb/product/9.2.0)
    (SID_NAME = dlsdev)
    (SID_DESC =
    (GLOBAL_DBNAME = dlsqa)
    (ORACLE_HOME = /orainst/ora9idb/product/9.2.0)
    (SID_NAME = dlsqa)
    -----NEW LISTENER ENTRY------------------
    LISTENER_OTH =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.80.125.106)(PORT = 1521))
    SID_LIST_LISTENER_OTH =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = orcl)
    (ORACLE_HOME = /orainst/ora9idb/product/9.2.0)
    (SERVICE_NAME = orcl)
    I've checked for the ip, port and the sid and they all are correct.
    Now when i try to start this new listener from server below is wat i get:
    lsnrctl start listener_oth
    LSNRCTL for Linux: Version 9.2.0.4.0 - Production on 19-NOV-2007 16:22:52
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Starting /orainst/ora9idb/product/9.2.0/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 9.2.0.4.0 - Production
    System parameter file is /orainst/ora9idb/product/9.2.0/network/admin/listener.ora
    Log messages written to /orainst/ora9idb/product/9.2.0/network/log/listener_oth.log
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.80.125.106)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    Linux Error: 99: Cannot assign requested address
    Listener failed to start. See the error message(s) above...

    Are you trying to start a separate listener on the same port on the same box? Two processes can't run on the same box on the same port. If you are trying to add another DB to the existing listener you can add it to the sid_list portion of the listener.ora file.

  • Not able to create a new listener

    Tried to create a new 11g grid infrastructure standalone and it failed at configuration assistant and thereby asm was not created.
    I tried the netca manually to create the listener but not giving the error " the information provided for this listener is currently in use"
    I deleted the old listener running at 1521 and tried to create a new listener but still getting the same error. I am installing 11.2.0.2 release in linux box.
    using vmware player. I searched various forums but find that there are some issues with /etc/hosts file, hence posting my file
    ::1 localhost6.localdomain6 localhost6
    192.168.10.100 srv1
    Thanks,
    B

    850462 wrote:
    Tried to create a new 11g grid infrastructure standalone and it failed at configuration assistant and thereby asm was not created.
    I tried the netca manually to create the listener but not giving the error " the information provided for this listener is currently in use"
    I deleted the old listener running at 1521 and tried to create a new listener but still getting the same error. I am installing 11.2.0.2 release in linux box.
    using vmware player. I searched various forums but find that there are some issues with /etc/hosts file, hence posting my file
    ::1 localhost6.localdomain6 localhost6
    192.168.10.100 srv1
    post results from following OS commands using COPY & PASTE
    id
    uname -a
    ps -ef | grep -i lsnr
    lsnrctl status
    lsnrctl service
    env | sort

  • How can I add a "Create New Text File" contextual menu?

    Hi,
    I'd like to add a "Create New Text File" contextual item. I found the "new text file" action in Automator, but I don't really know where to go from there... I want it to work on the desktop and in finder...
    Thanks

    See:
    Mac OS X Automation,
    Automated Workflow Tips,
    Introduction to Automator tutorial, and
    a four-parter on Automation in Snow Leopard by Sal Saghoian:
    Snow Leopard Services,
    Services for iPhoto,
    Safari and WebKit integration, and
    Installing and using services.
    Finally, 
    Developing AppleScript Applications and
    Apple's Automator Developer Documentation

  • No parameter found to add service item detail in BAPI_PR_CHANGE.

    Hi,
    I am trying to add new service item in an existing purchase requisition. But i can not find any parameter, where i can pass these service details.
    Regards
    PG

    Hello PG ,
    Please review SAP Note 499627 , Question # 9. Here , you will be able to find more information on how to add service
    items using BAPI_PR_CHANGE
    9.  Question:
    Can service items be created using BAPI_PR_CREATE or changed using
    BAPI_PR_CHANGE?
    Answer:
    Yes. Release 6.04 (Enhancement Package 4) provides new API functions for
    the object BUS2105 that include this function. In addition the business
    function LOG_MM_CI_2 or the switch MM_SFWS_SC2 must be active.
    Also , Please read SAP Note 1312947 for further information.
    I hope this information has been helpful for you.
    Best Regards,
    Frank Farinella

  • Add "service in the backgound" to WD SmartWare

    Please add on WD Smart Ware an option to use the programm for an continously syncronisation between Computer and Storage. Currently in my point of view there is only the option to start the program manually. Would be great to have an option to use it as service in the background which will be start with the computer to have an sync without starting the program manually.

    Hi,
    >>there used to be an option to add the new cache service
    The new cache service is Azure Redis Cache? Azure Redis(Preview) is easy to use. Just provision a cache using the new
    Azure Management Portal Preview and call into its end point using any client that supports Redis. Refer to
    http://msdn.microsoft.com/en-us/library/dn690523.aspx for more details. If I misunderstand, please feel free to let me know.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Unable to create a new listener from the EM Console

    When I try to create a new listener from Enterprise Manager Console, it displays an error message: Error in getting data for creating new listener. Check if the listener.ora location "/u01/app/oracle/product/10.2.0/db_1/network/admin" is a valid one. It is absolutely a valid ORACLE_HOME, in fact, I can setup TNS Connect Alias and Profiles from here, but the listener has became a pain in the neck.
    I know I can use the java netmgr or netca or even vi to set it up; however, it is a must that it has to be done through Enterprise Manager Console (show EM manageability issues).
    Thanks for your feedback

    Im using EM, not GC. I did not try to create the listener form EM, as I always created them from Net Manager. After creating them, I used to be able to see them listed in EM, following these steps --> click on the target listener on the homepage --> click on Net Services Administration --> scrolling the scrollbox to listeners and click go.
    One day I tried to scroll to "local naming" instead of "listeners", clicked "go" and tried to create a new one (actually cancelled the operation before saving the changes). Since that moment I see the error when trying to see the list of listener in EM.
    Enrico

  • How to add Service item in  PR Document using BAPI_PR_CHANGE

    Hi Folks,
    I am using BAPI_PR_CHANGE to change existing purchase requisition document. By using this FM, i am able to add new item in PR document.
    Now my requirement is to add services and limits at item level details.
    But when i saw the parameter list of this FM, i am not able to find any parameter where service details or limits can be passed.
    So does it mean that, its not possible to edit service details at item level of PR by using  FM BAPI_PR_CHANGE?
    Or if yes then how can we do it.
    If No, then what could be the alternative to change the service details of the item.
    Regards
    PG
    Edited by: PG on Aug 30, 2010 6:32 PM

    Hi,
    I just realised that, this question can be asked in specific forum of MM.
    Regards
    PG

  • Unable to start and create new listener

    hiii everybody,
    I m unable to start listener in win 7 (11g database) using services.msc bcoz it is showing "status as stopped" only and also unable to create a new listener using net configuration assistant which is giving error-"could not create listener".plz, help and ur help apppreciated.thanks.
    os win 7 64 bits
    db 11.2.0.1
    listerner.ora
    # listener.ora Network Configuration File: C:\app\oracle\product\11.2.0\dbhome_2\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    ADR_BASE_orcl = C:\app\oracle
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\app\oracle\product\11.2.0\dbhome_2)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:C:\app\oracle\product\11.2.0\dbhome_2\bin\oraclr11.dll")
    orcl =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = hostname)(PORT = 1521))
    ADR_BASE_LISTENER = C:\app\oracle
    Edited by: 938946 on Jan 23, 2013 4:56 AM

    when i run lsnrctl start it is giving tns protocol adapter error and i m unable to start listener from services.msc and unable to create new listener also using net configuration assistant.where m i wrong?
    # listener.ora Network Configuration File: C:\app\oracle\product\11.2.0\dbhome_2\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    ADR_BASE_orcl = C:\app\oracle
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\app\oracle\product\11.2.0\dbhome_2)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:C:\app\oracle\product\11.2.0\dbhome_2\bin\oraclr11.dll")
    (SID_DESC =
    (SID_NAME = orcl)
    (ORACLE_HOME = C:\app\oracle\product\11.2.0\dbhome_2)
    (SERVICE_NAME = orcl.mbs.ae)
    (SID=orcl)
    orcl =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.7.86)(PORT = 1521))
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.7.86)(PORT = 1521))
    ADR_BASE_LISTENER = C:\app\oracle
    SID_LIST_orcl =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = orcl.mbs.ae)
    (SID_NAME = orcl)
    Edited by: 938946 on Jan 23, 2013 5:12 AM

  • I HAVE A LISTENER . WHY CAN'T I CREATE A NEW LISTENER?

    Hi All,
    Please can anyone explain why I am getting this error and how to fix it?
    I already have a LISTENER installed.
    I was trying this exercise to create a new LISTENER to support a connect-time failover on my 10g Database using Enterprise manager.The steps were .1)I clicked the Listener's link on Database control page.2)Next I clicked the Net Services Administration link.3)I selected listeners from the Administer drop-down list and clicked Go.
    I received the ERROR message that "Listener administration cannot be performed, as this Oracle Home
    "/opt/oracle/DB10g" is not a server installation.
    Is this normal?

    I already have a LISTENER installed.try :
    $> ps -ef | grep tns
    also
    $>lsnrctl status
    also
    $>netstat -an | grep 1521
    I was trying this exercise to create a new LISTENER
    to support a connect-time failover on my 10g
    Database using Enterprise manager.falover ?
    you try of create on standy machine ?
    The steps were .1)I
    clicked the Listener's link on Database control
    page.2)Next I clicked the Net Services Administration
    link.3)I selected listeners from the Administer
    drop-down list and clicked Go.
    I received the ERROR message that "Listener
    administration cannot be performed, as this Oracle
    Home
    "/opt/oracle/DB10g" is not a server installation.
    Is this normal?
    on the failover machine, you have installed the product,
    or the disk whit the product swap at failover time ?
    pasquale rago

  • New Listener won't start

    Installed OAS 4.08, OEM and 8i all in seperate HOMES.
    www and admin listeners start OK.
    Added new listener 'bird' but it won't start.
    ERROR:
    Can not open service
    OracleWWWListener40bird_website40
    OWS-08811 : Unable to startup Oracle Web Listener 'bird'.
    I tried different ports high and low, with no luck. The default www and admin start perfectly. I'm I stuck with these two listeners only? I've added lots more memory but still no luck. I'm running on NT4.0 Service Pak 6.0
    Thanks for any help.
    Dennis C
    [email protected]

    Try a reset:
    Hold the Sleep and Home button down for about 10 second until you see the Apple logo.

  • Add One America News to Lineup

    Please add One America News to the lineup. The left has ABC, NBC, MSNBC, CBS, PBS and CNN.  The right has Fox, and that's it.  Another voice on the right (or in the case of One America, libertarian) is desperately needed. If Comcast needs to find a place in the lineup, I would think that Al Jazeera's channel would be perfect.

    BobbyHtmi wrote:
    I too join the voices requesting OANN. My hope is to get an unbiased, if that is possible, news channel. Early feed back is very good . It is said to be some where between CNN and FNC. I would enjoy a channel like that. MSNBC might as well not exist, I do watch FNC and occasionally. CNN. Other than local news we don't watch much.
    I have it on my ATT service I think it is better thant FNC and the news is straight up news, no opinions, they have opinion shows for that and yep they are a bt Libertarian in point of view.

  • Urgent - How to create new listener in Apache

    Hi,
    I was till now using OAS 4.0.8.2 on NT4 SP5 as our middle tier. We had two sites running on two different listener.
    Recently installed 9iAS 1.0.2.1 in place of OAS 4.0.8.2. My problem is Apache server has one HTTPserver service with default port 80.
    I want to create new listener on different port for our two sites. How can i do with Apche server.
    Would appreciate if someone post an early solution.
    Thanks in advance.
    Vipul

    Your listener.ora may become something like this :
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = /S01/app/oracle/product/10.2.0/db_1)
          (PROGRAM = extproc)
        (SID_DESC =
          (SID_NAME = <db name>)
          (ORACLE_HOME = /S01/app/oracle/product/10.2.0/db_1)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.2.148)(PORT = 1521))
    SID_LIST_LISTENER1526 =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc1526)
          (ORACLE_HOME = /S01/app/oracle/product/10.2.0/db_1)
          (PROGRAM = extproc)
        (SID_DESC =
          (SID_NAME = <db name>)
          (ORACLE_HOME = /S01/app/oracle/product/10.2.0/db_1)
    LISTENER1526 =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1526))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.2.148)(PORT = 1526))
      )You'll have two listeners :
    1. listener => port 1521
    2. listener1526 => port 1526 (listener1526 is a free name, you can name it as you want)
    To start/stop listeners :
    $ lsnrctl start/stop => to start/stop listener on port 1521
    $ lsnrctl start/stop listener1526 => to start stop listener on port 1526

  • Register new listener for newDB(with new Home) in existing 10.2.0.2 cluster

    Dear Friends,
    UAT Instance:
    i have installed 10g cluster (10.2.0.2) and i have cretaed new 10g home and cretaed listener (with port ) and cretaed UAT database
    No issues on the above
    DEV Instance:
    Now we have another database DEV and for this i have differnt oracle home (not same as UAT) and i created databases and converted to RAC but i want this database to be registered in the 10g existing cluster and the listener also i want to have new one with different port (not same as UAT)
    so when we try to cretae new listener from new DB home it's throwing error.
    "CRS-0215: could not start resource"
    so please let me know how to
    creating new listener with different port for new database having new DB home
    and register it with the existing 10g cluster
    Regards,
    DB

    Hi,
    Is the database part of the cluster or not?
    srvctl config database -d ... to find out if not add it to cluster
    srvctl add database -d and then the instances
    srvctl add instance -d dbname -i instance name
    have a look in here for information related to listener/port
    Changing Default Listener Port Number [ID 359277.1]
    How to Create Multiple Oracle Listeners and Multiple Listener Addresses [ID 232010.1]

Maybe you are looking for

  • How do I add one event to multiple, but not repeating, dates

    I routinely need to add single events to 10 to 20 dates at once. These dates rarely line up in a repeating sequence. For instance I may need to schedule "appointment with John at 1pm" on M,Tu this week; W,Thu,Fri next week; M,Thu the following week.

  • My computer froze so I restarted it and now all I can get is a flashing folder with a question mark, what is happening?

    I have a MacBook pro and I need help getting it restarted. It flashes a folder with a question mark in it what is wrong with it, any suggestions

  • What video cameras are compatible with Final Cut Express?

    I live in Japan and was thinking of buying a Victor " Full High Definition" video camera (1920x1080). The only thing I was warned about by the salesperson is that unless I have a Blue-Ray DVD recorder/player, I will never be able to enjoy true Full H

  • IDVD to .Mac account

    Please help ! I have successfully burned a DVD slideshow complete with music on iDVD. I'd like to take the same slideshow and post it to my .Mac Web Gallery account. How does one do that? Any guidance and advice would be much appreciate. Respectfully

  • Palm Zire 31 and Panther

    I Just got a cable for my Motorola V 400. And it works great with iSync. Now I found out that my Palm Zire 31 would Sync with my iCal and Address book and I want it to work. I downloaded the Palm Conduit program and it installed fine. I looked in the