Blog

How to fix the Oracle error PGU-41102: data definition missing on string DATA?

In this post, you’ll learn more about the Oracle ErrorPGU-41102: data definition missing on string DATA with the details on why you receive this error and the possible solution to fix it. Oracle Error Description PGU-41102: data definition missing on string DATA Reason for the Error PGU-41102: data definition missing on string DATA Cause: Neither an inline data definition nor an INFILE parameter was found…

How to fix the Oracle error IMP-00046: using FILESIZE value from export file of string?

In this post, you’ll learn more about the Oracle ErrorIMP-00046: using FILESIZE value from export file of string with the details on why you receive this error and the possible solution to fix it. Oracle Error Description IMP-00046: using FILESIZE value from export file of string Reason for the Error IMP-00046: using FILESIZE value from export file of string Either you did not specify the…

How to fix the Oracle error ORA-24068: cannot start queue string, queue table string is being migrated?

In this post, you’ll learn more about the Oracle ErrorORA-24068: cannot start queue string, queue table string is being migrated with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-24068: cannot start queue string, queue table string is being migrated Reason for the Error ORA-24068: cannot start queue string, queue table string is being migrated…

How to fix the Oracle error ORA-13250: insufficient privileges to modify metadata table entries?

In this post, you’ll learn more about the Oracle ErrorORA-13250: insufficient privileges to modify metadata table entries with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-13250: insufficient privileges to modify metadata table entries Reason for the Error ORA-13250: insufficient privileges to modify metadata table entries The user requesting the operation does not have the…

How to fix the Oracle error ORA-01950: no privileges on tablespace ‘string’?

In this post, you’ll learn more about the Oracle ErrorORA-01950: no privileges on tablespace ‘string’ with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-01950: no privileges on tablespace ‘string’ Reason for the Error ORA-01950: no privileges on tablespace ‘string’ User does not have privileges to allocate an extent in the specified tablespace. How to…

SQL Server Error Code – 17155 i/o affinity turned on, processor mask 0

In this blog post, you’ll learn more about the SQL Server Error Code 17155 and the error message description that is shown SQL Server Error Code 17155 SQL Server Error Description for the Code :17155 I/O affinity turned on, processor mask 0x%0*I64x. Disk I/Os will execute on CPUs per affinity I/O mask/affinity64 mask config option. This is an informational message only; no user action is…

ElasticSearch – How to Install ElasticSearch ?

Problem Statement You need to download , install and Elastic Search on Windows and Mac OS X machines. Solution You can download ElasticSearch which is available in various formats like Zip , Tar.gz from https://www.elastic.co/downloads/elasticsearch . The installation is pretty simple and infact you dont need to do  anything special to install ElasticSearch on your machine. You need to extract or uncompress the file. Note…