DOWNLOAD ORACLE DATABASE 11G XE (EXPRESS EDITION)
Basics about Oracle Database 11g XE (Express Edition) :
👇
Free Oracle Database for Everyone :
Whether you are a developer, a DBA, a data scientist, an educator, or just curious about databases, Oracle Database 18c Express Edition (XE) is the ideal way to get started. It is the same powerful Oracle Database that enterprises rely on worldwide, packaged for simple download, ease-of-use, and a full-featured experience. You get an Oracle Database to use in any environment, plus the ability to embed and redistribute – all completely free!
- Advertisment -
Now lets see the Steps to download and configure database in localhost i.e. in your personal laptop :
- Download 🠋 the Oracle database XE 11g software in your system by clicking on the below link
- Unzip the file and run setup.exe
- Click Next
- Accept the license agreement and click Next
- Advertisment -
- Configure the password for the database. Save this password because you need it to connect with database.
- Save the summary. This is the connection details to connect with the database. We will use this to configuration details in SQL developer tool to connect with this database in below steps.
- Advertisment -
- Database installation is successful. Now the database is ready to use.
- Mostly database get started automatically after installation. But as this is the first time let's start the database manually.
Search for the Oracle Database 11g XE and click on Start Database.
- Advertisment -
Now open SQL Developer tool to connect the above configured database :
(If you don't have SQL developer tool , you can download it from internet.)
- Open SQL Developer and create a new connection by clicking '➕' icon
- Enter below details :
Connection Name : write any meaningful name
Username : SYSTEM
Password : enter the password which you created while
configuring oracle database in system.
Hostname : localhost
Port : 1522 (or 1511)
Host : xe
SQL Query : CREATE TABLE test_agent(message VARCHAR2(20));
Username : SYSTEM
Password : enter the password which you created while
configuring oracle database in system.
Hostname : localhost
Port : 1522 (or 1511)
Host : xe
- Click Save & then Test. If it's Status : Success, click to Connect
- Now create a Table name "test_agent"
SQL Query : CREATE TABLE test_agent(message VARCHAR2(20));
Now follow the Next blog to create an OIC Integration using the above database. If you requirement is just to install database then your job is done, you can ignore the next article. Thanks !! 👍
Tidak ada komentar:
Posting Komentar