...| Home | CMS...
DBPrism Content Management System > Scripts Explained > Shell >
Shell > SQL >
+ Home ...
+ Download
+ Documentation
> DBPrism Content Management System
+ DBPrism - Apache Cocoon
+ Credits
+ Legal
 
+ CMS
+ Introduction to DBPrism / Cocoon and DBPrism CMS
+ Install Instruction
+ External Cache Invalidator Server
+ CMS-Tables
+ Upload Utility
+ Config File
+ CMS Addin for JDeveloper 9i DS
+ Dynamic Content
+ Source Code
+ Stylesheets
+ Scripts Explained
+ Security
 
+ links
+ Yahoo.groups
+ OTN
+ OSCOM.org
 
Moreover news
+ IBM speeds Java on mainframes (CNET Asia)
+ Middle-aged mainframe converts to Java (ZDNet UK)
+ IBM speeds Java on mainframes (ZDNet)
+ IBM speeds Java on mainframes (CNET)
+ All Buttons (JavaBoutique)
+ Drag-and-Drop Editor Out for Linux Devs (Internet News)
+ Using Program Parameters in Java (JavaBoutique)
+ Sun pledges to cooperate with Microsoft (AP via Seattle Post Intelligencer)
+ Sun pledges to cooperate with Microsoft (Boston Globe)
+ Bitter legal feud ends with payment, Sun cuts 3,300 more jobs (China Post)
+ Sun and Microsoft settle (Chicago Sun-Times)
+ Microsoft to pay $1.6 billion, settle with Sun Microsystems (Baltimore Sun)
+ Visualize Hoovers Data With Anacubis (ResearchBuzz via ResearchBuzz)
+ Sun and BEA advance Java app offerings (Computer Weekly)
+ Sun wants to lift its Java profile (ZDNet UK)
+ 'Smack the Pingu' on Your Mobile Phone! (PA News via The Scotsman Online)
+ Third Generation Mobile Phone Game from Nihon Enterprise (Japan Corp)
+ Comment: Free but shackled - the Java trap (Sydney Morning Herald)
+ Sun plots Java comeback (CNET Asia)
+ Veritas and BEA vow to love Java together (The Register)
+ Microsoft and Sun's settlement will yield web services benefits and support for Java (Computer Weekly)
+ Sun plots Java comeback (CNET)
+ Sun plots Java comeback (ZDNet)
+ Sun enables new wave of mobile Java services (Sunday Times South Africa)
+ Sun Releases Sun Java Studio 6 (Techfocus)
+ Sam Pitrodas Telecom Firm Sets Up India Centre (Financial Express)
+ Multi Player Mobile Gaming (BBC)
+ Combining SOAP and JavaMail (Java Pro)
+ Draw Applet (JavaBoutique)
+ IBM dedicates module to Java on mainframes (CNET)
 
+ OTN News
+ View Live Customer Webcast Demos of Enterprise Manager 10g Grid Control
+ Oracle Database 10g for Windows Now Available for Download
+ Download New Oracle 10g JDBC Drivers
+ JDeveloper 10g Reviewed in Internet.com's Java Boutique
+ Java Developer's Journal Readers Name Oracle Products "Best" in Two Categories
+ New OracleAS Portal Extension for Macromedia Dreamweaver
+ Learn from the Experts During Java Week
+ Download Oracle Database 10g
+ New OracleAS Web Cache How-To Documents
+ Learn About SQL 2003 Support in Oracle Database 10g
+ New: Quick Installation Guide for RAC on Oracle Database 10g SE (Windows)
+ Oracle Forms Diagnostic Techniques
+ Introduction to JavaServer Faces
+ Prepare for Oracle Database 10g
+ New Tutorial: Learn JSP 2.0
+ Learn Best Practices for Consolidating Oracle on Linux Deployments
+ What's New in PL/SQL in Oracle Database 10g?
+ New Oracle 10g JDBC Samples
+ New Tech Tip: Using HttpUnit in Oracle JDeveloper 10g
+ Oracle 10g Supports Microsoft Windows Media Streaming Services and Windows Media File Format (ASF)
+ New Books at Oracle 10g Book Center
+ Tech Tip: Using JSTL SQL in Oracle JDeveloper 10g Preview
+ New Technical Article Series: The Hitchhiker's Guide to PHP
+ New Enterprise Manager 10g Grid Control Hands-on Tutorial
+ OC4J 10g (10.0.3) Developer Preview 2 Now Available
+ Download the New Oracle JDeveloper Application Migration Assistant (AMA) Search Rules for WebLogic Migrations
+ Learn Oracle in 2 Days
+ Download the new Oracle XDK 10g Production Release
+ Explore New JDBC 10g How-To's
+ New Oracle 10g JDBC Sample: CachedRowSet
+ New RowSet Implementation Tutorial Series
+ Download 2003 ODTUG Conference Papers
+ New Tutorial: Understanding TLD Caching in JSPs
+ Deploy the New J2EE 1.4 Adventure Builder Reference Application to OC4J
+ Download New Servlet Advanced Sample Applications
+ New: Oracle XDK 10g Unicode Support and XSLT Extension Sample App
+ New Oracle Application Server ProcessConnect End-to-End Samples
DBPrism at SourceForge
Built with Cocoon2
CMS
 
