Product specifications

11.3.32 URL Format
<Parameter Name="URL Format ">string</Parameter>
Specifies the URL Format.
The JDBC specification does not specify the format of the connection
string that it requires. Vendors use different kinds of URL format, for
example:
MySQL vendor:
jdbc:mysql://$DATASOURCE$/$DATABASE$
Oracle vendor:
jdbc:oracle:thin:@$DATASOURCE$:$DATABASE$
Note:
This parameter is supported by JDBC and JavaBean driver files only.
Description
The URL Format.Values
No default value.Default
11.3.33 XML Max Size
<Parameter Name="XML Max Size">65536</Parameter>
Specifies the maximum size of data retrieved in XML format.Description
The maximum allowed XML size (in bytes).Values
This varies depending on the database.Default
2012-03-15139
SBO parameter reference