What groups selected during Oracle binary installation may not be remembered after installation. Or it may be necessary to determine which groups are selected for …
Read More »dbtut
Point-in-time Restore With Database Recovery Advisor
We can easily perform point-in-time recovery with Database Recovery Advisor. For example, we have a Full backup that has taken at 14:00 PM and we …
Read More »Data Dictionary Views For Backup and Recovery
The data dictionary views that contain information about the backups and recovery of Oracle databases are as follows. We can get detailed or summary information …
Read More »What is User Defined Function
User Defined Function is a feature of SQL Server that takes parameters like a programming language functions and returns a result or result set. With …
Read More »How To Find Query History On Oracle
The DBA_HIST_ACTIVE_SESS_HISTORY data dictionary view can be used to find queries executed in the Oracle database. Historical information is available. You can use the V$ACTIVE_SESSION_HISTORY …
Read More »Update Your Database with Upgrade Data-tier Application
Before you read this article, I recommend that you read the article “What is Data-Tier Application” to avoid confusion. In the article I mentioned above, …
Read More »How To Find Process Informations of a Session(Kill Oracle Session)
You can access the process information of a session in the Oracle database with the following query. Sometimes it is not possible to terminate a …
Read More »What is Data-Tier Application
Data-Tier Application Version 1.1 (DAC) was introduced with SQL Server 2008 R2. With Data-Tier Application, we are able to transfer the databases of our applications …
Read More »Profile password verify function issue(FROM ROOT)
Even if the password_verify_function limit of a profile is changed in Oracle databases, it does not change as requested and changes to “FROM ROOT”. The …
Read More »What is SQL Server IntelliSense
IntelliSense was introduced with SQL Server 2008. With this feature, we can now write TSQL Code in a more practical way. So where can we …
Read More »