Receive updates about the latest news

Subscribe to our newsletter

Do not miss any updates about Miaz-Tech valuable articles, publications, newsletters and event invitations.

    • What is dbt_artifacts?

      dbt_artifacts is a package for modeling a dbt project and its run metadata. It includes the following models to help you understand the current state of a dbt project and its performance over time. It...

    • Data migration from the Salesforce to snowflake Data warehouse by using Matillion

      Purpose of the Article: This blog explains how to load the data from Salesforce to Snowflake Intended Audience: This article will help our Organizational level kind of developers working on data migra...

    • WiMAX-A Study of Mobility

      1. Introduction The wireless market is growing rapidly; being pushed through wireless connectivity demand various wireless connectivity means are emerging (WLAN/802.11, WMAN/802.16a, WWAN/802.16d) [IE...

    • Weblogic Upgrade

      Patch Name wls1036_upgrade_generic.jar Reference https://www.youtube.com/watch?v=Be6hrYTANQE Just Click Next and Next MAKE SURE ALL OBIEE SERVICES ARE DOWN AND CLOSED IN PROCESS Open CMD prompt C:Mid...

    Tags

    bics installation OBIEE obiee 11g installation guide Oracle

    Categories

    Author: admin

    Tableau vs Looker: Which BI tool is best for you?

    Tableau and Looker are both best-in-class business intelligence tools that can help your organization understand and act on your data. The tools offer many overlapping capabilities, but take very different approaches. In this post, we’ll discuss the strengths of each tool, and how to decide...

    Read More

    What is dbt_artifacts?

    dbt_artifacts is a package for modeling a dbt project and its run metadata. It includes the following models to help you understand the current state of a dbt project and its performance over time. dim_dbt__current_models dim_dbt__exposures dim_dbt__models dim_dbt__seeds dim_dbt__snapshots dim_dbt__sources dim_dbt__tests fct_dbt__invocations fct_dbt__model_executions fct_dbt__seed_executions fct_dbt__snapshot_executions fct_dbt__test_executions It has many use cases, from identifying flakey tests to understanding the...

    Read More

    CONVERT ORACLE FORM TO APEX USING FRMF2XML UTILITY

    If you want to use your Oracle Form’s functionality in Oracle Apex application then you need to convert first Oracle Form into XML using frmf2xml utility in Oracle Forms 11g and then you need to create a migration project into Oracle Apex. Below are the steps...

    Read More

    Identity Column in Oracle 12c

    Previous releases of the Oracle database, there was no substitute of the AutoNumber or Identity functionality like other database (SQL Server, MySQL etc). Same behaviour was implemented using a combination of sequences and triggers. However, Oracle 12c now introduces two alternatives 1) identity columns and...

    Read More

    MULTIPLE FACT TABLES

    My current blog  looks at the logical or business model.  In particular how to connect fact tables so that you can get numbers from more than one fact in the same report – and actually show results. This aspect of OBIEE seems to cause a fair...

    Read More