(Optional) Download and Configure the Pre-Built Oracle AI Database Agent

Install the Oracle AI Database Agent sample in your Autonomous AI Database if your database does not already contain a Select AI agent team for the Google Gemini Marketplace integration.

This sample is located in the google-gemini-marketplace-agents/oracle_ai_database_agent folder of the Oracle Autonomous Database Samples GitHub repository. It is separate from the autonomous-ai-agents folder, which contains the announced prebuilt Select AI agent samples.

If you plan to use one of the pre-built Select AI agent samples from the autonomous-ai-agents folder, or a custom Select AI agent team created directly in Autonomous AI Database, skip this installation and proceed with Configure the Custom Agent (Administrator).

Before You Begin

  1. Download the pre-built agent package by cloning the repository.

    git clone https://github.com/oracle-devrel/oracle-autonomous-database-samples.git
  2. Go to the Oracle AI Database Agent sample directory:

    cd oracle-autonomous-database-samples/google-gemini-marketplace-agents/oracle_ai_database_agent

    This step downloads the ready-made agent files.

  3. Connect to your database as an administrator and run the tools installer script.

    @oracle_ai_database_agent_tool.sql

    When prompted, enter the schema_name. The script completes without further configuration.

  4. Run the agent installer script to deploy the agent.

    @oracle_ai_database_agent.sql

    When prompted, enter the schema_name and ai_profile_name.

    The script creates the necessary database objects, grants permissions, installs the pre-built agent team, and finishes with a confirmation message.