top of page

How to Install Oracle Database 23ai on Windows Server: A Step-by-Step Tutorial

Oracle Database 23ai is the latest innovation in database management, bringing advanced AI-powered capabilities to enhance performance, scalability, and efficiency. In this blog post, we’ll guide you through the step-by-step process to install Oracle Database 23ai on a Windows Server platform. Whether you're a beginner or an experienced DBA, this guide will simplify the process for you.


Prerequisites


Before starting the installation, ensure you have the following:


Operating System:


  • Supported Versions:

    • Windows Server 2016 x64 - Standard, Datacenter, and Essentials editions

    • Windows Server 2019 x64 - Standard, Datacenter, and Essentials editions

    • Windows Server 2022 x64 - Standard, Datacenter, and Essentials editions

    • Windows 10 x64 - Pro, Pro for Workstations, Enterprise, and Education editions

    • Windows 11 x64 - Pro, Enterprise, and Education editions


Hardware Requirements:

  • Disk Space:

    • Minimum 8.5 GB for Oracle software installation

    • Additional 2 GB or more for temporary storage

  • RAM:

    • Minimum 2 GB


Virtualization Support:

Oracle certifies the following virtualization technologies with Oracle Database on Windows:

  • KVM Hypervisor

  • Microsoft Hyper-V

  • Oracle VM Server


Permissions:

Ensure that you are a direct member of the Administrators group on Windows to install Oracle Database Free. If you are logged in as a domain user, make sure you are connected to the network before installation.


Download the Installation Files


  1. Visit the Oracle official website and navigate to the Downloads section.

  2. Select Oracle Database 23ai and choose the Windows Server version.

  3. Download the required installation files. Ensure you have a stable internet connection to avoid interruptions.


Extract the Installation Files


  1. Navigate to the directory where the ZIP file was downloaded.

  2. Right-click on the ZIP file and select "Extract All..." to unzip the contents to a preferred location.



Run the Installer


  1. Open the extracted folder and locate the setup.exe file.

  2. Right-click on setup.exe and select "Run as administrator" to initiate the installation process.


Follow the Installation Wizard


  1. In the Oracle Database 23ai Install Wizard, click "Next" to proceed.

  2. License Agreement: Read and accept the license agreement, then click "Next".

  3. Installation Location: Choose the destination folder for the Oracle Database software or accept the default location, then click "Next".

  4. Database Password: Enter and confirm a secure password for the default administrative accounts (e.g., SYS, SYSTEM,PDBADMIN), then click "Next".

  5. Summary: Review the installation summary and click "Install" to begin the installation.


Complete the Installation


  1. The installer will copy files and configure the database. This process may take several minutes.

  2. Once the installation is complete, click "Finish" to exit the wizard.


Post-Installation Steps


  • Environment Variables: The installation process automatically sets the necessary environment variables. However, it's good practice to verify that the ORACLE_HOME and PATH variables are correctly configured.

  • Starting and Stopping the Database: Oracle Database 23ai runs as a Windows service. You can manage the database service through the Windows Services application or use command-line utilities like sqlplus to start and stop the database.


  • Connecting to the Database: Use Oracle SQL Developer or any other database client to connect to the database using the administrative accounts and the connection details provided during installation.


For detailed information, refer to the official Oracle documentation:







Recent Posts

See All

Comments


bottom of page