Ads block

Shell Script for expdp Automation
By
AS
Create a file named daily_full_expdp.sh : ###################################################################### #!/bin/bash # --- Configuration Variables --…
Read more »
Schema Export using DBMS_DATAPUMP
By
AS
For more granular control or when you want to execute Data Pump operations directly from SQL*Plus or a PL/SQL block (e.g., within a stored procedure or schedul…
Read more »
Oracle's Data Pump utility (expdp and impdp)
By
AS
Prerequisites for expdp: Oracle Directory Object CREATE DIRECTORY data_pump_dir AS '/u01/app/oracle/datapump_backups'; -- Grant to the user performin…
Read more »
Performance Tuning and Monitoring : CPU Scripts
By
AS
Find CPU and memory usage of oracle DB server: Below script is useful in getting CPU, memory and core, socket information of a database server from SQL prompt.…
Read more »
Oracle EXPDP/IMPDP (DATAPUMP) Monitoring Scripts
By
AS
To start with some of the important tables/views that you should refer to monitor Data Pump Jobs are: DBA_DATAPUMP_JOBS DBA_DATAPUMP_SESSIONS DBA_RESUMABLE V$S…
Read more »
Script to get a fast overview of the State of a Troubled System
By
AS
Use this script to get a fast overview of the state of a troubled system spool /tmp/snap; prompt**************************************************** prompt Hit…
Read more »
SEARCH
LATEST
3-latest-65px
Blog Archive
- June 2025 (5)
- May 2025 (6)
- March 2025 (3)
- January 2025 (3)
- May 2024 (1)
@AS. Powered by Blogger.