Archives

How to fix the Oracle error ORA-13549: invalid input for create baseline with time range (string)?

In this post, you’ll learn more about the Oracle ErrorORA-13549: invalid input for create baseline with time range (string) with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-13549: invalid input for create baseline with time range (string) Reason for the Error ORA-13549: invalid input for create baseline with time range (string) Invalid time input…

How to fix the Oracle error ORA-29771: process string (OSID string) blocks string (OSID string) for more than string seconds?

In this post, you’ll learn more about the Oracle ErrorORA-29771: process string (OSID string) blocks string (OSID string) for more than string seconds with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-29771: process string (OSID string) blocks string (OSID string) for more than string seconds Reason for the Error ORA-29771: process string (OSID string)…

Win32 COM Error – CERTSRV_E_ARCHIVED_KEY_REQUIRED – 0x80094804

In this post, you’ll learn more about the Error CERTSRV_E_ARCHIVED_KEY_REQUIRED – 0x80094804 that is returned when working with the COM-based APIs in Win32 Win32 COM Error CERTSRV_E_ARCHIVED_KEY_REQUIRED – 0x80094804 Win32 COM Error Error Description The request is missing a required private key for archival by the server.

How to find the duplicate records on certain fields in SQL Server ?

You can use the group by and having clause in your T-SQL query to find out the duplicate records from the table. How to find the duplicate records on certain fields in SQL Server ? Lets have a look at the query that uses the group by and having clause on the Person table in the AdventureWorks database. The firstname column is used as the…

C++ Program to Calculate Multiplication of two Numbers

Problem Write a C++ Program to Multiply two Numbers. Solution The user is prompted to enter two numbers in this program. The product of those two numbers is then stored in a variable and shown on the screen. Here’s a sample code snippet demonstrating how to calculate Calculate Multiplication of two Numbers in C++. Output

Windows System Error Code 1445 – ERROR_NON_MDICHILD_WINDOW (0x5A5)]

In this post, you’ll learn about the Windows System Error ERROR_NON_MDICHILD_WINDOW (0x5A5)] and the reason why you are receiving the error message How does this Error in Windows Look like? Error Code 1445 ERROR_NON_MDICHILD_WINDOW (0x5A5)] Why do you receive the System Error Error Code 1445 ERROR_NON_MDICHILD_WINDOW (0x5A5)] in Windows? Cannot process a message from a window that is not a multiple document interface (MDI) window.