cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle DB connection.

Former Member
0 Kudos

Hi,

I cannot connect to Oracle DB by browser.

I tried with SYS, SYSMAN and so on but system replies with error "wrong password".

I'm sure I used the correct password, the listener is down is there another way to perform a logon to DB ?

Regards

Accepted Solutions (1)

Accepted Solutions (1)

stefan_koehler
Active Contributor
0 Kudos

Hello,

> I'm sure I used the correct password, the listener is down is there another way to perform a logon to DB ?

If you mean the oracle database control and the listener seems to be down (but in real it is up) - the repository has a wrong configuration The other tools are SQLPLUS or BRTools.

Regards

Stefan

Former Member
0 Kudos

Hi,

so how I can I connect to DB ?

Regards

stefan_koehler
Active Contributor
0 Kudos

Hello,

logon to your server (windows or unix) with the database user and execute the following command in the shell


shell> sqlplus / as sysdba

or call the BR*Tools in the command line


shell> brtools

Regards

Stefan

Former Member
0 Kudos

Hi,

I connected by DOS shell as sysman because sysdba and sysoper won't work (password not correct, really strange) and now what I have to do to start the listener by DOS shell ?

Regards

former_member204746
Active Contributor
0 Kudos

to start listener:

lsnrctl start

former_member603052
Contributor
0 Kudos

Hi,

To start the listener you doesnt require to connect to the Database

Run this command from command prompt lsnrctl start

Regards,

Kalyan

Former Member
0 Kudos

You should start here:

http://www.oracle.com/pls/db102/homepage

Oracle provides great documentation.. use and abuse it.

Answers (0)