IP restrictions in Windows IIS (Internet Information Services) server

What is Internet Information Services (IIS)? Internet Information Services, also known as IIS, is a Microsoft web server that runs on Windows operating system and is used to exchange static and dynamic web content with internet users. IIS can be used to host, deploy, and manage web applications using technologies such as ASP.NET and PHP. …

IP restrictions in Windows IIS (Internet Information Services) server Read More »

Installation of Oracle SQL Developer on Ubuntu 22.04

Oracle SQL Developer Oracle SQL Developer is a free graphical tool provided by Oracle. Using SQL Developer, we can browse Oracle database objects, run SQL statements, and edit and debug SQL statements and reports. In this blog, we will see the installation of Oracle SQL Developer on Ubuntu 22.04. Prerequisite Downloading packages Oracle JDK 11 …

Installation of Oracle SQL Developer on Ubuntu 22.04 Read More »

How to setup Oracle Database to auto start at system reboot in Linux

Oracle Database Oracle database is a relational database management system. It is also called OracleDB, or simply Oracle. It is produced and marketed by Oracle Corporation. The system is built around a relational database framework in which data objects may be directly accessed by users (or an application front end) through structured query language (SQL). …

How to setup Oracle Database to auto start at system reboot in Linux Read More »