Calling a Page Using an Application and Page Alias

Previous
Previous
Next
Next

Application and page aliases must consist of valid Oracle identifiers, cannot contain any whitespace, and are not case-sensitive. The following example calls a page using an application and a page alias from within an application. It runs the page home of the application myapp and uses the current session ID.

f?p=myapp:home:&SESSION.

Application aliases must be unique within a database user account (or workspace). If an application in a different database user account has the same application alias, use the &c argument to specify the database user account (or workspace) name. For example:

f?p=common_alias:home:&session.&c=WORKSPACE_A