cancel
Showing results for 
Search instead for 
Did you mean: 

brconnect problem

Former Member
0 Kudos

I´m doing the post-installation steps and when I execute

brconnect -u / -c -f stats -t system_stats;

I get this error:

BR0825E Table/Index 'SYSTEM_STATS;' not found in database

BR0182E Checking parameter/option 'stats_table/-t' failed

If execute this

brconnect -u / -c -f stats -t oradict_stats;

BR0825E Table/Index 'ORADICT_STATS;' not found in database

BR0182E Checking parameter/option 'stats_table/-t' failed

What can i do?

More thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Try without semicolon ;

Former Member
0 Kudos

More thanks!!

JPReyes
Active Contributor
0 Kudos

Well spotted Jo... Is easy to get confused with SQL commands

Former Member
0 Kudos

Juan,

yes, it's quite confusing sometimes.

What's even more in this case: The semicolon wouldn't matter in Unix. So I gather Ruben must be on Windows.

regards

Answers (0)