Providing User Credentials When Connecting
User names and their respective passwords are required when connecting to the TimesTen database.
Supply the user credentials in the connection string either by:
-
Providing them from within an Oracle Wallet. This method requires you to first save the credentials in an Oracle Wallet with the
ttUserutility. After creating the wallet, the particular wallet is identified byUIDandPWDWalletconnection attributes on the connection string. This is the preferred method as it is more secure. See Connect Using an Oracle Wallet with Credentials. -
Providing the user name and password on the connection string. Specify the user name in the
UIDconnection attribute and specify the user password in thePWDorPWDCryptconnection attributes. See Connect Using Connection Attributes for Credentials.