[tcljava-user] Scripted Cloudscape - examples.
Brought to you by:
mdejong
From: Patrick F. <pfi...@oz...> - 2005-12-11 05:17:51
|
Scripted Cloudscape. The following scripts use Tclblend to leverage the power of the Cloudscape Java API in a dynamic language environment. They are particularly suitable for "Cloudscape DBAs" and WebSphere Admins who may have to manage Cloudscape databases running in network server mode. Requires Tclblend. Tclblend: http://tcljava.sourceforge.net/docs/website/index.html. Tclblend Windows Build Instructions: http://wiki.tcl.tk/9993 Start and monitor Cloudscape network server. http://aspn.activestate.com/ASPN/Cookbook/Tcl/Recipe/461728 Stop a Cloudscape Network Server. http://aspn.activestate.com/ASPN/Cookbook/Tcl/Recipe/461729 Backup a Cloudscape Database in a network server multiuser environment. http://aspn.activestate.com/ASPN/Cookbook/Tcl/Recipe/461730 Create a cloudscape database. http://aspn.activestate.com/ASPN/Cookbook/Tcl/Recipe/461731 Run DDL against a Cloudscape database using batchupdate SQL. http://aspn.activestate.com/ASPN/Cookbook/Tcl/Recipe/461732 Get network server runtime info. http://aspn.activestate.com/ASPN/Cookbook/Tcl/Recipe/461733 List tables and schemas in a database. http://aspn.activestate.com/ASPN/Cookbook/Tcl/Recipe/461734 Lock a cloudscape database for read only. http://aspn.activestate.com/ASPN/Cookbook/Tcl/Recipe/461735 Unlock a cloudscape database that has been locked for readonly access. http://aspn.activestate.com/ASPN/Cookbook/Tcl/Recipe/461736 Regards. PATRICK FINNEGAN. |