Search This Blog

Showing posts with label Configure General Settings. Show all posts
Showing posts with label Configure General Settings. Show all posts

Tuesday, July 1, 2025

How do I Configure General Settings

 Introduction

Configuring general settings in Oracle APEX is an essential step in tailoring your application’s behavior, appearance, and core attributes. These settings govern foundational aspects such as the application’s name, language, authentication method, session state behavior, and debugging options. Whether you're starting a new project or enhancing an existing one, understanding how to properly configure general settings ensures a smoother development process and a more robust, user-friendly application.

In Oracle APEX, configuring general settings allows developers to define application-wide parameters that influence the core behavior, security, and user interface. These settings are crucial for establishing how the application will operate at runtime.

To configure general settings in Oracle APEX, follow these detailed steps:

  1. Open the APEX App Builder
    Navigate to the APEX workspace and open the application you want to configure. Once inside the App Builder, click on the application name to open the Application Definition page.

  2. Access General Settings
    On the left-hand side, locate the "Shared Components" section. Within that section, scroll down to the "Application Definition" area and click on "Edit Application Definition". This will lead you to the general settings.

  3. Edit Application Properties
    Here you will see multiple tabs such as:

    • Name and ID

    • Application Attributes

    • User Interface

    • Security

    • Globalization

    • Compatibility
      Each of these tabs contains important configuration settings.

  4. Set Application ID and Name
    On the first tab, define the Application ID (automatically generated, but customizable) and set a meaningful Application Name that will be displayed to users.

  5. Configure Authentication
    Under the "Security" tab, choose the authentication scheme such as APEX accounts, LDAP, or Single Sign-On. This defines how users will log in to your application.

  6. Set Authorization Schemes
    Still in the Security tab, assign any predefined or custom authorization schemes to control access to pages, components, or data.

  7. Globalization and Language Settings
    In the "Globalization" tab, set the application’s language, date format, timestamp format, and territory. This ensures data is presented appropriately based on regional settings.

  8. Application Timestamp Settings
    Configure the default timestamp and date formats to be used across pages and components.

  9. Debugging and Feedback
    Enable or disable debugging, and configure developer toolbar access. These settings are helpful during testing and production troubleshooting.

  10. Define Session State Management
    Under "Application Attributes", configure how session state should be maintained. This includes cookie settings, URL session IDs, and session timeouts.

  11. Compatibility Settings
    Use this section to control behavior changes between APEX versions. This is useful when upgrading applications across versions to maintain compatibility.

  12. Save Changes
    Once you have made all necessary adjustments, click the "Apply Changes" button at the top or bottom of the screen.

By carefully managing these settings, you can ensure your Oracle APEX application is secure, user-friendly, and aligned with your business requirements. These configurations are foundational and should be reviewed at the start of development and whenever major changes are introduced.


  • REST Data Source Type: Select the appropriate type based on your data source (e.g., Simple HTTP, ORDS).

  • Name: Provide a descriptive name for the data source.

  • URL Endpoint: Enter the full URL of the REST service, starting with http:// or https://.

A screenshot of a computer

AI-generated content may be incorrect.

  1. Define Remote Server Details:

    • Remote Server: Choose an existing Remote Server or define a new one.

    • Base URL: Specify the base URL of the remote server.

    • Service URL Path: Indicate the specific path to the REST service on the server.

A screenshot of a computer

AI-generated content may be incorrect.

  1. Set Pagination (if applicable):

    • Depending on the REST Data Source Type, select the pagination method, such as Page Size and Fetch Offset.

  2. Authntication Required

A black background with white text

AI-generated content may be incorrect.

Finalizing the Creation:

  • Choose to create the REST Data Source manually or use the Discover option to let APEX analyze the service and derive a data profile.


A screenshot of a computer

AI-generated content may be incorrect.



A screenshot of a video game

AI-generated content may be incorrect.

Conclusion
By configuring general settings thoughtfully, you lay a solid foundation for your Oracle APEX application. These settings affect how users interact with your app, how data flows through sessions, and how the overall interface responds. Taking the time to review and fine-tune general settings helps you maintain consistency, optimize performance, and better support user needs as your application evolves.