How to make a GRANT previliage on a table in a different database?

How to make a GRANT previliage on a table that is in a different database (different host)?

Published by: user10980630 on April 6, 2009 05:18

Create the link of database between databases and give GRANT to any table on the database

- - - - - - - - - - - - - - - - - - - - -
Kamran Agayev a. (10g OCP)
http://kamranagayev.WordPress.com

Tags: Database

Similar Questions

  • How to make purchases in the apps I bought with a different ID to Apple?

    Here's the scenario:

    So Minecraft EP finally added texture packs, for the new Minecraft PE 15.0

    The only problem is, it costs money.

    Now, I'm happy to pay, but every time I try to pay it tells me "this application has been purchased with a different ID of Apple."

    I have three questions, if you meet one of them, the other those who do not need to answer. Reason by answering one of them answers the question, eliminating the need for my other questions.

    This is what must be answered:

    1: How can I pay for a purchase in an application, without using the Apple ID, I used to download?

    2. how to remove and reinstall Minecraft, without deleting its contents? (Worlds)

    3. How do I send money to another Apple? ID

    To justify:

    The second is more a question I should ask on the kingdoms of Minecraft, but you that someone here might know.

    Also, I have access to the Apple ID, but I'm not going to pay more money.

    I have money on the Apple ID iTunes, I want to send money money credit card.

    I would look into family sharing between more 2 appleID implement family sharing - Apple Support

    unless minecraft block shares then delete it and download it free for the other appleID and buy your dlc

  • How to make simple "search" on the object Table or VARRAY?

    I do a simple bulk collect into a local table type and need a way to determine whether an item exists in this type of local table inside an if condition. I can't understand the syntax. Here is the code:


    DECLARE
    type emp_roles is table of the varchar2 (10);
    v_emp_roles emp_roles;


    BEGIN
    -Determine the role of the current employee
    Select ef.emp_function_code bulk collect
    in v_emp_roles
    of emplyee_function ef
    where ef.emp_no = 1234;

    If 'HOMEMRKT' in (v_emp_roles) then
    null;
    elsif "IMMIGRAT" then in (v_emp_roles)
    null;
    "INVENTOR" elsif then in (v_emp_roles)
    null;
    elsif 'TEMPHOUS' in (v_emp_roles) then
    null;
    end if;


    Any ideas how to proceed?

    Thank you

    'Member ':

    DECLARE
      type emp_roles is table of varchar2(10);
      v_emp_roles emp_roles;
    BEGIN
       select * bulk collect
              into v_emp_roles
       from table(sys.ku$_vcnt('IMMIGRAT','TEMPHOUS'));
    
       if 'HOMEMRKT' member of (v_emp_roles) then
          dbms_output.put_line('HOMEMRKT');
       end if;
       if 'IMMIGRAT' member of (v_emp_roles) then
          dbms_output.put_line('IMMIGRAT');
       end if;
       if 'INVENTOR' member of (v_emp_roles) then
          dbms_output.put_line('INVENTOR');
       end if;
       if 'TEMPHOUS' member of (v_emp_roles) then
          dbms_output.put_line('TEMPHOUS');
       end if;
    end;
    

    Best regards
    Sayan Malakshinov

  • How to make a selected line in the table of the adf

    Hello
    I add a new line to my table as below.

    BindingContainer DCBindingContainer =
    (DCBindingContainer) ADFUtil.evaluateEL("#{bindings}");
    DCIteratorBinding iter = bindingContainer.findIteratorBinding("IfwSystemBrandView1Iterator");
    ViewObject vo = iter.getViewObject ();
    line = vo.createRow ();
    row.setNewRowState (Row.STATUS_INITIALIZED);
    vo.insertRow (row);

    This code adds a newline at the end of the table.
    I want this new line to select once it gets added.
    How to get there?

    Thank you
    Praveen

    So that the new row to select, you need to add the key to the new line created in the SelectedRowKeys of the table.
    (1) create a link to the table named "table".
    (2) after the insertion of the new line, add the following code:

    Key to the new line should be added to the key defined for the selected table row to be selected.
    table.getSelectedRowKeys () .add (row.getKey ());

    Thank you
    Nini

  • How to make a value in a temporary table, the match against another table...

    Hi all.

    Please is - can someone provide some guidance on how to...

    1. take a value from a temporary table, the match against another table that contains the first values 'equivalent' value.
    2. take this exchange value, call something (using the slider or the variable?) so I can add to my API to load it into ORACLE...

    Apology of this sounds confusing, I hope you know everything what I want to do...

    Manythanks...

    Steven

    and call the API

    declare
       v number;
    begin
       SELECT oracle_loc_code
          into v
       FROM SU_IEXP_LOCATIONS
          , SU_TEMPLOYEE_DETAILS
       WHERE chris_loc_code =location_id
       ;
       Hr_Assignment_Api.update_emp_asg_criteria (v);
    end;
    
  • How to make the current page menu item displayed in a different font color?

    Hello

    My menu bar works very well. The links I get the text to hover display the desired color. Now I want the item menu of the selected page show a third color.

    With live-code activated in Dreamweaver CS6, I can see the following code is generated by the dynamic menu:

    "< script type =" text/javascript"src="/CatalystScripts/Java_DynMenusSelectedCSS.js "> < / script > <!-dynamic output CSS menu start-> < div id ="cat_549633_divs"> < ul id ="nav_549633">< class li ="selected"> < a href =" / home.html "> home < /a > < /li >< li > < a href =" "/ leistungen.html" > Services < /a > < /li > < li > < a href = "/ uhrenservice.html" > Uhrenservice < /a > < /li " "> < li > < a href =" / versteigerungen.html "> Versteigerungen < /a > < /li > < li > < a href =" / diamanten.html "> Diamanten < /a > < /li > < li > < a href =" / ueber_uns.html "" > Uber each < /a > < /li > < li > < a href = "/ kontakt.html" > Kontakt < /a > < /li > < /ul > < / div > < script type = "text/javascript" > catSetSelectedCSSItem ('nav_549633'); < /script > <! - end of output CSS Dynamic Menu - >

    The .selected class is created in the first element of the list (home) because it is the current page.

    And here is my CSS:

    {#nav_549633}

    float: right;

    list-style-type: none;

    padding-top: 5px;

    }

    #nav_549633 li {}

    float: left;

    text-align: left;

    }

    #nav_549633 li a {}

    color: white;

    text-decoration: none;

    margin: 27px 0 0 0;

    font size: 13px;

    text-transform: uppercase;

    }

    #nav_549633 Li a: hover {}

    color: yellow;

    }

    {.selected

    color: Green;

    }

    The green font color does not appear. It is still white.

    In order to see if the class 'works"I tried a few other attributes that work!

    {.selected

    color: Green;

    padding: 20px

    background-color: blue;

    }

    In this case, the item appears as a blue box with 20px padding, just as expected - but the font color is always white.

    Can someone help me?

    Kind regards

    Herman

    Hello Ginoem50,

    Looking at your css looks like the selected class does not work because the li #nav_549633 one is more specific is the one who is listened to.

    change .selected li.selected a #nav_549633 and it should work.

    Hope this helps,

    Chad Smith | http://bcgurus.com/Business-Catalyst-Templates for only $7

  • How to make selection lists cascading in the table of the ADF

    I have to bulk update the ADF table and two columns are selection lists. For example, in a row of the table, if the first select list is changed, then is it possbile to fill the second list based on the value in the first list of selection in this line? any ideas are appreciated.

    Kind regards
    Surya

    Cascade of LOV... reference http://andrejusb.blogspot.com/2008/12/cascading-lovs-in-oracle-adf-11g-update.html
    In the right table defined the PRR on the component of column 1, column 2. Also set the AutoSubmit/PartialSubmit for the component of Column1.

    Amit

  • How to make a simple video with my computer ' s web cam?

    I recently (10 minutes ago) asked a simple question on how to make a video.  For five of the most wonderful years of my life, I have designed critical systems of path for launch Pads 39A & B, the vehicle Assembly building and the robot that went out the candle to the pad.  On paper, a critical path system explained how the engineer, design and build a structure.  In this case, it was activities separate from about 3400 and when, how and how long these activities were to each other.  At the time where the Commander.  I worked and which had been granted to these contracts, had developed the method of the path critical following the guidance system of the Polaris Missile, which was incredibly hard to get a handle.  At the time where manned Apollo lunar Mission has been in place, I was one of only ten people in the world, who knew the process.  We needed honest, some answers to our questions or it would take years to accomplish what Stephen Hawking characterized as "the unique accomplishment largest in human history" you gave me answers to my questions by these 'engineers' for Microsoft on the use of a webcam and had implemented them, would not be there was a second launch of Apollo because the first three astronauts would be dead.  How to make a simple video with my computer ' s web cam?     Al wood

    http://www.WikiHow.com/use-webcam-on-Windows-Movie-Maker

    Movie Maker: http://windows.microsoft.com/en-us/windows-live/movie-maker

    Not tested.  Instructions could be for the old version of Movie Maker, but they probably give you the basics.

    (It's a way of many - that the answer does not depend on your OS, but on the software you use to interface with your webcam.  Camtasia?  Skype?  etc and so on...)

    In addition, to find this information is quite simple.  Once I decided on what software to go with in my response to you (I chose Windows Movie Maker 12 because it's easy to get, free, Microsoft, similar to products that were previously found with Windows) I did a simple search on Google:

    use Windows Movie Maker 12 with webcam

    https://www.Google.com/#q=Use+Windows+Movie+Maker+12+with+webcam

    or more demonstratively:

    http://lmgtfy.com/?q=Use+Windows+Movie+Maker+12+with+webcam

    The first hit seems to be a video market even helps you to download and install the Windows Movie Maker 12 application...

  • How to make animated gifs to work in FCPX?

    Hello

    How to make animated gifs to work in FCPX?

    They work in FCP7 (FCS) but not FCPX. Strange.

    assailed

    Elmer

    If you had FCP7, you have Quicktime 7 Pro (upgraded automatically at installation FCP7). Check your Applications > Utilities folder.

    Open the gif in QT7 and export as... (Sequence Quicktime Movie > Open Options)... might as well go with ProRes LT and make sure that you pay attention to the size option (select current if the original is 100%).

  • How to make live iPhone photos 7

    How to make a live Webcam picture on my new iPhone 7

    http://help.Apple.com/iPhone/10/#/iph1e767793c

  • Can you please tell me how to make the thicker arrows on the Pages.

    Can you please tell me how to make the thicker arrows on the Pages. Thank you very much. There is something incredibly simple to do, but I, having a disconcerting brain, am totally unable to understand. Please please help me. Thank you

    < re-titled by host >

    Try here > Pages for Mac: Add and edit forms

  • How to make the list of instrumental music

    How to make a list of all my player someone help

    Alan

    iTunes is not a method to determine what tracks have vocals. You can create a normal playlist and put what you want in it.

    TT2

  • How to make itunes on an Android 5.1.1

    How to make itunes on my android5.1.1

    Do you mean how can you get an app called iTunes on your Android? If so, you can't. You can, however, download the app Apple music store Google play.

    Or, do you mean, how can you get the music you bought on the iTunes Store on your Android? You would be transferred in any way that you usually transfer the music on your phone. Drag and drop generally works very well.

  • How to make a wired internet connection to my macbook pro?

    How to make a wired internet connection to my macbook pro

    < removed >

  • How to make an update of location to a group of photos at the same time?

    How to make an update of location to a group of photos at the same time?  This used to be a feature in iPhoto.

    I use El Capitan 10.11.6 and Photos 1.5

    If yu have OS X 10.5.1 s you say that you can not - with OS X 10.11.6 Photos 1.5 (a free update in the app store) you select them and info - enter the location and it will apply to all photos

    LN

Maybe you are looking for