How do I start learning Oracle SQL?
Always prefer to start learning Oracle SQL with Oracle Database Express Edition (Oracle XE database) having installed on your laptop. XE database is limited to use minimum computed resources like 2GB RAM, 2 CPUS for foreground processes and 12GB for user data on disk and can be used it for free even in production. Lot of SQL and PLSQL can be learnt/practiced on XE database.
How to install Oracle XE on local?
Here we are using Oracle Database 21c Express Edition.
- Search for oracle XE database in google and download latest Oracle Express Edition database based on your operating system. In our practice we downloaded Oracle Database 21c Express Edition for Windows 64-bit operating system (OracleXE213_Win64.zip file is downloaded).
- Unzip OracleXE213_Win64.zip file on local disk.
- After unzip go into extracted folder and Run as Admin or double click on Setup.exe.
- Click yes on popup shown to make changes on device. Then below screen will be appeared.
- Click next and accept agreement and click next.
- Choose the path for XE binaries installation and click next.
- Enter and confirm password for SYS, SYSTEM & PDBADMIN schemas. Will be helpful for administering the database.
- Click next and install.
- Click Finish. XE is successfully installed.
How to interact with Oracle database?
In market many tools like Toad, PLSQL developer, SQL developer etc. are available to interact with Oracle database.
Oracle SQL Developer is a free provided by Oracle, is an integrated development environment that simplifies the development or management of Oracle Database.
- Download latest version for SQL Developer with JDK from Oracle website and extract on local disk.
- Double click on sqldeveloper.exe and open SQL Developer.
- Make a new connection on SQL developer. Right click on Oracle connections -> New connection. Enter details as shown below and create connections.



Comments
Post a Comment