473,386 Members | 1,803 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,386 software developers and data experts.

Creating user in Oracle

Hello,
Plz Help me.
I want to create user in Oracle. I have logged in using scott/tiger. But when I give the command
Create user u1 identified by u1;
this gives me an error Ora-01031 Insufficient Previliges
I want to know the superuser of Scott/tiger. I am working in Oracle 9i Enterprise Edition
Sep 26 '07 #1
3 2520
debasisdas
8,127 Expert 4TB
Hello,
Plz Help me.
I want to create user in Oracle. I have logged in using scott/tiger. But when I give the command
Create user u1 identified by u1;
this gives me an error Ora-01031 Insufficient Previliges
I want to know the superuser of Scott/tiger. I am working in Oracle 9i Enterprise Edition
This is because the user SCOTT does not have CREATE USER prviliges.

Only an user having the above said privilifges can create another user.
Ask your DBA to create the user for you
or
ask him to grant you the previliges.
Sep 26 '07 #2
priyamtheone
88 64KB
Hello,
Plz Help me.
I want to create user in Oracle. I have logged in using scott/tiger. But when I give the command
Create user u1 identified by u1;
this gives me an error Ora-01031 Insufficient Previliges
I want to know the superuser of Scott/tiger. I am working in Oracle 9i Enterprise Edition
The schema SCOTT doesn't hav the priviledge by default. Logout from scott, Log in using SYSTEM/manager and create the new user u desire. Or u can grant priviledges to scott schema from SYSTEM to create new users in there.
Sep 27 '07 #3
Hello,
Plz Help me.
I want to create user in Oracle. I have logged in using scott/tiger. But when I give the command
Create user u1 identified by u1;
this gives me an error Ora-01031 Insufficient Previliges
I want to know the superuser of Scott/tiger. I am working in Oracle 9i Enterprise Edition

------------------------------------------------------------------------------

Hi,
Rakesh Yadav here, To CREATE new USER you should have DBA rights. For that you have to login as sys/oracle as sysdba. Then try your command.

Best Regards

Rakesh Yadav
9820470547
Sep 29 '07 #4

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

Similar topics

1
by: DC_DBA | last post by:
I want to 'grant sysdba to a user' for an application. (At least that is what I believe so far after having had this problem dumped on me 2 days ago.) The support we get from the application vendor...
6
by: Dim St Thomas | last post by:
I am a developer working on a database client program. I am testing this program on a Windows XP machine (1.5 GHz AMD chip, 480 Mb RAM, 60 Gb disk) This machine has Oracle 9.2.0.1.0 and RedBrick...
4
by: cmc | last post by:
Hi, I 'm new to DB2 (from Oracle background) and have some fundamental question. In Oracle, you create user account "within the database" to let user to logon to the database. There is no tie...
6
by: mathilda | last post by:
Help! I've been tasked to create a DSN in code and then delete it on close. For security we do not want to leave it in place outside of the application we are implementing.
12
by: Lucky | last post by:
Hi guys! i want to create one cursor in the t-sql. the problem is i want to use stored procedure instead of select command in cursor. can anyone tell me how can i use stored procedure's o/p to...
1
by: kalps | last post by:
Hi all, I have logged on into system/manager and created a user and granted some privileges to that user...now i want to connect with that user...i tried the following command connect...
1
idsanjeev
by: idsanjeev | last post by:
<%@ Language =vbscript%> <% Option Explicit %> <html> <head><TITLE>VOICE OF BARAUNIANS</TITLE></head> <body> <!--#include file="front.inc"--> <div style="Position:Absolute; width:700; TOP:0;...
0
by: | last post by:
Hi All, I have a client connection problem with Oracle. The exe which i did with C# (vs.net 2005) and Oracle XE , works well on my developer machine but i am getting a connection string error on...
3
by: John | last post by:
Hi. I have a number of batch jobs that are ran nightly on our Windows 2000 based Oracle 8.1.7 (soon to be 9i) server. I have these designed just right, so the Windows Scheduled Tasks runs them...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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...
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
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...

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.