Friday, September 26, 2008

OracleAS Portal default database Schemas

  1. PORTAL schema - Contains the Oracle AS portal database objects & code. To execute Web requested procedures, Portal Services connect to the schema to which the lightweight user accounts are assigned (by default, PORTAL_PUBLIC). Access to the database of the portal user is proxied through the single schema user.
  2. PORTAL_PUBLIC schema- It is the schema that all lightweight users are mapped to by default. All procedures publicly accessible through the Web are granted execute to PUBLIC, which makes them accessible through this schema
  3. PORTAL_DEMO schema- Is created to hold some demonstration code. The installation of this schema is optional.
  4. PORTAL_APP schema - Is used for external JSP application authentication

No comments:

Post a Comment