-
Recent Posts
- BEGIN; in Snowflake SQL vs BEGIN END; in Snowflake Scripting – Snowflake Scripting and transactions
- Working with Snowflake using the Vertex AI platform
- Oracle CDC to Snowlake Data Cloud using Amazon DMS and Snowpipe
- 3 ways how to connect Oracle to Snowflake – the technical overview
- APEX Connect 2021
Recent Comments
Categories
Tags
- 18c
- ajax
- amazon
- analiza
- apex
- aplikacja
- application express
- aws
- cloud
- darmowy kurs sql online
- dba
- download
- etykieta
- exadata
- excel
- exit
- gis
- goto
- jquery
- kurs online
- kurs Oracle
- Kurs Oracle SQL
- kurs sql
- null
- odbc
- Oracle
- Oracle 11
- Oracle 11g
- Oracle 12c
- oracle apex
- Oracle SQL
- Oracle SQL 11g
- pivot
- PL/SQL
- postgis
- postgresql
- RMAN
- simple checkbox
- Snowflake
- sql
- sql tuning
- tabele przestawne
- tablice zewnetrzne
- web service
- xml
Archives
- November 2022
- October 2022
- September 2022
- June 2021
- May 2021
- March 2021
- October 2020
- October 2019
- September 2019
- August 2019
- May 2019
- April 2019
- March 2019
- October 2018
- September 2018
- December 2017
- May 2017
- January 2017
- November 2016
- September 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- June 2015
- May 2015
- April 2015
- September 2013
- May 2013
- April 2013
- February 2013
- January 2013
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
Logowanie | RSS
Author Archives: Rafal Stryjek
Working with Snowflake using the Vertex AI platform
Google Cloud Platform created the Vertex AI as the unified platform to build and deploy machine learning models. It enables a widely discussed MLOps approach that improves modelling by using DevOps and data engineering methods. Wouldn’t it be an ideal … Continue reading
Oracle CDC to Snowlake Data Cloud using Amazon DMS and Snowpipe
Oracle CDC to Snowflake using Amazon DMS and Snowpipe Sometimes it might be said that you would like to benefit from both a classic Oracle database and as well from Snowflake Data Cloud. For instance, your target architecture assumes OLTP … Continue reading
3 ways how to connect Oracle to Snowflake – the technical overview
Wouldn’t it be great if you could bring Snowflake into the Oracle database ecosystem? Or, you may need to add Oracle database to the Snowflake ecosystem. What about pushing down the Oracle database ETL to the Snowflake layer? Or maybe, … Continue reading
Posted in Oracle, Snowflake
Tagged AWS Lambda, Oracle, Oracle Snowflake Connector, Snowflake, Snowflake External Functions
Comments Off on 3 ways how to connect Oracle to Snowflake – the technical overview
Funkcja agregująca COLLECT – część pierwsza
W tym wpisie przyjrzymy się funkcji agregującej COLLECT. Funkcja ta przyjmuje jako argument kolumnę, zwracając w wyniku zagnieżdżoną tabelę dla każdej grupy, po której odbywa się grupowanie. Tabela ta zawiera wiersze złożone z wartości kolumny, która została podana jako argument. Wiersze zawarte … Continue reading
Posted in Oracle, Oracle APEX, Oracle SQL, Oracle SQL Zaawansowany
Tagged Collect, Oracle SQL
Comments Off on Funkcja agregująca COLLECT – część pierwsza
Analytic SQL | Snowflake
Analytic SQL Examples: Download
Posted in Snowflake
Comments Off on Analytic SQL | Snowflake
Expose Big Data using the Oracle Application Express (APEX)
In this article we will describe how to expose Big Data in Oracle Application Express (APEX) using tools/mechanisms provided by Oracle. Examples are based on: Oracle Big Data Lite Virtual Machine – For testing and educational purposes only you can … Continue reading
Posted in Nieokreślona
Tagged apex, application express, big data, Oracle, oracle apex, oracle application express, Oracle Big Data SQL
Comments Off on Expose Big Data using the Oracle Application Express (APEX)
Co nowego w Oracle 12.2 – Identyfikatory powyżej 30 znaków?
“The maximum length of identifiers is increased to 128 bytes for most identifiers, up from 30 bytes in previous releases” Brzmi ciekawie 😉
Posted in Oracle, Oracle DBA, Oracle DBA Basic, Oracle SQL, Oracle SQL Zaawansowany
Tagged oracle 12.2, Oracle 12c
Leave a comment
Oracle 12.2 – dokumentacja
Ukazała się dokumentacja do Oracle 12.2. Możemy zapoznać się między innymi z nowymi cechami 12.2, dzięki “What’s new”. http://docs.oracle.com/database/122/index.htm
Connect by level vs recursive with (CTE) for generating values
Hi All, Have you ever wondered what is the difference between generating records using connect by level and recursive with in CTE (available from Oracle 11R2)? I did short ora-investigation 🙂
Posted in Oracle, Oracle DBA, Oracle DBA Basic, Oracle SQL, Oracle SQL Tuning
Tagged Oracle, Oracle 11g, Oracle 12c, Oracle SQL
Leave a comment
Profilowanie zawrapowanego kodu PL/SQL
Czy zastanawialiście się co stanie się, gdy spróbujcie profilować zawrapowany kod PL/SQL? Czy dowiemy się jakie nr linii kosztują nas najbardziej? Czy dowiemy się jakie funkcje i procedury uruchamia nas zawrapowany kod? Jeśli tak – zapraszam do lektury 🙂
Posted in Oracle, PL/SQL, PL/SQL Zaawansowany
Tagged Oracle, Oracle 11g, Oracle 12c, PL/SQL, Profiler, WRAP
Leave a comment