Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Important Script Method for tuning Oracle
  • Implementing Listener Security Oracle
  • reset Sequence Oracle
  • DBMS_JOB all example Oracle
  • TABLE SIZING WITH DB_BLOCK ARCHITECTURE Reference : Metalink note : 10640.1 Oracle
  • Export With Query Another Example. Oracle
  • Oracle Connections expire_time and firewall Oracle
  • Adding Datafile on Primary Server and Impact on Standby Server Oracle
  • tblwopk.sql tablewopk.sql Oracle
  • True Session Wait Activity in Oracle 10g Verygood Oracle
  • usnsql.sql Displays information about UNDO segments with sql statements Oracle
  • Adding a new disk and mount it automatically. on VMWARE LINUX Linux/Unix
  • In Addition to previous note, following grants needed on PERFSTAT user. Oracle
  • PLSQL Table Syntax 2 Oracle
  • check_copy_progress.sh Linux/Unix

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

  • TOP-N Sql to find Nth max or Top N rows Oracle
  • USE_NL and INDEX hints example Oracle
  • Example of How To Resize the Online Redo Logfiles Note:1035935.6 Oracle
  • useful dg links Oracle
  • oradebug ipcrm ipcs Oracle
  • Settting up get_vmstat.sh for colletinf CPU Usage. 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 (394)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • tracksqltime.sql05-Mar-2026
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • compile_inv.sql Oracle
  • .profile Linux/Unix
  • reset Sequence Oracle
  • Renaming Global Name GLOBAL_NAME Oracle
  • How can I tell if ASO is installed ? Oracle
  • Oracle Release Explaination Oracle
  • UNderstand and eliminate Latch contention. Oracle
  • Specify the Rollback segment to use in Transaction Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme