cancel
Showing results for 
Search instead for 
Did you mean: 

BRGUI using putty

Former Member
0 Kudos

Does anyone have the brgui.profile settings for using BRGUI from a windows workstation to a unix box using putty instead of rsh

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Jeremy,

The solution to this can be found in note 935240.

Just in case for the non german readers a quick summary.

You need the full version of putty which contains <i>Plink</i>.

Make sure the directory to <i>Plink</i> is in your path.

You will also need to setup ssh so that you logon with a public/private keypair.

Then the setting in your brgui.properties needs to be

brgui.remote-<n>= <alias> (plink -ssh -i <keyfile> -C ora<sid>@<host>)

I hope this helps to get it working.

Best regards,

Alexander Webster