Caglar's Oracle Blog

Caglar's Oracle Blog

About SQL, PL/SQL and Oracle APEX

  • About Me

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

Proxy user authentication

Posted on 18/12/201913/07/2022 by Caglar

Proxy user authentication allows you to access another schema via a different user. In other words, dba can connect on behalf of a specific user without knowing the […]

More Details
Posted in DBALeave a Comment on Proxy user authentication

How to change database log mode to archiving mode

Posted on 05/12/201915/12/2019 by Caglar

After connect to the database via SQLPLUS. Shutdown the database using the NORMAL, IMMEDIATE, or TRANSACTIONAL option. We can start the database with mount mode. Now, we can alter the […]

More Details
Posted in DBA1 Comment on How to change database log mode to archiving mode

Trigger parent page when modal closed

Posted on 20/05/201921/05/2019 by Caglar

In order to trigger parent page, in Apex 5.0, when user close the modal without to click any button. First, you will need to define the following Javascript […]

More Details
Posted in APEXLeave a Comment on Trigger parent page when modal closed

How to make pritable page in APEX

Posted on 21/03/201921/03/2019 by Caglar

It can be done with Javascript. The following Javascript code, make the intended part of page as printable. You can create a dynamic action for this.

More Details
Posted in APEXLeave a Comment on How to make pritable page in APEX

Create an Access Control List (ACL)

Posted on 18/03/201910/01/2025 by Caglar

Access control list can be created, amended and deleted by DBMS_NETWORK_ACL_ADMIN package. It is used for network access. For instance, XML transfer etc. The following code can create […]

More Details
Posted in DBALeave a Comment on Create an Access Control List (ACL)

Trigger dialog close event in Apex

Posted on 04/03/201904/03/2019 by Caglar

In order to trigger dialog close event in APEX 5. You can write the following javascript code in the function and global declaration part of parent page. It […]

More Details
Posted in APEX1 Comment on Trigger dialog close event in Apex

Data encryption and decryption using PL/SQL

Posted on 24/01/201911/07/2023 by Caglar

Data encryption is the one of the key feature for security. It can be used for several purposes. I used DBMS_CRYPTO package for this. DBMS_CRYPTO.ENCRYPT function requires the […]

More Details
Posted in DBA, PL/SQL1 Comment on Data encryption and decryption using PL/SQL

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

Posts navigation

Older posts
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 2026, Çağlar Polat