Different people living at the same address, same account

I Display_name, address, account and a few other columns in a table. I need people (Display_name) at the same address with the same account number and a different name (Display_name). For example, spouses living at the same address and account numbers.

Please give me an idea with the sql. Thank you.

Hello

This sounds like a job for the COUNT function:

WITH     got_cnt       AS
(
     SELECT  display_name          -- or whatever columns you want
     ,     COUNT (DISTINCT display_name) OVER ( PARTITION BY  address
                                                     ,                    account
                                        ) AS display_name_cnt
     FROM    a_table
)
SELECT  display_name          -- or whatever columns you want
FROM     got_cnt
WHERE     display_name_cnt     > 1
;

Analytical functions are calculated after the clause WHERE is applied. Use the results of an analytic function in a WHERE clause, you must calculate the function in a subquery, then we can use this value in the WHERE clause (or elsewhere) of the request of the mother.

I hope that answers your question.
If not, post a small example data (CREATE TABLE and only relevant columns, INSERT statements) and also publish outcomes from these data.
Explain, using specific examples, how you get these results from these data.
Always tell what version of Oracle you are using.

Published by: Frank Kulash, February 1, 2011 10:54

Tags: Database

Similar Questions

  • Different people I have the same address.

    I have a table with columns ADDRESS DISPLAY_NAME, Startdate, Enddate, and ACCOUNT. I need sql to find different people living at the same address. Someone help me please. Thank you.

    Hello

    Welcome to the forum!

    Use the COUNT function to see how many times an ioccurs from the given address and displays only those of a COUNT > 1.
    You can use the COUNT aggregation function or the analytical COUNT function, like this:

    WITH     got_address_cnt     AS
    (
         SELECT     x.*     -- Or list whatever columns you need
         ,     COUNT (*) OVER (PARTITION BY addrress)     AS address_cnt
         FROM     table_x   x
    )
    SELECT       *
    FROM       got_address_cnt
    WHERE       address_cnt     > 1
    ORDER BY  address
    ;
    

    I hope that answers your question.
    If not, post a small example data (CREATE TABLE and only relevant columns, INSERT statements) and also publish outcomes from these data.
    It's a good idea to do so whenever you have a problem. It allows you to specify exactly what the problem is and allows people to test their ideas.

    Always tell what version of Oracle you are using. The above query will work in Oracle 9 (and), but can be changed to run in Oracle 8.1.

  • Two different user names for the same account!

    We bought my son a laptop and have set up a user account for him which is a standard user account and an administrator account to monitor and adjust security settings. However, our administrator account on the configuration page and the login screen is called MumandDad (which is what we want!) but when you go into Windows Live or the list of records or other areas where the username is the user name is Joseph. User account from my son named Joseph on connect to the Setup page and the page, but once again under folders etc. it is called Joseph2 - what should I do so that all folders/accounts read the same as the log in / page of the control panel?

    Joseph2 is not an account name - is the name of the profile folder. If the name of the profile folder generally conform with the name of the account, there is sometimes a difference. There is nothing to worry about - just leave it as it is. Change it and can cause serious problems.

  • Can I create different consistency nodes in the same cluster with defferent?

    Can I create consistency different nodes in the same cluster with defferent cache - config.xml file?
    A cache can be distributed in these nodes of deffirent?

    Yes. You can create different consistency nodes in the same cluster with cache files - config.xml defferent as long as you use the same file tangosol - coherence.xml and the same file tangosol-coherence - override.xml. But you can't store the data in the cache in the various nodes (created with different cache-config file). In other words, a node only to create their own Hide modes that are launched with the same cache file - config.Xml.

    See the following demo:
    I start a cache using the cache config examples-cache file server - server.xml. Then I start a console cache storage-disabled people (client cache) by using the config file coherence-cache cache - config.Xml. Two of them using the same file tangosol - coherence.xml and the same file tangosol-coherence - override.xml.
    The cache server uses a cache service PartitionedPofCache. But the client side using the Distributedcache service. The cluster address is same 224.3.5.2.
    The name of the cluster is also samme. They know.

    D:\coherence\lib>D:\examples\java\bin\run-cache-server.cmd

    D:\coherence\lib>D:\examples\java\bin\run-cache-server.cmd
    The system cannot find the file D:\coherence.
    The system cannot find the file C:\Oracle\Middleware\jdk160_11.
    2009-12-22 12:09:31.400/4.987 Oracle Coherence 3.5.2/463  (thread=main, member=n/a): Loaded operational configurat
    ion from resource "jar:file:/D:/coherence/lib/coherence.jar!/tangosol-coherence.xml"
    2009-12-22 12:09:31.450/5.037 Oracle Coherence 3.5.2/463  (thread=main, member=n/a): Loaded operational overrides
    from resource "jar:file:/D:/coherence/lib/coherence.jar!/tangosol-coherence-override-dev.xml"
    2009-12-22 12:09:31.470/5.057 Oracle Coherence 3.5.2/463  (thread=main, member=n/a): Optional configuration override
     "/tangosol-coherence-override.xml" is not specified
    2009-12-22 12:09:31.540/5.127 Oracle Coherence 3.5.2/463  (thread=main, member=n/a): Optional configuration override
     "/custom-mbeans.xml" is not specified
    
    Oracle Coherence Version 3.5.2/463
     Grid Edition: Development mode
    Copyright (c) 2000, 2009, Oracle and/or its affiliates. All rights reserved.
    
    2009-12-22 12:09:33.864/7.451 Oracle Coherence GE 3.5.2/463  (thread=main, member=n/a): Loaded cache configuration
     from "file:/D:/examples/java/resource/config/examples-cache-config.xml"
    2009-12-22 12:09:39.983/13.570 Oracle Coherence GE 3.5.2/463  (thread=Cluster, member=n/a): Service Cluster joined t
    he cluster with senior service member n/a
    2009-12-22 12:09:43.187/16.774 Oracle Coherence GE 3.5.2/463  (thread=Cluster, member=n/a): Created a new cluster
    "cluster:0xD3FB" with Member(Id=1, Timestamp=2009-12-22 12:09:38.06, Address=192.168.8.80:8088, MachineId=24656, Locatio
    n=process:144, Role=CoherenceServer, Edition=Grid Edition, Mode=Development, CpuCount=1, SocketCount=1) UID=0xC0A8085000
    000125B75D888C60501F98
    2009-12-22 12:09:43.508/17.095 Oracle Coherence GE 3.5.2/463  (thread=Invocation:Management, member=1): Service Mana
    gement joined the cluster with senior service member 1
    2009-12-22 12:09:46.582/20.169 Oracle Coherence GE 3.5.2/463  (thread=DistributedCache:PartitionedPofCache, member=1
    ): Service PartitionedPofCache joined the cluster with senior service member 1
    2009-12-22 12:09:46.672/20.259 Oracle Coherence GE 3.5.2/463  (thread=DistributedCache:PartitionedPofCache, member
    =1): Loading POF configuration from resource "file:/D:/examples/java/resource/config/examples-pof-config.xml"
    2009-12-22 12:09:46.702/20.289 Oracle Coherence GE 3.5.2/463  (thread=DistributedCache:PartitionedPofCache, member
    =1): Loading POF configuration from resource "jar:file:/D:/coherence/lib/coherence.jar!/coherence-pof-config.xml"
    2009-12-22 12:09:47.734/21.321 Oracle Coherence GE 3.5.2/463  (thread=main, member=1): Started DefaultCacheServer.
    ..
    
    SafeCluster: Name=cluster:0xD3FB
    
    Group{Address=224.3.5.2, Port=35463, TTL=4}
    
    MasterMemberSet
      (
      ThisMember=Member(Id=1, Timestamp=2009-12-22 12:09:38.06, Address=192.168.8.80:8088, MachineId=24656, Location=process
    :144, Role=CoherenceServer)
      OldestMember=Member(Id=1, Timestamp=2009-12-22 12:09:38.06, Address=192.168.8.80:8088, MachineId=24656, Location=proce
    ss:144, Role=CoherenceServer)
      ActualMemberSet=MemberSet(Size=1, BitSetCount=2
        Member(Id=1, Timestamp=2009-12-22 12:09:38.06, Address=192.168.8.80:8088, MachineId=24656, Location=process:144, Rol
    e=CoherenceServer)
        )
      RecycleMillis=120000
      RecycleSet=MemberSet(Size=0, BitSetCount=0
        )
      )
    
    Services
      (
      TcpRing{TcpSocketAccepter{State=STATE_OPEN, ServerSocket=192.168.8.80:8088}, Connections=[]}
      ClusterService{Name=Cluster, State=(SERVICE_STARTED, STATE_JOINED), Id=0, Version=3.5, OldestMemberId=1}
      InvocationService{Name=Management, State=(SERVICE_STARTED), Id=1, Version=3.1, OldestMemberId=1}
      DistributedCache{Name=PartitionedPofCache, State=(SERVICE_STARTED), LocalStorage=enabled, PartitionCount=257, BackupCo
    unt=1, AssignedPartitions=257, BackupPartitions=0}
      )
    
    2009-12-22 12:12:29.737/183.324 Oracle Coherence GE 3.5.2/463  (thread=Cluster, member=1): Member(Id=2, Timestamp=20
    09-12-22 12:12:29.541, Address=192.168.8.80:8089, MachineId=24656, Location=process:1188, Role=CoherenceConsole) joined
    Cluster with senior member 1
    2009-12-22 12:12:30.498/184.085 Oracle Coherence GE 3.5.2/463  (thread=Cluster, member=1): Member 2 joined Service M
    anagement with senior member 1
    2009-12-22 12:12:31.860/185.447 Oracle Coherence GE 3.5.2/463  (thread=Cluster, member=1): TcpRing: connecting to me
    mber 2 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/192.168.8.80,port=8089,localport=2463]}
    2009-12-22 12:12:51.338/204.925 Oracle Coherence GE 3.5.2/463  (thread=Cluster, member=1): Member 2 joined Service D
    istributedCache with senior member 2
    

    The following command starts a cache client.
    D:\coherence\bin>coherence.cmd

    D:\coherence\bin>coherence.cmd
    ** Starting storage disabled console **
    java version "1.6.0_11"
    Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
    Java HotSpot(TM) Server VM (build 11.0-b16, mixed mode)
    
    2009-12-22 12:12:21.054/3.425 Oracle Coherence 3.5.2/463  (thread=main, member=n/a): Loaded operational configurat
    ion from resource "jar:file:/D:/coherence/lib/coherence.jar!/tangosol-coherence.xml"
    2009-12-22 12:12:21.355/3.726 Oracle Coherence 3.5.2/463  (thread=main, member=n/a): Loaded operational overrides
    from resource "jar:file:/D:/coherence/lib/coherence.jar!/tangosol-coherence-override-dev.xml"
    2009-12-22 12:12:21.365/3.736 Oracle Coherence 3.5.2/463  (thread=main, member=n/a): Optional configuration override
     "/tangosol-coherence-override.xml" is not specified
    2009-12-22 12:12:21.415/3.786 Oracle Coherence 3.5.2/463  (thread=main, member=n/a): Optional configuration override
     "/custom-mbeans.xml" is not specified
    
    Oracle Coherence Version 3.5.2/463
     Grid Edition: Development mode
    Copyright (c) 2000, 2009, Oracle and/or its affiliates. All rights reserved.
    
    2009-12-22 12:12:29.316/11.687 Oracle Coherence GE 3.5.2/463  (thread=Cluster, member=n/a): Service Cluster joined t
    he cluster with senior service member n/a
    2009-12-22 12:12:29.356/11.727 Oracle Coherence GE 3.5.2/463  (thread=Cluster, member=n/a): Failed to satisfy the
    variance: allowed=16, actual=20
    2009-12-22 12:12:29.356/11.727 Oracle Coherence GE 3.5.2/463  (thread=Cluster, member=n/a): Increasing allowable v
    ariance to 17
    2009-12-22 12:12:29.807/12.178 Oracle Coherence GE 3.5.2/463  (thread=Cluster, member=n/a): This Member(Id=2, Time
    stamp=2009-12-22 12:12:29.541, Address=192.168.8.80:8089, MachineId=24656, Location=process:1188, Role=CoherenceConsole,
     Edition=Grid Edition, Mode=Development, CpuCount=1, SocketCount=1) joined cluster "cluster:0xD3FB" with senior Member(I
    d=1, Timestamp=2009-12-22 12:09:38.06, Address=192.168.8.80:8088, MachineId=24656, Location=process:144, Role=CoherenceS
    erver, Edition=Grid Edition, Mode=Development, CpuCount=1, SocketCount=1)
    2009-12-22 12:12:29.977/12.348 Oracle Coherence GE 3.5.2/463  (thread=Cluster, member=n/a): Member 1 joined Service
    Management with senior member 1
    2009-12-22 12:12:29.977/12.348 Oracle Coherence GE 3.5.2/463  (thread=Cluster, member=n/a): Member 1 joined Service
    PartitionedPofCache with senior member 1
    2009-12-22 12:12:30.578/12.949 Oracle Coherence GE 3.5.2/463  (thread=Invocation:Management, member=2): Service Mana
    gement joined the cluster with senior service member 1
    SafeCluster: Name=cluster:0xD3FB
    
    Group{Address=224.3.5.2, Port=35463, TTL=4}
    
    MasterMemberSet
      (
      ThisMember=Member(Id=2, Timestamp=2009-12-22 12:12:29.541, Address=192.168.8.80:8089, MachineId=24656, Location=proces
    s:1188, Role=CoherenceConsole)
      OldestMember=Member(Id=1, Timestamp=2009-12-22 12:09:38.06, Address=192.168.8.80:8088, MachineId=24656, Location=proce
    ss:144, Role=CoherenceServer)
      ActualMemberSet=MemberSet(Size=2, BitSetCount=2
        Member(Id=1, Timestamp=2009-12-22 12:09:38.06, Address=192.168.8.80:8088, MachineId=24656, Location=process:144, Rol
    e=CoherenceServer)
        Member(Id=2, Timestamp=2009-12-22 12:12:29.541, Address=192.168.8.80:8089, MachineId=24656, Location=process:1188, R
    ole=CoherenceConsole)
        )
      RecycleMillis=120000
      RecycleSet=MemberSet(Size=0, BitSetCount=0
        )
      )
    
    Services
      (
      TcpRing{TcpSocketAccepter{State=STATE_OPEN, ServerSocket=192.168.8.80:8089}, Connections=[]}
      ClusterService{Name=Cluster, State=(SERVICE_STARTED, STATE_JOINED), Id=0, Version=3.5, OldestMemberId=1}
      InvocationService{Name=Management, State=(SERVICE_STARTED), Id=1, Version=3.1, OldestMemberId=1}
      )
    
    Map (?):
    
    2009-12-22 12:12:49.505/31.906 Oracle Coherence GE 3.5.2/463  (thread=main, member=2): Loaded cache configuration
    from "jar:file:/D:/coherence/lib/coherence.jar!/coherence-cache-config.xml"
    2009-12-22 12:12:51.358/33.729 Oracle Coherence GE 3.5.2/463  (thread=DistributedCache, member=2): Service Distribut
    edCache joined the cluster with senior service member 2
    
      
      example-distributed
      DistributedCache
      
        
          example-binary-backing-map
        
      
      true
    
    

    But when I try to store data cached from the client side, it reports the error message: it is staorage-disabled people. It shows that this console cache cannot store data in the server cache existing since then using different cache config files.

    Map (ca3): cache ca2
    
      
      example-distributed
      DistributedCache
      
        
          example-binary-backing-map
        
      
      true
    
    
    Map (ca2): put 1 one
    2009-12-22 14:00:04.999/6467.370 Oracle Coherence GE 3.5.2/463  (thread=main, member=2):
    java.lang.RuntimeException: Storage is not configured
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.onMissing
    Storage(DistributedCache.CDB:9)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.ensureReq
    uestTarget(DistributedCache.CDB:34)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.put(Distr
    ibutedCache.CDB:22)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.put(Distr
    ibutedCache.CDB:1)
            at com.tangosol.util.ConverterCollections$ConverterMap.put(ConverterCollections.java:1541)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$ViewMap.put(Distrib
    utedCache.CDB:1)
            at com.tangosol.coherence.component.util.SafeNamedCache.put(SafeNamedCache.CDB:1)
            at com.tangosol.coherence.component.application.console.Coherence.processCommand(Coherence.CDB:581)
            at com.tangosol.coherence.component.application.console.Coherence.run(Coherence.CDB:39)
            at com.tangosol.coherence.component.application.console.Coherence.main(Coherence.CDB:3)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at com.tangosol.net.CacheFactory.main(CacheFactory.java:1400)
    
  • Different coloured links on the same page

    If I set up different coloured links on the same page, it does not work on firefox but on other browsers it is fine.
    Example: -.
    a.Yellow:Link {color: #FFFF00}

    Any suggestions?

    Thank you!

    Martin

    http://www.w3schools.com/CSS/css_pseudo_classes.asp

    You have it tired with the color?

  • Different users calling different numbers for the same account

    Hello

    As a society, we have a single account which allows us to make phone calls. We know that more than one user, we can access the same account at the same time, however, could both users make calls at the same time? I mean the different calls.

    Example:

    The user has call + 39 02xxxxxxx

    User B calls + 44 95xxxxxx

    (both at the same time)

    Thanks in advance!

    Simone

    Hi, Simone1984, and welcome to the community,

    I recommend a careful review of the conditions of use of Skype and the policies of fair use for subscriptions, according to these apply to your business:

    If I were an anti-fraud filter and I detected mulitple calls taking place at the same time, I would immediately take action, thinking that the account has been abused...

    Kind regards

    Elaine

    __________________________________________________________________________________________________
    Your question has been answered? Please click on the link to accept as a Solutionfor everyone can quickly find what works! As a post or want to say, 'Thank You ' -? Click on the button of congratulations!
    Reliable information: Brian Krebs: 3 basic rules for online safety

  • There was a problem creating the destination folder. If please check the permission of folder or choose a different folder.   What that means, tried to name several different folders, but still the same error message. Would be grateful for the help!

    There was a problem creating the destination folder. If please check the permission of folder or choose a different folder.   What that means, tried to name several different folders, but still the same error message. Would be grateful for the help!

    This means that the folder you want to create is blocked because of file permissions. The drive or folder you are trying to create the destination folder is set to read-only, and your username does not have write permissions.

  • Why I have two different execution plans for the same query on two different servers

    Hello everyone.

    I need your help to solve the problem quickly.

    In a nutshell, we have two servers that have the same version of Oracle RDBMS (11.2.0.4 EE). One of them for purposes of development and another is a production one.

    We have therefore two different execution plans for the same query executed on both servers. The only case of execution is OK and another is too slow.

    So I have to slow down the work of query using the same scheme to explain that young.

    Fence wire.

  • Let me know scenarios when different virtual machines with the same UUID are created in VMware Hypervisors?

    Let me know scenarios when different virtual machines with the same UUID created in VMware Hypervisors, aside from editing the .vmx file?

    The only other way I've seen is when you manually copy the virtual machine to another location on the data store (or another data store) and then when turn on/off the virtual machine, select I moved, rather that I copied it (the default option).  This will keep the same UUID.

  • I want to know if I can use creative cloud with the same account on different computers

    I want to know if I can use creative cloud with the same account on different computers, because my children want to she and I have known if I buy when I can use it on several computers at the same time

    If it is the individual subscription, you can activate on 2 computers only.

    However, there is no limit for installation, but you can connect and activate on 2 computers only.

    If you had already signed and activated CC apps on 2 computers, and there still if you want to activate on a 3' rd computer, you can simply disconnect one of the 2 comps, so that you can keep counties of activation.

    For more information, see the link below:

    https://www.Adobe.com/content/dotcom/IE/products/creativecloud/FAQ.html

  • Everything was fine until my Windows 10, lost the start feature, if I ever go back to Windows 7, in this process, I lost my Adobe Reader software, I tried about ten times with different versions and different locations, all with the same download error

    Please forgive me for not knowing how to use this forum, I am an old man and not good at computers, I called Adobe, they said it was my only hope!

    Sorry to repeat

    Everything was fine until my Windows 10, lost the start feature, so I had to go back to Windows 7, in this process, I lost my Adobe Reader software, I tried about ten times with different versions and different locations, all with the same error message that is download "the feature you are trying to use is on an unavailable network resource"... are looking for It seems that it does not find when I search there, and I no longer seem to have the AcroRead.msi... the most difficult file, I try, I get deeper and deeper into things I don't know... I am looking for a simple solution!

    When it gets to this point, it is probably better to start from scratch.

    First of all, download, install and run Adobe Reader cleaning tool to get rid of all remains little. Here is a link to the tool: Download Adobe Reader and Acrobat tool - Adobe Labs

    Then go to the following link to download the full installer for the reader.

    https://get.Adobe.com/reader/Enterprise/

  • I have several different cards to show the same article in a collection?

    I have several different cards to show the same article in a collection?

    Cause the client wants several different cards in the main browser page, but all of these cards must call or redirect to the cover or the main article intro!

    Thank you very much in advance guys!

    You may need to download the article several times.

  • Different block size in the same cluster

    Hello

    We use vSphere 4.0 U1. The size of the block of our VMFS data warehouses is configured as 1 MB.
    We plan to add a new datastore with 2 or 4 MB, my question is:
    Is it possible to configure different block sizes in the same cluster without damaging the VMS and without affecting
    vMotion, SVMotion, FT, vDR, I/O performance, clone the virtual machine in another data store, deploy a VM in the data store different block size... etc?
    If it's ok then all limitations or disadvantages should we pay attention to?
    I have'nt found any document concerning the present and hope you guys can shed some light on this subject.
    Thanks in avdance.

    It is not question of having data with different block sizes stores - the only thing you need to keep in mind is the size limitations of different file between the block sizes - so you won't able to svmotion a virtual machine if the VMDK sizes are both great.

  • I have an object that follows a path and I want another object is placed in a different position, but follow the same exact path?

    I have an object that follows a path and I want another object is placed in a different position, but follow the same exact path? I NEED HELP!

    Easy: Copy and paste images keys, then select all the keyframes in the layer followed and drag them to the left.

    More complex: use expressions - Motionscript.com trails of the creation

  • different text color in the same line for staticText ScriptUI?

    is it possible to have different text color in the same line for staticText ScriptUI?

    for example, I don't want red color for the word 'RED' text below in the SAME line.

    var l is new window ('dialog', 'Sélection');.

    var s = w.add ('statictext', undefined, "It's a RED pen");
    w.Show ();

    Thank you!!

    Simple,

    var w = new Window ("dialog","Selection"),
         g = w.add('group'),
         s1 = g.add('statictext', undefined,"This is a"),
         s2 = g.add('statictext', undefined,"RED"),
         s3 = g.add('statictext', undefined,"pen");
    g.spacing = 4;
    s2.graphics.foregroundColor = w.graphics.newPen(w.graphics.PenType.SOLID_COLOR,[1,0,0],  1);
    w.show();
    

    I'm sure that's the answer makes sense "only".

    Trevor

Maybe you are looking for

  • iOS App music 10: error lyrics

    I just upgraded my iPhone iOS 10. When I was with iOS 9, the words seemed fine (by simply touching the screen). However, I can't find the lyrics to one of my downloaded songs. I only downloaded songs since I am not subscribed to Apple music. I know w

  • view the file delimited by tabs on a table VI

    Hi all I have a delimited file tab I want to view help for the Table control. I tried to use the tab settings and / n in a while loop to search for the file and display it on the table. However, this will not work because the file is of variable size

  • HP Laserjet M3035 MFP

    We have a Laseret M3035 MFP printer.  About 2 weeks ago the scanning started acting.   Example, a user is going to scan 6 pages to be sent by e-mail and all 6 pages are powered through the scan unit and you see it in the counting of scanning page 1 a

  • Windows 2000 Kodak Image Viewer

    I used to have Windows 2000 Kodak Image Viewer on my old computer, but on my new computer, I have a newer version of Windows that apparently does not. What I need to download Windows 2000 in order to obtain new image viewer, or I can add it to my cur

  • BlackBerry Smartphones Google maps on Blackberry bold 9790

    I can not access Google map app on my Bold 9790 handlheld. Currently I am using Airtel 599 package. Can use the same application with Wifi so. Is it a problem of Airtel or don't I have to reconfigure? Any help will be appreciated.