Managing Large Object (LOB) segments in Oracle databases can be a nuanced task, especially when it comes to Securefile LOBs. If you've ever wondered how to tweak the retention settings for these segments, you're in the right place. This post will guide you through the process with clarity.
Sharing knowledge is the ultimate key to gaining knowledge..
The only two things that stay with you for life
are you & your knowledge !
Live while you can!
Teach & inspire while you could &
Smile while you have the teeth.. 😉
-
ASM
- Creating ASM Instance and diskgroups manually without DBCA
- 20 ASM Realtime | Interview Questions
- How to make a cold backup for database running on ASM ( using RMAN )
- Moving a Single Datafile from File System to ASM System (METHOD 1)
- Moving a Single Datafile from File System to ASM System (METHOD 2)
- Things to consider while adding new disk/ Rebalancing existing Disk Group
-
Dataguard
- Dataguard Modes
- Dataguard Modes - II
- Oracle DataGuard Setup
- invalid archived log deletion policy
- recover from the Loss of a Datafile on a Standby Database ?
- MRP terminated with ORA-00600: internal error code, arguments
- Recover archive gaps in standby database - using 2 methodss
- Gap Resolution in Dataguard
- Convert Physical Standby to Snapshot Standby and Vice Versa
- Re-create Redo-logs on Standby/ Primary
- Pre-check for DataGuard switchover Process
- ORA-19815: WARNING: db_recovery_file_dest_size
- How do you purge old archivelogs which are applied on Standby DB
- Pre-check For SWITCHOVER using DG Broker
- https://oracle-dba-help.blogspot.com/2016/03/data-guard-modes.html
- ORA-01274 : RENAME THE UNKNOW FILE IN THE STANDBY DATABASE
- Database Creation in Easy 6 Steps
- Oracle Networking
- Tablespace management
- Housekeep : Quick Tips for DBA
- Health check for DB
- ORA-12537 While Connecting To Database Via Listener
- How to identify the applied patche-set of your Oracle Home
- Accessing a schema without knowing the password
- ORA-12505: TNS:listener does not currently know of SID given in connect descriptor
- Session Related Scripts
- How to check ORA Error on DB Server – Beginner Tip
- Working with Redo Logs
- Decommission of Oracle Database
- Roles in Oracle - Managing Users
- Oracle Release Number Format
- Troubleshooting Handy-Guide
- Understanding the Upgradation Process
- Query to find the session creating more redo
- Audit in Oracle
- Troubleshooting Internal Errors and Error-Look-up Tool on MOS
- Troubleshooting Issues with Undo Tablespace
- User Management
- User Management - II
- Data Pump Gets Better
- MEMORY_TARGET Parameter
- Oracle 21c: INCLUDE and EXCLUDE in Data Pump
- Behind the Scenes of COMMIT
- Data Guard Redo Transport Encryption
- Oracle 19C with ADG DML Redirection
- 19c PDB Refreshable Clones
- Solving the Mysterious Database Connection Timeouts
- How to identify the applied patche-set of your Oracle Home
- Topic need to get clear to become expert in Oracle DBA
- Working with Redo Logs
- Oracle Database Block corruption
- What happens during Instance Recovery
- Oracle Datapump Scenarios
- Troubleshooting Issues with Undo Tablespace
- General Tips to Prepare for an Oracle DBA Job Interview
- RMAN Questions
- Installing PostgreSQL Server on CentOS, RHEL 6 / 7 Systems
- Creating a database in Postgres
- Initialize multiple Postgres instance on the same RHEL server
- How to stop starting of clusters while starting up services
- Setup a streaming replication
- Switchover- master server and warm standby (with streaming replication)
- All About Physical Replication and Log shipping
- PostgreSQL Upgrade and troubleshooting
- Timeline Switch issue
- Query to identify the lag in replication
- Drop table : ERROR: must be owner of relation table_name
- PgBadger
- PgCenter
- PgTune
- Internals of Toast Table
- Influencing Query Execution Plan
- Create Extension ERROR
- Find Uptime in PostgreSQL
- Set DB Timezone
- Clear RAM Cache, Buffer
- Read-Only User in Postgres
- Everything you need to know about Streaming Replication
- Ora2Pg Migrate Oracle to Postgres
- Total Page Cost
- PostgreSQL 13 - Everything you need to know
- Startup Failure - .conf file
- All About Postgres Upgrade
- Basic Guide
- Session Related Scripts
- AWR :: Beginners Guide
- All About ASH - Active Session History
- Wait Events : checkpoint busy waits or archiver busy waits
- Find sessions performing sort operations : TEMP Tablespace occupants
- Generate ADDM task and generate its report for Tuning
- Database Performance Tuning Scripts -Keep Handy
- Buffer Busy Wait
- Simulating the Deadlock
- Latches
- Steps to Schedule any RMAN Jobs In Windows Server
- ORA-01194: file 1 needs more recovery to be consistent
- Loss of Current Online Redo-Log
- RMAN "baby Steps"
- Recovery of ControlFiles
- Loss of Datafile
- Recovery from complete loss of all online redo log files
- Block Change Tracking
- RMAN Questions
- Instance Recovery
- Redundancy and Recovery window in RMAN
- Cold Backup
- Database Cloning
- Contact
- Drop Database using RMAN
- PITR to older Incarnation
Sunday, 10 December 2023
Sunday, 12 November 2023
Debunking 10 Myths about Database Administrators! 🔥
Database administrators (DBAs) play a critical and often underappreciated role in the world of information technology.
Sunday, 5 November 2023
SQL Patches: Enhancing SQL Performance with Hints
A Case Study: Oracle Database vs. PostgreSQL
Considering the best database management system for your organization? Let's explore the key differences between Oracle Database and PostgreSQL, two powerful contenders in the database landscape.
Saturday, 4 November 2023
Enhancing Cloud Security with Oracle Cloud Infrastructure: A Comprehensive Guide
As organizations continue to migrate to the cloud, ensuring robust security measures becomes paramount. Oracle Cloud Infrastructure (OCI) delivers a comprehensive suite of security services to address every aspect of cloud security, from user access to threat intelligence. Here’s an overview of OCI's key security features, shuffled to highlight their unique benefits:
Sunday, 8 October 2023
Facts: Native vs pglogical Logical Replication in PostgreSQL
Here are some of the facts about Native vs pglogical Logical Replication in PostgreSQL
Saturday, 30 September 2023
Agile is NOT FAST….
Agile is a widely adopted and highly effective approach to software development and project management in the IT environment. It has gained popularity for several reasons, and its principles and practices have proven to be beneficial for many organizations.
Tuesday, 5 September 2023
Trace performance issues in PostgreSQL using the pg_stat_statements
👉 The pg_stat_statements view is a PostgreSQL extension that provides information about the execution statistics of all SQL statements that have been executed by the PostgreSQL server.
Sunday, 18 June 2023
Resolving "User has no SELECT privilege on V$SESSION" Error in Oracle
Thursday, 25 May 2023
Harnessing tfactl for Diagnostic Data Collection
Sunday, 9 April 2023
Transforming SQL*Plus Output into HTML and Emailing It: A Step-by-Step Guide
Wednesday, 22 February 2023
Ensuring Data Integrity with Oracle 21c Data Pump Checksum
Saturday, 28 January 2023
A DBA's Guide to Managing large size Databases
- Spread your data files across multiple physical disks or storage devices to harness the magic of parallel I/O operations and ward off pesky I/O bottlenecks.
- Keep a watchful eye on disk space usage and plan for ample storage capacity to accommodate the ever-growing data size. After all, a happy DBA is a well-prepared DBA!
- Embrace the magic of backup compression to shrink backup sizes and speed up the restoration process.
- Regularly put your restore process to the test, ensuring a happy ending even in the face of adversity.
- Analyze the backup failures via alerting and ensure repetitive alerts are addressed.
- Enjoy the benefits of better data distribution, enhanced query performance, and simplified maintenance operations.
- Select a partitioning strategy tailored to your data's unique characteristics and query patterns – because one size does not fit all in the land of databases.
- Consider performing these tasks during off-peak hours to keep production systems humming along happily.
- Explore the wonders of filtered indexes to hone in on the relevant data subset, shrinking index size and boosting query performance.
- Regularly tend to your index statistics to keep query optimization in top-notch condition.
- Enable compression for your hefty tables and indexes, especially those facing read-intensive workloads.
- Strike the perfect balance between storage savings and CPU overhead to find your compression sweet spot.
- Embark on a quest through query plans, vanquishing performance bottlenecks with strategies like indexing, query rewriting, and partition elimination.
- Make merry with features like columnstore indexes and in-memory OLTP to supercharge your queries when the need arises.
- Track key performance indicators like disk I/O, CPU utilization, and query execution times, making adjustments as needed.
- Optimize server and database configurations based on monitoring insights for a performance paradise.