Now, you can save your searches to easily repeat search requests.
Saving a search is as easy as 1-2-3:
1. Perform a search. The Search Results page opens. 2. Optionally, choose filters or update your search term. 3. Click Save Search.
You can access saved searches from a list next to the Search field that appears on every page. Saved searches store the search term and any search filters that you apply.
Perform the following tasks for the domain configuration repository database:
Set the OPEN_CURSORS parameter to 4000 or higher.
Set permissions on the view
$parameter
in the Oracle database.
Set the privileges to run
show parameter open_cursors
in the Oracle database.
When you run the pre-installation (i10Pi) system check tool, i10Pi runs the command against the database to identify the OPEN_CURSORS parameter with the domain database user credentials.
You can run the following query to determine the open cursors setting for the domain database user account:
SELECT VALUE OPEN_CURSORS FROM V$PARAMETER WHERE UPPER(NAME)=UPPER('OPEN_CURSORS')
Set the DynamicSections parameter to 3000 or higher in the IBM DB2 database.