srinivas
28th November 2002, 07:29
I am on BaanIVc4,oracle8.0.5,NT

I am trying to use ora8_maint to make an entry for the new user in $BSE/lib/ora/ora_users file.

I made a user john with password john123.

I tried at the Command prompt

../bin>ora8_maint -a john -m john -pjohn123 -G baandb -F -c system -i manager

I also tried

../bin>ora8_maint -a john -m john -pjohn123 -G baandb -F -c baandb -i baandb

But I don't see any entry in ora_users file for john.

I can use the session ttdba0110m000 to Link BaaN users to Database users but I wanted to try ora8_maint? Or do I need to use this session only to make the link?

How this command should be used in NT?

Djie-En
28th November 2002, 12:12
Hi,

Shouldn't you use or8_maint6.1
The usage of ora8_maint6.1 is:

Add an user.
[ -n ] -a Baan user -m Oracle user -p User password -G group { -P Group Password
| -F -c OracleDBA -i OracleDBApassword }

GN