Set the JPublisher omit_schema_names
option in the
JPublisher wizard by checking the Omit Schema Names
box.
The value of the omit_schema_names
option determines
whether certain object type and PL/SQL wrapper names generated by
JPublisher include the schema name. If an object type or wrapper name
generated by JPublisher does not include the schema name, the type or
wrapper is looked up in the schema associated with the current
connection when the code generated by JPublisher is executed. This makes
it possible for you to use classes generated by JPublisher with a
connection other than the one used when JPublisher was invoked. However,
the type or package must be declared identically in the two schemas.
If selected, an object type or wrapper name generated by JPublisher is qualified with a schema name only if either:
INPUT
file.
That is, an object type or wrapper from another schema requires a schema
name to identify it, and the use of a schema name with the type or
package in the properties file or INPUT
file overrides the
omit_schema_names
option.
If not selected, every object type or wrapper name generated by JPublisher is qualified with a schema name. This is default behavior.
Copyright © 1997, 2004, Oracle. All rights reserved.