Hi Folks,
This might be a strange requirement,
hdbsql -i 01 -u system
Password:
Welcome to the SAP HANA Database interactive terminal.
Type: \h for help with commands
\q to quit
If i run like this then password is invisible,
But if i run like this i dont get prompted for a password screen where i can enter
hdbsql -i 01 -u system -I temp.sql
* -10709: Connection failed (RTE: Kerberos error. Major: "unspecified ", minor: "No credentials cache found"
I dont want to use it like this : hdbsql -i 02 -u system -I temp.sql -p *******
Also i dont want to use the existing hdbsuserstore key.
Is there a way to achieve this?