cancel
Showing results for 
Search instead for 
Did you mean: 

database check error

Former Member
0 Kudos

Hi Experts,

I am getting the following error when I am starting database check through brconnect.

C:\Documents and Settings\devadm>brconnect -f check

BR0801I BRCONNECT 6.40 (42)

BR0805I Start of BRCONNECT processing: cdzgcybo.chk 2008-11-13 16.46.40

BR0484I BRCONNECT log file: D:\oracle\DEV\sapcheck\cdzgcybo.chk

BR0280I BRCONNECT time stamp: 2008-11-13 16.46.42

BR0301E SQL error -1017 at location db_connect-2

ORA-01017: invalid username/password; logon denied

BR0310E Connect to database instance DEV failed

BR0280I BRCONNECT time stamp: 2008-11-13 16.46.43

BR0301E SQL error -1017 at location db_connect-2

ORA-01017: invalid username/password; logon denied

BR0310E Connect to database instance DEV failed

BR0806I End of BRCONNECT processing: cdzgcybo.chk 2008-11-13 16.46.42

BR0280I BRCONNECT time stamp: 2008-11-13 16.46.43

BR0804I BRCONNECT terminated with errors

Pl. suggets.

Thanks

Neeraj

Accepted Solutions (1)

Accepted Solutions (1)

fidel_vales
Employee
Employee
0 Kudos

Your command is not correct.

If you want to start it form the command line you must specify the user, otherwise it will use SYSTEM nd the default password, and probably you changed it.

Use:

> brconnect -u / -c -f check

Former Member
0 Kudos

Hi,

Thanks for your reply but still the error message is same . How I can change the password of SYSTEM user .

Thanks in advance.

Neeraj

fidel_vales
Employee
Employee
0 Kudos

Please, show again the

- command you used and the output on the screen.

what is the user that is executing the command?

You should not use the default password for the user system

You can change its password on the same way you change the password for any other Oracle user (check the documentation)

former_member204746
Active Contributor
0 Kudos

to change password:

brconnect -c -l E -f chpass -o SYSTEM -password WhateverYouWant

Answers (2)

Answers (2)

Former Member
0 Kudos

hi neeraj,

use this command :

brconnect -u / -c -f check

to check your database.

ardhian

http://sapbasis.wordpress.com

http://ardhian.kioslinux.com

Former Member
0 Kudos

follow Note 400241 - Problems with ops$ or sapr3 connect to Oracle

cheers,

-Sunil