How Do I: Administer the Default Pointbase Database?
You can administer the default database installed with WebLogic Server (PointBase) using the PointBase administrative console, or any third party database visualization and management tool that can connect via JDBC.
To Launch PointBase Console from the Windows Start Menu
Ensure that WebLogic Server is running.
For more information, see How Do I: Start or Stop WebLogic Server?
From the Start menu, choose BEA WebLogic Platform 7.0 | WebLogic Workshop | WebLogic Workshop Examples | PointBase Console.
When the console starts, you will be prompted to enter connection parameters to properly connect to the database. This connection information is also what you will need if you use a third-party product to access the PointBase database.
Driver: com.pointbase.jdbc.jdbcUniversalDriver
URL: jdbc:pointbase:server://localhost:9093/cajun
User: cajun
Password: abc
To Launch PointBase Console from the Command Line
Run the following command:
java -cp WL_HOME\samples\server\eval\pointbase\lib\pbclient42ECF172.jar;WL_HOME\samples\server\eval\pointbase\lib\pbtools42ECF172.jar com.pointbase.tools.toolsConsole com.pointbase.jdbc.jdbcUniversalDriver
as all one line and with WL_HOME replaced with the root directory of the WebLogic Platform installation (e.g. c:\bea\weblogic700).