how to create an user in oracle 10g.please give me an example..
Answer / 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 |
what are the advantages of Oracle over other databases..? please give me reply...
What Are Cross Validation & Adi?
IS IT POSSIBLE TO CREATE REPORTS FROM DIFFERENT UNIVERSES IN ONE DOCUMENT?
Name two files used for network connection to a database.
Name three advisory statistics you can collect.
Which is the best institute in Hyderabad to learn OBIEE and DataStage?Please tell me faculty name also
Give two examples of referential integrity constraints.
how to replace not in with not exist?
Describe what redo logs are.
When a user process fails, what background process cleans up after it?
Explain how to account for bank charges deducted from amount received against an invoice. : oracle accounts receivable
Differentiate between transaction type and transaction source? : oracle accounts receivable