HOW i can identify  which instance is associated with which Listener

Hi all,
i created one DB instance. suppose named as "B". but there is already another DB instance present. Named as "A".
Then i created one listener for DB instace "B".
Now my Que. is that HOW i can identify which instance is associated with which Listener,.
2) if i create listener then a service also created. if i stopped that service and then can i fire query OR Login again, WHAT will be the expected result.
I tried by asking people for my answer. but not satisfied.
Please Help me For this.
Thanks in Advance

856376 wrote:
i want to start my carreer in DBA.
In what manner i ahve to prepare my self.
Your guidance will help me lot
Thank youLike everything else, the answer is "it depends".
What is your background and experience with computers, networks, operating systems, programming languages?
What are you currently doing?
What formal and or on the job training have you had?
As Aman said, build yourself a test system and play with it. You can do this at no cost by ...
1) download and install VMplayer (vmware.com). It is legally free. For an investment in your career of about US$185, you can buy VMworkstation, which has the same fundamental capability plus some nice management features.
2) download and install Oracle Enterprise Linux (oracle.com). It is legally free. If you want a support contract, you pay for that.
3) using (1) and (2) create a virtual linux server
4) download and install Oracle Enterprise edition database (oracle.com). It is legally free for personal eduction.
5) install (4) on (3).
Beyond the above questions I have some boilerplate replies that fit here . . .
if people want to be professionals in ANY field, the first knowledge they need to acquire is how to locate AND USE+ the fundamental reference materials for that profession. And the most important trait, the one for which they are really hired, is the ability to do independent research, and having a modicum of curiosity that would drive one to do that research. We don't mind helping newbies, and even the most experienced person on this board will run into something they are not familiar with, or occasionally just require a second set of eyes to look at something. But a professional+ needs, above all, a willingness and capability to check the docs. A professional isn't necessarily someone who has all the answers at their fingertips or has a full understanding about every arcane subject in their field. It certainly isn't someone who has an encyclopedia full of memorized answers but little understanding of how it all fits together. It's someone who knows where to find the answers when needed, how to recognize them when he sees them. It's less about knowing than it is about attitude. Everything you asked can be answered in the Oracle Concepts Manual at tahiti.oracle.com. You should bookmark that site.
=================================================
Learning how to look things up in the documentation is time well spent investing in your career. To that end, you should drop everything else you are doing and do the following:
Go to tahiti.oracle.com.
Drill down to your product and version.
<b><i><u>BOOKMARK THAT LOCATION</u></i></b>
Spend a few minutes just getting familiar with what is available here. Take special note of the "books" and "search" tabs. Under the "books" tab you will find the complete documentation library.
Spend a few minutes just getting familiar with what <b><i><u>kind</u></i></b> of documentation is available there by simply browsing the titles under the "Books" tab.
Open the Reference Manual and spend a few minutes looking through the table of contents to get familiar with what <b><i><u>kind</u></i></b> of information is available there.
Do the same with the SQL Reference Manual.
Do the same with the Utilities manual.
You don't have to read the above in depth. They are <b><i><u>reference</b></i></u> manuals. Just get familiar with <b><i><u>what</b></i></u> is there to <b><i><u>be</b></i></u> referenced. Ninety percent of the questions asked on this forum can be answered in less than 5 minutes by simply searching one of the above manuals.
Then set yourself a plan to dig deeper.
- Read a chapter a day from the Concepts Manual.
- Take a look in your alert log. One of the first things listed at startup is the initialization parms with non-default values. Read up on each one of them (listed in your alert log) in the Reference Manual.
- Take a look at your listener.ora, tnsnames.ora, and sqlnet.ora files. Go to the Network Administrators manual and read up on everything you see in those files.
- When you have finished reading the Concepts Manual, do it again.
Give a man a fish and he eats for a day. Teach a man to fish and he eats for a lifetime.

