How to create a new user account in oracle?
Answer / Nitin Jeet Kumar
To create a new user account in Oracle, you can use the `CREATE USER` command. Here's an example:
```sql
CREATE USER new_user IDENTIFIED BY your_password;
```
Replace `new_user` with the desired username and `your_password` with the desired password.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the basic element of Base configuration of an oracle Database ?
hi friends, I have a table A col as status|NUM and value as open |1 open |2 close |3 close |3 the O/P should be open|close 1 |3 2 |4
In the oracle version 9.3.0.5.0, what does each number shows?
How can you Enforce Referential Integrity in snapshots ?
Can we protect our pl/sql source code?
Whether Oracle satisfy more codd rules or db2 satisfy more codd rules? How meny of each can satisfy ? Please answer me. Advance thanks
what diffrence between function and procedure?
what are the mandortary parameters required for cuncurrent program definition in oracle apps R12?
What is execute immediate in oracle?
How to invoke the original export import utilities?
What is a data lock in oracle?
Difference between pre-select and pre-query