Archives
How to fix the Oracle error ORA-32136: Cannot perform operation on an invalid stream?
In this post, you’ll learn more about the Oracle ErrorORA-32136: Cannot perform operation on an invalid stream with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-32136: Cannot perform operation on an invalid stream Reason for the Error ORA-32136: Cannot perform operation on an invalid stream The LOB/FILE from which the stream was obtained had…
How to fix the Oracle error DIA-48108: invalid value given for the diagnostic_dest init.ora parameter?
In this post, you’ll learn more about the Oracle ErrorDIA-48108: invalid value given for the diagnostic_dest init.ora parameter with the details on why you receive this error and the possible solution to fix it. Oracle Error Description DIA-48108: invalid value given for the diagnostic_dest init.ora parameter Reason for the Error DIA-48108: invalid value given for the diagnostic_dest init.ora parameter The value given for the diagnostic_dest…
How to fix the Oracle error RMAN-06103: duplicate qualifier found in REPORT command: string?
In this post, you’ll learn more about the Oracle ErrorRMAN-06103: duplicate qualifier found in REPORT command: string with the details on why you receive this error and the possible solution to fix it. Oracle Error Description RMAN-06103: duplicate qualifier found in REPORT command: string Reason for the Error RMAN-06103: duplicate qualifier found in REPORT command: string The indicated qualifier appears more than once in a…
How to fix the Oracle error PRVF-05184: Check of following Udev attributes of “{0}” failed: “{1}”?
In this post, you’ll learn more about the Oracle ErrorPRVF-05184: Check of following Udev attributes of “{0}” failed: “{1}” with the details on why you receive this error and the possible solution to fix it. Oracle Error Description PRVF-05184: Check of following Udev attributes of “{0}” failed: “{1}” Reason for the Error PRVF-05184: Check of following Udev attributes of “{0}” failed: “{1}” Cause: Found incorrect…
How to fix the Oracle error PCC-02308: identifier required in this function declaration?
In this post, you’ll learn more about the Oracle ErrorPCC-02308: identifier required in this function declaration with the details on why you receive this error and the possible solution to fix it. Oracle Error Description PCC-02308: identifier required in this function declaration Reason for the Error PCC-02308: identifier required in this function declaration Cause: A function definition written in ANSI C must have both the…
IBM TS4500 Tape Library Error – Could not lock I/O station door – B061
In this post, you’ll learn more about the Error Could not lock I/O station door – B061that is returned when working with the IBM TS4500 Tape Library IBM TS4500 Tape Library Error Could not lock I/O station door Error Description Could not lock I/O station door
InterBase DB Error -901 – 335544442L
In this blog post, let’s learn about the error message “-901 335544442L” in Interbase DB and the description of the error message. Error Message -901 – 335544442L Error Details Database system cannot read argument .
InterSystems Cache & Ensemble Error 5077 – Index name ‘%1’ is longer than ‘%2’ characters
In this blog post, let’s learn about the error message “5077 Index name ‘%1’ is longer than ‘%2’ characters” in InterSystems Cache & Ensemble and the description of the error message. Error Message 5077 – Index name ‘%1’ is longer than ‘%2’ characters Error Details Index name ‘%1’ is longer than ‘%2’ characters
InterSystems Cache & Ensemble Error 6071 – Required argument missing
In this blog post, let’s learn about the error message “6071 Required argument missing” in InterSystems Cache & Ensemble and the description of the error message. Error Message 6071 – Required argument missing Error Details Required argument missing
Rectangle and ScaleTransform example in Silverlight and XAML
Below is a sample code snippet demonstrating how to use the ScaleTransform with the Rectangle control in Silverlight and XAML. Rectangle and ScaleTransform example in Silverlight and XAML <Canvas x:Name=”ACCanvas” xmlns=”http://schemas.microsoft.com/client/2007″ xmlns:x=”http://schemas.microsoft.com/winfx/2006/xaml” Width=”400″ Height=”300″ > <Canvas.Background> <SolidColorBrush Color=”Yellow”/> </Canvas.Background> <Rectangle Width=”190″ Height=”160″ Fill=”Red” Stroke=”Green” Canvas.Left=”200″ Canvas.Top=”50″ RenderTransformOrigin=”0,0″ > <Rectangle.RenderTransform> <ScaleTransform ScaleX=”2″ ScaleY=”2″/> </Rectangle.RenderTransform> </Rectangle> </Canvas>
How to get the Size of all tables in a SQL Server ?
In SQL Server 2014 Management Studio , you can get the size of all tables in a SQL Server from the Object explorer details window. How to get the Size of all tables in a SQL Server ? 1. In SQL Management Studio 2014 , navigate to the Object explorer details screen from View -> Object explorer details menu or by simply pressing the F7…
Windows System Error Code 9 – ERROR_INVALID_BLOCK (0x9)]
In this post, you’ll learn about the Windows System Error ERROR_INVALID_BLOCK (0x9)] and the reason why you are receiving the error message How does this Error in Windows Look like? Error Code 9 ERROR_INVALID_BLOCK (0x9)] Why do you receive the System Error Error Code 9 ERROR_INVALID_BLOCK (0x9)] in Windows? The storage control block address is invalid.