ora-01950 no privilages on table space 'Users'

From: Rusty Fadgen <rfadgen_at_cfl.rr.com>
Date: Mon, 02 Apr 2001 02:24:00 GMT
Message-ID: <4pRx6.12957$Lz6.2894285_at_typhoon.tampabay.rr.com>


Sorry I'm a Beginner! I get this error while using this query:

Create table emp (

    empno number(4) NOT NULL,
    ename varchar2(10),
    job varchar2(9),
    mgr number(4),
    hiredate date,
    sal number(7,2),
    comm number(7,2),
    deptno number(2) Not NULL,
    CONSTRAINT Emp_PK Primary Key (empno))

What privelage do Ineed to add to which object to be able to allow users to run this query and create a table??
Thanks in advance Received on Mon Apr 02 2001 - 04:24:00 CEST

Original text of this message