- Administration Guide
- Oracle APEX Administration Services
- Managing Existing Workspaces
- Viewing Existing Workspace Information
3.12.2 Viewing Existing Workspace Information
View or edit existing workspace information and behavior including workspace details, support for AI Services, display name, login controls, component availability, session timeout, and component availability.
Note:
To ensure the security and performance of your development environment, some administration functionality is not available in Oracle APEX instances running in Oracle Cloud.To view and edit existing workspace information:
- Sign in to Oracle APEX Administration Services.
- Click Manage Workspaces.
- Under Workspace Reports, click Existing Workspaces.
The Existing Workspaces page appears
- To edit a workspace, click the workspace name.
The Edit Workspace Information page appears.
- Under Edit Workspace Information:
- Workspace Name - View or update the workspace name.
- Feedback Synchronization Source Identifier - Identifies the
source of application feedback.
For example, if you are synchronizing feedback from a production system to your development system, you can identify the source of the feedback and prevent feature number collisions.
- Allow workspace to be automatically purged - Determines if this workspace is a candidate for automatic purging of unused workspaces.
- Log Web Service Requests - Determines if web service
requests are logged for this workspace.
This setting is only relevant if Manage Instance, Feature Configuration, Monitoring, Web Service Activity Logging is set to Use Workspace Settings.
- Workspace Message - Enter a message to be displayed on the home page of this workspace and in the App Builder.
- Under AI Services, AI Enabled - Determines if AI Services are supported for the
current workspace.
Options include:
- Yes - Enable the usage of AI Services for this workspace.
- No - Disable the usage of AI Services for this workspace.
Tip:
You can also enable AI Services for an entire APEX instance. See Managing Support for AI Services for an Instance. - Under Workspace Appearance:
- Display Name - Enter a message to be displayed on the home page of this workspace and in App Builder.
- Under Login Control:
Note:
To ensure the security and performance of your development environment, this functionality is not available in Oracle APEX instances running in Oracle Cloud.- Account Expiration and Locking - Make a selection to determine whether Oracle APEX end user accounts can be expired or locked. This feature applies only to end-user accounts created using the Oracle APEX user management interface.
- Maximum Login Failures Allowed - Enter a positive integer to
be used as the maximum number of consecutive unsuccessful authentication
attempts allowed before an end-user account is locked.
If you do not specify a value in this field, the site-level Maximum Login Failures Allowed Environment Setting is used.
- End User Account Lifetime (days) - Enter a positive integer
to be used as the maximum number of days an end-user account password may be
used before the account is expired.
If you do not specify a value in this field, the site-level Account Password Lifetime Environment Setting will be used.
- Under Component Availability:
- Allow App Builder - Enables App Builder for this workspace.
- Allow SQL Workshop - Enables SQL Workshop for this workspace.
- Allow PL/SQL Editing in SQL Workshop - Allows PL/SQL procedures, packages, functions, and triggers to be edited in the browser.
- Allow RESTful Services - Controls the ability to create and access RESTful Services in the current workspace. This
- RESTful Path Prefix - Specifies the unique URI path prefix to be used to access RESTful Services in the current workspace. The default path prefix value is the name of the workspace.
- Allow Team Development - Enables Team Development in this workspace.
- Allow Hosting Extensions - Determines whether a workspace
can host extensions and publish links to other workspaces. Options
include:
- No (default) - Workspace cannot host and publish extensions.
- Yes - Manual Subscription - The workspace can host and publish extensions. Other workspaces have to subscribe and grant read access manually.
- Yes - Automatic Subscription - The workspace can host extensions and extension menu entries are automatically published to all other workspaces, without these having to subscribe and grant read access manually.
- Under Session Timeout:
Note:
To ensure the security and performance of your development environment, this functionality is not available in Oracle APEX instances running in Oracle Cloud.- Maximum Session Length in Seconds - Defines how long (in seconds) sessions can exist and be used by applications in this APEX instance. This setting is superseded by the corresponding workspace-level setting and application-level setting.
-
Enter a positive integer to control how long a session can exist.
-
Enter
0
to have the session exist indefinitely. -
Leave the value empty in order to revert to the default value of 8 hours (28800 seconds).
-
- Maximum Session Idle Time in Seconds - Session Idle Time is
the time between the last page request and the next page request. This
setting is superseded by the corresponding workspace-level setting and
application-level setting.
-
Enter a positive integer to control the default idle time for sessions used by applications in this APEX instance.
-
Leave the value empty in order to revert to the default value of 1 hour (3600 seconds).
-
- Session Timeout Warning in Seconds - The session timeout
warning time defines (in seconds) how long before a session times out
(either maximum session length, or maximum session idle time), to warn the
user. For the maximum session idle time warning, the user will have the
opportunity to extend the session. For maximum session length warning, the
user will be prompted to save any work, to avoid loss of data when the
session maximum time is reached. This setting is superseded by the
corresponding workspace-level setting and application-level setting.
-
Enter a positive integer to control the warning time for sessions used by applications in this APEX instance.
-
Enter 0 to switch off session timeout warnings.
-
Leave the value empty in order to revert to the default value of 5 minutes (300 seconds).
-
- Maximum Session Length in Seconds - Defines how long (in seconds) sessions can exist and be used by applications in this APEX instance. This setting is superseded by the corresponding workspace-level setting and application-level setting.
- Under Workspace Isolation - Prevent browser attacks by isolating a specific workspace. See Isolating a Workspace to Prevent Browser Attacks.
- To save your changes, click Apply Changes.
See Also:
- Managing Generative AI Services in Oracle APEX App Builder User’s Guide
- Configuring Session Timeout for a Workspace
- Disabling PL/SQL Program Unit Editing for a Workspace
Parent topic: Managing Existing Workspaces