Caglar's Oracle Blog

Caglar's Oracle Blog

About SQL, PL/SQL and Oracle APEX

  • About Me

Category: DBA

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

ORA-12034 materialized view log on younger than last refresh

Posted on 21/12/201807/01/2019 by Caglar

Hi all, if you encounter ORA-12034 error. It means, a complete refresh is required before the next fast refresh. So, I run the code below in order to […]

More Details
Posted in DBALeave a Comment on ORA-12034 materialized view log on younger than last refresh

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

How to update user’s password with the same password

Posted on 19/12/201805/07/2023 by Caglar

If you don’t know the user’s password that had been saved in TOAD or SQL DEVELOPER and will expire soon. You can update as it is. In Oracle […]

More Details
Posted in DBALeave a Comment on How to update user’s password with the same password

JOB_QUEUE_PROCESSES parameter

Posted on 13/12/201805/02/2020 by Caglar

In our company we came across duplicative jobs that have been executed by the system. After an investigation, we find out that, these jobs were run from our […]

More Details
Posted in DBALeave a Comment on JOB_QUEUE_PROCESSES parameter

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