HP Driver for JDBC User's Manual

40 Chapter4
Using the HP Driver for JDBC
HP-UX Userid and Password
HP-UX Userid and Password
For the JDBC Monitor on HP-UX, the userid and password in the client
URL connection string must correspond to a valid HP-UX user name
and password for the server host. However, the user accounts may be
configured to not allow shell logons, to prevent someone from using the
user name and password to actually log on to the server host.
For example, a user with a HP-UX user name of “user1” and password
pass1” would use the method call:
java.sql.DriverManager.getConnection(
“jdbc:allbase://host/user1/mydatabase”,
“user1”,
“pass1”);