HPlogo HP Driver for JDBC User's Manual: HP 3000 MPE/iX Computer Systems > Chapter 4 Using the HP Driver for JDBC

HP-UX Userid and Password

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

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");
Feedback to webmaster