Oracle® Fusion Middleware User's Guide for Oracle Business Rules 11g Release 1 (11.1.1) Part Number E10228-01 |
|
|
View PDF |
This appendix lists known naming constraints for Rules Designer files and names, and certain Rules SDK limitations.
This appendix includes the following sections:
This section covers Rules Designer naming conventions.
Rules Designer enforces a limitation for ruleset names; a ruleset name must start with a letter and contain only letters, numbers, or the following characters: ".
", "-
", "_
",""
, ":
", "/
", and single spaces. Letters include the characters (a
to z
and A
to Z
) and numbers (0
to 9
).
Rules Designer dictionary names can contain only the following characters, upper and lowercase letters (a
to z
and A
to Z
), numbers (0
to 9
), and the underscore (_
). Special characters are not valid in a dictionary name.
Rules Designer dictionary names are case preserving but case-insensitive. For example, the dictionary names Dictionary
and DICT
are both valid. If you create a dictionary named Test
, then you can create another dictionary named TEST
only if you first delete the dictionary named Test
.
Rules Designer alias names must begin with a letter and contain only letters, numbers, ".
", "-
", "_
",""
, ":
", "/
", and single spaces.