Database SQL Query to Fetch Title of a Portal Resource using Label
(Doc ID 1088162.1)
Last updated on OCTOBER 31, 2024
Applies to:
Oracle WebLogic Portal - Version 9.2.0 to 10.3.0 [Release Weblogic Platform to AS10gR3]Information in this document applies to any platform.
Goal
Database SQL Query to fetch title of a portal resource upon providing the label
--- Purpose ---
Typically, a portal framework resource such as a book, page or a portlet displays a title. Internally, portlet is referenced using a label and not the title. This label is not editable and plays the role of primary key. It is also not editable within the Portal Admin Console. For some operations you require the label for a resource. A simple SQL query to the database will allow you fetch the title and the corresponding label.
Typically, a portal framework resource such as a book, page or a portlet displays a title. Internally, portlet is referenced using a label and not the title. This label is not editable and plays the role of primary key. It is also not editable within the Portal Admin Console. For some operations you require the label for a resource. A simple SQL query to the database will allow you fetch the title and the corresponding label.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |