by ablessquare | May 21, 2020 | Blogs
Connect to the database with SOAINFRA user and run below query to check current tablespace utilization (used, free, total space etc.). select df.tablespace_name “Tablespace”, totalusedspace “Used MB”, (df.totalspace – tu.totalusedspace) “Free MB”, df.totalspace “Total...
by ablessquare | May 21, 2020 | Blogs
This technical document explains the procedure of User addition in RedHat OpenShift where TIBCO Business Works Container Edition applications are hosted. User types can be defined as below: Regular User: This type of users can send requests to RedHat OpenShift...
by ablessquare | May 21, 2020 | Blogs
Description: A “JAR” (Java Archive) file comprises of many Java class files and associated metadata and resources such as text, images, etc., into one file. Loadjava utility is used to load Java source and class files into the database. Basically, it creates schema...
by ablessquare | May 20, 2020 | Blogs
Error: [Informatica][SCLI PWX Driver] PWX-15790 ODBC driver returned error [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified (0). [Informatica][SCLI PWX Driver] PWX-07411 Permanent error set because the open call...
by ablessquare | Apr 27, 2020 | Blogs
Apache Spark is one of the lightning-fast cluster computing technologies and which is designed for fast computation. It works based on Hadoop MapReduce and it is extending the MapReduce model to efficiently use it for many types of computations, which will include...