Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • How to Decide upto what level you can decrement your datafile size. ( Shrink Datafile) Oracle
  • Implementing Listener Security Oracle
  • Good Link from metalink 1 Oracle
  • Follwoing korn shell is used to move files from source folder to destination folder and gzip it in destination folder. mv_iotto.ksh Linux/Unix
  • Debugging Shell FIles Linux/Unix
  • How to analyze statspack or AWR report. Oracle
  • Configure ssh authentications for RAC Oracle
  • Giving Grant on v$DATABASE Oracle
  • DBA_HIST_SQLSTAT contents Oracle
  • Handling LOB data in Oracle Oracle
  • Gathering statistics with DBMS_STATS Oracle
  • How do I get Oracle to automatically start when my server boots up? Oracle
  • Standby Database Behavior when a Datafile is Resized on the Primary Database Note:123883.1 Oracle
  • Paste command syntax Linux/Unix
  • More info about /proc folder and its relation with processes. Linux/Unix

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

  • pvm_pre_change.sql Oracle
  • pvmehta.com SQL scripts
    Find which sessions is accessing object that prevent your session to have exclusive locks in Oracle Oracle
  • find_cons.sql Oracle
  • Implementing Listener Security Oracle
  • Find_table_size.sql Oracle
  • Explain Plan Output 2 Oracle

Leave a Reply Cancel reply

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

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (388)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (337)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024
  • Reading config file from other folder inside class24-Sep-2024
  • Python class import from different folders22-Sep-2024
  • Transfer SQL Profiles from One database to other database.05-Sep-2024
  • Load testing on Oracle 19C RAC with HammerDB18-Jan-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • On solaris 10, “S” link is not part of $ORACLE_HOME/bin/oracle as default. ( For 9.2.0.8) Oracle
  • Find total file sizes Linux/Unix
  • All Hints for Oracle Databases Oracle
  • All About Trace Fils Oracle
  • For Perl DBI installation and testing program PHP/MYSQL/Wordpress
  • Good Doc 28-JUN-2006 Oracle
  • Good notes on Oracle Events Oracle
  • create trigger syntax Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme