Minimalistic Oracle

Minimalistic Oracle contains a collection of practical examples from my encounters with Oracle technologies. When relevant, I also write about other technologies, like Linux or PostgreSQL. Many of the posts starts with "how to" since they derive directly from my own personal experience. My goal is to provide simple examples, so that they can be easily adapted to other situations.

Showing posts with label Flashback Data Archive. Show all posts
Showing posts with label Flashback Data Archive. Show all posts
Tuesday, June 14, 2022

How to alter a flashback data archive that needs additional quota

›
SELECT F.FLASHBACK_ARCHIVE_NAME, F.TABLESPACE_NAME,F.QUOTA_IN_MB, (SELECT ROUND(SUM(S.BYTES)/1024/1024/1024) FROM DBA_SEGMEN...
Wednesday, June 20, 2018

How to solve ORA-55622 during DROP USER ... CASCADE;

›
During a DROP USER ... CASCADE operation, you may encounter the following error: ERROR at line 1: ORA-00604: error occurred at recursive ...
Wednesday, October 23, 2013

How to create a Flashback Data Archive

›
Remember that tablespaces used for flashback data archive must use ASSM (Automatic Segment Space Managment) Create a tablespace (here I am...

Which are the potential use cases for Flashback Data Archive, introduced in Oracle 11gR1?

›
Flashback Data Archive is handy for many purposes. Here are some ideas: - To audit for recording how data changed - To enable an applicat...
Sunday, October 20, 2013

How to disable flashback archiver process, introduced to support Oracle 11gR1 feature "Flashback Data Archive"

›
If you do not use the flashback data archive feature, and have no plans to do so, you might as well disable the process, even though it is d...
›
Home
View web version

About Me

My photo
Name: Vegard Kåsa
My career as an Oracle DBA startet in 2001, when I acceptet a request to take on the responsibility as my current employer's DBA. From that point and onwards, managing Oracle databases has kept me busy and engaged. I enjoy my work, and particulary appreciate the constant learning and devlopment that comes with the job. From 2014, I am self-employed through my company Oric Consulting AS (Norway), and from 2024 Oric Consulting AB (Sweden) I currently live in Göteborg, Sweden, with my family.
View my complete profile
Powered by Blogger.