S
Sai Tharun Kollampally
Guest
The genpassword works perfectly. It is giving you an error because you are trying to give the encrypted password but the system accepts it as the plain text. So if you use genpassword for temp then while accessing the user using username and password you need to give the actual password but not the encrypted one. Syntax: pro -db -U -P try this: $>pro -db -U temp -P "oech1::temp" or $>pro -db -U temp -P temp
Continue reading...
Continue reading...