Caglar's Oracle Blog

Caglar's Oracle Blog

About SQL, PL/SQL and Oracle APEX

  • About Me

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

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