Blocking certain records

Hi!
i have a little problem like, i want to block certain records in USER1, so that other user should not see those blocked records when they issue SELECT STATEMENT from USER1,USER2 . like example (blocking record 1,2 in user USER1) . USER2,USER3 should see only 3,4 if they issue select statement.
USER1(table name TEMP)
A B
1 cat
2 rat
3 mat
4 hat
USER2 (select * from USER1.TEMP)
A B
3 mat
4 hat
USER3 (select * from USER1.TEMP)
A B
3 mat
4 hat
hope its clear.
thanks
viq.

Hi!
I got the solution . i have applied VPD.
thanks

Similar Messages

  • Does iOS 5 has features such as Block certain caller, record voice call, 3G Video call (GSM), Personalized Text Ringtone, Voice Conference call, etc?

    Does anyone know whether iOS5 has features such as:
    - Block Caller
    - Record Voice Call
    - 3G Video Call (GSM)
    - Personalize Text Ringtone
    - Conference Call

    According to what's been published so far:
    Leewing wrote:
    Does anyone know whether iOS5 has features such as:
    - Block Caller
    - Record Voice Call
    - 3G Video Call (GSM)
    - Personalize Text Ringtone
    - Conference Call
    Unknown, probably NO- Block Caller
         (True call blocking can only be done by the carrier. The best any phone could possibly do is a) not ring and b) send the call to voice mail)
    Unknown, probably NO- Record Voice Call
         (This will probably NEVER been included as the legality of doing so can vary wildly from place to place, sometimes from state to state and even city to city)
    Unknown- 3G Video Call (GSM)
         This may not be such a great idea with most carriers doing away with unlimited data plans. FaceTime over 3G could end up costing a lot!
    Not published, but widely reported as Yes- Personalize Text Ringtone
    This already exists in the current iOS and has since 1.0- Conference Call
         AT&T can handle up to 5 simultaneous calls linked together, Verizon only 2. Support will vary by carrier.

  • Looking for a good app so I can block certain callers

    I am trying to find an app which lets me block certain callers. I have a friend who drinks too much sometimes and decides to call me all night long. I don't want to turn my phone off because of business and family.  I have tried Iblacklist manager but there are not instructions or support available..
    Please help. 
    Thanks.

    THANKS, 
    AS I WAS WAITING FOR A RESPONSE (WHICH YOU ANSWERED VERY QUICKLY - THANKS) I WAS READING ABOUT MAKING A RINGTONE SILENT FOR THAT PERSON.  I THINK I WILL TRY THAT.  THANKS AGAIN FOR YOUR QUICK RESPONSE.

  • I've blocked certain photos showing up in facebook by accident, The toddler got click happy. How do I remove this block on certain photos?

    I've blocked certain photos showing up in facebook by accident, The toddler got click happy. How do I remove this block on certain photos?

    You're welcome

  • How to block a record.

    hi
    1)
    i heard about blocking a record in the DAtaBase.
    may i know how to do this...
    2)
    i am working into plsql developer at backend. my project using front end as .Net and back end as Oracle 10g...
    when i am creating SP's at database side, i am giving input and output to Front end peoples...this is the way.
    now my problem is.. SP giving correct output at front end.. while deploying my modules at client side, they didnt get result..???
    a) front end peoples have checked their code, it was correct.
    b) at backend output is coming correctly, and data is valid in database,
    But at client side we didnt get output for one particular field (ListItem)..???

    The question is so vague.
    One thing I understand. If you are getting an output on the backend test (pl/sql developer or some other IDE), and you are not getting the output on the front end (.NET in this case), then, obviously there is a difference in the environments.
    Your (along with your front-end developers) trick is to find what the difference in the env's is. You can put some debugging in the code to make sure the procedure is even getting called from the front end... Good luck.

  • Is there a way to block certain numbers from iMessaging?

    Is there a way to block certain numbers from iMessages, such as Smart limits with AT&T?

    Sorry, no.

  • I want to block certain websites

    While I am having problems with facebook and loads of unwanted ads, is there any way I can permanently block certain websites or ads from Firefox?

    Having a '''hosts''' file on Windows systems, and in Firefox use of the '''Adblock Plus''' extension with subscriptions are two major methods of blocking sites and/or files. With Adblock Plus you can block advertisements without blocking the site itself.
    * Blocking bad sites and annoyances - MozillaZine Knowledge Base<br>http://kb.mozillazine.org/Blocking_bad_sites_and_annoyances

  • No mapping certain records

    hi experts,
    I have a the scenario file to bapi. I want to do certain records in the file, not verify that the condition does not call the bapi, until now, what I did was to call the bapi but without passing data (I have defined a UFD in the message mapping), I am not valid because it calls the bapi no data (bapi is calling and return error). That way I can do?
    very thanks

    Hi Silvia,
    Have a look at this link:
    Throw message mapping exception
    Hope this is usefull.
    Carlos

  • How to find if certain record exists from stored procedure

    Hello
    I am not an expert in this and am trying simple thing. I want to find if certain record exists in a table and if so set some boolean variable.
    create or replace procedure findit(param)
    AS
    return_group boolean;
    BEGIN
      myflag := false;
    --here goes my question
    -- say I have SELECT WHATEVER FROM TABLE WHERE BLA = param
    --if it returns at least one record set myflag to true;
    END;Any idea?

    THanks Satyaki_De,
    However, when I put simple SELECT statement in the body of my procedure it does not compile. Actually I should have said that before. So here is my code and where it breaks:
    create or replace procedure close_subjects(study_id varchar2)
    AS
    return_group boolean;
    BEGIN
    dbms_output.enable(1000000);
    FOR current_group IN(
       SELECT DISTINCT group_id from groups WHERE study_id=study_id
    ) LOOP
       FOR current_subject IN(
          SELECT individual_id from groups WHERE group_id=current_group.group_id AND study_id=study_id
       ) LOOP
          return_group := true;
          SELECT INDIVIDUAL_ID FROM ASSIGN WHERE DATE_TIME_ASSIGNED = ( SELECT MAX(DATE_TIME_ASSIGNED) FROM ASSIGN WHERE INDIVIDUAL_ID = current_subject.individual_id ) AND                            ASSIGN_STATUS_ID = 'A';
         IF SQL%RowCount = 0 THEN
           return_group := false;
             dbms_output.put_line(current_subject.individual_id);
          END IF;
       END LOOP;
    END LOOP;
    END;
    /If I comment out SELECT statement and leave dbms_output for testing purposes it works well. As I said I am faaaar from expert and seems to me that I cannot have SELECT in procedure BODY?

  • Allow certain records a user can view

    Hello,
    Which method is best to implemet a solution to allow certain records from a table to be selected from a particular user? I can build a view and grant select on that view to the user but I like to know if there is a better solution? (lable security?) Thank you.

    You can look into Virtual Private Database (VPD), achieved by Fine-grained access control
    http://download.oracle.com/docs/cd/B19306_01/network.102/b14266/apdvpoli.htm#sthref2179

  • Why can't I block certain people face timing and imessageing me? I keep receiving random facetime calls every 5 minutes got to the point where I have has to turn facetime off.

    Why can't I block certain people face timing and imessageing me? I keep receiving random facetime calls every 5 minutes got to the point where I have has to turn facetime off.

    I'm having the same problem, but it's also coming through on my computer, through my Apple email address.  I have a very short Apple email, and little kids are trying to facetime their little friends, and then when I tell them I'm not their friend, they FaceTime or iMessage me even more, thinking that I'm still their friend, and I'm just kidding around. 
    I can't block the kids before they call...I don't know who they are.  I want to restrict my FaceTime to only my phone number, and block all FaceTime and iMessage requests that are coming in through my email address.  Can I do that?
    I have another thread:  https://discussions.apple.com/thread/5840011

  • How to Block certain websites on my Mac.

    How to I go about Blocking certain web sites (adult) on my mac.
    I have Panther right now,considering Tiger.As for now.Is their a setting I can go to to block these web sites or do I have to buy a program to do this?
    Apple   Mac OS X (10.3.9)  
    Apple   Mac OS X (10.3.9)  
    Apple   Mac OS X (10.3.9)  

    I use the free "privoxy" program as a proxy...it sits between my browser and the internet and can be configured to block various URLs. OTOH, it's easy to circumvent: a user could tell the browser to connect directly instead of via proxy or use a different browser. A stricter filter would be to use the built-in "ipfw" firewall (for which one can use the shareware BrickHouse as a GUI) to disallow contacting certain servers...this occurs at a more fundamental level of the network connection and can only be changed by an admin user, so the user or browser configs can't avoid it.

  • How to block certain cookies

    How to block certain cookies?

    If it further helps, I read recently an answer from Thomas Reed, one of our top people, who suggested cookies should not carry the notorious reputation they do.
    I must admit to being a touch wary of them and I use a cookie killer called 'Cookie', believe it or not.   Comes from the App Store and is about £2 at the moment.  This removes them as you wish, but not permanently; it also removes flash cookies, a more dangerous breed.   I will see if I can find Thomas Reed's thread; I'm sure he won't mind me repeating it for you.

  • Unassigned characteristics for certain record

    Hi Experts,
    We had a reconicilliation issue in our production system.
    On further analysis we found that there are certain records with un assigned characteristcs but key figures are populated, while loading data from one DSO to another DSO by delta mode.
    Since the important characteristics like GL account, Cost Center, Cost element were not assigned to the target DSO for certain records there is a reconcilliation difference.
    There is no logic written to clear the characteristics for certain record
    Regards
    Suresh Kumar

    Hi Sam,
    We cannot display free chars dynamically based on Users. Instead you can try below:--
    Make a copy of your Query and keep specific free chars which are suppose to be shown to set of users.
    Create new role in PFCG and assign this new query to this role. Add those set of users in this role.
    The users who wants all free chars can continue with already existing queries and roles.
    Regards,
    Suman

  • BEFW11S4-blocks certain websites

    I have spent hours w my internet provider trying to identify why  certain websites, which were always accessible, all of a sudden can not be accessed wirelessly. After much ado, I connected the modem directly to my laptop and low and behold the websites in question pops up w no problem. Since I am lame when it comes to this stuff, can someone explain to me in plain talk how I can access these websites without having to be tethered to my modem? Is the modem too old, why is it only blocking certain websites? The websites in question are academic and I checked w the institution and all is well at their end. thanks

    Well try upgrading the firmware of the router & keep on holding tightly
    the reset button in such a way that power light is blinking on the
    router & then do a complete network power cycle i.e., unplug the power
    cables from the modem & from the router & then plug in the power cable
    to the modem first once all the lights are solid green you could plug 
    in the power cable to the router & check out it will definately work!!