DBPrism CMS Shell Scripts

This section includes detailed information about DBPrism CMS install scripts.

NoteDirectories are relative to the download point of DBPrism CMS.

Files located into the scripts/ directory
Name  Scripts SQL used  Enviroment Definitions  Comments 
install.[sh|bat]  create-schemas.sql
install-sec.sql
grants-sec.sql
create-syn.sql
install.sql
CallSpecs.sql  
CMS_REPOSITORY
SYS_PASSWORD
CMS_USER_SEC
CMS_USER_SEC_PWD
CMS_OWNER
CMS_OWNER_PWD
CACHEHOST
CACHEPORT  
shell script to install and upload DBPrism CMS database components. 
upload-dbprism-docs.[sh|bat]  file://$CMS_HOME/dbprism/xdocs/setupcms.xml   JAVA_HOME
CMS_HOME  
shell script to upload DBPrism CMS Web Site documents. 
upload-demo-site.[sh|bat]  file://$CMS_HOME/demo/xdocs/setupcms.xml   JAVA_HOME
CMS_HOME  
shell script to upload DBPrism CMS Demo Site documents. 
update.[sh|bat]  file://$CMS_HOME/demo/xdocs/updatecms.xml   JAVA_HOME
CMS_HOME  
shell script to upload aditional CMS documents. 
enable-cache-sync.[sh|bat]  webcache.sql   CMS_OWNER
CMS_OWNER_PWD
CMS_REPOSITORY
CACHEHOST
CACHEPORT  
shell script to install ESI invalidation database triggers. 
enable-context.[sh|bat]  enable-context.sql   CMS_OWNER
CMS_REPOSITORY
SYS_PASSWORD  
shell script to enable virtual private database context. 
disable-context.[sh|bat]  disable-context.sql   CMS_OWNER
CMS_REPOSITORY
SYS_PASSWORD  
shell script to disable virtual private database context. 
create-rep.[sh|bat]  create-rep.sql
grants-sec.sql
grants.sql
create-syn.sql
create-syn-pkg.sql
install.sql
create-context.sql
enable-context.sql  
CMS_REPOSITORY
CMS_USER_SEC
CMS_USER_SEC_PWD
CMS_OWNER
CMS_OWNER_PWD
SYS_PASSWORD  
shell script to create the CMS repository, it receives and username and password used to create a new database schema, this new schema will have the content assets of the CMS. 
Enviroment setting
Name  default value  Explanation 
CMS_REPOSITORY  cms  A valid database connect string defined into ORACLE_HOME/network/admin/tnsnames.ora file. 
SYS_PASSWORD  sys/change_on_install@$CMS_REPOSITORY as sysdba  A valid user name and password to connect to the CMS database instance with role DBA. 
CMS_USER_SEC
CMS_USER_SEC_PWD 
cms_user_sec
cms_user_sec 
Database username and password used to install Virtual Private Database schema. 
CMS_OWNER
CMS_OWNER_PWD 
cms_owner
cms_owner 
Database username and password used to install DBPrism CMS code and example tables. 
CACHEHOST
CACHEPORT 
cachehost
8888 
Hostname and port where Cocoon is running, It means where (host) and which (port) is using the Servlet container instance where DBPrism/Cocoon CMS will be deployed. 
JAVA_HOME
ORACLE_HOME 
/usr/local/jdk1.3
inherit from the caller envirment 
Traditional Oracle/Jave setting, Check it before run ant script
PRISM_HOME
CMS_HOME 
$HOME/prism
$HOME/cms 
Where DBPrism and DBPrism CMS where unziped, the scripts define it using Unix user's home directory ($HOME) setting. 


Shell > SQL >
Last Update: 2003-08-07 09:42:46.0| webmaster@dbprism.com.ar
Search | Use AltaVista (TM) query syntax<<
Quick Links<<
(C) 2003 - DBPrism ~ DBPrism CMS | Marcelo F. Ochoa | TANDIL ~ Argentina