Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Creating never expiring DB user accounts in Oracle Oracle
  • Physical Standby switchover with session active Oracle
  • Read CSV File using Python Python/PySpark
  • Good Site for Oracle Internals Oracle
  • Kill a session dynanically using execute immediate Oracle
  • Check Oracle installed products using one command Oracle
  • 284785.1 How to check RAC Option is currently linked into the Oracle Binary Oracle
  • Postgres DB user and OS user. POSTGRESQL
  • create user with unlimited quota Oracle
  • How to see which patches are applied. Oracle
  • Removing Ctrl-M from end of line using vi Linux/Unix
  • Read CSV file using PySpark Python/PySpark
  • Oracle 10g for solaris 10 Oracle
  • RAC with RHEL4 and 11g Oracle
  • SQL Tracker by SID sqltrackerbysid.sql Oracle

Disbaling DBA_SCHEDULER_JOBS

Posted on 21-Feb-2006 By Admin No Comments on Disbaling DBA_SCHEDULER_JOBS

select job_name, state from dba_scheduler_jobs

SQL> execute DBMS_SCHEDULER.DISABLE(‘GATHER_STATS_JOB’);

PL/SQL procedure successfully completed.

SQL> execute DBMS_SCHEDULER.DISABLE(‘PURGE_LOG’);

PL/SQL procedure successfully completed.

SQL> commit;

Commit complete.

SQL>

Oracle, SQL scripts

Post navigation

Previous Post: Directory wise folder wise space usage
Next Post: Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry

Related Posts

  • import-export with multiple files Oracle
  • CPU Core related projections AWS
  • find_longsql.sql Oracle
  • Vivek Tuning for Row Locks. Oracle
  • Jai Shree Ram Oracle
  • Renaming Global Name GLOBAL_NAME Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Django (0)
  • GIT (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (342)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • find_longsql.sql Oracle
  • check_copy_progress.sh Linux/Unix
  • T-SQL Vs PL/SQL Syntax SQL Server
  • Standby Database File Management in 10g with STANDBY_FILE_MANAGEMENT Oracle
  • MYSQL for Oracle DBA MYSQL
  • Reclaim temp tablespace for oracle 8, 8i Oracle
  • How to sort list of files on basis of their sizes. Linux/Unix
  • Temporary Tablespsace Temp tablespace behaviour Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme