Tree of the newly created user table is empty

Hi all

I want to create a user who can only select a schema from a prisoner by one user.

Create user test identified by Test1ng;
grant create session to test;
Grant select on a.table1 to test;

The new user will use sqldeveloper and needs the tables is visible in the tab tables, but after completing the steps above test user when using sqldeveloper will see all the tables in the tab tables.

Is there way to grant select test user on the tables in the diagram with the visible tables during the user test uses sqldeveloper?

Thanks in advance

Hello Hans,.

A user sees only the tables held under its own Tables node. To see "table1", scroll down to the "Other users" node, and then expand users 'a' and look under this node Tables.

Kind regards
Gary
SQL development team

Tags: Database

Similar Questions

  • Cannot open a session to the newly created user account

    I created a new standard user account via account management/accounts/user control.  When I log into the admin account and try to connect to the newly created account, I get the error message "the service user profile Service has no logon" "could not load user profile.  Click OK and it disconnects.  I can still log on to all the other 5 accounts that I created after I implemented this new laptop (preinstalled with windows 7).  When you click on a new account the first time, the system should establish the office and create the user records.

    I went into the Admin account and checking the application event log.  Event ID 1509 "Windows cannot copy file C:\Users\Default\ to the C:\Users\New Test Account\ location.  This error can be caused by insufficient security rights network problems. "DETAIL - access is denied.

    I solved my problem.  The index was at the event journal entry.  The permissions on the folder C:\Users\Default screwed up. (not sure how that happened).  I compared the authorization for this folder on my laptop win 7 with permissions for the same folder on my computer vista laptop.  Computer laptop win 7 has a few additional entries.  I deleted them and now I can create and open a session on new accounts on the laptop win 7.

  • sqldeveloper could not connect the newly created user

    Here is my description of my computer and software
    # OS - > ubuntu 10.04 (32 bit)
    # DB-> 10 g XE
    # Request Express - > version 4.0.2
    # Sqldeveloper-> version 3.0.04

    I installed 10g XE in my ubuntu 10.04 (32-bit) with success and you then unblock account HR. After that I upgraded application Express 2 to 4. Then created a new "worksapce' with user name and password.

    I can access with success of HR, sys and system account of sqldeveloper. But when I try to access newly created valid workspace with his user name and password I could not do that. You can see more details, [see here | http://www.youtube.com/watch?v=_G_EeBgZ1KY].

    But in the past, I can connect newly created Workspace even as human resources account. So what's the problem. Can you guyz guide me to conncet it.


    Thanks in advance

    >
    I can access with success of HR, sys and system account of sqldeveloper. But when I try to access newly created valid workspace with his user name and password I couldn't do that
    >
    If you have a problem or a question about Apex post in this forum
    Oracle Application Express (APEX)

    In sql developer, you can only connect to users of Oracle (schemas), not workspaces. So unless you have a user called "admin" Oracle, you won't be able to connect. When you created the workspace you may reuse an existing schema or provide a name for the new schema. These patterns are what you would connect to.

    In the nav tree open the tree of the user "sys" and see the list of "other users". This subtree will contain ALL Oracle users. You must log on to one of them.

  • How to connect to the newly created user account?

    Original title: new account in picasa.

    I have 84, very computer illiterate, using Windows XP and I'm trying to work through the book "Picasa for Seniors.  The first thing he asked to do me is to create a new user account to use while I work my way through the book.  I created a new account, but cannot find anythiny on how to log in to the new account.    How can I do this?   Thanks for any help. Frank

    Hi Frank,.

    (a) If you restart or use change user, you will see the number of user accounts present your computer.

    (b) select the user want to log-in in the list account.


    Reference:
    How to create and configure user accounts in Windows XP?

    Hope the helps of information.
    Please post back and we do know.

  • Why the newly created user profiles are not lacking logon

    I created a new profile for my partner with administrative rights after you manually delete its an old. While trying to log the logon message

    Hello

    1. you have another account administrator created?

    If you have another account administrator created, you can use this tutorial. It has a "Fix it for me" application as a 'I'll fix it myself' instructions.

    http://support.Microsoft.com/kb/947215

    If this isn't the case, please follow the steps suggested by Mouneshwar R this link that talks about a similar problem.

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_vista-security/the-user-profile-service-failed-the-logon-user/b627d0c9-03c4-465D-B268-2fd49e049e0c

    THIRD PARTY LINK WARNING

    WARNING: Microsoft does not provide any assurance or warranty, implied or otherwise, and is not responsible for the download, you receive from the sites of third parties or support related to the download or the downloaded technology. If you need assistance dealing with third party technology, please contact directly the manufacturer.

  • Windows Live Mail - How can I move old files to the newly created folders mail?

    How can I move old files to the newly created folders mail?

    original title: windows live mail/vista/records
    1. Simple click on the header of a message to select it.
    2. CTRL + F3 will highlight all.
    3. Right-click on highlighted messages and drag them to the new folder.
    4. Release the mouse button and select copy here.
    5. If the move is successful, delete the original folder if you wish.
  • loading data into the newly created table

    I have a basic question


    I have a table named 'A' and it has 5 columns

    Now, I created a new table 'B' and copied the 4 columns of table "A".

    Now, I have to add the 5th column along wiith given in table "B".

    my table for 'B' have now 5 columns and the same data that the table 'one '.

    Could someone tell me the procedure. According to my knowledge, it is not possible. Can I even the reason for it.

    Note: With let them down my new table

    Thanks and greetings
    Pallis

    Assumption: You have the following table:

    Table1 (a number, b, c number, number d, e number);

    You made Table2 from table1 as below with the same data as for these 4 columns table1 table2.
    Table1 (a number, b number, number c number d)

    Now, you want to copy the e column too in table1 from table2...

    Means the simplest is:

    drop table table2;
    crate table table2 as select a,b,c,d,e from table1;
    

    Another way is:

    alter table table2 add e number;
    
    update table2  t2
    set  t2.e = ( select t1.e from table1 t1 where t1.a=t2.a and t1.b=t2.b and t1.c=t2.c and t1.d=t2.d);
    

    If you have the primary key on table1, then only the primary columns must be mapped in this inner query where clause.

    Kind regards...

  • Insert new line in VO, engaging, and then call vo.executeQuery () does not display the newly created line.

    Hi guys

    I use jdev 12.1.2.

    I have a question about stale view object and entity data object.  My use case is: I have an af:table bound to data that I use to insert a new row in the database.  I create the line with a call from createWithParams, and everything works fine with it.  I call commit on the application module that contains the view object, and the data is correctly inserted in the database table.  Then, as part of my needs, I call vo.executeQuery () on the view object, however the newly inserted row is not present in the af: table or view object.  The line does not appear until I leave my application and return to it.  Once I do this, the line is in the object view and appears correctly in the table.

    It is not enough that I need the view object to be aware of the new line (s) without having to restart the application.  Y at - it a setting I am missing in my display object?  I guess my entity object contains stale data, but I don't know how to refresh its data.  Thanks for reading.

    Lance

    Hello

    you use a viewCriteria, so the value of this method of execution both (database and memory) in the Panel of viewCriteria

    try it once

    Thank you

  • Delete operation does not remove the newly created line of VO

    Hi all

    I use Jdev 11.1.1.7

    I try to use a simple delete on a line of an af:table operation.

    The line is newly created (not in DB) and I have some autoSubmit = "true" defined on certain inputText of the table (not sure if it's relevant information).

    I followed the nice post of Andrejus on the immediate = "true" the button Delete.

    Andrejus Baranovskis Blog: Deleting line new form ADF (ADF followed Webinar)

    It works fine when I delete the line, it ignores validation and disappears from my af:table.

    But when I commit my transaction, all new lines, even those deleted, stored in DB.

    No idea what could be the problem?

    Let me know if you need me to post the code.

    Thanks for your time!

    I found the problem in the definition of my VO.

    The use of the entity has been defined with the property DeleteParticipant = "false"...

    What I don't understand is the reason why I had to go to the source to change, in the overview of the VO, the box is read-only...

  • Select and validate the newly created lines (data stop) in ADF

    Hi all

    Here's the problem of mine: I want to validate and save the data in the SERIAL_EXCHANGE table, include NEW_SERIAL_NO and OLD_SERIAL_NO. The OLD_SERIAL_NO is not allowed to save in 2 files, I used the getCurrentRow method to select the new created line and validate it. This method works when I do not change the selected line and create other rows consecutively. But when I do, the method does not work well.

    So I want to find a way to select newly created lines and validate their value before they are committed to the database. Please help if you have an idea how to solve.

    Thank you
    VnMa

    This in the right place - DB

    unique index on the old serial number
    foreign key to validate the existence of the old serial number of the other table

    In the ADF, you would use a unique key for the uniqueness and association EO to validate the existence of the other table.

  • How do I get the handle to the newly created line

    Hello
    I have a classic table with button to add a line, property of AutoText on the bean table is true.
    I need to get a handle to the newly inserted row, once I click on Add button line.
    I tried getCurrentRow and also vo.last (), but it does not work for me.
    The new line is always added last (which is normal) but the cursor always go to the first row of the table that of why I guess currentRow don't get me the newly inserted row.

    How can I put the cursor on the new line or get the current line add after click on the button in the row.
    The workaround I use so far is defined the AutoText to false and then manage the button Add a new rank by rank to create on the VO but I want to assure you that the reverse also works.

    Thank you
    Anatoliy

    Hello

    We can create a line in 2 ways:

    (1) setting the Autoinsertion property to true.
    (2) dynamically by code

    -wht im saying is that you can set the value of the attribute using the nd method 2 only. (Autoinsertion to false)

    Concerning
    Meher Irk

  • How to disable the boxes created by table multiplesection.

    Hello

    I created a table and I added a multiple selection which creates checkboxes in default.i used the "SelectFlag" as a transitional attribute in the VO.
    Now, in the t, I have a column name 'Status' which has two values
    1 error
    2. success.
    I showed this column in the table after that the checkbox "select..."

    So, my requirement is that when the status is 'Success', then the boxes must be disabled...

    Can anyone suggest me the things I need to add in the Page or the controller Code to implement this?

    Please its Urgent...//

    If his classic table, you can use bean to switch to achieve this.
    See exercise to delete in the tutorials of Toolbox, he got the step by step procedure to do this.

    Prasanna-

  • Restoration to a corrupt user or copy corrupted to a newly created user. I am not allowed access to corrupt the user of another administrative user.

    When I try to copy the files from the user to a new user, the corrupt user is inaccesable when I click it.  I'm another user of the admin access.  I restarted the computer.  Does anyone have any suggestions?

    I encountered this problem immediately after removing an accessory program Apple ITunes that I have not used.  I did it to clear up disk space.  This has happened also when I got a low disk space to open the user.  I could open another admin user account and free up enough disk space to open the user.  When I try to connect to the corrupt user, it connects me to another user called (name.value of initial user followed a string of alpha-numberic characters)

    Thank you

    Hello Cscoler,

    Corruption of the profiles can be caused by malware, by repeated interruptions due to file system corruption and bad hardware issues. Did you run any malware removal software?

    When you created a new user account, have you configured it as an administrator? Do you receive error messages when you try to open a session in the corrupted profile, such as "the system has recovered from a serious error or user profile is corrupted"? When you log in the corrupted profile, are you able to view your data?

    Thank you

    James

  • Assign the role automatically to newly created users

    Hello everyone

    We have a requirement in OIM 11 g R1 where whenever a new user is created (it can be manually or through reconciliation), a specific role shall be automatically allocated to him.

    Can someone provide me with documentation (or) some examples on how to do it? After some research, I realized that the best method is to create a preprocessor Manager that will affect the role. Any suggestions or some blogs will be greatly useful.

    Thanking you

    Sam

    You can create a role in the IOM based on the attribute of the user. Let's say that you want to assign the user a role based on its location. Then you must create multiple roles, such as: US, CA, IN... Then, for each role, you assign a rule for membership

    Country == "". IOM automatically check the attribute of the user's country and affect a relevant role.

  • How to create a link to the newly created dashboard?

    Hello

    I created the new dashboard. Is it possible to provide users with a link that will go directly to a specific dashboard?

    If yes how can I do this...

    Thans,

    Vivek

    Hey Vivek!

    'Link to this page' button in the right bar

Maybe you are looking for