473,406 Members | 2,273 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

insufficient privileges when i create a tablespace in user flshop

how to grant all privileges to my created user "flshop".

SQL> connect flshop/admin;
Connected.
SQL> create tablespace shoptb
2 datafile
3 'E:\oracle\product\10.2.0\flash_recovery_area\shop tb_01.dbf' SIZE 200M autoextend off,
4 'E:\oracle\product\10.2.0\flash_recovery_area\shop tb_02.dbf' SIZE 200M autoextend off
5 logging
6 extent management local;
create tablespace shoptb
*
ERROR at line 1:
ORA-01031: insufficient privileges
Feb 22 '13 #1
3 15887
PreethiGowri
126 64KB
try this command
"Grant create session, grant any privilege to 'user_name'; "
also refer this site for your reference
Feb 25 '13 #2
rski
700 Expert 512MB
Expand|Select|Wrap|Line Numbers
  1. GRANT CREATE TABLESPACE TO flshop;
  2.  
Feb 26 '13 #3
GRANT your created workspace to user;
Mar 11 '13 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Ohaya | last post by:
Hi, I'm running IIS5 on a Win2K server, and I want to have an ASP page that creates new users. I have some simple code to test this, but am getting a "500" error when I run it. The ASP looks...
2
by: Terry Olsen | last post by:
I need to know how to create a user in MSDE. I can't seem to get the syntax correct. I've tried several different variations such as the following, but nothing seems to work. CREATE USER user...
1
by: richb330 | last post by:
I'm trying to set up a program that will create a user account within active directory based on a number of parameters selected on a form. The following code should, i believe, create a user...
2
by: Abhi | last post by:
i need to create a user in web mail using dotnet coad by using webmailserver api ex: xxx is my webmail then i want to create to a user in that webmail xxx ex: yyy@xxx.com how i should do in...
1
by: jainarayan5484 | last post by:
hi All, Sir i want to know That What is the need to Create Tablespace,Alter TableSpace,Drop Tablespace.Whereas database use default tablespace. plz help me ...
0
by: dunleav1 | last post by:
I have DB2 V8.2 installed on Windows and Linux on exactly the same type of server. The Servers are configured exactly alike (memory, processor, disk). When I use a create database or create...
7
by: brig | last post by:
I am reading and thinking that a user (or any object) cannot be created within a procedure. Is that correct? I am new to PL/ SQL, not programming, but do apologize. I have a StdtTable (in SYS)...
6
by: maanasa | last post by:
hi, i've one question. I'm supposed to create oracle user on click of a button using oracle forms. I'm calling a procedure which i've written in sql+ which is supposed to create the user. The...
2
by: Carl Johansson | last post by:
I'm trying to learn how to create a user control. As far as I can understand, Visual Studio contains a template named "Windows Control Library" to this end. However, this template is missing when I...
1
by: mehtab | last post by:
How to grant privileges to a mysql user by using php. If any one have knowledge about the privileges then please help me! Thank Best regard
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.