cancel
Showing results for 
Search instead for 
Did you mean: 

isqlplus

Former Member
0 Kudos

Hi guruji

i am using oracle 10.2 and when i tried to connect as sysdba to this link "http://administrator:5560/isqlplus/dba"

a pop up window comes an asked me to enter user name and password,

tha window is labled as "Connect to administrator"

isql* plus DBA

can sombody tell me how can i go through this security layer

Thanks & Regard

nainesh suthar

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

Hi Nainesh,

You can connect the oracle database using the command prompt.

Just login to your system as <SID>ADM (Windows) OR ORA<SID> (UNIX> & follow the below steps.

sqlplus /nolog
connect / as sysdba

Thanks,

Shambo

former_member204746
Active Contributor
0 Kudos

do not check "Connect to administrator" and use a superuser such as SYSTEM.

lbreddemann
Active Contributor
0 Kudos

> a pop up window comes an asked me to enter user name and password,

> tha window is labled as "Connect to administrator"

> isql* plus DBA

>

> can sombody tell me how can i go through this security layer

Well, how about entering the username and password of a user that has got the SYSDBA role/privilege?

You surely don't expect anybody to help you to break into that database without the right permissions, do you?

regards,

Lars