how to create an user in oracle 10g.please give me an example..
Answer Posted / su
CREATE USER <user_name>
IDENTIFIED BY <password>
DEFAULT TABLESPACE <tablespace_name>;
example
CREATE USER su
IDENTIFIED BY su
DEFAULT TABLESPACE users;
if we don't specify the default tablespace name, all the
objects created by the said user will be in the SYSTEM
tablespace which is used by oracle for all its
functionality. Once SYSTEM tablespace gets filled up our
oracle database will stop working
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
difference of using cursor for loop and open,fetch,close.which one is better
Could you please let me know the interfaces in OM / FA??
A scenario for amount correction & how to use amount correction functionality in AP invoices
What is the importance of batch source set up in ar? : oracle accounts receivable
What do you mean by Oracle MEDIA RECOVERY?
if i write the procedure.. and other person make the changes in that code then where i find who is changing my procedure
What is the difference between conversions and interfaces? : oracle accounts receivable
3. Steps in UAT?
Which is the best institute in Hyderabad to learn OBIEE and DataStage?Please tell me faculty name also
Why more redos are generated when the oracle database is in begin backup mode?
CAN AUNIVERSE BE LINKED TO MORE THAN ONE DATASOURCE?
Explain prerequisites and post activities of oracle database installation
Hey i want to join oracle apps so will you pls tell me that which institute is best in hyderabad.
what is difference between inner join & nested query or subqueries
IS IT POSSIBLE TO CREATE REPORTS FROM DIFFERENT UNIVERSES IN ONE DOCUMENT?