Connect Using Connection Attributes for Credentials

You can set user names and passwords by providing them with individual connection attributes, which can be used for connecting to a database. However, please note that the preferred and most secure method is to provide credentials from within an Oracle Wallet.

In the connection string, specify the user name in the UID connection attribute. Specify the password in the PWD connection attribute.

% ttIsql "DSN=mydb;UID=sampleuser;PWD=samplepwd"