DB control in Oracle10g [message #216576] |
Mon, 29 January 2007 08:43 |
muralikumarg
Messages: 33 Registered: August 2005 Location: Chennai
|
Member |
|
|
Hi,
I have installed oracle 10g in my machine. I started the EM database control and displayed the database screen of it. When i pressed startup button for the instance, it prompted for OS username & password. In my machine I didnt give any password for the osuser. In this case how to startup the instance from the database control in 10g.
Thanks in advance.
Regards
Murali
|
|
|
Re: DB control in Oracle10g [message #216598 is a reply to message #216576] |
Mon, 29 January 2007 11:21 |
aciolac
Messages: 242 Registered: February 2006
|
Senior Member |
|
|
I have not big experience in 10G, but if to think - for starting database there are not necessary OS username/password - enough to be connected to database with the ORACLE username/password( AS SYSDBA). Verify yet once all - try to connect as sysdba to database, and try to start database.
|
|
|
|
|
Re: DB control in Oracle10g [message #219161 is a reply to message #216686] |
Tue, 13 February 2007 07:41 |
muralikumarg
Messages: 33 Registered: August 2005 Location: Chennai
|
Member |
|
|
Hi,
I am using windows xp home edition. I am unable to find local security under administrative tools. Please let me know how to find it in windows XP OS.
Regards
Murali
|
|
|
|
|
Re: DB control in Oracle10g [message #226323 is a reply to message #226317] |
Fri, 23 March 2007 04:43 |
|
ebrian
Messages: 2794 Registered: April 2006
|
Senior Member |
|
|
b_kareem@sify.com wrote on Fri, 23 March 2007 05:35 | Logon to your window as administartor
open your dos prompt
set oracle_sid=dbname
sqlplus /nolog
connect / as sysdba
--it show connect to ideal instance
startup nomount
alter database mount
alter database open
|
The OP was asking for how to start the database from Database Control. How is this going to help him/her ?
|
|
|