Allowing user to see a newly created table

Hi ,
I have created a new table tbl1 in tblspace1 and grant select , delete , insert to user1
how can i allow the user1 to see the new table tbl1 ?
kindly advise
tks & rdgs

SQL>
SQL> SHOW USER
USER is "ADMIN"
SQL>
SQL> CREATE TABLE TEST AS SELECT * FROM TAB;
Table created.
SQL> GRANT SELECT,INSERT,UPDATE ON TEST TO MYTEST;
Grant succeeded.
SQL> CONN MYTEST
Enter password: *******
Connected.
SQL> DESC ADMIN.TEST
Name Null? Type
TNAME NOT NULL VARCHAR2(30)
TABTYPE VARCHAR2(7)
CLUSTERID NUMBER
Cheers

Similar Messages

  • Not inserting records in a newly created table

    Hi everybody,
    I have imported four tables in a source module and used the Join Operator in order to insert the rows in one newly created table.
    This table - designed in a target module - was created in the desired schema , but without the relevant rows , as I expected...
    NOTE : the where clause , i have defined in the Join Operator, is not the problem , as I removed it and the rows are not inserted...in the table
    Also , the sample PL/SQL code which was created automatically , was exactly as I expected - I mean the 'insert into ... select.....' clause was right...
    What may be the problem..?
    Thanks , a lot
    Simon

    Hi Jaap,
    thanks for your reply...
    Sorry for being a little unclear ...
    I have followed the instrunctions in the on-line help of OWB , and :
    1) have imported four code tables into a source module . The tables are in an Oracle RDBMS 10g .
    2)I have created manually a table - using the OWB client tool - which consisted of some of the columns found in the four tables .
    3)I have inserted a Join Operator in order to correlate the four table columns with the columns of the target module.
    4)I have defined the Join condition of the the four table columns. In my first post , unintenionally I have written that I removed the Join Operator. I meant the Join Condition in order to make sure that the join condition isn't the reason that the records are not inserted....
    5)I have validated and generated the mapping without any errors - not even warnings.
    6)I have selected Project->Deployment Manager and I selected the OWB_RUN user - which is the Runtime Repository owner.
    7)I have selected the objects to deploy - the mapping , the one table I created in the target module. The deployment has succedded , and the table was created but no records are found in it.
    Now , is there a possibility that this problem is caused by absence of the privileges to insert the rows...?
    How can I check that the source tables are filled on the registered location of your source module?
    Another basic question...
    I have created a Runtime Repository owner - called owb_run- using the Runtime Repository Assistant . I use this user in order to deploy the mapping and the new table. I want -and it is created- that table in another schema (user his_dw) - even another database in the same server. Should I run the Runtime Repository owner in this schema (his_dw)???
    Thanks , again a lot
    Simon

  • OID users ( EUS) problem with grant create table with admin

    Hi,
    We activated enterprise users in the OID.
    There is a role APP_ADMIN that has the following grants:
    create user
    drop user
    create table with admin option
    this is for an application that creates BI schemas, so it needs to be able to create other users.
    I have granted these to a local role, and the user has access to the local role, thanks to the OID setup.
    The create and drop user work.
    however, the grant create table to another user does not work.
    Is there an issue with 'with admin option' grants in Enterprise user security?
    Regards,
    Peter

    If I grant
    grant create table to test_role with admin option;
    it does not work
    if I grant
    GRANT GRANT ANY PRIVILEGE to test_role WITH ADMIN OPTION;
    it does work.
    The test command as user with test_role is:
    grant create table to test_usr;
    very strange!
    If the user is a standard user and I create role test_role
    and grant create table to test_role with admin option it works.
    but if I convert the user to an EUS user and the same privilege is given to the role ( role is granted to a global role to an enterprise role)
    it doesnt work
    Edited by: Peter on Dec 7, 2012 2:36 PM

  • Does Captivate 8 have any facility to allow users to see a word definition upon clicking/hovering over text in a Captivate project?

    Does Captivate 8 have any facility to allow users to see a word definition upon clicking/hovering over text in a Captivate project?

    You can have both clicking and hovering. But you need to add the definition manually for every such word.
    Sreekanth

  • How can i upload and/or allow others to see an album created on iPhoto?

    does anyone know how to either upload and/or allow others to see an album created in Iphoto?

    If you are using the latest version of iPhoto on OS X Mountain Lion you can create Shared Photo Streams.
    Select the photos you want to share, click Share in the bottom right, and choose Photo Stream then click New Photo Stream. To allow the photos to be viewed on the web (for people who don't have iPhoto or an iOS device) make sure the "Public Website" option is checked.
    The Share menu also gives you an array of different options to share photos, from Facebook and Twitter, Flickr, Email, and burning a CD or DVD.

  • Why can I not see any newly created 'Groups' in 'Work Group Manager' on the client Mac at login?

    Hi. Now, this issue has not been resolved since 10.6 Server. I have now upgraded to Mountain Lion and the issue still persists. I used to easily create Workgroups/Groups in 'WGM' and they would appear at login for those users who were part of that group. As it stands the old created groups appear ok and can be accessed selected at the point of logging in. The newly created groups don't show up at all. They all look good to go when looking at WGM. I have tried removing the Users from the groups and adding them again but there is no change. It is getting me so frustrated!
    Why is this happening? Is there a quick fix for this?
    Any help will be gratefully appreciated.

    Hi. Now thats a hard one to pin point exactly.  I guess you mean Archiving the OD and exporting users and groups etc Yes this happened when we upgraded from 10.5.8 Server to 10.6 Server.
    How do I go about fixing this in Mac OS X Server 10.8.4?  Do I have to go through all that again?  Will I lose any settings in doing so?
    Thanks in advance.

  • Allowing user to access only documents created by him.

    Hi!, is there a way to allow users to read only the documents created by them?, so when they click on the browse data buttons on top they navigate through the documents created only by the specific user?
    Thank you!

    Hi,
    Please check Data Ownership Authorisation if the same is of help in your case.
    [Data Ownership Authorisation|https://websmp201.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_HIER_KEY=701100035871000371280&_OBJECT=011000358700004490662004E&_SCENARIO=01100035870000000183&]
    Regards,
    Jitin
    SAP Business One Forum Team

  • How to see DDL script(create table) from view

    i want to view create table script(DDL command)
    can u suggest me any view for that.

    Hi
    There's no view where the DDL statement is directly available. It must be reconstructed from many views...
    If you use 9i the simpler way to do that is with DBMS_METADATA. Below and example....
    SQL> SET LONG 1000000
    SQL> SELECT dbms_metadata.get_ddl('TABLE','EMP') FROM dual;
    DBMS_METADATA.GET_DDL('TABLE','EMP')
    CREATE TABLE "SCOTT"."EMP"
    ( "EMPNO" NUMBER(4,0) NOT NULL ENABLE,
    "ENAME" VARCHAR2(10),
    "JOB" VARCHAR2(9),
    "MGR" NUMBER(4,0),
    "HIREDATE" DATE,
    "SAL" NUMBER(7,2),
    "COMM" NUMBER(7,2),
    "DEPTNO" NUMBER(2,0),
    CONSTRAINT "EMP_PK" PRIMARY KEY ("EMPNO")
    USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "USERS" ENABLE,
    CONSTRAINT "EMP_DEPT_FK" FOREIGN KEY ("DEPTNO")
    REFERENCES "SCOTT"."DEPT" ("DEPTNO") ENABLE
    ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "USERS"
    Chris

  • QaaWS 4.0 - Do not see my newly created .unx Universe in QaaWS Designer?

    Hello,
    I am new to using the Qwery as a Web Service in 4.0 and am trying to connect to a newly created *.unx universe within Query as a Web Service Designer.
    Is it true that you can not connect to a *.unx Universe (universe created from Info Designer 4.0) using Query as a Web Service Designer?

    Hi James,
    You could see the UNV universe in the QAAWS and not the .UNX.
    Are you planning to use the QAAWS in Xcelsius? If yes, Dashboard Design 4.0(Xcelsius) has new feature" Query Panel" which enables you to connect to .UNX universe directly into Xcelsius.
    Hope this helps.
    Thanks,
    Amit

  • Create Roles to allow users to see only what they have to see

    Hi everyone,
    I created a Menu using Forms 6i and I would like to know the steps to create a role and then assign those roles to my menu so users can only see the programs they use and not what the administrators are going to be using like some options under one of my menu called maintenance.

    So you mean that I have to open Module Roles under Menu Security and write a name for each role on that small window that appear? For example I want a role to be called SHOW_MENU then I type that name on that window and that's it?No, thats just the definition that this role is relevant for the menu. In the next step, you have to assign that role to every menu-item which should be accessible with the role.
    After that do I need a special command on Oracle to assign the user that role and tell the database that I want that user just to see that menu item?Do don't tell the database anything about the menu, the database doesn't even know what a menu is. You assign the role to a database user, and then forms checks which roles are assigned to the connected user and with that information checks, which of the menuitems should be shown to the user.
    The command to grant a role to a dbuser is
    GRANT <ROLENAME> TO <USERNAME>;

  • Can't see/access newly created chat rooms

    We have an issue where users can create chat rooms but are unable to see/access them after they're created. Does anyone have any experience with this and knows why this happens and how to fix? Thanks.
    Mike

    MFischma,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • How to allow user to see attachment without login in 11i through browser ?

    Hi,
    I have one requirement where I need to show attachment to user even if He is not logged in.
    We created Function which return Attachment File URL using seeded API.
    When we paste that URL in browser it asks for login for Oracle Apps version 11i but for version R12 when we do the same the attachment gets downloaded.
    Regards,
    Ajay Sharma

    HI Ajay,
    I have one requirement where I need to show attachment to user even if He is not logged in.
    We created Function which return Attachment File URL using seeded API.
    When we paste that URL in browser it asks for login for Oracle Apps version 11i but for version R12 when we do the same the attachment gets downloaded.I think its not possible in 11i
    this is how it is designed
    we cant bypass login credentials
    correct me if I'm wrong
    ;) AppsMasti ;)
    Sharing is Caring

  • Automatically add a dynamic property to a newly created table

    hi,
    how can i customize data modeler so that whenever a table/entity is created, a dynamic property named myprop1 is attached to it.
    and further more, i hope this dynamic property be included in the generated reports.
    thanks.

    Hi Srv-02,
    You can create a custom action to add Watermark for all the generated pdfs.
    You can also accomplish this via Javascript: https://acrobatusers.com/tutorials/watermarking-a-pdf-with-javascript
    Regards,
    Rave

  • DBCA doesn't see a newly created database

    Hello,
    I installed Oracle 10g on RHEL4. I created a database called ORCL during installation. Then I created another one, called TEST, using DBCA.
    Both databases are up and running, but when I enter DBCA again and want to configure/drop database it sees only ORCL, TEST - not.
    Can anybody help me?
    A.

    There's only one entry in oratab:
    orcl:/u01/app/oracle/product/10.2.0/orcl
    I guess there should be one for my test db and there isn't. I can enter it manually of course, but what path should I enter? There isn't
    /u01/app/oracle/product/10.2.0/test
    because I did only create a database.
    I remember that when I created TEST database there was an error, something like "unable to write /tmp/oratab to /etc/oratab". But there was no file called "oratab" in /tmp then.
    User, his right and pathes are correct - Oracle soft and first database were installed successfully, there's is only one problem - with the second db.
    Thx in advance
    A.

  • How to allow user to see salary button in assignment Window

    Dear,
    We wanted to dis-appear Salary button in assignment window; therefore we used task flow to visible or un-visible salary button and working fine but by clicking salary button showing error "Function not available for this responsibility. Change responsibilities or contact your System administrator'
    pls advice what is the missing setup.
    --thanks

    Thanks for answer,
    Could y please tell me how to personalize that salary button for particular user on the basis of Grad, let me explain
    Responsibility: HR User, HR Recruiter, HR Data Entry
    There are three responsibilities, for first two salaries button are enable through work flow while last one is disable.
    ------- Requirement
    1. I don't want to apply any condition for "HR User" responsibility
    2. For 2nd responsibility would be condition base if 'A' user then salary button enable if grad like a,b else disable for HR Recruiter responsibility .
    Please advice
    -thanks

Maybe you are looking for

  • How can I connect to a USB keyboard .

    How can I connect to a USB keyboard .?

  • WEBUTIL_HOST.blocking is not blocking

    Hello, I am having problems using WEBUTIL_HOST.blocking for Microsoft Office 2003 products and Adobe. For example, if I try to open a Word document in blocking mode and Word is already open, the blocking feature fails. I found that this happens also

  • Using Epson RX580 Media Card Reader

    When inserting compact flash card, epson shuts off. I have tried different cards (CF and SD) with same result. Epson support confirms TWAIN driver version and compatibility with 10.5. Any suggestions or just wait for and Apple and Epson to update?

  • QuickInfo shows a single letter instead of full variable name

    Hi, I have an isolated shell application based on VS2010 shell. The mouse over on a variable in debug mode gives the name of the variable and the value. Now, I have ported the application to isolated shell VS2013, now the mouse over on a variable is

  • Calendar pushing using Microsoft outlook 2007!

    I have the 1st generation iphone and was wondering if there is away to push your calendars to your pc and vice versa to iphone via the exchange. I only need the exchange for the calandar not email. So I don't want to spend the $100 for mobileme since