Sqlnet.ora instance configuration when instances share the same host

Hello

According have modernized some of our databases to 11.2 which was on different machines on the same host again we realized that one of them had node valid control setting with the list of nodes invited in sqlnet.ora.

Is it possible that we keep this configuration for the instance and keep others outside this configuration?

Kind regards
Altan

ak1980 wrote:
Hello

According have modernized some of our databases to 11.2 which was on different machines on the same host again we realized that one of them had node valid control setting with the list of nodes invited in sqlnet.ora.

Is it possible that we keep this configuration for the instance and keep others outside this configuration?

Kind regards
Altan

Laughing out loud

And the use of valid_node and invited_node is fairly lame to start. I always wondered why implemented oracle implementation in their layer of sqlnet at all, being the right place to do the filtering on the router ip.

So now you must be wondering why a single instance - and no others - used it in the first place. The solution to your dilemma will depend on the answer to this question. It could be that for a particular instance of filtering IP was valid. However, the decision to do so at the level of the layer of tns was wrong, and then pass that instance to a host with other bodies which have different requirements only aggravated the original error.

Tags: Database

Similar Questions

  • Two virts never share the same host... What are my options?

    Hi all

    Ive got two virts which are nearly identical and work in an active/active load. What are the options I have to ensure that these two virts never end up on the same physical host?

    I'm not looking for FT. I'll have two functional virts at the same time.

    Thank you!

    You can do this by setting VM - VM DRS anti affinity rules.

    André

  • How to compare CPU consumption between instances on the same host

    Hello

    We have an AIX server hosting 12 databases.
    I would like to get a glimpse of how the CPU is distributed among these 12 databases over a specific time period.

    Is it possible to show that in a chart using OEM? I have not found a way...
    I can see the CPU usage at the level of the host or the CPU per second for each individual database instance.
    But how do I make a valid comparison between instances of database?

    Is there another tool (UNIX level maybe) to do this in a simple way?


    Thanks in advance
    Frédéric

    http://applicationsdba.blogspot.in/2010/03/monitoring-CPU-usage-of-multiple-Oracle.html

  • Access to the second instance of the database on the same host (ORA-12514) problem

    Hello

    I had a database of what ICMDB installed on my machine. After that, I created a second instance of database (Service name: BI_APPS) using DBCA on the same machine. With the help of NETCA I also created a new OracleOraDb11g_home1TNSListenerBI_APPS_LISTENER listener on port 1522 on my machine. Then I configured this listener to listen to the connections to the service BI_APPS by adding the following to my tnsnames.ora:

    BI_APPS_LISTENER =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.2.109)(PORT = 1522))

    Then I changed the port in my driveway tns to BI_APPS at 1522 as follows:

    BI_APPS =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.2.109)(PORT = 1522))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = BI_APPS)

    )

    )

    I then restarted the following services:

    OracleOraDb11g_home1TNSListener

    OracleServiceBIAPPS

    OracleOraDb11g_home1TNSListenerBI_APPS_LISTENER

    After that, when I try to access my first ICMDB DB through Toad, the connection is successful. However, when I try to access the service BI_APPS I get the following error:

    ORA-12514: TNS:listener is not currently of service requested in connect descriptor.

    What I am doing wrong? Here are the contents of my files:


    ----------------------------------------------

    TNSNAMES. ORA


    tnsnames.ora # Network Configuration file: D:\app\Oracle\product\11.2.0\dbhome_1\network\admin\tnsnames.ora

    # Generated by Oracle configuration tools.

    BI_APPS_LISTENER =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.2.109)(PORT = 1522))

    BI_APPS =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.2.109)(PORT = 1522))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = BI_APPS)

    )

    )

    LISTENER_ICMDB =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.2.109)(PORT = 1521))

    ORACLR_CONNECTION_DATA =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))

    )

    (CONNECT_DATA =

    (SID = CLRExtProc)

    (PRESENTATION = RO)

    )

    )

    ICMDB =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.2.109)(PORT = 1521))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = icmdb)

    )

    )

    -----------------------------------------------------------------------

    SQLNET. ORA

    sqlnet.ora # Network Configuration file: D:\app\Oracle\product\11.2.0\dbhome_1\network\admin\sqlnet.ora

    # Generated by Oracle configuration tools.

    # This file is actually generated by netca. But if customers can opt for

    # install 'Software Only', this file does not exist and without the native

    authentication #, they will not be able to connect to the database on NT.

    SQLNET. AUTHENTICATION_SERVICES = (NTS)

    NAMES. DIRECTORY_PATH = (TNSNAMES, EZCONNECT)

    ------------------------------------------------------------------------------------

    LISTENING PORT. ORA

    listener.ora # Network Configuration file: D:\app\Oracle\product\11.2.0\dbhome_1\network\admin\listener.ora

    # Generated by Oracle configuration tools.

    BI_APPS_LISTENER =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.2.109)(PORT = 1522))

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1522))

    )

    )

    ADR_BASE_BI_APPS_LISTENER = D:\app\Oracle

    SID_LIST_BI_APPS_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (SID_NAME = CLRExtProc)

    (ORACLE_HOME = D:\app\Oracle\product\11.2.0\dbhome_1)

    (= Extproc PROGRAM)

    (ENVS = "EXTPROC_DLLS=ONLY:D:\app\Oracle\product\11.2.0\dbhome_1\bin\oraclr11.dll")

    )

    )

    ---------------------------------------------------------------------------------------------------

    Here's the lsnrctl status output

    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 12 December 2013 16:17:01

    Copyright (c) 1991, 2010, Oracle.  All rights reserved.

    Connection to (ADDRESS = (PROTOCOL = tcp)(HOST=) (PORT = 1521))

    STATUS of the LISTENER

    ------------------------

    Alias LISTENER

    TNSLSNR for Windows 64-bit version: Version 11.2.0.1.0 - Production

    Start date December 12, 2013 10:34:35

    Uptime 0 days 5 h 42 min 26 s

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Listener parameter File D:\app\Oracle\product\11.2.0\dbhome_1\network\admin\listener.ora

    D:\app\oracle\diag\tnslsnr\ICMDEVDB\listener\alert\log.XML log listener

    Summary of endpoints listening...

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=ICMDEVDB) (PORT = 1521)))

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=192.168.2.109) (PORT = 1521)))

    Summary of services...

    Service 'BIAPPSXDB' has 1 instance (s).

    'Biapps' instance, State LOAN, has 1 operation for this service...

    Service 'BI_APPS' has 1 instance (s).

    'Biapps' instance, State LOAN, has 1 operation for this service...

    Service 'icmdb' has 1 instance (s).

    'Icmdb' instance, State LOAN, has 1 operation for this service...

    Service 'icmdbXDB' has 1 instance (s).

    'Icmdb' instance, State LOAN, has 1 operation for this service...

    The command completed successfully

    OK I solved this.

    Apparently, the machine restart is necessary after the creation of the new instance. I have created a new instance, restarted Windows and Bingo!

  • Several instance to the same server with same ORACLE_HOME and same SID

    Hello gurus, reduce costs my company looks to reduce the backup servers and the databases consolidade waiting on big 2 or 3 servers to reduce oracle licenses.
    It is that I have about 30 cases with SID same how to configure it to run as 10 instances with the same SID, ORACLE_HOME in the same machine? is this possible?

    will run oracle on unix HP - UX 11r2

    BR

    TI

    Right. Each database will have own SID. With multiply tnsnames.ora and listener.ora all have entries for each standby.

    If the folder structure is different from primary then the DB_FILE_NAME_CONVERT and LOG_FILE_NAME_CONVERT parameters are used to convert to the new locations.
    These two taking input in two, the front of the location and the location after.

    Example:

    DB_FILE_NAME_CONVERT=('/u01/app/oracle/oradata/RECOVER2', '/u01/app/oracle/oradata/RECLONE','/u01/oradata/RECOVER2','/u01/oradata/RECLONE')
    LOG_FILE_NAME_CONVERT=('/u01/app/oracle/flash_recovery_area/RECOVER2', '/u01/app/oracle/flash_recovery_area/RECLONE')
    

    Standby for each primary SID can be all that you need. The DB_NAME parameter would be the same on both, but DB_UNIQUE_NAME would be different.

    Who is?

    So, if I have two PRIMARY and standby database, Eve will have its own password, its own file INIT file to its own directory structure (but it could be the same).

    Best regards

    mseberg

  • Firefox does not work for multiple instances of the SAME user account on Windows Multipoint Server 2011

    We have a PC HP of MulitSeat MS6200
    It runs Microsoft Windows MultiPoint Server 2011 (which seems to be a twisted version of Windows 7)
    It is implemented in a laboratory of computer science and students connect you using their account for shared room - IE multiple instances of the same user accounts are currently running on the PC at the same time.
    The first student to run Firefox can work with it without a problem.
    However, when another student try to start firefox they get the following message:
    Firefox is already running but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system.

    Cannot start Firefox using a profile that is already used by someone else.
    Each Firefox instance needs its own profile or you will get this error message.

    Use-no.-line switch remote control to open another instance of Firefox with its own profile and to different instances of Firefox running concurrently.

  • How to call a second instance of the same VI?

    Hello

    I have a useful VI dealing with IO operations. To save some time, of what I would call the VI as a second instance do work at the same time. I created a sequence sub with the run option 'Use the new thread' and I called the Vi (a step of the sequence only). Execution time of the VI is about 20 seconds run Durin I called the subsequence and I carried on running my main sequence (parent). Since then 10 seconds to launch the subsequence (in the thread of sepatate I called the same VI as in the thought of subsequence the second instance will be created. However, instead of parallel work of the two instances of the same VI had to wait when mt subsequence end known call the VI th.

    So my question is, as in the topic: how to call a second instance of the VI even at the "same time"?

    Could you please tell me about the best approach to solve the problem?

    Any VI that you want to run in parallel must be paid also re-entrant, including screws.

  • Can VMware Player run multiple instances of the same VM?

    I looked around but could find an answer to this question. If it has already been answered, please feel free to point me to that answer. I am relatively new to VMware Player, so this may seem like a stupid question. Please bear with me.

    I've been running Linux in a virtual machine using VMware Player 5.0.2 on Win7 and I would like to start another instance of the same virtual machine, simultaneously. When I try to launch the image once again, VMware asks if I want to take possession of the virtual machine running, but does not give the opportunity to start another instance.

    Is it because it is not possible to run two instances of the same VM, or y at - it another way to get there?

    Welcome to the community,

    This can be done. If another instance would be allowed to use the same file system, the guest operating system would be very likely corrupt the file system. What is possible - at least with VMware Workstation - is to create clones related, where the Basic virtual disk is the same (open in read-only mode), but writes go to independent virtual disk files.

    André

  • You can run several APEX headphones for different instances on the same server

    Please confirm that we can run several APEX headphones for different instances on the same server?  It is a configuration of xml configuration or do we need to do more?


    Thank you


    Tony Miller

    SmartDog Services

    Austin, TX

    Hello

    With last listener APEX, you can configure multiple databases

    Oracle Application Express listener configuration

    Is that what you mean?

    Kind regards
    Jari

  • SQLNET.ora Network Configuration file "missing parameters".

    Hello gurus;

    Earlier I create sqlnet, ora by NETCA
    My SQLNET.ora contains following information only...


    sqlnet.ora # Network Configuration file: /u01/app/oracle/product/10.2.0/db_1/network/admin/sqlnet.ora
    # Generated by Oracle configuration tools.

    NAMES. DIRECTORY_PATH = (TNSNAMES)


    * > > Help > > *.
    why he did not show all parameters? Here is something wrong?
    I need to set SQLNET. AUTHENTICATION_SERVICES = NONE

    952909 wrote:
    Hi EdStevens

    Not able to connect to the database without entering a user name and password.

    Yes, we know. You said, in almost all positions, you did on this subject. We got that. Believe me, we understand that. Can we move on to solve your problem?

    [oracle@localhost ~] $ sqlplus /.

    SQL * more: Release 10.2.0.1.0 - Production on sat 22 dec 19:12:30 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-01017: name of user and password invalid. connection refused

    Because everything counts OS logged as that doesn't have an account AUTHENTIFIE of BONES in the database.

    but I can connect like this,

    [oracle@localhost ~] $ sqlplus

    SQL * more: Release 10.2.0.1.0 - Production on sat 22 dec 19:12:17 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.

    Enter the user name: ops Sham $
    Enter the password:
    Connected to:

    Because, despite the "ops$"... ops$ feint isn't an authenticated OS account. This is a database of authenticated account. It's only a database of authenticated account because you gave it a password. From your previous post to Justin:

    -quote from the previous post to start-

    SQL > CREATE USER ops$ sham IDENTIFIED EXTERNALLY.
    Created by the user.
    -suspend - quote

    OK, at this point, you have an authenticated os account "$ops Sham".

    -quote to continue-
    SQL > GRANT CONNECT TO the Sham ops$;
    Grant succeeded.
    -suspend - quote

    Now, the operating system account 'sham' should be able to connect with a simple "sqlplus / '.

    -quote to continue-
    SQL > grant dba to simulacrum of ops$;
    Grant succeeded.
    -suspend - quote

    Now, anyone who uses the operating system account 'sham' can connect without a password and have all the privileges listed in the role of "dba".

    -quote to continue-
    SQL > alter the simulacrum of $ ops user identified by shamos.
    Modified user.
    -end quote-

    But now change you your account "$ops Sham" and gave it a password. OPS$ feint is therefore more than a bone authenticated account. It is now a database authenticate the account, but with a rather misleading name. At this point, if you are trying to connect as "sham of the ops$", you will need to provide a password.

    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With partitioning, OLAP and Data Mining options

    Note: most web links either saying, we can choose to connect with DB.
    I want to know the difference why this sqlplus command / error display

    Because you're tying to use authentication with an operating system account that is not an operating system os authenticated account in the database. Put "ops$" on the name of the account is NOT what makes an authenticated os account. What makes authenticated os sets the account as "identified on the outside. If you create as 'identified by somepassword', OR if you CHANGE to 'identified by somepassword' then it is NOT authenticated os.

  • How can I make the < Instance name > the same as the name of the clip in an animation.

    Hi, I'm a moderator for a small game project and I have a very big problem. Even if I used flash for animation for a long time, I am a newbie when it comes to something technical. I just got a request to make of each video clip I use to have a uniform < Instance name > in each frame of the animation. Only if they have told me that earlier... Y at - it an easier way to do the < Instance name > the same as the name of the clip another that you enter manually. I have 16 characters with 12 parts of the body with 20 animations each with approximately 6-7 frames for each part of the body, it will take me months and nightmares evey night enter everything by hand. Please help me keep my sanity!

    I don't know if I explain properly, so here's a picture:

    Instance.jpg

    Thank you!

    I don't know a easy way to do it.

    you could do a file jsfl to do, but it is not for beginners.

  • Only one instance of the same function call button?

    I have 4 instances of the same key on a single layer on a timeline of the "coverflow_mc" mc named 'ThatsMe_btn_a' to 'ThatsMe_btn_d' IE the same button, same position... He just changing the name of the instance on 4 key frames. Why he calls the function fine for button but not to b, c or d? There is a stop on each of these frameworks and I can see the SWF that it prevents the correct images.

    Picture 7.png

    function thatsMe() {}

    right = new Sound();

    right.attachSound ("right");

    right.start (0,1);

    trace (subTotal);

    }

    _root.coverflow_mc. ThatsMe_btn_a.onRelease = function() {}

    subtotal = 2

    thatsMe();

    };

    _root.coverflow_mc. ThatsMe_btn_b.onRelease = function() {}

    subtotal = 1

    thatsMe();

    };

    _root.coverflow_mc. ThatsMe_btn_c.onRelease = function() {}

    Subtotal = 3

    thatsMe();

    };

    the other buttons do not exist when your code runs.

    to remedy this, make sure that the other buttons exist when your code runs.  You can disable their visible property, so they cannot be seen.

  • Two computers share the same wi - fi Modem. When A computer reads a message that is marked as read on two PCs, not allowing computer B see what needs to be read.

    Two computers share the same WI - fi Modem. When A computer reads a message that is marked as read on the two PC, not allowing the B to see what still needs to be read. Email is Thunderbird.
    Please help, thank you for this option online support

    I should add that if you operate the account using Pop then messages can be left on the server without any indication that they have been read. You define each customer to leave them on the server.

    However if you don't know what messages have been read, I know not how will you know which ones to delete and when to do it. Without active maintenance your server could quickly become full.

  • When I share the link to my site on Facebook or other social media, the preview image is empty, there is nothing there anyway to solve this problem?

    When I share the link to my site on Facebook or other social media, the preview image is empty, there is nothing there anyway to solve this problem?Screen Shot 2015-02-20 at 1.50.27 PM.png

    J-26 is a widget that facilitate...

    Adobe Muse SEO Widgets

    Steve

  • Can't swap multiple instances of the same symbol

    Hey!

    So, I can select a symbol and exchange with one another, but why can't I just Exchange several instances of the same symbol?

    A useless limitation don't y ' All think?

    -Dwayne

    If you're talking about the replacement of one symbol by another of the library, which is limited to one symbol at a time.  But you can extend this functionality using JSFL.  Here is a link to a tool that might work for you...

    http://spiralstormgames.com/blog/code-snippets/quick-Flash-extension-swap-multiple-element s-at-once.

    If you have a thousand things to change, you can review your design uses a dynamic approach, except the investment items must be managed manually defined specific locations.   In this way, you can simply change the link between the symbol and the programming will take care of the rest.

Maybe you are looking for

  • First run the part of the code

    Hi people, I'm using Labview to control a camera and a motor, who need a boot before I can use them.  Currently I have the status of fact manually, but there is a lot of time and unproductive.  I wish this part of my code to run first and before any

  • How to fix the PC after the left computer update with blue screen?

    System said it had to be downloaded an update for Windows Vista.  Did the download, restart the computer and only get the blue screen of death.  Restart the computer and you try to start safe mode do not work, the computer just restarts.

  • Impossible to download adobe.11 to watch videos, have tried several times but it seems to be stuck

    There is a message when I start the download that says that my browser has blocked the download I then select options and enable it to continue, it seems to finish the download, but I get the message that I have to download Adobe.11 when I try to ope

  • Computer still shuts

    I have Vaio P netbook using Windows Vista version. It worked fine, but recently, when I try to stop after being on it for a while it just continues to idle and saying "disconnection" but neve r past to how closed. I usually have to force a shutdown (

  • Downloaded Codecs and still do not see MP4s

    Separated from this thread. I downloaded al codecs and that you still don't see MP4s. videos YouTube are also green screen. I had this problem once before a do not know why it is. How I HATE Windows 8