Question about the definition of SID by using Oracle Net Manager

Hello

I'm following the instructions provided in the document Oracle DBA for 2 days.

Page 8-9, he gives instructions on how to configure net service using Oracle Net Manager names. Following the instructions, I created a new Identification of spare (by selecting the Naming Service and pressing the green button (+)). Using this method, I've created a new descriptor as shown below:
ONM_ORCL =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(HOST = Oracle2Day1.john.local)(PORT = 1521))
    )
    (CONNECT_DATA =
      (SERVICE_NAME = orcl.john.local)
    )
  )
Note the use of the "Service-name" field to identify the service.

Using Enterprise Manager, I created a new descriptor so, but EM has allowed me to use the SID instead of the SERVICE_NAME. The portion of TNSNames.ora created by EM is as shown below:
ORCL_CREATED =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(HOST = Oracle2Day1.john.local)(PORT = 1521))
      (LOAD_BALANCE = yes)
    )
    (CONNECT_DATA =
      (SID = ORCLSID)
      (SERVER = DEDICATED)
    )
  )
Note that this template does not use the "Service-name" field, it uses the "SID" field instead.

As an exercise, I wanted to use Oracle Net Manager to create a descriptor that uses the SID instead of the SERVICE_NAME, just as I did in EM, but I can't find a way to do it. I be getting the SID of grey field (locked) or various errors.

The question is: Should what steps I follow in Oracle Net Manager to create a descriptor like the one I created in EM?

Thank you for your help,

John.

John,

SID's ancient mechanism of the sqlnet. EM allows you to do so by an option button, but all other oracle tools are now using the mechanism of the Service only as the new standard that is used when the client tries to connect to the server. SID asks that the service must be available on this ony node where you try to connect without additional installation as failover, load balancing services in order to provide you with. So I would say you respect the service mechanism only and as far as I know, there is no way to put a SID by using the Oracle networking tools.

On services, you read this book.,
http://www.ardentperf.com/pub/services-schneider07.PDF

This would explain why the concept of Service is better!

HTH
Aman...

Tags: Database

