Oracle Database 23ai Step By step Installation setup on Oracle VM Vitual Box
Oracle Database 23ai Step By step Installation setup on Oracle VM Vitual Box
Dear All,
In this post, I’m going to walk you through a comprehensive, step-by-step guide on how to install Oracle Database 23ai within an Oracle VM VirtualBox environment. This detailed tutorial is designed to help you set up a robust development sandbox or test lab using the latest AI-powered edition of Oracle’s flagship database. Whether you're an experienced DBA or just exploring new features in Oracle 23ai, this walkthrough will ensure a smooth and successful installation.
Download Oracle Database 23ai Now
You can try Oracle Database 23ai now.
Download Oracle Database 23ai Free
Step 3. Test your VM: Once the import has completed, double-click the 23ai Free Developer VM. Click OK to close the Virtualbox Information dialogs. Allow the boot and startup process to complete; it is ready when you see a Firfox browser and/or terminal window. Once you are finished working in the guest VM you can shut it down via System > Shut Down; this will return the guest VM to the Powered Off state.
Note ::
Oracle Database 23ai Free Release 23.0.0.0.0 - Develop, Learn, and Run for Free
This appliance is for testing purposes only as such it is unsupported and can not be used as a production environment.
License
This appliance is licensed under the Oracle Free Use Terms and Conditions.
>> How to access the PDB and Container database ..
SQLcl access to the precreated PDB freepdb1 from a terminal window
sql hr/oracle@localhost:1521/freepdb1
SQLcl access to the CDB free
sql system/oracle@localhost:1521/free
Database Information
Oracle SID : free
Pluggable DB : freepdb1
Database Access
ALL PASSWORDS ARE : oracle
Sample schemas have been preloaded (HR, OE, PM, IX, BI, AV, SH).
Port Information
Port Forwards are defined for HTTP and SQL*Net, these are configurable in the Virtual Machine settings.
8080:8080
1521:1521
27017:27017
Comments
Post a Comment