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 |
1. What is PO rate variance gain and loss?
What Are Cross Validation & Adi?
Can anybody tell which is the best training institute for learning Oracle in chennai...? And i also i want placement assurance
Differentiate between unidentified receipt, unapplied receipts and on account receipts? : oracle accounts receivable
Give the stages of instance startup to a usable state where normal users may access it.
My requirement is like in database some defects are present and i need to clean them.To be brief for example every employee should have active assigments.So for those records which are not having status as active or null ,i need to update the roecords using API with the correct value. Client will provide a flat file for the records whch are defected.So i need to run the API for those records (flat file)and update the data in database. So my question is how to handle this requirement.Is there any existing API for this purpose?If yes then please send me the NAME. How to update the records in the database using flatfile. Any pointer will be appreciated.Thanks in advance.
which gives Oracle R12 Financial training in delhi please give me answer its urgent?
i am working with OC 4.5 i have numbers in table in 10 row with some null values please tell me how to find total? Thanks
what is sql*loader parameters and where we will use it.
what is diff between pre insert,on insert,post insert triggers?
Olap tools
HOW SHALL WE DIFFERENTIATE BETWEEN PRIMARY KEY AND FORIEGN KEY?