Similar Messages

  • How to identified which instance is associated with which Listener

    Hi all,
    i created one DB instance. suppose named as "B". but there is already another DB instance present. Named as "A".
    Then i created one listener for DB instace "B".
    Now my Que. is that HOW i can identify which instance is associated with which Listener,.
    2) if i create listener then a service also created. if i stopped that service and then can i fire query OR Login again, WHAT will be the expected result.
    I tried by asking people for my answer. but not satisfied.
    Please Help me For this.
    Thanks in Advance

    see the file listener.ora. path is usually, $ORACLE_HOME/network/admin/listener.ora
    You will see which listener is associated with which file,
    Details will be usually like this
    >
    LSNR1 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = instance1)(PORT = 1666))
    LSNR2 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = instance2)(PORT = 2666))
    >
    >
    if i create listener then a service also created. if i stopped that service and then can i fire query OR Login again, WHAT will be the expected result.
    I tried by asking people for my answer. but not satisfied.
    >
    A listener is used when a client wants to connect to the database server. If you are logging in directly on the server without using instance name, then you can login even if you stop the service.
    check this,
    C:\Windows\system32>lsnrctl stop
    LSNRCTL for 32-bit Windows: Version 10.2.0.3.0 - Production on 03-MAY-2011 23:06
    :22
    Copyright (c) 1991, 2006, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    The command completed successfully
    C:\Windows\system32>sqlplus ganesh
    SQL*Plus: Release 10.2.0.3.0 - Production on Tue May 3 23:06:36 2011
    Copyright (c) 1982, 2006, Oracle.  All Rights Reserved.
    Enter password:
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> select * from dual;
    D
    X
    SQL>But if you try to connect from a client, or use the instance name while connectineg
    you get the error like this,
    SQL> conn ganesh@ganesh
    Enter password: ******
    ERROR:
    ORA-12541: TNS:no listener
    Warning: You are no longer connected to ORACLE.
    SQL> If you see, I used the instance name @ganesh.
    G.

  • Determining which services are associated with which programs

    In the Services Preferences, Services submenu, how does one determine which services are associated with which programs?

    Danged if I know! I just took a guess and enabled the ones I wanted, then tried what came up to see which program launched to do it. Some are easy: "Copy to Tex-Edit Plus" will obviously use the program Tex-Edit Plus. But I have no idea which program owns "New Document Containing Selection" and since I want TextEdit to handle that sort of thing I unchecked it, and simply checked "New TextEdit Window Containing Selection" because that's obviously TextEdit. I left "New Window with Selection" checked, and then tried it, and TextWrangler launched. OK, I do sometimes use it, so I left it checked. But it would be nice if it declared itself in the Service list so you could tell what program is going to do which thing. However, that is not Apple's fault--it is the fault of the application, someone just didn't bother to write a proper line for the system to display that would tell the user what application it is. That is probably because in the "old" Services menu items were arranged in folders by application, so there was no special need to have the service itself declare to whom it belonged. Perhaps this situation will change as applications are updated for Snow Leopard.
    I happen to know that the Services are declared to the system by the application, and the place this comes from is the Info.plist of the application, which is inside the application bundle. You can open this and check the plist: the service will be listed in the NSServices section in the NSMenuItem default field. Not something most people would ever want to do, you have to open the bundle then open the plist with Property List Editor.
    Meantime, I think trial and error is the only way to tell where the service is coming from. I would be delighted if someone knows otherwise.
    Francine
    Francine
    Schwieder

  • How Apple can provide iMac serial number associated with the IMEI number in the invoice

    My iMac was stolen and I would like to locate it, but I do not have with me the serial number.
    The receipt from the store I bought the iMac only has the IMEI number.
    How Apple can provide me the serial number associated with the IMEI number in the invoice?

    Locating your Mac using Find My Mac do not use serial number.
    Use a computer browser to track
    https://www.icloud.com/#find
    Note:
    1. Find My Mac must be enabled .
    2. Mac has Internet connection.
    3. Mac is not switch off.

  • How can I change the age associated with my daughter's account?

    OK I am sure that this is a common issue.  Back when my daughter was about 9 or 10 years old, we bought her an iPod Touch.   She was too young to have an AppleID of her own, so I set one up for her using an extra gmail accoun that I had, and entered my birthdate/age.  A few years later, she received an iPad, and most recently, an iPhone.   All of these devices are tied to the same AppleID.
    Well, now she will be 13 years old soon, and I would like to switch things to represent reality.  She has her own email account, and I believe you can go to My Apple Id to change the Apple ID name and e-mail address.  My question is, can we change the age associated with the account?
    I hear you saying, "Just create a new AppleID for her."  That may end up being the only solution, but I am trying to avoid having two AppleIDs for her to keep up with.  She has already purchased a fair amount of content (music and apps) under the existing AppleID, and I am pretty sure from looking at the posts on this Community that you can not transfer content away from the AppleID under which it was downloaded/purchased.  And so, if I create a new AppleID, she will have to re-purchase the content to get it all in one place.  As she eventually grows up and becomes independent, I would like for he to not have to "start over" with her AppleID.
    Any advice or direction to information would be appreciated.

    I have a similar situation however a bit more complicated! It seems that when I was setting the birthdate I forgot to change the year so now my seven years old daughter shows up as a two months old! There is no way to change the birthdate because it shows up in light grey when I login into my daughters account and doesn't allow a change! The birthdate can be changed only when the child turns 13 however according to this she will have to be 20 before she can change it to show property 13 and here is where this is getting completely out of hand! Now to make things more complicated I have twin daughters and they came up with their unique but similar Apple ID, so changing one will require to change both Apple IDs! After being on the phone with Apple's customer support for about one hour I talked to a supervisor and the supervisor of the supervisor and their only solution is to create a new Apple ID! Of course in my case I will have to create two new Apple IDs, and I'm considering doing it. However when I started reading it becomes more complicated because I already made their Apple IDs part of my family group. It seems like you're not able to just let go of family member that is less than 13 years of age. You can only transfer it to another family, so Apple is making sure there are no kids left behind It seems like the only option will be to "abandon" the family and then create a new family with the new Apple IDs. If all this sounds bizarre to you it sounds bizarre to me too! If I can just put the kids in the car and drive them to the nearest one hour away Apple Store and have them show their credentials confirming their birthdate I would rather do that than having to spend more and more time with this issue, but that was not an option pointed out by customer support. So folks keep in mind that if you make a mistake your children's age is set in stone until he or she turns 20 if they happen to be seven at the time you made the mistake and no one can change this, even Apple! Now on the positive side I'm glad I didn't do the mistake when she was 13 or she will have to wait until she's 26 Most likely I'll be calling customer support tomorrow again and I will let you know how it went!

  • Does anybody know how I can get my Mac Book Pro back, which was stolen during a presentation I was attending. I have the store receipt, however I had not installed i Cloud in my mac Book?

    Does anybody know how I can get my Mac Book Pro back, which was stolen after a class I taught?
    I have the store receipt, its serial number, however I had not installed i Cloud on my Mac Book and I'm not able to find my Mac back.
    Thanks for helping me!

    Sorry to say but you are out of luck.
    What To Do If Your Mac Is Lost Or Stolen
    If you activated Find My Mac before it was lost or stolen, you can track it only if it is connected to the Internet by Wi-Fi. What you cannot do is track your computer using a serial number or other identifying number. You cannot expect Apple or anyone else to find your computer for you. You cannot recover your loss unless you insure your device for such loss. It is not covered by your warranty. Be sure to report the loss or theft to the local police. Have the serial number handy. If your Mac is found it cannot be returned to you if you don’t have the serial number and proof of purchase.
    Find My Mac can be used from Find My Phone at iCloud.com and via Find My Phone on your iDevice.
          The following is third-party anti-theft software:
               1.  STEM 2.1
               2.  MacPhoneHome 3.5
               3.  MacTrack 7.5.0
               4.  VUWER 1.7
               5.  Sneaky Bastar* 0.2.0
               6.  Undercover 5.1.1
               7.  LoJack for Laptops
               8. Hidden 2.0
               9. Prey 0.6.2

  • How can I change the email associated with my forum account?

    How can I change the email associated with my forum account?  I didn't provide my work email to you, but you put it in my account.  My forum postings have nothing to do with my personal PC at home.  There isn't an option to update it.
    This question was solved.
    View Solution.

    Hi:
    Log in and click on your user name, then look at the upper the right side of the page.
    Click on the triangle to the left of the "More Resources" section.
    This will drop down, and give you options.
    Select User Settings.
    This will now open a page, and in the light blue type on top, follow it along to Contact Information, click on that, and change your e-mail address to what you want, and hit the blue submit button on the bottom right side of the page.
    Paul

  • How can I display the vendor associated with result of my running total sum

    I have a report that lists vendors with their most vecent order dates.  I need to set up a rotation so that the vendor with the latest order date is next to be selected.  I used the running total summary to pick the latest date.  How can I display the vendor associated with result of my running total summary?

    If your "latest" order date means the "oldest" order date, why don't you try this:
    Go to Report tab -> Record Sort Expert -> Choose your order date in ascending order
    This will make your oldest order your first record shown. 
    You can then create a running total count for each record.
    Lastly, in your section expert under conditional suppress X+2 formula, write this:
    {#CountRecords}>1
    The result will only show the oldest record in your report.
    I hope that helps,
    Zack H.

  • How do I add an ipad to my itunes account which was previously associated with another account and user?

    how do I add an ipad to devices in my itunes account which was previously associated with another account?

    Just sign into your own ID in Settings>iTunes & App Store. Sign out of the old ID and sign into your ID. I get the feeling though, that there is more to what you are trying to do or want to do and I'm not understanding or you are not explaining completely.
    If this is a previously owned iPad, it should have been erased before you got possession of it.

  • How to find out which list is associated with specific incoming email address

    Hey Guys,
    I've a received a request today from a user asking me which list was setup with a specific incoming email address.
    Is there a way to find out which list is associated with an email address?
    Thanks

    OK after a bit of research I found a way to achieve this.
    I simply looked up the email address in ADUC, then did a search in SP with the display name. I could locate the list and manually confirm it was configured with the incoming email address I was looking for.
    I also found the below script on Stackoverflow, but got "The 'using' keyword is not supported in this version of the language." when I tried to run it. Any idea how to fix that? I'd like to have a script to link a library to an email address istead of the
    manual approach described above.
    http://stackoverflow.com/questions/4974110/sharepoint-how-do-i-find-a-mail-enabled-list-if-i-only-have-the-email
    $SiteCollection = ""
    $EmailAddress = "" # only the part before the @
    # Load SharePoint module if not done yet
    if((Get-PSSnapin | Where {$_.Name -eq "Microsoft.SharePoint.PowerShell"}) -eq $null) {Add-PSSnapin Microsoft.SharePoint.PowerShell;}
    cls
    using System;
    using Microsoft.SharePoint;
    namespace FindListByEmail
    class Program
    {a
    static void Main(string[] args)
    string siteUrl = $SiteCollection;
    string email = $EmailAddress;
    using (SPSite site = new SPSite(siteUrl))
    foreach (SPWeb web in site.AllWebs)
    try
    foreach (SPList list in web.Lists)
    if (list.CanReceiveEmail)
    if (list.EmailAlias != null && list.EmailAlias.Equals(email, StringComparison.InvariantCultureIgnoreCase))
    Console.WriteLine("The email belongs to list {0} in web {1}", list.Title, web.Url);
    Console.ReadLine();
    return;
    finally
    if (web != null)
    web.Dispose();

  • BDC -  How we can identify errors in Transaction method?.

    Hi ,
    How we can identify errors in Transaction method?.
    Regards
    Nikhil V Kumar

    HI
    CALL TRANSACTION 'FK01' USING IT_BDCDATA MODE 'A'
                            UPDATE 'S'
                            MESSAGES INTO IT_MESSAGES.
    IF SY-SUBRC <> 0.
    PERFORM FORMAT_MESSAGES.
    form FORMAT_MESSAGES .
    DATA: L_MSG(100).
    LOOP AT IT_MESSAGES.
    CALL FUNCTION 'FORMAT_MESSAGE'
    EXPORTING
       ID              = IT_MESSAGES-MSGID
       LANG            = SY-LANGU
       NO              = IT_MESSAGES-MSGNR
       V1              = IT_MESSAGES-MSGV1
       V2              = IT_MESSAGES-MSGV2
       V3              = IT_MESSAGES-MSGV3
       V4              = IT_MESSAGES-MSGV4
    IMPORTING
       MSG             = L_MSG
    EXCEPTIONS
       NOT_FOUND       = 1
       OTHERS          = 2
    write:/ l_msg.
      endloop.
    endform.                    " FORMAT_MESSAGES
    HOPE THIS HELPS,
    PRIYA.

  • How i can Start OC4J Instance as window service

    hi ,
    How i can Start OC4J Instance as window service ?
    Regards
    Omar

    Omar,
    check
    http://www.taltech.com/TALtech_web/support/sw_tricks/NTService.htm
    Frank

  • How often can i change icloud account association/other ?s

    How often can i change icloud account association on a ios device.  If the ios device has a shared photo folder photo on it, will that setting still apply to the updated icloud account.by default.  How long will the shared photos from the original icloud account stay available to the other devices?  When a shared photo folder is disabled from the ios device, does it immediately remove acces via icloud?  if photo stream is activated on one ios device, does it activate on the other devices using that icoud account.  Thanks for your help
    matthew

    You change it the same way you change the information for any Apple ID: http://support.apple.com/kb/ht5621.  (An iCloud ID is also an Apple ID.)
    After changing the ID, read this to know what to do next: http://support.apple.com/kb/HT5796.

  • How can I get all users associated with my VSO

    I see here: https://www.visualstudio.com/en-us/integrate/api/shared/profiles that I can get my profile info from the API, but can I get all users associated with an account?

    Hello!
    If you want to see all of that in a single mailbox, you can create a Smart Mailbox from the "file" menu in the top left corner of your screen. It's a bit of trial and error before you get the rules correct, perhaps, but that will work.

  • How to get the 4 digit number associated with a SAP icon ( ICON_MAIL )

    Hi Friends,
                   Could anyone please tell me how to get the 4 digit number associated with a SAP icon ( ICON_MAIL ).
                   eg: - For ICON_GREEN_LIGHT the four digit id code is '@08@' (which you can get from ICON table )and the associated 4 digit number is'1003'.
                  Similarly I want to get the 4 digit number for ICON_MAIL(e-mail icon)
    <b><REMOVED BY MODERATOR></b>
    Ashiq
    Message was edited by:
            Alvaro Tejada Galindo

    You can use this report...It's not mine...
    REPORT zdummy_atg_2.
    TABLES: ICON.
    INCLUDE <ICON>.
    FIELD-SYMBOLS: <F>.
    SELECT * FROM ICON.
       ASSIGN (ICON-NAME) TO <F>.
       WRITE:   /(5) <F>, 20 '@',21 ICON-ID+1(2),23 '@',ICON-OLENG,
                ICON-BUTTON,ICON-STATUS,ICON-MESSAGE,ICON-FUNCTION,
                ICON-NAME.
    ENDSELECT.
    Greetings,
    Blag.

Maybe you are looking for

  • Home Hub 3 config for new Infinity install

    Hi all, Well, I've been with Demon Internet since almost day 1, way back in 1993 IIRC. However as BT have now rolled out Infinity into our village, and I can almost spit on the Infinity cab from my office window, I've decided to jump ship from Demon

  • Add call button not present when in active call

    Hi all, I have a MacBook Pro (the latest one with Yosemite 10.10.2). I dont have an iPhone so no integration has been done. I was watching Modern Family - "Connection Lost" episode and I saw Claire adding another call when she was in a Facetime video

  • X11.app Intel MacOSX 10.4.9

    I have an Intel Macintosh machine with MacOS 10.4.9 I need an X server and X11.app is not present on my system, I do not have an install disk. Where can I get the X11.app that is supposed to come with my Tiger installation? I would like the standard

  • Generic delta   using function module with two fields  AEDAT AND ERDAT

    Hi,     i have scenario that i have to create a generic data source  having delta using funcation module and the delta speci fields are AEDAT AND ERDAT . Is there possibility with out using these two fields ( i mean AEDAT AND ERDAT)  in the extract s

  • Photoshop Elements always crash on my PowerMac G4

    dear all, I hope someone can help, I’ve already posted this problem on a couple of Italian forum/usenet groups with no luck Some time ago I bought on eBay for my father a PowerMac G4 AGP Graphics with Tiger (all the details lower down), it works ok e