Caglar's Oracle Blog

Caglar's Oracle Blog

About SQL, PL/SQL and Oracle APEX

  • About Me

Category: SQL

Pivot and Unpivot Operators in Oracle 11g

Posted on 27/12/201930/12/2019 by Caglar

PIVOT In this article you will learn how to use PIVOT and UNPIVOT operators. Basically, pivot operator allow you to transpose rows into columns. Prior to 11g, it […]

More Details
Posted in SQLLeave a Comment on Pivot and Unpivot Operators in Oracle 11g

ORA-22859 invalid modification of columns

Posted on 25/12/201925/12/2019 by Caglar

When you try to convert datatype CLOB to VARCHAR2, you get the ORA-22859 invalid modification of columns error even if the column is empty. In order to overcome […]

More Details
Posted in SQLLeave a Comment on ORA-22859 invalid modification of columns

Parallel Enabled Pipelined Table Functions

Posted on 24/12/201908/04/2021 by Caglar

In the previous article, I mentioned about pipelined table functions. In this article, I am going to talk about parallel feature of pipelined table functions. At least one […]

More Details
Posted in PL/SQL, SQLLeave a Comment on Parallel Enabled Pipelined Table Functions

Pipelined Table Functions

Posted on 20/12/201924/12/2019 by Caglar

Table functions are used in FROM clause of a query as if it were a regular table that return PL/SQL collections. Returning large size of collections can be […]

More Details
Posted in PL/SQL, SQLLeave a Comment on Pipelined Table Functions

XPath / XQuery / SQL

Posted on 07/01/201909/01/2019 by Caglar

In brief, I will compare the equivalence of SQL, XQuery and XPATH. The following XML feed is used for this purpose. Oracle 11g is used. Now, I want […]

More Details
Posted in SQL, XQueryLeave a Comment on XPath / XQuery / SQL

Regular Expression

Posted on 20/12/201824/01/2019 by Caglar

You can use the following character classes for your regex pattern. Character Class Description [:alnum:] Alphanumeric characters [:alpha:] Alphabetic characters [:blank:] Blank Space Characters [:cntrl:] Control characters (nonprinting) […]

More Details
Posted in DBA, SQLLeave a Comment on Regular Expression

Oracle TRANSLATE function

Posted on 21/11/201820/12/2018 by Caglar

Oracle TRANSLATE(expression, from_string, to_string) function can replace all characters from from_string to to_string by its corresponding character. Also, the important thing is replacement is done by the order […]

More Details
Posted in SQLLeave a Comment on Oracle TRANSLATE function

Posts navigation

Newer posts

Recent Posts

  • How to use LONG column in the WHERE clause
  • How to use XMLTABLE
  • How to implement wait spinner in APEX dynamic action
  • How to list all privileges of a user
  • How to create or alter a job

Recent Comments

  • Alexandre on How to implement wait spinner in APEX dynamic action
  • Maurits Groenenberg on How to view alert log file
  • Caglar on FOR UPDATE vs FOR UPDATE SKIP LOCKED
  • Anjali Damani on FOR UPDATE vs FOR UPDATE SKIP LOCKED
  • Caglar on How to implement wait spinner in APEX dynamic action

Categories

  • APEX
  • DBA
  • PL/SQL
  • SQL
  • Uncategorized
  • XQuery

Flag Counter

© Copyright 2025, Çağlar Polat