18.6.3 Editing or Deleting a Remote Server

Edit or delete a Remote Server from Shared Components.

To edit a Remote Server:

  1. Navigate to the Credentials page:
    • From Workspace Utilities:
      1. On the Workspace home page, click App Builder.

      2. Click Workspace Utilities.

      3. Click Remote Servers.

    • From Shared Components:
      1. On the Workspace home page, click App Builder.

      2. Select an application.

      3. On the Application home page, click Shared Components in the center of the page.

      4. Under Workspace Objects, select Remote Servers.

  2. On the Remote Server page, click the name of the Remote Server.
    The Edit Remote Server dialog appears.
  3. To delete the current Remote Server, click Delete. Otherwise, edit the appropriate attributes.

    Tip:

    Remote Servers which are referenced within an application cannot be deleted.

  4. Under General:
    1. Name - Enter a name for the Remote Server object. Remote Server names must be unique within the application.
    2. Static Identifier - Enter a name for the remote server object here. Remote Server names must be unique within the application.
    3. Server Type - Options include:
      • REST Data Source - A Remote Server for consuming a remote REST API.

      • Authentication - A Remote Server used for authentication.

      • Print Server - A Remote Server for an external print server. You can create a Print Server in your workspace and use it in an application. By default, the print server configuration at instance level is used.

      • File Server - A Remote Server for remote file storage.

    4. Endpoint URL - Enter the base URL of the remote server. 
    5. Prompt on Install - If On, APEX prompts for the Endpoint URL after the application has been installed into another workspace.
  5. Under Advanced:

    Tip:

    Depending upon the Remote Server Type, some of the following attributes do not display.
    1. Static Identifier - Use the Static ID to reference the Remote Server in API calls.
    2. PL/SQL Code - Enter a procedure which configures the Endpoint URL at runtime. To view examples, see item Help.
    3. Configuration Procedure - Enter the name of a procedure which configures the Endpoint URL at runtime. This procedure can be the name of a procedure stored in the database, stored in a database package procedure, or a procedure stored in the PL/SQL Code attribute. To view examples, see item Help.
    4. Comments - Enter any comments or notes. These comments only display within App Builder and never display when running the application.
  6. To save your changes, click Apply Changes.