Matěj Černý
  • Bluesky
  • LinkedIn
  • Nostr
  • X
  • Čeština
  • Bluesky
  • LinkedIn
  • Nostr
  • X
  • Čeština

Category: Oracle 12c

2018-05-03

Oracle 12c / Top N rows, pagination

In older versions, limiting sorted data by the number of rows had to be implemented using a nested query. This first sorted the table, and only then was it possible to filter by count.

Matěj Černý
Matěj Černý
2018-01-15

Oracle 12c / User-defined function in the WITH clause

The option to define a PL/SQL function or procedure inside an SQL query might seem strange at first glance, but it has one significant advantage – the database does not need to switch context, which in certain cases leads to a massive increase in performance.

Matěj Černý
Matěj Černý
2018-01-11

Oracle 12c / Querying from an associative array

To use an array in SQL queries, it was previously necessary to create a “stored” type on the SQL server side and assign the appropriate rights… Read more

Matěj Černý
Matěj Černý
2016-09-15

Cheat sheet / Oracle DDL operations

List of basic commands for defining data structures.

Matěj Černý
Matěj Černý

Big Data

  • Apache Spark / CSV file
  • Apache Spark / Dataframe API vs. SQL

PL/SQL by Examples

  • Anonymous Block and Branching
  • Scalar Data Types
  • Composite Data Types
  • FOR and WHILE loop
  • Procedures and Functions
  • Package
  • Exceptions
  • Savepoints
  • Object
  • Inheritance and Polymorphism

Oracle 12c

  • Querying from an associative array
  • User-defined function in the WITH clause
  • Top N rows, pagination
  • Cheat sheet / Oracle DDL operations

Links

  • Petr Stříbný
  • Josef Strzibny
© Matěj Černý