cancel
Showing results for 
Search instead for 
Did you mean: 

Brtools

Former Member
0 Kudos

Hi All,

We are installed ecc6.0 in windows environment.We are planned to take backup using brtools.But we are creatinag a backup batch file.How to create a batch file for the backup script from brtools.

regards

guna

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

- start brtools

- do all the settings you want to do

- just before you execute the step with "c" check the "command to be executed" in br*tools

- but that in your batch file

Markus

Former Member
0 Kudos

Hi Markus,

Thanks for your information.We find the command .

brbackup -t online -c -u username/password - this is commandline.

But we don't want give the username & password in the batch file.If suppose delete the -u username & password ,the error message gives 'ora-1017 invalid username & password'.

How can I give the command line for brbackup without username & password.

regards,

gunamoorthy

markus_doehr2
Active Contributor
0 Kudos

You need to execute that as <sid>adm. If that does not work most likely the OPS$-user is not correctly configure.

Try to connect with <sid>adm using

sqlplus /@<SID>

this should log you on without a password.

Markus

Answers (0)