Similar Questions

  • Question about the Type of SQL equivalent Collection Oracle

    (1) I read documentation collections oracle, can I know why the 'STORE AS' clause is used only when creating the table, but not when the object creation?

    Table:

    CREATE TYPE CourseList AS TABLE OF VARCHAR2(64);
    CREATE TABLE department (
      name     VARCHAR2(20),
      director VARCHAR2(20),
      office   VARCHAR2(20),
      courses  CourseList)
      NESTED TABLE courses STORE AS courses_tab;
    

    Object:

    CREATE TYPE CourseList AS TABLE OF VARCHAR2(10)  -- define type
    CREATE TYPE Student AS OBJECT ( -- create object
       id_num  INTEGER(4),
       name    VARCHAR2(25),
       address VARCHAR2(35),
       status CHAR(2),
       courses CourseList)  -- declare nested table as attribute
    

    (2) also can I know what is the difference between OBJECT & RECORD?

    My understanding is that the OBJECT is entity sql where you create and store data in this document, while the RECORDING is PLSQL entity where you group different types of data elements in one?, hope you can give me an example to better understand.

    Thank you.

    Ariean wrote:

    (1) I read documentation collections oracle, can I know why the 'STORE AS' clause is used only when creating the table, but not when the object creation?

    Fix. The column of the course are (similar to an array) collection type. This requires a "nested table" for this column store the list of the values in this column.

    This approach however is an exception to the rule - as it flies in the face of robust and sound design mathematically, relational.

    (2) also can I know what is the difference between OBJECT & RECORD?

    A record is similar to a struct in C/C++. A record contains one or more fields/variables. It's a basic structure for the creation of a 'container of variables' and by the way this container between code units, as oppose to pass individual variables. It is also the basis for the creation of intelligent data structures in structured programming. For example an IP socket structure is a unique smart container consisting of items/variables such as socket, protocol family and type, flags address and so on.

    It is a standard feature in most (if not all) of the structured programming languages - C / C++ and Pascal, Cobol and Visual Basic. PL/SQL is based on the Ada language - and like other members of language (including Pascal), PL/SQL uses the word registration reserve to set a record structure.

    Objects are created in Oracle using the "create or replace type... as object'clause. The correct term is an object oriented class. This differs from a record as a class has data and code. Unlike a record that counts only data.

    Given in a class are called properties. The code of a class is called methods. There are different types of member methods and methods such as the static class constructors, destructive methods.

    Oracle class object is defined using SQL. (Methods) code of this class is set using PL/SQL.

    The classes also supports features like inheritance. Allowing a child class extend the implementation of the parent class. This is not supported by a record structure, beyond a structure that contains another structure as a field attribute. Classes supports the substitution in a child class, the methods of the parent class. As records are composed only of data and not code, there is nothing like ito feature for structures Records.

  • Connect to the not not in instance using Oracle Net

    Hello

    I'm looking for an answer to a question how to connect to an instance not mounted by Oracle Net.
    I know it's possible to make a static record on listener.ora file and it will be ok. But I also knew that we can do this through dynamic registration, but there must be an entry in tnsnames.ora (something like ux = i). I was looking for this entry and can't find it. Can someone help me?

    Sousou.

    This is option (UR = A).

    Werner

  • Question about the definition of opacity in DW Cs6, without using rgba

    Hello

    I prefer not to use html5/css3, until there are no more windows xp accesses the internet. However, html5/css3 features are very nice and I would like to find a user-friendly way to ie8 to do similar things. I want to adjust the opacity of my background colors between my < div > < / div > and not use rgba, but rather hexagonal, but NOT change the color of text at all. I prefer to do it in the css instead if possible coding Editor by hand. Is there a way to do this?

    I'm new to the news. The last time I built a site was in 2007 with Frontpage 2003 :)

    Thank you

    Thank you, especially you Jon. I kinda thought that I would have to use an image and I tried to do this in Photoshop, last night and he could not understand. I really appreciate the step by step instructions!

    It's a shame to win xp is still so popular because it uses ie8

  • Hello!  Question about the definition of default size when opening existing PDF files.

    Pdf documents, I have download all seem to open up to 202% format. Is there a way to set my size by default (for opening and reading the documents) to something smaller, so I don't have to always use the tool magnifying glass to shrink them? Thank you!

    Under preferences | Page Display, set the Zoom to 100% or whatever it is you want to open it with.

  • Question about the definition of a table null vs defining each element null in the table and the recording of memory.

    Hello

    I try to avoid any kind of memory leaks or problems of garbage collection.

    public class test {}

    var anArray:Array;

    .

    .

    .

    public void addObjects() {}

    anArray = new Array();

    anArray [0] = new Something();

    anArray [1] = new Something();

    anArray [2] = new Something();

    for (var i: int = 0; i < anArray.length) {}

    anArray [i] .addEventListener (MouseEvent.CLICK, doSomething);
    addChild (anArray [i]);

    }

    }

    private void doSomething(event:MouseEvent) {}

    for (var i: int = 0; i < anArray.length; i ++) {}

    anArray [i] .removeEventListener (MouseEvent.CLICK, doSomething);

    removeChild (anArray [i]);


    }


    anArray = null;


    }


    }

    Is it effective or should I register "anArray [i] = null" after 'removeChild (anArray [i])' in the loop of my doSomething(event:MouseEvent) function?


    Sorry if my question is confusing and I thank you in advance.

    If there is no other reference to new Something() instances, other elements of the array, removing (or assignment a = []) should work.

  • Question about the definition of line screen (LPI) in Illustrator

    I hope someone can help me with a problem I have. I need to print a film with three different screens of line in the same folder for a test plate that my boss wants to print. I can't find a way to do this in Illustrator CS5 and Indesign. I did it in versions of the legacy of Illustrator (8 & 9) but I don't have the old versions on my computer. In legacy versions I make 3 different EPS files with the rulings (LPI) recorded information in each file and then import the EPS files in QuarkXpress and print my file from there. Is it possible to do this with Illustrator CS5 & Indesign?

    In Illustrator, you can not, better you can do is printed as a dividing line for different screens

    Then on the back (for example: Scitex) this set composite file

    or

    Effect > Pixelize > unfortuantely halftone color works in pixel not LPIP, but you can check this.

  • questions about the exclamation points in a triangle in Device Manager

    I went to my device manager to see if there are problems in all areas of the computer, because when I try to log on to a Web site that normally allow me to access it, it gives me a 404 error message. So when I went to the Manager of devices the only thing that I could see and which was not fair has this exclamation point in triangle and it was yellow next to Teredo Tunneling Pseudo Interface. When I double clicked on it that's what he told me: "this device cannot start code 10". I checked because he had run a driver update solutions check on it and came back with her has been updated.

    We can help with your device error, but it will not fix the website.  A 404 message from the server, tell you that the Web page you have requested no longer exists (or has never existed).  Nothing you can do can correct an error 404 - only Web site builders can fix it.

    On your device, the Teredo Tunneling Pseudo Interface you mentioned is an interface to communicate on different versions of the TCP/IP protocol.  You can learn more here: http://en.wikipedia.org/wiki/Teredo_tunneling

  • Question about the OSB proxy service

    Hello

    I'm new to the world of SOA/OSB. I'm working on a POC from the OSB for our existing application. I have a question about the definition of the URL endpoint to the proxy service. It is possible to specify a generic url endpoint to a proxy service. Something like / SomeService / *. I tried and got errors. Is it possible to do somethig like that or it is a mistake on a conceptual level.

    Thank you

    anything you type in the uri of the endpoint of entry will be the contextroot to your service, so /SomeService should indeed be sufficient or as mentioned Pierluigi/SomeService/blabla is also valid (Betty is not a parameter query, but only a part of the contextroot)

    If you want to use a service like http rest

    / SomeService/blabla would still be the contextroot, and after that, you can use the query parameters

    / SomeService/badarou? var1 = test & var2 = test or/SomeService/blabla/employee/id/1

  • Questions about the stores in iProcurement

    All,

    I have a few questions about the implementation of iProcurement stores-

    1 oracle comes seeded with 2 stores "Backend" and "Exchange.Oracle.com. We do not have the use of these stores. I don't see an option to turn them off. Is it advisable to delete them? They occupy unnecessary space and are seen first. I read this on Metalink Note ID 429470.1 - "NOTE: while the value can be changed, it is highly recommended to not under any circumstances ever remove"Main store"page stores to manage content in iProcurement catalog administrator responsibility.» Do not know why.

    2. we have a Punchout for Dell U.S. catalog store and a catalog of information for Dell International. Buyers of Dell are iProcurement to each punchout to place their orders from Dell for the USA (shopping cart returns to iProcurement) - or - just use the store Dell International to go to an external URL and place their orders here (who do not return to iProcurement). What we see is - when the user clicks on the icon Dell us, it is taken directly to the URL of the PunchOut of Dell, but when he clicks on the Dell International icon, he was first taken to the list of catalogs available to the store (only 1 available catalog) and the user must then click again on the link Dell International. Is there a way to configure the Dell International icon to behave the way behaves in the Punchout icon - i.e. directly take the user to the Dell page without a need to show the list of catalogs.

    Hey,.
    To answer your Questions
    1. you can always delete those either if you want to... The reason why the link Meta Notes say not only not to delete the main store is
    i. because main store has all of the Local content in iProcurement (i.e. If you have any installation of items in the inventory you and them Module iProcurement Enabled (IE can be purchased at iProcurement) and any other article of local catalogues/categories Loaded using the BULK LOADING in iProcurement is also removed.)
    II. you can always delete the information Exchange Oracle store if you do not use.
    I would advise so do not remove the main store. Instead, you can change the sequence of the display of the stores you iProcurement Page.
    Browsing ==> Internet shopping Catalog Admin (RESP) ==> eContent crib ==> content management ==> stores ==> press the update sequence and make sure that the sequence number for main is superior to any other store so that the hand store falls last in the House of iProcurement Page

    2.i don't think that there is no option to do this. but you can always open an SR with Oracle about it and ask this question\

    hope that answers your Question.

    Thank you
    SANTU

  • Question about EM and Oracle Net Manager

    Good afternoon

    It is said in the Net Services Administrator's Guide:
    To start Oracle Net Manager from the Oracle Enterprise Manager console, select
    Service Management from the Tools menu, and then select Oracle Net Manager.
    Nowhere I see a 'Tools' menu, or an option 'Service Management' in EM.

    Question: Y at - it a 'Tools' menu that I missed? If Yes, where? If there is no menu 'Tools', is it possible to start Oracle Net Manager of EM, as shown in the Net Services Administrator's Guide?

    Thank you for your help,

    John.

    PS: possibly useful additional info:
    4NT8>emctl status dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
    https://Orahost.john.local:1158/em/console/aboutApplication
    Oracle Enterprise Manager 11g is running.
    ------------------------------------------------------------------
    Logs are generated in directory E:\Oracle\product\11.2.0\dbhome_1/Orahost.john.local_dbca/sysman/log
    BANNER
    --------------------------------------------------------------------------------
    
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE    11.2.0.1.0      Production
    TNS for 32-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production

    As far as I KNOW, "Oracle Enterprise Manager console" refers to the java console for OEM 9i. A Tools menu there. Are you sure you read your documents version db?

  • A few questions about the use of data and Cliq

    I have the cliq, however I chose to not get 3G (so I bought full fare). So I have a few questions about the phone and the use of 3G / 2 G/Edge:

    1 - is possible to disable completely the 2G / 3 G/Edge? I know you can switch between them, but are anyway just tell the phone to stop using them altogether since I'm not subbed to the service?

    2. when the update takes place, I guess we'll have to reconnect motoblur and etc, but if I don't have 3 G will I have motoblur connection problems after the update? Or he keeps the latest wifi settings so that it would connect to wifi to connect. When I first got my phone it was not a problem b/c I had 3G for the first month.

    I hope that makes sense, thanks!

    To stop all the data, I would like to download an application called APNDroid. He cut them all down. When you log on to blur you have 3G or WIFI doe this without getting a timeout error. During the process of setting up your Blur account, you can press the menu button and set up your wifi to work, this will connect you to Blur and your phone will be connected to the blur. If I were you I would be rethinking to do a data plan since you are really losing out on most of your main features of phones. It's your choice, however.

  • An error occurred when DNS was questioned about the resource record (SRV) service location used to locate a domain controller Active Directory (AD DC) for the domain 'HAMI. LOCAL ".

    An error occurred when DNS was questioned about the resource record (SRV) service location used to locate a domain controller Active Directory (AD DC) for the domain 'HAMI. LOCAL ".

    The error was: "an existing connection was to be closed by the remote host".
    (0 x 00002746 WSAECONNRESET error code)

    The query was for the SRV record for _ldap._tcp.dc._msdcs. HAMI. LOCAL

    Hello

    Your question of Windows 7 is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the Forums TechNet Windows 7 Technet.

    Here is the link:
    http://social.technet.Microsoft.com/forums/en-us/w7itpronetworking/threads

    Hope this helps

  • Got a legal question about the installation of Adobe Photoshop Elements.  How to get help from Adobe using a chat session?

    Got a legal question about the installation of Adobe Photoshop Elements.  How to get help from Adobe using a chat session?

    AdobeTomFaith

    If your program is Photoshop Elements, then you have posted in the wrong forum. Some how your son got posted in the Forum Adobe Premiere elements (video editing). Please re-post your thread in the Adobe Photoshop elements Forum.

    Photoshop Elements

    Wherever your son is, please include Adobe Photoshop Elements version and operating system and the description of the installation problem (error messages, stage of failure, etc.)

    Support Adobe seems to be limited to Adobe cat and is classically limited to the current version which is 13. Then, you the best avenue to success is likely to be through the Adobe Photoshop elements Forum. But that shouldn't stop you trying to determine what kind of support you can get from Adobe cat on your question.

    I would offer this link that is specific for Adobe Chat download and installation

    Contact the customer service (this is not the same destination as shown in a previous post in your thread)

    This link is specifically designed for

    Photoshop Elements

    Download, installation, setting up

    Download and installation

    Panel discussion

    (18:00 - Friday 7 pm Sunday)

    Thank you.

    RTA

  • Question about the database to use with ESX and Labmanager

    Hello

    Finally my company is buying a permit for Labmanager and ESX server using Labmanager to our tests.

    We had a question about the database that we use for the actual installation.

    Could we use MY - SQL? Or that we have the olbigation to install a SQL or Oracle DB for the whole system to work?

    We prefer to use MY_SQL because it is open-source and will cost less to use for us.

    Thanks in advance for the answer and please excuse my bad English, I'm french spoke first.

    Lafa91

    Montreal.

    Lab Manager installs SQL Express as part of the installation and use. If you install also Virtual Center as part of your deployment of Lab Manager (do not use an existing VC server), you can use the database SQL Express is included for small installations of ESX, but MY SQL is not an option. You can search the databases supported in the installation guide for what version you deploy.

Maybe you are looking for

  • What version of firefox uses this machine?

    What is the latest version?

  • External SSD hard drive not detected by Airport Extreme/Time Capsule

    Hello everyone, I have the following problem: Framework -J' bought a 1 TB Samsung SSD 840 EVO internal media. -He is locked in a case of badges and used as an external hard drive -J' have an Airport Extreme (5th generation) -J' have a Time Capsule (4

  • ENVY 15 Q667 nr: Scan C drive

    While doing a sweep on drive C to check the errors or problems. The scan starts OK, but 11% full, it stays there for hours and does not continue

  • File 'mig' data transfer Assistant

    (Working on the Sprint this morning online customer service, but they have quickly exhausted their standard options and do not know how to help me). I ran the data transfer Assistant to my pre.  I have Outlook 2007 (the previous one had a Treo 700 p)

  • TestStand and Gateway requirements

    Hello It is more a question of RG, but there is no RG area to post. I have a Word Document that defines the requirements for a test sequence. Needs are covered by the two (1) LabVIEW VI (2) sequence TestStand. What I want to do is to see what is my c