Roles Creating and assigning to user

Hi all,
Am creating a role as venki & granting some privileges to that role i.e, create session,create table...
Then am creating a user & assigning a role "venki" to the created user.
then after connecting to the user am unable to create a table in that user, am getting privilege problem..
Please give a solution..
Thanks in advance..
Edited by: Venkateshj on Jan 1, 2013 3:32 PM
Edited by: Venkateshj on Jan 1, 2013 4:12 PM

JohnWatson wrote:
The answer you have so far is not necessarily correct. You have granted RESOURCE to the role, and RESOURCE includes an implicit grant of UNLIMITED TABLESPACE. See this:orcl> create role venki;
Role created.
orcl> grant connect,resource,create table to venki;
Grant succeeded.
orcl> create user tpt identified by tpt default tablespace users account unlock;
User created.
orcl> grant venki to tpt;
Grant succeeded.
orcl> conn tpt/tpt
Connected.
Session altered.
orcl> create table app(sname varchar2(9),sid int);
Table created.
orcl>there is no need to grant quota on a tablespace if the user already has RESOURCE, which is one reason why you should never grant RESOURCE to anyone. Clearly, there is sonething else going on in your database. Another indication that things are not as they seem is that in 11.2.x by default you do not need quota on a tablespace (or unlimnited tablespace) to create tables, because by default segment creation is deferred. So you get the error only when you try to insert into the table:orcl> create user me identified by me;
User created.
orcl> grant create session,create table to me;
Grant succeeded.
orcl> conn me/me
Connected.
Session altered.
orcl> create table t1(c1 date) tablespace system;
Table created.
orcl> insert into t1 values(sysdate);
insert into t1 values(sysdate)
ERROR at line 1:
ORA-01950: no privileges on tablespace 'SYSTEM'
orcl>I think you need to investigate further. Things are not as they seem.Ok sir i'l investigate further, but my problem is solved.. By the above content i have to know why the error occurs in 11g..Let me check Once...
Thank u Sir..

