![]() |
Cloudscape Access Using RmiJdbc
|
|
The RJPing UtilityRJPing is an RmiJdbc utility class that allows various operations against a running RmiJdbc server. RJPing lets you:
You can run RJPing from a shell prompt, or you can modify and run the RJPing.bat and RJPing.ksh scripts provided in the frameworks\RmiJdbc\bin subdirectory under $CLOUDSCAPE_INSTALL. The command-line syntax for RJPing is: java RJPing [//hostname:port#/]dbURL [connect, driverInfo, shutdown, rmiJdbcVersion] If neither connect, driverInfo, shutdown nor rmiJdbcVersion is specified, RJPing returns a list of all current JDBC drivers in the server. For help with RJPing syntax, type: java RjPing -? java RjPing help RJPing returns 0 if it succeeds, -1 otherwise. Examples using the RJPing utility are: java RJPing java RJPing //anotherHost:1099/ java RJPing //localhost:1099/ jdbc:cloudscape: driverInfo java RJPing jdbc:cloudscape:myDB connect java RJPing //localhost:1099/jdbc:cloudscape:myDB connect java RJPing jdbc:rmi://localhost:1099/jdbc:cloudscape:myDB connect java RJPing //anotherHost:1099/ shutdown java RJPing jdbc:rmi: shutdown java RJPing //localhost:1099/ jdbc:cloudscape:myDB rmiJdbcVersion java RJPing jdbc:cloudscape: rmiJdbcVersion |
|
![]() Cloudscape Version 3.6 For information about Cloudscape technical support, go to: www.cloudscape.com/support/.Copyright © 1998, 1999, 2000 Informix Software, Inc. All rights reserved. |