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 |
deference between & and &&
i have marks in table,how to find total?
What are the standard concurent programs for auto invoice interface and customer interfaces? : oracle accounts receivable
Explain the difference between ARCHIVELOG mode and NOARCHIVELOG mode and the benefits and disadvantages to each.
what are basic modules required to implement oracle application in any oraganisation?
How to update the simple views?give me example?if the table having 100 records and created a view on this table. if i can update the table then how to update the views
Differentiate between transaction type and transaction source? : oracle accounts receivable
What is the Symbol use for Inner Join
key flexfield structure
what is difference between inner join & nested query or subqueries
Give the two types of tables involved in producing a star schema and the type of data they hold.
How do you resize a data file?