question on the granting of select for a test user

Hi all

I have a question, lets say

(1) I create a test user and it connects to my database ORCL
(a) create test user identified by the test (using the user sys)
(b) I grant it the create session test user privilege (using the user sys)

(2) now, I want the sys user to grant select on table of hr.countries for the TEST user

Question: everything first is it possible? If yes how?

Thanks and greetings
Rahul

Mac_Freak_Rahul wrote:
My version of oracle:

Query: SELECT * FROM v version $;

BANNER

Oracle9i Enterprise Edition Release 9.0.1.1.1 - Production
PL/SQL Release 9.0.1.1.1 - Production
CORE 9.0.1.1.1-Production
AMT for 32-bit Windows: Version 9.0.1.1.0 - Production
NLSRTL Version 9.0.1.1.1 - Production

----------------------------------------------------------------------------------
know the user (as you say I'm out of the query): select user of double;

Released: user

PS: During indexing through Toad, I'm 100% sure I connect with the sys as sysdba user

-----------------------------------------------------------------------------------
statement: GRANT SELECT ANY TABLE, GRANT ANY OBJECT TO test1;
gives me an error: invalid or missing privilege

There is no 'GRANT ANY OBJECT' privilege in version 9.0.1 (or any other version, AFAIK)

http://download.Oracle.com/docs/CD/A91202_01/901_doc/server.901/A90125/statements_913.htm#2062195

PS: test1 is a user that I created using the statement: create user test1 identified by test1, and then using the user "sys" I granted a privilege create user test1 session
-------------------------------------------------------------------------------------

My request still pending, but I must say that when I ask questions here that I had incredible answers to a lot of guys who are very knowledgeable. Help, please

Concerning
Rahul

Srini

Tags: Database

Similar Questions

  • How to give the right to select for all objects of schema?

    Hello

    We have a lot of users and schemas.
    A user wants to execute 'select' for all tables in the other schema.

    For example: TEST user wishes to select the objects to TEST2. Test2 have hundreds of tables, TEST user cannot select other schema objects, so I don't want to give SELECT ANY TABLE privileges.

    How can do this at once? is it possible to give all the objects schema once subsidies?
    DB versin. 9.2.0.8

    greetings and thanks

    No, there are no subsidies. You must use hundreds of statements of grant.

    However, you can use dynamic SQL to do this automatically, i.e.

    CREATE ROLE test2_select;
    
    BEGIN
      FOR x IN (SELECT * FROM dba_tables WHERE owner='TEST2')
      LOOP
        EXECUTE IMMEDIATE 'GRANT SELECT ON test2.' || x.table_name || ' TO test2_select';
      END LOOP;
    END:
    /
    
    GRANT test2_select TO test;
    

    Justin

  • Startup Repair:-using Skype, can I use the method of selection for me starts better what should I suggest? Thank you pp

    Startup Repair:-using Skype, can I use the method of selection for me starts better what should I suggest? Thank you pp

    Hello

    Welcome to Microsoft Vista Forum community!

    Please answer the following questions to help you better about it
    ·         What is the edition of Vista installed on the computer?
    ·         You try to make the Windows Vista startup repair?
    ·         How long have you used Skype for?
    ·         Are you facing problems starting with windows after downloading Skype?

    If you encounter problems with Windows startup after downloading Skype, then you can try to disable the startup of Skype at Windows startup. (For example, in MSN, go to tools > Options > General > do not start when Windows starts.)

    For more information, you can consult the help of Skype: https://support.skype.com/

    Hope this information is useful.
    Let me know if it worked.
    All the best!

    Concerning

    Jeremy K
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Hi, I answered no to the question on the registration of password for a spesific site. I changed my mind and would like Firefox to save the password. How to re-enable password for a spesific site saver?

    Hi, I answered no to the question on the registration of password for a spesific site. I changed my mind and would like Firefox to save the password. How to re-enable password for a spesific site saver?

    Check the list of exceptions to your Firefox password manager and check if your site is there or not?

  • Question about the Y510 AHCI drivers for install XP

    NiHao Lenovo Forum,

    I am a proud owner of your IdeaPad Y510. I just wanted to ask what the web page offers Lenovo the AHCI storage driver to activate the storage controller SATA on the motherboard for my laptop Lenovo IdeaPad Y510?

    I ask because Y510 as many users who install the XP will need to have these storage SATA controller drivers if they want to support higher speeds, hot plug and native command queuing (NCQ).

    I see that Lenovo provides the following AHCI drivers for ThinkPad found here:

    www-307.IBM.com/PC/support/site.WSS/MIGR-62909.html

    Also, it would be useful to let everyone know that Lenovo Y510 models come with what advice system that they have, with regard to the necessary SATA AHCI Controller driver for them.

    I see the ThinkPad models use Intel 82801GBM SATA AHCI Controller or Intel 82801HEM/HBM SATA AHCI Controller as indicated above from the URL.

    How can I check my Y510 to know what Intel SATA AHCI Controller is necessary here?

    Some clarification would be useful. Thanks in advance for any help and assistance here.

    Also another method here would not create an installation with the Intel Matrix Storage Manager drivers slipstreamed XP disc? And how does a person know which of the many Intel Matrix Storage Manager drivers should be slipstreamed to the pilot Y510 AHCI SATA Controller here?

    And how many different models of Lenovo Y510 uses different system boards? Think there are at least two, because some have been announced with a FSB 800 MHz right?

    Thanks for any help and support here in advance.

    Read the FAQ some might answer your questions.
    Also, I suggest that different motherboards are in different models, as I said there are even different colors - green and Brown motherboards there. Brown, I saw myself - those who are ASUS, green are unknown for me.
    Then, NCQ is not a feature of driver software. It is a material of HARD drive capacity to optimize movement traectory leaders to speed up the read/write process. So, no driver is required to activate. This work iven in the BACK.
    AHCI driver is inside driver chipset. Also, you can integrate it. Please, read the FAQ .
    HTH

  • Switch poplist display of the list item selected for its value of list item

    Is it possible to change the display in a poplist of the list item to its corresponding list item value?

    For example, I have a list item is filled with a group of records. Name of the country (e.g., Canada) is the list item, and the country code (e.g. CA) is the value of a list item.

    I want users to be able to see the names of countries, when the list is expanded. However, once users choose and click on a country, the country code must be included in the display.

    I suppose that if it is possible to do at all, he would be using a trigger a times-news-point-instance, but I do not know where to go to from there. Please let me know if you need clarification or more information from me. I'd appreciate any help you can give me.

    With the help of Oracle Developer Suite 10 G
    Version of Forms - 9.0.4.3.0

    Hello
    Welcome to the forum,

    Just an idea. Why you do not keep the country with the description at the time code. I mean, it's like you say you query group will be like this...

    SELECT code, description
    FROM table_name;
    

    So, I mean just change this query to concatenate the code with description. for ex.

    SELECT code, code||' - '||description as description
    FROM table_name;
    

    It will show you the code and the name in the list. So, it will not trigger etc.

    -Clément

  • A general question about the stylesheet XSL - FO for BI Publisher

    Hello
    Of BI Publisher MS Word Add-in, there is a menu item that allows users to export my. Model RTF as an XSL - FO stylesheet. This provide great flexibility to users so that they can implement the most comprehensive features/features, which are not covered by keys/menus of Word Add-in, on their report. Now my question, how can reuse us this XSL - FO file (.) XML) when we finished editing on this subject? I tried to use the web client BEEP to download as a template of report TONE repository file, but it doesn't seem to work. Could someone give me an idea of this? There must be a way to deploy the XSL - FO stylesheet for model data BEEP otherwise, the item of menu "export" in word add-in becomes meaningless.
    Thank you very much.

    Just download the files you said.

    and click the new button at the top, it will create a new model with the name "new model".
    You have to assign one of the template you downloaded for this report. in this, there is an option as 'TYPE '.

    http://download.Oracle.com/docs/CD/E10415_01/doc/bi.1013/e10416/pptoutput.htm

  • Re: Question about the CD/DVD player for Portege M400

    I have a Portege M100 - and the CD-ROM drive does not work.

    Whenever I put a disc in I can just hear the motor turn the disc, but the computer is not picking up the drive. Device Manager picks up flawless.

    It doesn't seem to be any firmware for this sorting (or am I wrong).

    I've seen a DVD player for a M400 on ebay and I was wondering if that would take on my M100.

    Before buying it, I was wondering if anyone knew if it would be compatible. It seems to be OK size wise, but I was wondering if my Portege M100 XP would be able to use it.

    The description for the drive I want to put in the M100 is below:

    Thank you very much for your time. :)

    Description

    DVD +/-RW drive for laptop Toshiba Ultra Slim Bay Portege M400, S100 & Tecra S3

    Compatible models:
    Portege M400, Portege M405, Portege S100-S113, Portege S100-S1132, Portege S100-S213, Portege S105-S1133, Tecra S3,

    The Toshiba Ultra Slim SelectBay DVD SuperMulti Drive is a DVD burner that combines all the functions of a DVD player, DVD recorder, CD burner, and CD player in an ultra slim and ultra light. It gives instant access to CDs and DVDs and fits perfectly into your slot to drive Ultra Slim SelectBay of your Toshiba Portege M400, computer laptop M405, S100 or Tecra S3. It is the ultimate portable storage for mobile users.

    Drive ultra slim and ultra light, fits perfectly in your Ultra Slim SelectBay of your PC drive slot, no additional unit to take on the road
    Dresser based on multiple drive in a compact design: DVD-RAM, DVD + RW, DVD + R, DVD - RW, DVD-R, DVD-ROM, CD, CD/R and CD
    Productivity:
    Backup of important files
    Easy access to CD and DVD based media
    Use for multimedia presentations
    Adapts to your lifestyle:
    Watch your favorite DVD movies
    Play music and games
    Create your own DVDs or music playlist
    Create CDs or DVs with ease
    Transfer data seamlessly between two discs, improve your productivity
    Reduce the time spent to transport and save files
    Slide-in simple, plug-and-play operation
    Includes drag ' n Drop CD + DVD3/B CLiP, Win DVD Creater 2 and the DVD-RAM driver
    Compatible with computer laptop Toshiba Portege M400, M405, S100 and Tecra S3

    Specifications

    Speed (Max):
    Read: 24 x CD-ROM, DVD-ROM 8 x
    Write: CD - R 24 x, CD - RW 4 x, 10 x HS CD - RW, 10 x US CD - RW, 2 x DVD-R, 2 x DVD - RW, DVD + R 2.4 x 2.4 x DVD + RW, DVD-RAM 2 x
    Compatibility: CD-ROM (read), CD-R(read/write), DVD - ROM (read), CD-RW(read/re-write), DVD-R(read/write), DVD-RAM(read/re-write), DVD-RW(read/re-write), DVD + R(read/write), DVD + RW(read/re-write)
    Dimensions and weight: 5 "x 5.5" x 0.4 ". 3.9 oz

    Hello

    According to the paper manuals s user for Portege M100 two drivers of optical discs are compatible with your Portege M100L:
    TOSHIBA SD-C2612
    TEAC DW-224TH

    So if you want to have good player get one of them.

  • A question about the size of Swap for Oracle 11.2

    Hello everyone

    I want to install Oracle Rac 11.2 on 2 Server with 22 GB of RAM each.

    Reading Exchange according to the requirements of the Infrastructure of grid for Linux, I found this:

    Between 1 and 2 GB-> 1.5 times the size of RAM
    Between 2 GB and 16 GB-> equal to the size of RAM
    More than 16 GB--> 16 GB

    The requirements of database for Linux 86_64 of reading:
    Between 4 and 8 GB-> 2 times the size of RAM
    Between 8 and 32 GB-> 1.5 times the size of RAM
    Over 32 GB--> 32 GB


    Then, with 22 GB, follow the requirements grid: 16 GB and database requirements: 33 GB

    Should what size I get?

    Thank you very much

    This is how I read it.

    Best regards

    mseberg

  • Confusion between the issue of fonts for a new user

    Hey everyone, my apologies in advance because I just do not know how to ask the question in the right words for my research gaps. My question is I have a series of files HAVE (~ 75 or almost) and I need the police in each to match. The problem is when I open them, some do give 1 PT while others give almost 7. When the same zoom, is the size of the two texts however (the pt 1 could even be bigger?). It seems there are two scales, but I can't give a sense or understand how to put on a single scale of correspondence. I tried to learn this program stumbled right through it, so I guess there is something incredibly simple, that I'm missing but just don't know how to look for it. Any thoughts?

    Thanks a bunch

    Working from ARCMap, I see? To reset the fonts for their correct size test by selecting all, and use the arrow keys on the keyboard to move all objects, click to the left and back to the right. Reset the font size.

  • Problem running the Runtime Web Installer for DIrectX end user in Windows 8

    When I try to run the Web Runtime DirectX installer for the end user, I get an error when the installation starts. The error indicates that "the required CAB file for installation cannot be trusted. Please check the Cryptographic Services are enabled and the cab file is the certificate is valid. "I can confirm that the assistance service is running without any problems. I use Windows 8. Can someone help me out here?

    Hello

    I would try just to download the redistributable components Package and install it and then...

    http://www.Microsoft.com/en-us/download/confirmation.aspx?ID=8109

  • [FAD] A few questions on the article of Timo "JDev: always test your application with the ApplicationModule Pooling disabled.

    Hallo Timo,

    I read your article JDev: always Test Your App with the regrouping of ApplicationModule turns off | JDev & amp; amp; ADF Goodies and I have some doubts.

    • I understand that you have disabled to AM pooling only to show the problem and the applications in production should always work with 'M bundling active. Right?
    • The substitution of activateState and passivateState functions must be performed when the AM is used to store data that is specific to the user. Right?
    • To store the data of the user in the AM, it is necessary to use the mechanisms of session? Or I might just add to the private variables AM (username, name, departmentName,...) to store the information of the user?
    • I see you used the Session instead of HTTPSession class to manage the session. What are the differences between these classes? Session the recommended class to use is?
    • Where can I find which are the main stages of the life of the session and functions to manipulate? 1-2 examples of creation, destruction, making the session which expires after e.g. 10 minutes of user'sinactivity... would be happy if possible.

    Thanks a lot a lot.

    Federico

    • I understand that you have disabled to AM pooling only to show the problem and the applications in production should always work with 'M bundling active. Right?

    Yes

    • The substitution of activateState and passivateState functions must be performed when the AM is used to store data that is specific to the user. Right?

    Given no, everything must be save in the activation/passivation. If you store something for use wide application and don't save during passivation, he went by activating the module application ID again.

    • To store the data of the user in the AM, it is necessary to use the mechanisms of session? Or I might just add to the private variables AM (username, name, departmentName,...) to store the information of the user?

    I like to keep the info in the plan to use session.

    • I see you used the Session instead of HTTPSession class to manage the session. What are the differences between these classes? Session the recommended class to use is?

    The session that you get from the module of the application is not a http session it's a server session. You cannot use any other class.

    • Where can I find which are the main stages of the life of the session and functions to manipulate? 1-2 examples of creation, destruction, making the session which expires after e.g. 10 minutes of user'sinactivity... would be happy if possible.

    The documentation is always a good starting point. The best description I know is from the book "Guide Oracle ADF developer real world ' by Jobinesh Purushothaman. If you google a bit you will find another description too. Don't know what you want to know about the creation and destruction of the sessions that you do yourself. To set the time-out setting for the http session, you can change the value of "session timeout" in the web xml file.

    Timo

  • Basic authentication for the WSDL Web Service for load test

    I am trying to load test a web service; the URL of the WSDL is behind a user name and password using http basic authentication. I can add the URL of the WSDL without problem with the user name and password, but when I read the script, I receive a "401 Unauthorized" errors

    I looked at the preferences > recording > Web Services > the Proxy Configuration, and then refer you to the preferences > recording > HTTP > the Proxy settings. I also looked at similar settings under Preferences > reading.

    I'm running OpenScript (9.1), how to configure it...?

    Thank you very much!

    KM

    Published by: KM 14 Sep, 2011 12:12

    Hello

    You can right click on the section to initialize your script and then:

    Add-> other-> HTTP-> authentication.

    You need 3 parameters:

    A - http://someurl - url that will authenticate any url that contains the http://someurl string for example http://someurl.com/index.html
    A password
    A user

    The following code should be added in your script:

    http.addAuthentication("http://someurl", "username",
                        deobfuscate("5blNah5kX/XuZnepYwInFw=="));
    

    Hope this helps

    Alex

  • Question about the extension of RAM for Satellite A50-522

    Hello

    I have a Satellite A50-522, with a Pentium M 715 @1. 5 Ghz processor and Intel 855GME chipset. To expand its RAM I referred to the Spain/Toshiba support website and I bought the PA3313U-2M1G (1 GB SDRAM 166 MHz DDR333/PC2700) via amazon.com. It turns out that this RAM is for "Alviso chipsets" - which are those relating to the Intel Centrino processors with 9xx series express chipset. I called Toshiba/USA and they recommend the PA3313U-1M1G or its equivalent Kingston KTT3311 / 1 G (since it is impossible to find in the Mexico), instead of the one I already bought. They all seem exactly the same thing in their description, except for the note "alviso chipset.

    My questions are:
    (a) is the chipset of this computer, considered "alviso" type? and
    (b) if not, should I keep the RAM I bought already (PA3313U-2M1G for alviso chipset)?, can I have performance or compatibility problems? What are the risks of the use of this "alviso RAM' in a 'no-alviso chipset? I deeply appreciate your input.

    Thank you!

    Hello

    The RAM modules for especially for chipsets alviso are not known to me, but the Satellite A50-522 certainly supports the memory PC2700 PA3313U-1M1G bar.
    I guess the PA3313U-1M1G and PA3313U-2M1G are the same modules from memory.

    PA3313U-1M1G and PA3313U-2M1G memory module are supported the same specifications of 1 GB - SO DIMM 200 pin - DDR - 333 MHz PC2700

    I think you can use both modules without any problem.

  • BlackBerry smartphones another question concerning the size of microSD for bb8310 max

    Hi all...

    I'm such a wet behind the ears starting the bb8310, even very specific graphs given in a previous post raises questions for me.

    The table that was given:

    BlackBerry Device Software 4.2.0 - up to 2 GB
    BlackBerry Device Software 4.2.1 - Up to 4 GB
    BlackBerry Device Software 4.2.2 - Up to 4 GB
    BlackBerry Device Software 4.3.0 - up to 8 GB
    BlackBerry Device Software 4.5.0 - up to 8 GB
    BlackBerry Device Software 4.6.0 - up to 16 GB

    Under options > advanced options > applications, my bb8310 says:

    Basic BB 4.2 applications

    System BB 4.2 software

    then the rest of the list as an attachment service, Messenger, video, brickbreaker, browser, notebook, etc., etc., all say bb 4.2.2.

    My BlackBerry 8310 is brand new... since yesterday... why would I receive a 4.2 old BONES?

    So... what I can run a 4 GB, or am I limited to 2 GB?

    Do you give such a concrete response,

    JO

    Hello

    If you plan to upgrade the operating system as soon as it comes out, you can save yourself money,

    Install the card 8 GB, the BB will recognize only 4 MB, due to your current operating system. When you upgrade,

    the full 8 GB will be recognized. It's that you have to buy a memory card.

    Please let me know if it helps!

    Thank you

    If you have any other questions please ask!

    If this is not the case, adjust the position by checking the post that answered your question!

    Thank you very much!

Maybe you are looking for

  • Spell checking (English/United States) brand as an error after update 24.4.0.

    I think the title says it all. Windows 7, completely up to date. I can stick the troubleshooting information if necessary, although it is a cargo.

  • USB serial adapter works once for each reboot...

    I have a serial adapter USB to connect to the CONSOLE of the switch/router port and I use 'screen' inside the Terminal to connect. Recently, I found that the "screen /dev/cu.usbserial 9600" works only once for each restart of the system. Steps to rep

  • Birthday info on Palm Pre

    Is it possible that birthdays "pop up" on the meadow on the Tungsten E2?

  • How to get the program Paint Windows XP without CD

    I have windows xp and ive tried to lift the paint program but it is not on my laptop. I don't have the cd of instulation that I got my laptop from a friend and they can't find the cd. I would like that it while my son was asked to paint. Please help

  • BB Simulater queue problem

    Problem: When making a post from a simple Web page with the x-rim-queue - id as a hidden field. The element in the queue hangs on the clock icon. that is to say the post is not performed. This is only a problem when testing on older versions of the S