I will continue to explain Oracle database architecture in this article. I’m adding the following image to be memorable. If you didn’t read the first …
Read More »Oracle Database Architecture Part 1
In this article I will tell you about Oracle Database Architecture. Oracle Database is the most preferred database in the world, especially in large scale …
Read More »Find a Word in All Databases in SQL Server(TSQL)
If you want to find a word in all your databases in an instance, you are in the right article. The below code block search …
Read More »Running the Oracle ASM Configuration Assistant (asmca) tool from the command line
We can use the Oracle ASM configuration assistant (asmca) tool via the GUI, or from the command line. In other words, we can run …
Read More »Property Size is not available for Database. This property may not exist for this object, or may not be retrievable due to insufficent access rights.
I received this error when I right-click on the database and click Properties. Property Size is not available for Database. This property may not …
Read More »Oracle Database Startup and Shutdown Modes
In this article, I will explain the startup and shutdown modes of Oracle database. Oracle Database Startup Modes A closed Oracle database opens in …
Read More »EOMONTH Function in SQL Server(TSQL)
You can find the last day of a month using EOMONTH function. In addition, you can use a second parameter that add a specific number …
Read More »ORA-12528: TNS:listener: all appropriate instances are blocking new connections
When trying to connect to an open intance via the listener, you may receive the error “ORA-12528: TNS: listener: all appropriate instances are blocking new …
Read More »Computed Column in SQL Server
Computed Column is a column generated by a calculation using one or more columns in a table. For example, you have columns A, B …
Read More »Oracle 11g Software and Database Installation
In this article I will explain the software and database installation of Oracle 11g database. You can download Oracle 11g software from this link. …
Read More »