|
|
Using the Cloudscape Database with WebLogic Server
Setting Up Cloudscape for Use with WebLogic ServerIn order to use Cloudscape with WebLogic Server, you must:
NOTE: The evaluation version of Cloudscape that ships with WebLogic Server is limited to one process accessing the database at a time.
Creating the Example "demo" DatabaseMany of the examples use the "demo" database that comes pre-built in the cloudscape.system.home directory (the samples/eval/cloudscape/data directory in your WebLogic Server distribution). The DDL used to create this database is located at samples/examples/utils/ddl/demo.ddl. You can use the Schema utility to recreate the database as shown in the command below: $ java utils.Schema jdbc:cloudscape:demo;create=true
COM.cloudscape.core.JDBCDriver
-verbose demo.ddl
For more information on using the Schema utility, see
Using the WebLogic Utilities.
Starting CloudviewCloudview is Cloudscape's graphical user interface that you use to create, view, and manage Cloudscape databases.To start Cloudview from a command shell:
Other ResourcesThe following links provide more information about Cloudscape:
|
|
|
|
Copyright © 2001 BEA Systems, Inc. All rights reserved.
|