...| Home | Documentation...
Documentation > Toolkits >

+ Home ...
+ Download
> Documentation
+ DBPrism Content Management System
+ DBPrism - Apache Cocoon
+ Credits
+ Legal
 
+ Documentation
+ Frequently Asked Questions
+ Readme
+ Demos
+ Changes
+ Thigs To Do
> Toolkits
+ JavaWebServer
+ Tomcat
+ Installing DBPrism/Cocoon2 on OC4J
+ Installing DBPrism on Cocoon2/OC4J/Linux: Introduction
+ Apache/JServ on NT
+ Resin
+ Parameters
+ Internals
 
+ 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
Documentation
 
Installation of PLSQL toolkits
Oracle Web Server 3.x
  • log with SQL/Plus, for example as scott/tiger, and type SQL> set scan off
  • go to the admin directory under the $ORAWEB_HOME, and runs the script owains.sql typing: SQL> @owains.sql
  • go to the plsql directory under the $DBPRISM_HOME, and runs the script xtp.sql typing: SQL> @xtp.sql
  • DAD setting with Oracle 7x databases, sets dad.compat=7x and dad.toolkit=3x
  • DAD setting with Oracle 8x databases, sets dad.compat=8i and dad.toolkit=3x

Oracle Web DB
  • log with SQL/Plus, as user sys
  • create an user named owa_public with the command: SQL> create or replace user owa_public identified by owa_public
  • go to the owa40 directory under the Web DB home directory, and runs the script owaload.sql typing: SQL> @owaload.sql OWA_PUBLIC users temp owaload.log OWA_PUBLIC
  • connect with SQL/Plus as owa_public/owa_public@connect_string and go to the plsql directory under the $DBPRISM_HOME, and runs the script xtp_public.sql typing: @xtp_public.sql
  • DAD setting with Oracle 7x databases, sets dad.compat=7x and dad.toolkit=4x
  • DAD setting with Oracle 8x databases, sets dad.compat=8i and dad.toolkit=4x

Oracle Web Server 4.x
  • log with SQL/Plus, as user sys
  • create an user named owa_public with the command: SQL> create or replace user owa_public identified by owa_public; SQL> grant connect, resource to owa_public identified by owa_public; SQL> alter user owa_public default tablespace users; SQL> alter user owa_public temporary tablespace temp; SQL> grant execute on DBMS_SYS_SQL to owa_public; SQL> grant drop public synonym to owa_public; SQL> grant create public synonym to owa_public;
  • connect with SQL/Plus as owa_public/owa_public@connect_string and go to the cartx/plsql/admin directory under the OAS home directory, and runs the script ctowasyn.sql typing SQL> @ctowasyn.sql
  • connect with SQL/Plus as owa_public/owa_public@connect_string and go to the plsql directory under the $DBPRISM_HOME, and runs the script xtp_public.sql typing: SQL> @xtp_public.sql
  • DAD setting with Oracle 7x databases, sets dad.compat=7x and dad.toolkit=4x
  • DAD setting with Oracle 8x databases, sets dad.compat=8i and dad.toolkit=4x

Oracle Internet Application Server 1.0.x
  • log with SQL/Plus as user sys
  • go to the Apache/modplsql/owa directory under the $ORACLE_HOME, and runs the script owaload.sql typing: SQL> @owaload.sql change_on_install OWA_PUBLIC OWA_PUBLIC users temp connect_string owaload.log
  • connect with SQL/Plus as owa_public/owa_public@connect_string and go to the plsql directory under the $DBPRISM_HOME, and runs the script xtp_public.sql typing: SQL> @xtp_public.sql
  • DAD setting with Oracle 7x databases, sets dad.compat=7x and dad.toolkit=4x
  • DAD setting with Oracle 8x databases, sets dad.compat=8i and dad.toolkit=4x

Upload/Download support with IAS toolkit
  • log with SQL/Plus as sys/change_on_install@connect_string
  • go to the plsql directory under the $PRISM_HOME, and runs the script doctbl.sql, this script creates the tables used by upload/download functionality.

Java XML Toolkit for Oracle 8i/9i
  • go to "oi" directory under the $PRISM_HOME, and runs the script install-toolkit.sh or install-toolkit.bat, this script assumes sys as default schema, edits them if you need other schema. Jxtp toolkit requires XDK 9.0.x installed on sys schema and the script creates publics synonyms.

Java XML Toolkit for Oracle Lite
  • go to the "polite" directory under the $PRISM_HOME, and runs the script install-toolkit.bat, this script assumes system as default schema, edits them if you need other schema.



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