As a high-level security measure in SQL Server, if you do not want application developers to know the application’s user password, this article will …
Read More »dbtut
RMAN DBGMISC: ENTERED krmkmrsr
ERROR: In Oracle 11g r2 database rman crashes during exit and gives error like DBGMISC: ENTERED crmkmrsr. REASON: Inconsistency in NLS settings. (This is specified …
Read More »Can Not Switch The Partition On SQL Server
If all the indexes in the partition table are not aligned according to the partition, you will get an error like the following during …
Read More »RMAN : ORA-01008: not all variables bound
Error: When trying to connect with rman “ORA-01008: not all variables bound” error is occured. Reason: Bug 10306699 Solution: You need to set the cursor_sharing …
Read More »How To See Partition Details In Partitioned Table On SQL Server
I explained how to create a partition int the article named “How To Create Partition On SQL Server“. In this article I will share …
Read More »Enterprise Manager : java.lang.Exception: Exception in sending Request :: null
Error : When we logged in to EM, there was an error “java.lang.Exception: Exception in sending Request :: null” and the page was not displayed …
Read More »How To Get Script of the Entire Database On SQL Server(Generate Script Method)
We can not take the backup of the database and transfer it to the test environment for security reasons. Because the actual data should …
Read More »Unable to start Enterprise Manager Database Control
Error: When the database is upgraded to version 10.2.0.4 or 10.2.0.5, the Enterprise Manager configuration ends with an error and fails to start manually. Reason: …
Read More »How To Get Script of Some Objects in the Database On SQL Server(Generate Script Method)
We explained how to get the create script of all objects belonging to the database in the article titled “How To Get Script of …
Read More »How To Find Partitioned Tables In The Database On SQL Server
I mentioned that we can not get the script of the partitioned tables by right clicking on the SSMS and using the Script To …
Read More »