...| Home | Documentation...
Documentation > Parameters > DAD >
Global > DAD > ConnectionCache >
+ 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
 
DAD setting

NoteIn all parameters dad stand for one of the DAD defined in the parameter global.alias

Common
Name  Values  Default Value  Explanation 
dad.dbusername/dad.dbpassword  Any valid string for username and password  empty string  Database username and password, left in blank if you choose dynamic login. Do not use dynamic login with global, per_package or custom authentication, see below for details.  
Name  Values  Default Value  Explanation 
dad.connectString  Any valid JDBC url string  jdbc:oracle:thin:@localhost:1521:ORCL  Database connect string, in jdbc syntax.  
Name  Values  Default Value  Explanation 
dad.errorLevel  0,1,2  How DB Prism returns the errors:
0 - returns 404 error code - Not Found, may be redirect by the Web Server to another page.
1 - no error reporting redirects to errorPage url parameter, see below.
2 - maximum error reporting package+proc+(args,values).  
Name  Values  Default Value  Explanation 
dad.errorPage  A valid URL  http://localhost/error.html  url to redirect if error level is 1.  
Name  Values  Default Value  Explanation 
dad.dynamicLoginRealm  Any valid String  DAD name  String that the browser shows to the users when ask for username and password.  
Name  Values  Default Value  Explanation 
dad.compat  A compatibility mode  7x  A valid compatibility mode defined in the parameter global.compatlist.  
Name  Values  Default Value  Explanation 
dad.producerarg  pass/ignore  pass  Ignore or not the argument producer. Useful with Cocoon framework
pass - normally operation OWS (Default)
ignore - With Cocoon, it normaly needs extra args in Servlet engine to redirect to different producers see cocoon.properties file for details of producer argument.  
Name  Values  Default Value  Explanation 
dad.dbcharset  A valid java string for charset  iso-8859-1  Database charset, used for converting result from the database side in the servlet engine.  
Name  Values  Default Value  Explanation 
dad.clientcharset  A valid java string for charset  iso-8859-1  Charset used by Servlet engine to enable non-ascii input JServ or JSDK needs this - they don't detect parameters charset.  
Name  Values  Default Value  Explanation 
dad.StateLess  true/false  false  If false, DB Prism calls dbms_session.reset_package procedure before a client procedure to guarantee reset all packages variables and global states (OWS 3.0) In Oracle Lite support you has to write StateFull code in com.prism.polite.DBMS_Session class If true, DB Prism don't calls to Reset Session, and then, global variables of packages, for example, persists across differents http calls, this no guarantee same connection objects to the same client for this purpose use Transactions and leave this parameter with the default value.  
Name  Values  Default Value  Explanation 
dad.documentTable  [schema.]table_name  owa_public.wpg_document  This table is used by the upload/download functionality to store the content.  
Name  Values  Default Value  Explanation 
dad.docAccessPath  A valid string in the url path  docs  This path is used by the DB Prism gateway interface to check if the document will be downloaded by the Document Access Procedure.
For example an url like this http://server:port/servlets/plsql/docs/xx/yy/file.ext identified docs as document access path, the instead of calls file.ext as stored procedure, calls to the document access procedure which decode the url and return the correct content to the client.  
Name  Values  Default Value  Explanation 
dad.docAccessProcedure  A valid stored procedure [[schema.]package.]procedure  owa_public.wpg_testdoc.process_download  This procedure is called by the DB Prism gateway in order to set up the file to be download This procedure is called without argument, they must be decode the url information and return the document to be download by using the toolkit procedures.  
Name  Values  Default Value  Explanation 
dad.defaultPage  A valid stored procedure [[schema.]package.]procedure  wwwIndex.html  Defines which procedure is called if a subdirectory is found.  
Name  Values  Default Value  Explanation 
dad.alwaysCallDefaultPage  true/false  false  Ignore package procedure in the url call, calls always to the defaultPage.  
Name  Values  Default Value  Explanation 
dad.customAuthentication  none/global/perPackage/custom  none  This parameters replaces the old style custom authentication seted by OWA_CUSTOM or OWA initialize procedures  

Oracle PLSQL Support
Name  Values  Default Value  Explanation 
dad.toolkit  3x/4x  3x  Htp toolkit used, 3x => WAS 3.x, 4x => OAS 4.x, Web DB or IAS 1.0 See Toolkits section for detail.  
Name  Values  Default Value  Explanation 
dad.exclusion_list  space delimited list of procedures or packages  sys. owa dbms_ htp.  Prevent that malicious user may directly access oracle database server information or write cross-site script attack. Look at this security alert for more information. Unlike mod_plsql it do not requires wildcars (*) and is space delimited. The default values prevent to any user execute packages owned by sys., owa toolkit, dbms_ and htp. packages.  

Oracle 7.x version (PLSQL support only)
Name  Values  Default Value  Explanation 
dad.type_owner  a valid database user (schema)  owa_public  type_owner is the user which has installed the toolkit  
Name  Values  Default Value  Explanation 
dad.type_name  a valid package name  owa_util  type_name is the package which defines the PLSQL table type used for passing multi-valuaded parameters  
Name  Values  Default Value  Explanation 
dad.type_subname  a valid PLSQL type name  ident_arr  type_subname is the PLSQL table type defined to pass multivalued infomation  

Oracle Java Support
Name  Values  Default Value  Explanation 
dad.case  lower/upper/case  lower  Case sensity, with Java Stored procedure support in Oracle Lite Databases this parameter control if the package.procedure is converted to upper, lower or as is  

Oracle 9.2.0+ PLSQL or Java
Name  Values  Default Value  Explanation 
dad.debugHost/dad.debugPort  hostname,port  no default value  Enable remote debugging support for PLSQL or Java Stored procedures using JPDA functionality of JDeveloper 9.0.3+. If debugHost is empty disable debugging functionality. Users who want to use this functionality requires DEBUG CONNECT SESSION and DEBUG ANY PROCEDURE database grants. debugHost/debugPort must be the same as the options of Project->Project Settings...->Debugger-Remote->Listen for JPDA  



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