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 is autocashrule set? : oracle accounts receivable
Which is the best institute in Hyderabad to learn OBIEE and DataStage?Please tell me faculty name also
How to move the data from one flatfile to multiple staging tables?give me some examples? for example in po interface one flat file is there and multiple staging tables are there how can move it?please give me answer for this question?
What is the difference between the SQL*Loader and IMPORT utilities?
What is the mandatory setup in cyclecount ?
what ASIS BUSINESS PROCESS IN ORACLE FINANCE
Name a tablespace automatically created when you create a database.
What command would you use to encrypt a PL/SQL application?
Can we get the deleted Record again if the delete transaction has been committed.
IS IT POSSIBLE TO CREATE REPORTS FROM DIFFERENT UNIVERSES IN ONE DOCUMENT?
How would you go about increasing the buffer cache hit ratio?
What is database schema?