Oracle Blog

Oracle Blog

Oracle SQL, PL/SQL and APEX

  • About Me

How to view alert log file

Posted on 28/03/202103/02/2022 by admin

First of all, in order to find your log files location in the operating system where the database is located, you can query to V$DIAG_INFO view. It contains […]

More Details
Posted in DBALeave a Comment on How to view alert log file

Useful Oracle Functions

Posted on 19/03/202131/03/2023 by admin

How to find the difference between two dates If you want to find the difference between two dates according to different time types, you can use the EXTRACT […]

More Details
Posted in SQLLeave a Comment on Useful Oracle Functions

How to unregister materialized view from source DB

Posted on 14/03/202114/03/2021 by admin

If a remote MV is no longer available or if you move to a new server because of data migration, version upgrade etc. and somehow don’t need the […]

More Details
Posted in DBALeave a Comment on How to unregister materialized view from source DB

How to get the contents of unknown SYS REFCURSOR

Posted on 08/02/202108/02/2021 by admin

You can use the following procedure in order to get the unknown number of columns and column types.

More Details
Posted in PL/SQLLeave a Comment on How to get the contents of unknown SYS REFCURSOR

We have been awarded Top 100 Oracle Blog

Posted on 07/02/202101/02/2023 by admin

Hello All, we have been awarded Top 100 Oracle Blog by feedspot. I really would like to thank to feedspot team. There are many valuable blog writters in […]

More Details
Posted in UncategorizedLeave a Comment on We have been awarded Top 100 Oracle Blog

How to use Flashback

Posted on 10/01/202110/01/2021 by admin

Flashback feature is available only for enterprise edition. In this article, Oracle 19c has been used for all examples. With flashback feature you can recover your table or […]

More Details
Posted in DBALeave a Comment on How to use Flashback

How to open pluggable database automatically

Posted on 02/01/202102/01/2021 by admin

There are different startup phases of Oracle database. In multitenant architecture, startup and shutdown commands of container database are same as the regular database. After opening the container […]

More Details
Posted in PL/SQLLeave a Comment on How to open pluggable database automatically

How to create a temporary job

Posted on 26/12/202026/12/2020 by admin

Basically, you can create a single scheduler job by the following syntax. This job executes and drops itself automatically. If your procedure that used in the scheduler job […]

More Details
Posted in DBA, PL/SQLLeave a Comment on How to create a temporary job

How to use Data Pump between different Oracle versions

Posted on 04/12/202004/12/2020 by admin

According to the documentations, if the target database is higher than the source database, the VERSION parameter does not have to be specified. There is an exception, if […]

More Details
Posted in DBALeave a Comment on How to use Data Pump between different Oracle versions

How to export / import schema with Data Pump

Posted on 23/11/202004/12/2020 by admin

There are several export/import modes. These are listed in the following section. Full Mode Schema Mode Table Mode Tablespace Mode Transportable Tablespace Mode In this article I will discuss about schema mode export […]

More Details
Posted in DBALeave a Comment on How to export / import schema with Data Pump

Posts navigation

Older posts
Newer posts

Recent Posts

  • How to fix cardinality misestimate?
  • CUME_DIST function
  • FOR UPDATE vs FOR UPDATE SKIP LOCKED
  • NVL vs COALESCE
  • How to use MULTISET UNION DISTINCT on collections

Recent Comments

  • admin on How to reorder columns of table
  • Yogendra on How to reorder columns of table
  • ENOCK OLOO on Data encryption and decryption using PL/SQL
  • Soeren Dalby on How to generate, parse and use JSON data
  • Nicolas on Print clob data with htp.prn

Archives

  • May 2023
  • January 2023
  • October 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • May 2020
  • February 2020
  • January 2020
  • December 2019
  • May 2019
  • March 2019
  • January 2019
  • December 2018
  • November 2018

Categories

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

Flag Counter

© Copyright 2023, Çağlar Polat