How to tell which node a session connects to in 9i RAC

I have a 6 nodes 9i RAC database. While running a process, how to tell which node it is connecting to?

Hi,
SQL> select inst_id, sid, username from gv$session ;
inst_id is the instance number a session is running on.
select from the v$instance view to know to instance number you are actually connect to
SQL> select instance_number from v$instance ;
INSTANCE_NUMBER
1
note the the "g" before the view "v$session", that's for GLOBAL (all instances of the cluster) : check the views gv$parameter, etc...
Fred

Similar Messages

  • HT201302 I am trying to upload pictures from my phone to my computer and I'm getting an error message that a photo is corrupted so it can't download.  I don't know how to tell which of the photos is corrupted so that I can delete it and try again?  Thanks

    I am trying to upload pictures from my phone to my computer and I'm getting an error message that a photo is corrupted so it can't download.  I don't know how to tell which of the photos is corrupted so that I can delete it and try again?  Thanks!

    If this is an iCloud account the Outbox only appears when sending an email, so if it is still trying I suppose it should be showing now (not sure though, hard to replicate this)
    What type of email account?

  • How to tell: Which version of camera raw do I have?

    How to tell which version of camera raw I have? The only Google search I found answering this question refers to is 2 years old and seems to no longer apply. There is no File, Edit etc. menu on the new version of Camera Raw with (Photoshop/Bridge CS6). I do use Adobe Application Manager to do my updates telling me if a new version exists or not, nevertheless I would like to know.

    The F key works as described for me in CS6-ACR7.4 with ACR as the window with focus.  The same function is available using the double-arrow-window icon at the right of the Preview checkbox near the top right of the preview area. 
    When in full-screen mode there is no title bar, but when I press the F key or click the double-arrow, again, ACR becomes smaller and I can see the title bar that includes the ACR version and camera model.  This is on Windows7-64-bit on a 1600x1050 monitor.  Perhaps you’re ACR’s title bar is off the top of the screen so you can’t see it, or maybe ACR optimizes some things if you have a smallish display—do you?
    A plug-in is a program that interfaces with another program but is not independently runnable application, itself, bit is independently updatable, so in this instance, Photoshop doesn’t need to be downloaded and installed every time Adobe adds support for a few more cameras.

  • How to tell which photos in iPhoto are HDR images.

    Does anyone know how to tell which photos in iPhoto are HDR images.  When I click on the Info button for the image it doesn't indicate if it was an HDR.
    Does anyone have any information about this?
    I'm using a new iPhone 5s with basically a new iMac.
    Thanks,
    Hagrid...

    You can do a filter on your library with "File Status" is "Missing". The "File Status" query is not available by default, but you can add it by clicking the upper-right button in the filter window.
    nathan

  • How to tell which JButton is clicked?

    I have a layout with 3 panels. Each panel has an 'Add' button inside it. However, I can't work out how to tell which 'Add' button has been clicked by the user. Normally I would put code to select from the text on the button, but this time they are all the same. Any ideas how I can do it?
    Thanks

    DrLaszloJamf: Do you have a simple example that you
    could post? I thought all
    ActionListeners/MouseListeners in the same class had
    to be dealt with in the same place.I'll give you an example in a mo', but here's another solution if you really
    want one ActionListener to listen to multiple sources: explicitly set the
    button's actionCommand strings. This string defaults to the button's text,
    but can be explicitly set to anything you want. This is useful, for obvious
    reasons, if you are writing a multilingual app (I'm Canadian, so that's
    part of the furniture).
    import java.awt.event.*;
    import javax.swing.*;
    public class Example implements ActionListener {
        private static final String MUG_COMMAND = "mug";
        private static final String WUMP_COMMAND = "wump";
        public void actionPerformed(ActionEvent event) {
            String actionCommand = event.getActionCommand();
            if (MUG_COMMAND.equals(actionCommand))
                System.out.println("doing mug action");
            else if (WUMP_COMMAND.equals(actionCommand))
                System.out.println("doing wump action");
            else
                System.out.println("neither mug nor wump: " + actionCommand);
        public static void main(String[] args) {
            ActionListener app = new Example();
            JPanel contentPane = new JPanel();
            JButton button1 = new JButton("add");
            button1.setActionCommand(MUG_COMMAND);
            button1.addActionListener(app);
            contentPane.add(button1);
            JButton button2 = new JButton("add");
            button2.setActionCommand(WUMP_COMMAND);
            button2.addActionListener(app);
            contentPane.add(button2);
            JButton button3 = new JButton("add");
            button3.addActionListener(app);
            contentPane.add(button3);
            JFrame.setDefaultLookAndFeelDecorated(true);
            final JFrame f = new JFrame("Mugwump");
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.setContentPane(contentPane);
            f.pack();
            SwingUtilities.invokeLater(new Runnable(){
                public void run() {
                    f.setLocationRelativeTo(null);
                    f.setVisible(true);
    }

  • How to identify which application users are connected to in an rdp session

    so we have an rdp gateway with couple of servers acting as brokers. users connect to the RD web access site and see a list of applications. usually these applications are the same but with different parameters like (done through the RemoteApp manager)
    app1: C:\Program Files\app.exe arg: C:\appdata\group1\file
    app2: C:\Program Files\app.exe arg: C:\appdata\group2\file
    i'm trying to find a way to tell which app the users are connecting to at a point with no luck, any help will be appreciated
    Noor

    Hi Noor,
    Thank you for posting in Windows Server Forum.
    From your description I can understand that you want the user name with app they have in their session.
    You can achieve with below command.
    Query process User name
    Displays information about processes running on a terminal server. You can use this command to find out which programs a specific user is running, and also which users are running a specific program.
    More information:
    Query process
    http://technet.microsoft.com/en-us/library/bb490798.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • "dtutil", how to tell which configuration file for packages using after deployment?

    Hello All, 
    Trying to achieve this feature, 
    Using DOS command to automatic my deployment process--glad I found dtutil. However, it doesnt give you any chance to identify which configuration file to be used by SSIS packages after deployment.
    Deployment Method: file deployment
    Configuration sued: XML file and SQL Table. IN XML file, it tells which DB connection for packages to look up the configuration table.
    Who can share some thoughts on this?
    Derek

    It is NOT about sequence.
    It is about how to point which configuration file to be used by deployed packages as during the "dtutil.exe"
    deployment, you dont have chance to identify which physical location confg files to be used.
    Derek
    That you do only at the time of execution of packages. By default it uses configuration settings created at design time within the package. If you want to override it, you can use \Configfile switch of dtexec for that. You can also set explicit values for
    properties using /SET switch
    http://technet.microsoft.com/en-us/library/ms162810(v=sql.105).aspx
    See this to understand how configs are applied in runtime
    http://technet.microsoft.com/en-us/library/ms141682(v=sql.105).aspx
    and this to understand behaviour difference in ssis 2008 
    http://technet.microsoft.com/en-us/library/bb500430(v=sql.105).aspx
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • How to tell which database is most resouce consuming?

    Hi,
    I have a server (Sun9) with 10 Oracle database running on it, today load average is very high.
    I can use 'TOP' to get information that user ORACLE eat 80% CPU.
    but how can I tell which database (instance name) is the worst resource consumer?
    then I can pick out which user is worst (this I know)
    Regards,
    Jerry

    A 'quick and dirty way' (since nobody seems to know what to do?):
    The process id/PID in your TOP overview would match a PROCESS in V$SESSION.
    That way you have a SID and SERIAL# = the USER.
    But however...scanning V$SESSION in 10 databases...hope that process takes long enough...and you don't find too many identical SID's/SERIAL#'s
    Like I said: it would be quick and dirty, but maybe you have some luck....
    Just my $
           ,02

  • How to tell which maps are the latest?

    I have Maps v3.01 loaded on my 6710 Navigator (came with free worldwide licence) and Map Loader v3.0.28 on my PC.
    How do I tell which maps are loaded on my Nokia and what version/date the maps availalble on Map Loader are?
    Map Loader does not state which maps are already on my phone, nor does it state the date or version of the maps which can be uploaded.
    Obviously, I'd like to install newer versions of my country map if and when it is available, but how do I know which version is available and which I already have?
    Ovi.com does not seem to be the answer either as all maps were downloaded using Map Loader.
    Solved!
    Go to Solution.

    If you already have a free worldwide license and V 3.01 is working well for you then you are right to leave it for the moment. I hear of problems  searching for addresses etc with V3.03.  Can always update later when everything is sorted.
    I believe if you delete all your maps and then use Ovi Suite to download new maps, Ovi Suite will at least tell you what maps you have on your phone. I haven;t tried it myself because I can't stand Ovi Suite.
    Speed warning is available for Ireland but just like you I have to import the speed camera locations as landmarks. Hopefully, we will see these as new features in future updates.

  • How to tell which Indexes are not being used?

    We are a large development shop and have many customers. Our database design is very generic so that it works for all of our customers. Each night we use an SSIS ETL process to bring down large amounts of data from the iSeries into SQL. One
    particularily large customer takes a very long time and we are looking for ways to speed up thier data import and transformation. I would like to see which indexes he does not use and possibly remove them. Each night we fully repopulate hundreds of staging
    and ods tables and incrementally delete and repopulate the days work for a handful of history type tables. Removing some indexes off of the large tables could make a big impact. 
    How can i tell which indexes the customer does not use?

    > IDENTIFYING UNUSED INDEXES IN A SQL SERVER DATABASE 
       Just because an index is not being used does not necessarily mean it should be removed.
    > Index This: All About SQL Server Indexes
    sp_BlitzIndex
    José Diz     Belo Horizonte, MG - Brasil

  • How to tell which version boot camp?

    It's such a simple question - *How can I tell which version of Boot Camp my machine is running right now?* - but the answer is oh so elusive...
    Get Info on the partition doesn't tell me, About This Mac More Info neither (unless I don't know where to look and somebody can set me straight.) Running through searches at Apple and similar, including forums using (eventually) only the word "version" hasn't helped to figure out how either, nor has Google with a bit more than "version" obviously, else I'd be at it still. And the version on the Boot Camp Assistant.app in Utilities doesn't seem to jibe with anything, much.
    Answer?

    Thank you. That helps.
    Do you know if that's truly the version of Boot Camp itself, or merely the version of the Boot Camp Control panel? Apple doesn't seem to address this anywhere that I can find, but over time I've noticed the different pieces, like the Boot Camp Drivers "bundle" and, in this instance, features like the Boot Camp Control Panel do indeed have different versions. As an example (and for my confusion) on my system the Bootcamp.exe file is version 3.0.0.1 and the product version is 3.0, but "About Boot Camp" from the icon says 3.1 and the Drivers Update 2.1... In the Properties for BootCamp.msi under Comments it says 3.0.0 (and also present is a revision number which doesn't fit its {}.) All this in Windows, of course. In OS X (10.6.4 Snow Leopard) the Boot Camp Assistant.app is version 3.0.1. So, to summarize, I seem to have versions 3.0 and 3.1 concurrently - I'm less worried about the Windows drivers. Those can be updated independently, and I don't use iSight in Windows anyway.

  • How to tell which version of 1130AP

    The Aironet 1130AG Series is available in:
    A lightweight version
    An autonomous version that can be field-upgraded to lightweight operation
    A single-band 802.11g version for use in regulatory domains that do not
    allow 802.11a/5 GHz operation
    Is this firmware/software only, or is the hardware different.
    How do I tell which one I have?
    Thanks.

    A lightweight version
    An autonomous version that can be field-upgraded to lightweight operation
    Software.
    Do a "dir flash:"
    If the IOS is "K9W7" then it's autonomous.  If it's "K9W8" or "rcv" then it's LWAP.

  • How to tell which version of ipad I have?

    I would like to know which version of the ipad I have and how to tell if its ipad2 or ipad3 ? I offten get this question but not sure how to properly answr it.

    Here's the various iPad model numbers and order numbers. The model numbers are on the back of the iPad
    Apple iPad Wi-Fi (Original) 16, 32, 64 GB
    The wi-fi only iPad configurations are assigned model number A1219.
    MB292LL/A is the order number for the 16 GB configuration. The 32 GB configuration is assigned MB293LL/A and the 64 GB configuration is assigned MB294LL/A.
    Apple iPad Wi-Fi/3G/GPS (Original) 16, 32, 64 GB
    The Wi-Fi/3G/A-GPS iPad configurations are assigned model number A1337.
    MC349LL/A is the order number for the 16 GB configuration. The 32 GB configuration is assigned MC496LL/A and the 64 GB configuration is assigned MC497LL/A.
    Apple iPad 2 (Wi-Fi Only) 16, 32, 64 GB
    The wi-fi only iPad 2 configurations are assigned model number A1395.
    MC769LL/A is the original order number for the 16 GB configuration in black. The 32 GB configuration in black is assigned MC770LL/A and the 64 GB configuration in black is assigned MC916LL/A. The original 16 GB, 32 GB and 64 GB configurations in white are assigned MC979LL/A, MC980LL/A, and MC981LL/A, respectively. On March 7, 2012, Apple discontinued the 32 GB and 64 GB configurations and assigned new order numbers of MC954LL/A and MC989LL/A for the black and white 16 GB configurations, respectively.
    Apple iPad 2 (Wi-Fi/GSM/GPS AT&T) 16, 32, 64 GB
    The Wi-Fi/GSM/GPS iPad 2 configurations are assigned model number A1396.
    MC773LL/A is the original order number for the 16 GB configuration in black. The 32 GB configuration in black is assigned MC774LL/A and the 64 GB configuration in black is assigned MC775LL/A. The original 16 GB, 32 GB and 64 GB configurations in white are assigned MC982LL/A, MC983LL/A, and MC984LL/A, respectively. On March 7, 2012, Apple discontinued the 32 GB and 64 GB configurations and assigned new order numbers of MC957LL/A and MC992LL/A for the black and white 16 GB configurations, respectively.
    Apple iPad 2 (Wi-Fi/CDMA/GPS Verizon) 16, 32, 64 GB
    The Wi-Fi/CDMA/GPS iPad 2 configurations are assigned model number A1397.
    MC755LL/A is the original order number for the 16 GB configuration in black. The 32 GB configuration in black is assigned MC763LL/A and the 64 GB configuration in black is assigned MC764LL/A. The original 16 GB, 32 GB and 64 GB configurations in white are assigned MC985LL/A, MC986LL/A, and MC987LL/A, respectively. On March 7, 2012, Apple discontinued the 32 GB and 64 GB configurations and assigned new order numbers of MC755LL/A and MC985LL/A for the black and white 16 GB configurations, respectively.
    Apple iPad 3rd Gen (Wi-Fi Only) 16, 32, 64 GB
    The Wi-Fi Only iPad 3 configurations are assigned model number A1416
    MC705LL/A refers to the 16 GB configuration in black. The 32 GB and 64 GB configurations in black are MC706LL/A and MC707LL/A, respectively. The 16 GB, 32 GB and 64 GB configurations in white are MD328LL/A, MD329LL/A, and MD330LL/A, respectively.
    Apple iPad 3rd Gen (Wi-Fi/4G LTE AT&T/GPS) 16, 32, 64 GB
    The Wi-Fi/4G LTE AT&T/GPS iPad 3 configurations are assigned model number A1430
    MD366LL/A refers to the 16 GB configuration in black. The 32 GB and 64 GB configurations in black are MD367LL/A and MD368LL/A, respectively. The 16 GB, 32 GB and 64 GB configurations in white are MD369LL/A, MD370LL/A and MD371LL/A, respectively
    Apple iPad 3rd Gen (Wi-Fi/4G LTE Verizon/GPS) 16, 32, 64 GB
    The Wi-Fi/4G LTE Verizon/GPS iPad 3 configurations are assigned model number A1403
    MC733LL/A refers to the 16 GB configuration in black. The 32 GB and 64 GB configurations in black are MC744LL/A and MC756LL/A, respectively. The 16 GB, 32 GB and 64 GB configurations in white are MD363LL/A, MD364LL/A, and MD365LL/A, respectively.
     Cheers, Tom

  • How to tell which device in-app purchases were made from?

    When looking at account purchase history, how can I tell which device purchases were made from for in-app purchases?

    Hey HeardItHere,
    You can view your purchase history by checking iTunes. It will include in-app purchases. You can find out how to do so here:
    iTunes Store & Mac App Store: Seeing your purchase history and order numbers
    http://support.apple.com/kb/HT2727
    Also, you'll receive an invoice by email each time your credit card is charged. An invoice is sent approximately every $20 or 12 hours, whichever occurs first.
    Sincerely,
    Delgadoh

  • How to tell which Oracle version installed 32bit or 64bit

    I have Oracle Database 8.1.7 running on AIX 5.2 server.
    How could I tell which version of Oracle Installed 32bit or 64bit?

    I have Oracle Database 8.1.7 running on AIX 5.2
    server.
    How could I tell which version of Oracle Installed
    32bit or 64bit?Look at the banner displayed in sqlplus when you log in, or else.
    SYS @ db11g >select banner from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    PL/SQL Release 11.1.0.6.0 - Production
    CORE    11.1.0.6.0      Production
    TNS for 32-bit Windows: Version 11.1.0.6.0 - Production
    NLSRTL Version 11.1.0.6.0 - ProductionYes it's 11g but that doesn't matter here - in fact this is my old 'what version is it' script the newer one looks at dba_registry. If it's 64bit it will say in the Database line, if it's 32bit it won't say.
    Niall Litchfield
    http://www.orawin.info.
    Message was edited for clarity by:
    Niall Litchfield

Maybe you are looking for