Preventing google mail from accessing all contacts

Hi all:
I use my iPhone mostly for work and have a work email on google.
I do NOT want google to access all my iPhone contacts, only a portion of which are professional contacts.
How do I prevent this from happening?
As soon as I add personal contacts to my iPhone google grabs them, and next thing I know I'm on my laptop on a work-only browser session on my google mail and it's got access to all my personal contacts... what the ****?!
Anyone knows how that can be avoided?
Thanks.

Hi Marcel,
Database Vault was backported to 9i release 2 so there should be a compatible version for 10g prior to 10.2. The alternative would be to audit actions of users with the SYSDBA privilege and have the DBA's access with named user id's...not with SYS or SYSTEM or / from the command line. This does not prevent access to sensitive data but you can audit the activity and set up alerts when violations occur. Without a method to prevent access you need to rely on policies, procedures and auditing database activity. If you plan to audit you should do some planning and testing for additional storage needs, archiving audit data and possibly performance, depending on your system.
Thanks.
Dan.

Similar Messages

  • How can I prevent deleted mail from ending up in "All Mail"     and "Archives"?  To my horror, I've emptied these boxes and lost all my mail from all my boxes  (and why do I need to enter this question three times?"

    How can I prevent deleted mail from ending up in "All Mail" and "Archives"? 
    To my horror, I emptied these boxes and lost all my mail from all my boxes .
    All mail also disappeared from my iPad, I suppose because they are "synched"
    (Also, no offense, but why do I need to enter this question multiple times?)
    Thanks for any thoughts.

    I'm having a similar but slightly different problem. My company just migrated to Gmail, and it's saving mail drafts every 30 seconds into my Trash folder.
    I unchecked the "Show in IMAP" preference in the Gmail settings, but my Drafts folder completely disappeared. I went back and checked it and the folder reappeared (with my drafts still in there).
    I like the idea if starting an email on my laptop and having the option of finishing it on my iPhone or iPad, so only saving Drafts locally would not be ideal.

  • [svn:fx-4.x] 15063: Prevent Google Toolbar from translating our SWF templates in general.

    Revision: 15063
    Revision: 15063
    Author:   [email protected]
    Date:     2010-03-26 05:23:08 -0700 (Fri, 26 Mar 2010)
    Log Message:
    Prevent Google Toolbar from translating our SWF templates in general.  When history manager injects named anchors into the document, Google Toolbar would attempt to translate them, recognizing words like 'panel' as 'Slovak'.
    QE notes: None
    Doc notes: None
    Bugs: SDK-25320
    Reviewer: Carol
    Tests run: Checkin
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25320
    Modified Paths:
        flex/sdk/branches/4.x/templates/swfobject/index.template.html

    Your template contains an IE Conditional Comment that is adding 30px of top padding to  #sidebar1.  This padding may required in older versions of IE but not IE9.
    <!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixRtHdr #sidebar1 { padding-top: 30px; }
    .twoColFixRtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    &lt;![endif]-->
    To fix it, change [if IE]  to [if lt IE 9]
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Prevent a user from accessing Cube Navigator

    Is it possible to prevent a user from accessing the cube navigator in Analyzer so the user can only view reports that are setup? thanks

    In Analyzer 6.2, there are some 'behind the scenes' parameters that can be added to suppress menu items. If you are currently using Analyzer 6.2, try adding the following parameter to your applet tag:<PARAM NAME = HideNav VALUE ="True">Note: this will hide the Navigate button for all users accessing the page.

  • I need to prevent unauthorized users from accessing the application pages

    Hi^^,
    I have created an application in jsp and servlets. It has several pages like manager, supervisor accountant. I need to prevent unauthorised users from accessing these pages. In other words I need to implement a filter. Anyone who types a url other than that of the login page needs to be blocked. However I am not able to conceptualize the code that is going to be inside the doFilter() method. Please help
    Sincerely,
    Prashant

    Hi^^,
    I admit that there were some mistakes in the previous posting. I have corrected the mistakes and now there is going to be no compile time error. However when i put in the login id and the password it is redirecting me to the login page. I think that the front end jsp is directing the control to the controller servlet. But as "YOU" have pointed out in your previous post,
    "by default requestDispatcher.forward(...) does not pass through the filter change. If the user requests the login page from their browser however, then they will still get the error message, which may not be appropriate."
    I feel we need to somehow make the code pass through the requestDispatcher.forward(...) method of the servlet.
    I am again posting the corrected code.
    package com;
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class SecurityFilter implements Filter
      public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws   ServletException, IOException
      HttpServletRequest req = (HttpServletRequest)request;
      HttpServletResponse res = (HttpServletResponse)response;
      String X = req.getRequestURI();
      if(X.equals(http://localhost:8080/MyProject/LoginPage.jsp))
         //writing code for passing through the filter
         final class MyGenericFilter implements javax.servlet.Filter
          public FilterConfig filterConfig;
          public void doFilter( final ServletRequest request, final ServletResponse response, FilterChain chain) throws java.io.IOExeption, javax.servlet.ServletException
          chain.doFilter(request,response);
          public void init(final FilterConfig filterConfig)
          this.filterConfig = filterConfig;
          public void destroy()
    else
       HttpSession session = req.getSession();
       String username = (String)session.getAttribute("username");
       if(null==username)
         request.setAttribute("Error","Session has ended. Please login");
         RequestDispatcher rd = request.getRequestDispatcher("Login.jsp");
         rd.forward(request,response);
         chain.doFilter(request,response);
        else
         RequestDispatcher rd = request.getRequestDispatcher("X");
         rd.forward(request,response);
    public void init(final FilterConfig filterConfig)throws ServletException
          public void destroy()
      Edited by: pksingh79 on Aug 12, 2008 5:23 AM

  • I have checked around the internet, but still can't find any answers. How can I prevent incoming mail from interrupting the music I am listening to on my iPhone? That 1-second muting function drives me insane, especially when a lot of mail is coming in.

    I have checked around the internet, but still can't find any answers. How can I prevent incoming mail from interrupting the music I am listening to on my iPhone? That 1-second muting function drives me insane, especially when a lot of mail is coming in.

    If you want to hear your music on iPhone without interruption, switch Settings > Airplane Mode: ON.

  • Prevent iPhone Mail from loading images in HTML e-mails

    Hello there!
    Is it possible to prevent iPhone Mail from loading images in e-mails?
    If yes, where can I change those settings?
    Cheers,
    Thomas

    Ian, thanks for your quick reply.
    I just hope Apple is going to build this feature into one of the next firmware updates, since from my point of view this is not only a security concern, but could turn out quite expensive if you are on a bad price plan.

  • Hot to transfer contact list in google mail from iPhone or laptops to my new iPad 2

    Ho do you transfer contact kist from iPhone google mail or desktop google mail to iPad 2 .

    As with your iPhone, this is selected under the Info tab for your iPad sync preferences with iTunes, or you create/access your Gmail account as an Exchange account with the iPad's Mail app.

  • I cannot open my emails in google mail from my laptop, yet I can open them on my desktop without issue. whats changed?

    Until yesterday I have not any issue with opening my email in google mail. I am a student at Miami of Ohio and access the email thru their site. The system functions fine other wise. I can open the email account and when I try to open the email it highlights the email, but will not open it. I tried to access it thru IE and it works fine. I also use Firefox on my desktop and as I previously mentioned it performs flawlessly. What could be preventing this from working? Once I try to open and email I cannot look at draft or sent emails down the list on the left side they are blank, yet on the desktop they are all present.
    I have cleared the history, cookies, and cache and it still does not function.

    Please check if all your plugins are up-to-date. To do this, go to the [http://mozilla.com/plugincheck Mozilla Plugin Check site].
    Once you're there, the site will check if all your plugins have the latest versions.
    If you see plugins in the list that have a yellow ''Update'' button or a red ''Update now'' button, please update these immediately.
    To do so, please click each red or yellow button. Then you should see a site that allows you to download the latest version. Double-click the downloaded file to start the installation and follow the steps mentioned in the installation procedure.

  • How do i stop Mail from downloading all my old messages without deleting them

    Hello there,
        i've just bought a new 13 inch macbook pro, and i'm very happy with it. Being sort of new to apple i still have some problems though.
    the main one concerns mail:   How do I prevent my laptop from downloading thousands of old messages i had stored on my gmail account?
    let me be clearer: i set mail up and it instantly started downloading tons of old messages that i don't want stored on my mac, since it only has 128gb storage, but i'd still like to be able to look for them in case I needed to.  so i don't want to permanently erase them, get rid of them here to save some space.
    is that possible? and if yes how?
    I also have an other problem with Mail and it's the fact that gmail doesn't let me send pages files...it says it could be a dangerous file so it stops me.  
    any solutions?
    thanks to all of you

    Csound1 wrote:
    disguise wrote:
    Sounds to me like your using iCloud to sync mail - but you don't want mail sync'd.
    System Preferences -> iCloud
    uncheck Mail
    The OP is using Gmail, not iCloud.
    How do I prevent my laptop from downloading thousands of old messages i had stored on my gmail account?
    Unchecking Mail will do nothing at all.
    And as Gmail is an Imap account it will download all mail in the account to the client.
    If this is unwanted behaviour use a different email system (a POP system) or remove the mail from the Gmail server.
    Gmail  can be configured as POP or IMAP

  • How do I stop mail from downloading ALL my messages?

    How do I tell mail not to download ALL my messages but rather only the recent ones that are relevant?   I have 4 gmails and a regular imap account.  If mail downloads all my messages it's going to waste 30 GB at least.
    Thanks.

    Csound1 wrote:
    disguise wrote:
    Sounds to me like your using iCloud to sync mail - but you don't want mail sync'd.
    System Preferences -> iCloud
    uncheck Mail
    The OP is using Gmail, not iCloud.
    How do I prevent my laptop from downloading thousands of old messages i had stored on my gmail account?
    Unchecking Mail will do nothing at all.
    And as Gmail is an Imap account it will download all mail in the account to the client.
    If this is unwanted behaviour use a different email system (a POP system) or remove the mail from the Gmail server.
    Gmail  can be configured as POP or IMAP

  • Outlook e-mail not synchronising all contacts

    It's possible to synchronise contacts stored in outlook the free online mail service. This service allows you to link your contacts with some social networks like Facebook, Twitter, Linkedin etc.
    I have synchronised my Iphone with my contactlist stored in outlook but not all contacts are syncronised. All contacts linked with other socialnetworks are synchronised but most of those who are not linked to other services are not syncronised. When I edit one that is not syncronised and wait a while Iphone synchronises that contact. Still those who I haven't edited are not. Please can someone help me out with this problem or fix this issue.
    http://windows.microsoft.com/en-US/windows/outlook

    Well, so far, so good.
    The plugin seems to be working. I'll have to do some more rigorous observations to see if there are things not syncing-up, but on the surface, the httpmail plugin is working.
    Here's the downlaod address:
    http://www.automagic-software.com/products.php

  • How to prevent guest account from accessing my admin account files/documents?

    I have an iMac 21" running OS 10.6.8.    I have a guest account set up in addition to my own administrators account.  When I log on as a guest, I am able to access all of the file documents on my computer, including the ones created on my administator's account.  These are files I do not want a guest to be able to access.  My question is how to change the settings so these do not show up when logged in to the guest account.  I have tried changing Finder Preferences in the guest account - this can be easily changed back by the guest user, and the settings also revert back after I log out.  In the admin account I checked System Preferences settings - the only thing on is printer and bluetooth sharing.  Any suggestions would be appreciated.

    Here's a way to reset the Home folder permissions and ACLs posed by Linc Davis that may do the job. 
    Linc Davis
    Re: Reset Home Folder Permissions and ACLs not working?
    This helped meRe: Reset Home Folder Permissions and ACLs not working?
    Apr 30, 2014 10:06 PM (in response to plcmms)
    Triple-click anywhere in the following line on this page to select it:
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR..; sudo chown -R $UID:staff ~ $_; sudo chmod -R u+rwX ~ $_; chmod -R -N ~ $_; } 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window by pressing command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    You'll be prompted for your login password. Nothing will be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take a few minutes to run, or perhaps longer if you have literally millions of files in your home folder. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Here's another way to do the same thing but this time when booted into the Recovery volume:
    You may need to rebuild permissions on your user account. To do this,boot to your Recovery partition (holding down the Command and R keys while booting) and open Terminal from the Utilities menu. In Terminal, type:  ‘resetpassword’ (without the ’s), hit return, and select the admin user. You are not going to reset your password. Click on the icon for your Macs hard drive at the top. From the drop down below it select the user account which is having issues. At the bottom of the window, you'll see an area labeled Restore Home Directory Permissions and ACLs. Click the reset button there. The process takes a few minutes. When complete, restart.

  • Unable to access all contacts in address book

    Hello
    I've been having lots of small problems with my BB Curve and the most recent one being that I can't access some of my contacts in the address book.
    I recently installed the new Facebook upgrade and think this might have something to do with it but not sure.
    I can access some contacts by going into the address book and then pressing menu and view but on others, I can't do that. It seems to be affecting random contacts and not particular to any one ie. new contacts or older contacts. I've checked the filters and nothing is checked and also the memory shows I have 127 contacts. I've also done a battery pull and checked the software via device manager but nothing.
    Does anyone have any ideas of what could be causing this?
    Thanks.

    There "could" be a bug in the Facebook 1.7 app upgrade.
    see here:  http://supportforums.blackberry.com/t5/BlackBerry-Device-Software/FB-App-1-7-linked-contacts-bug/m-p...
    Before anything else, do a simple reboot of the device.
    With the BlackBerry device powered ON, remove the battery a few seconds and then reinsert the battery to reboot.
    The check your missing address again.
    If you compose an email, can you pull up a missing name in the TO: area of the email?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Firewall stops google mail from loading

    My firewall is stopping google mail loading completely,

    I did not mention that this only happens with Safari.it is fine with Firefox.

Maybe you are looking for

  • How can i use the same front panel graph in more than one events in an event structure?

    i want to display the signals from my sensorDAQ in a graph.but i have more than one event in the event structure to acquire the signal and display it in the graph.the first event is to acquire the threshold signals and its displayed in the graph as a

  • Missing contact information in iPhone

    Hi there! Using Windows 7 and Office 2007 with latest iTunes Version, I got the following: Some of my contacts have a huge amount of different numbers, like WORK / HOME / WORK FAX / HOME FAX and a private cell next to a work cellphone. On my iPhone I

  • Downloading to excel problem

    Hi, im trying to output my internal table contents to an excel spreadsheet. i used set pf-status so that an icon shows up on the application tool bar and its working fine and triggers the xxl_simple_api FM TOO. however, im not getting any output on t

  • Cancel / Reset links in popup dialog

    Hi, I'm new to ADF 11g (using Jdeveloper 11.1.1.4.0) so this is probably an easy question. I have a popup dialog (using <af:popup>, <af:dialog>), and in the dialog, I want to have Cancel and Reset links. I know that if I set the type attribute of <af

  • Mac Virgin!  Need Help with migrating files from PC

    I am currently waiting for my Mac to be shipped to me and want to be prepared to transfer all of my PC files over once it gets here. I need to know if I need a cord of some sort (USB?) to connect the PC and Mac in order to do this. Thanks!