Similar Messages

  • Create and assign new user in SRM org struct when HR Distribution is active

    Hello experts,
    In SRM HR Distribution list is active.
    Now requirement is we want to create new user in SRM and assign it with the SRM Org structure.
    1.)Do i need to create a user in SRM and in ECC HR i mean in both the system or in ECC-HR only.?
    2.)When user is there in ECC-HR system then how i can assign user to SRM Org structure. Is there any FM or Standarrd Program ?
    Thanks!!
    Sunny

    Hello Sunny,
    As you mentioned HR distribution is active hence you need to create the user in ECC environment and assign it to the org. structure in ECC.
    Again there would be few user which you would create in SRM evironment and those would be administator specific.
    Activating pointers for HRMD_ABA message allows to replicate all changes made to the organizational structure in HR to SRM.
    Changes in HR structure include modifications (add/modify/delete) in the following:
    u2022  Organizations
    u2022  Jobs
    u2022  Positions
    u2022  Employees
    A change in the relationship of any of the elements above will also be replicated to SRM. For instance, an employee changing units will be reflected in SRM.
    Pre-requisite: SU01D ID should exist prior to replicating the concerned user in SRM.
    Thanks,
    Yatin

  • Create new transaction (Business Activity) and assigned to user Problem

    Dear sir,
    We already have the business activity with in T-code : CIC0, The transaction is  ZACT1 and assigned to user group1 .  It's working fine. However when I copy something from transaction ZACT1 and create to be T-code : ZACT2 . and assigned user group2.  There is the problem that when log on to CIC0 . It is the authorization from for transaction ZACT1.  WHen I go to su53
    it need to have the authoriazaiton on Business transaction type: ZACT1
    Please kindly advise.
    Thank you and best regards,
    Vimol

    When you create new transaction variant, original transaction remains as it is. During creation of transaction variant, when you go to one by one screen, screen variants are created. It uses variant name and can be see on each screen on the top.
    Once you complete trasnaction, you start using this transaction variant instead of original transaction. In SHD0, there is button on the top 'assign screen variants' which allows you to assign all screen variants created above. You can refer help file which i think has procedure to do this.

  • How to create and assign role

    Dear all,
    I want to create the role and assign.
    kindly let me know
    shailesh

    Please have a look at below link. It explains how to create and assign content ( roles, iveiws) in Portal
    http://help.sap.com/bp_epv170/EP_US/BBLibrary/documentation/N04_BB_InstallGuide_EN_US.doc
    Kindly assign points if helpful
    Regards
    Jayesh

  • Which roles we should assign to user , then the user can create COMPONENT_CATALOG

    Hi support ,
    Which roles we should assign to user , then the user can create componet catalog,
    I have yet assigned COMPONENT_CATALOG_ID_ADMIN . but can not find the menu in GSM to create new componet catalog.
    Terry

    Hi Terry
    I think you are looking for [FIC_CREATOR] role that lets you create new component catalogs.
    There is [FIC_READER] role that provides read-only access to component catalogs.
    Also, you need to check if GSM.SideNav.ComponentCatalog.Enabled feature configuration is set to true since this feature drives component catalog menu visibility in GSM.
    Dmitriy

  • Reg: How to create and assign jco in xcm (CRM 5.0)

    Hi All,
    I have configured CRM 5.0 on Win/SQL.
    I am in the process of configuring IPC 5.0.
    I have made the cnahges as per the config. guide for IPC.
    I have to do some settings in XCM.
    For which I have to create and assign JCO in XCM.
    Which I am not able to do so.
    Please do advice and help.
    Rgs
    Vikas

    Vikas
    Good. I  will support you to my level best !!!
    <b>Assumption: U have the Admin User Id /Pass</b>
    The URL should look similar to this :http://<host>:53500/isauseradm/admin/xcm/configTreeSelect.do
    1. On the Left Panel, Select
        <b>Start --> Components --> Customer --> JCO</b>
    2. Now give the name of the JCO Customer component configuration and press ENTER
    3. Meanwhile Collect the Details of the SAP CRM 5.0 Server (<b>Client no,lang EN, System Nu,AS Host</b>)
    4. Pucth in the Appropriate details at the Properties requested in the JCO Property. Go with <b>group_connect</b> in <b>Base Configration</b> prperty
    5. <b>Save</b> the Config
    6. Press <b>TEST RUN button</b> for testing the JCO connection
       REsult will be:  <b>GREEN for Succesful Connection
                        RED for unSuccessful Connection</b>
    Hope this helps !!!
    Thanks
    Jack
    <b>Allot points if my post helps !!!!</b>
    Message was edited by: Jack

  • How to find workflow and assign a  user to workflow

    Hi Gurus,
    How to find  the existing workflows, and assign a  user  to a role.
    <REMOVED BY MODERATOR>
    B S B
    Edited by: Alvaro Tejada Galindo on Jan 24, 2008 11:17 AM

    Goto Tcode PFTC.
    Select the task type as Workflow and serach.
    Naveen.

  • Steps to create and assign new cost centers?

    Dear all,
    Pls share with me the steps to create and assign new cost centers.
    TIA
    kogi

    Refer to the following link, will help you with the cost Center creation.
    http://help.sap.com/saphelp_470/helpdata/en/08/5145cc43b511d182b30000e829fbfe/frameset.htm
    It is actually the job of Fi consultants.
    Post your e-mail ID I will send some documentation.
    Regards
    AK
    Reward points if helpful

  • How to create and see the user interface of helloworld sample??

    hello friends,
    i have deployed the hello world sample
    now i want to know how to create and see the user interface of hello world sample.
    thanks and regards..

    If you go to bpel console host:port/BPELConsole (in a dev install, localhost:9700), click on your process, we will generate, based on the describing wsdl a UI for you ..
    hth clemens

  • Master Cost Centre - create and assign (steps required)

    Hi All,
    I am currently working on a IDES system. I want to create and assign Master Cost Centre. Please help me in providing the steps to create and assign the same.
    Regards,
    Chinmay

    Hi Chinmay,
    Cost Center creation is done by FI Team as that comes under FI module and lot of the other things need to be done. If you just want to create Cost Center you can go to
    Financials -> Controlling (CO) -> Cost Center Accounting -> Master Data -> Cost Centers -> Create Cost Centers
    Tcode for Creating Cost Center is KS01 and for changing KS02
    You also need to Activate Cost Center Accounting in Controlling Area
    Financials -> Controlling (CO) -> Cost Center Accounting -> Activate Cost Center Accounting in Controlling Area table V_TKA01_GD
    For assigning cost center to employee, you can assign it in IT0001 whihc is the master cost center and IT0027 where you can assign overriding cost center
    Hope the information will be helpful
    guds

  • Need a bapi which creates and assigns notification to maintenance order

    Hi,
       I am currently using a bapi "BAPI_ALM_ORDER_MAINTAIN" in PM  to create an order with its operations. Now my requirement is to create and assign a notification to certain types of orders. This bapi is not able to handle notifications.
    Thanks
    Pradeep

    Hi Karthikeyan,
    Since this issue is resolved long back I don't remember everything related to it. But as far as I remember, the behavior of transaction IW32 is such that, while saving the work order, it cross checks with table T350. If field "NOTDAT" in T350 is checked for that order type  then it automatically creates a notification and assigns to that order. I just made use of this behavior and used BDC approach to solve this issue.
    Hope the things are clear.
    Regards,
    Pradeep.

  • Create and assign roles

    Hi Experts,
    How to Crete and Assign roles to users? i need to work on this? please explain on this which T_codes we need.
    I need step by step process.
    Thanks in advance
    David

    Hi,
    You can create roles in the PFCG transaction. Check the below link. It contains the step by step procedure for creating roles.
    http://help.sap.com/saphelp_46c/helpdata/EN/52/6714a9439b11d1896f0000e8322d00/frameset.htm
    Hope this will help.
    -Jaimin

  • Istore 11.5.10 - creating a new site and assigning existing users to that

    Hi,
    I need to create a new site in iStore and assign all the Canada customers to that site. Can you please let me know how to do this.
    I though that I would create a custom responsibility ABC_IBE_CUSTOMER same as IBE_CUSTOMER and attach that responsibility to the new site and the same responsibility to all the canada custoemers and when they login they will directly been directed to the new site in the customer UI. But it did not happen like that. I might be missing many things inbetween. Can you please let me know the step by step process to achieve this.
    Thanks,
    Srikanth

    function(){return A.apply(null,[this].concat($A(arguments)))}
    Why adobe has not issued an update!!!.
    Agreed. I'm disappointed that no patch has yet been issued. Hope we don't have to go on explaining this for the next 12 months.

  • New role created and Security zone.

    When I create the new role and I need to set the properties for that role. Then after I try to add this role to user and have user test the access.
    Why there are some error happen and I need to go to 'security zone' by follow path from the error, then my new role into security zone, then user can access without any problem.
    Please anyone explain why do we need to add role again in security zone even though we already set the property to that role in 'content administration.' Please let me know the difference. Thank you very much.

    Hi,
      Security Zones are used to prevent unauthorized users from accessing iviews, Portal Components and Portal Services through a direct url used outside of the portal environment. It will be controlled by means of progressive safety levels and permissions, which are assigned by the system administrators to authorized users in the permission editor.
    Regards,
    Saraswathi

  • Roles not getting assigned to User OIM11gR2

    Hi Experts,
    I have created a Role, Access policy for ACF2 and a rule for automatically provision Users whose Company Code = 200 (company code is a UDF)
    The records are getting provisioned if I assign the role manually to the user and run Evaluate user Policies task. But if i reconcile the user from trusted resource, the users with company code are not getting even the role assigned to them.
    Am i missing something. Please help me out!!

    hi,
    have you run the configuration wizard?
    http://yourhost:port/nwa/cfg-wizard
    there is a task for BPM. just execute it.
    if you have already run the wizard, you can go to following place to check and make further change if required.
    http://yourhost:port/nwa/sys-config
    select "Applications" tab
    put "bpembaseear" in the name filter, select that application in the result table
    you will see the properties tab
    if your locale is not there, you can fix now.
    Best regards,
    John

Maybe you are looking for

  • Do tracks of files/pictures/etc. remain hidden inside the iphone after deleting them?

    If so, I am deeply concerned. I won't get into the whole location tracking feature but allegedly forensic analysis of the iPhone can reveal what pictures you've had on your iPhone even after deleting them. A few questions: - There are many "scanner"

  • Date Picker Background Color

    Does anyone know how to change colors from Date Picker Calendar? I want to change some of the colors.

  • Imvie 10.0.5 blank initial screen

    Hi, I used to work with "imovie 10.0.4" before upgrading my operating system to OS X Mavericks from OS X Lion. But, I have an issue with my imovie after that. The screen is blank. Anybody can help me with this problem? I Inevitably switched to imovie

  • Adobe Acrobat XI Pro crashes

    I have recently acquired this program with cloud. How do I find out if there are updates available? I am running a PC Indesign CC

  • Function module related to Personnal info

    Dear gurus,        Is there any function module to getdetails of wbselements,costcenter,activity type of a given personal number. Please help me regrding this because iam new to PS,HR modules. Thanks and Regards