Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Finding last recovered file on DR and remove all chanracters before any “/” Linux/Unix
  • Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry Oracle
  • RAC 11g with vmware Oracle
  • Good Link from metalink 1 Oracle
  • TNSNAMES entries details Oracle
  • Some useful Unix Commands Linux/Unix
  • CPU speed on solaris Linux/Unix
  • Explain Plan Doesn’T Change For Sql After New Statistics Generated Oracle
  • find_idle_cpu.sql Oracle
  • ORA-4031 issue and solution on 09-MAY-2008 Oracle
  • purge_trc.sh Linux/Unix
  • Proc code Oracle
  • SQL_PROFILE – I explaination Oracle
  • Disbaling DBA_SCHEDULER_JOBS Oracle
  • Configure ssh authentications for RAC Oracle

dbms_job.submit example

Posted on 21-Jan-2009 By Admin No Comments on dbms_job.submit example

VARIABLE jobno NUMBER

BEGIN

DBMS_JOB.SUBMIT(:jobno,

‘DBMS_DDL.ANALYZE_OBJECT(”TABLE”,

”HR”, ”EMPLOYEES”,

”ESTIMATE”, NULL, 50);’,

SYSDATE, ‘SYSDATE + 1’);

COMMIT;

END;

/

PRINT jobno

JOBNO

———-

14144

Oracle, SQL scripts

Post navigation

Previous Post: Find_stale_dr.sql finding stale physical DR..
Next Post: DBMS_JOB all example

Related Posts

  • 10g RAC: Troubleshooting CRS Root.sh Problems Oracle
  • online_bkup.sql Oracle
  • plan10g.sql good1 Oracle
  • AWR settings- MMON is not taking snapshot. Oracle
  • pvm_metric.sql for gathering report from vmstat tables Oracle
  • Exadata Basics Oracle

Leave a Reply Cancel reply

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

Categories

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

Recent Posts

  • 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
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025
  • MYSQL and Oracle Comparison for Oracle DBA24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Finding Oracle Patches with opatch Oracle
  • get_aix_vmstat.ksh Oracle
  • Another Tuning Article for subheap of shared pool Oracle
  • proc.sql Oracle
  • Resolving RMAN Hung Jobs Oracle
  • How to Make Trace Files Created by Oracle Readable by All Users ? Oracle
  • MYSQL and Oracle Comparison for Oracle DBA MYSQL
  • PLSQL Table Syntax 1 Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme