when i entered sql prompt using scott/tiger@oracle and trying to connect to system/manager i am getting account locked message.
ORA-28000: the account is locked oracle
how to resolve that.. can u help me..... |
| : -> 14-MAR-2008 11:51:57 | Unlock the account | DbMotive | Reply |
You have to unlock the account.
You can do that with following command: alter user system account unlock
Since Oracle 9, some default accounts are locked by default. You have to connect with an account with the correct privileges (eg / AS SYSDBA)
|
| how i create a database in oracle 10g |
| : -> 18-MAR-2008 03:38:21 | Read the Oracle documentation | DbMotive | Reply |
Read the Oracle documentation on tahiti.oracle.com.
There you can read all the necessary steps to create a new Oracle database, wether it is via the command line or via the database creation assistant.
|
i forget my password to connect to my database.
can you tell me for the solution? |
| : -> 14-APR-2008 16:36:40 | Change it | DbMotive | Reply |
You have to connect using "/ as sysdba" or any other dba account to the database and reset the password for the account you are trying to connect with.
|
I just install oracle9i,when i tried to login it is showing ora-12560 error.
Can you please suggest me the default username and password for oracle9i.
Thanks in advance.
|
| : -> 04-JUN-2008 17:08:16 | Database | DbMotive | Reply |
Did you also specify the option to create a database?
What is the database name?
Is the service running?
|