No there is no default user/password in Teradata. You need to get one from your DBA
There are two ways to logon;
1. Interactive mode where you can login using command prompt using .LOGON tdpid/userid and enter the password when asked.
2. Batch mode where you enter the details in a file and execute the file to logon - .LOGON tdpid/userid, password.
↧