Maybe you are looking for

  • What is the latest version of AJAX

    I have AJAX JSF Components 0.96 in my JSC. From this tutorial, http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/ajaxprogressbar.html It seems that BluePrints AJAX is the latest version. However, I run my Updata Center, and

  • Seeking Profile for Nikon AF-S 10-24mm 3.5-4 5G ED for LR3

    The Lens Correction Profile addition to LR 3.2 does not include a profile for my Nikon AF-S 10-24mm 3.5-4.5 G ED lens.  For some reason this lens is left out of the long list, including all 7 of my other Nikon lens, that are included. Any recommendat

  • Can you have multiple RMI Servers listen at the same port?

    Hi, I am wondering if is possible to assign many RMI servers to the same port. I have a working RMI system that is assigning a single server to a specified port when the server is created. I need to scale my project to incorporate Activation and the

  • Lenovo 550 drivers for Linux ?

    Linovo 550 - 2958  - 94Q There is problem for increase or decrease in Brightness when I go for the Linux OS option. But It works fine for Windows 7 OS. Is any driver required to install for this ? Please suggest what to do.. Thanks, Rahul

  • Can't eject a hard drive! please help

    i have a firelite external hard drive attached to my computer, and when i try to eject it, it tells me it's in use and cannot be ejected. but i can't see any application that is open. i have tried ejecting it in disk utility, unmounting it, nothing w