Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • TABLE SIZING WITH DB_BLOCK ARCHITECTURE Reference : Metalink note : 10640.1 Oracle
  • Windows based Command line mailing program like mailx (Sednmail for windows) PHP/MYSQL/Wordpress
  • executing Function from SQLPLUS prompt Oracle
  • Wait.sql Oracle
  • Checking SQL Server Version SQL Server
  • TRUNCATE table and disabling referential constraints. Oracle
  • Find_stale_dr.sql finding stale physical DR.. Oracle
  • plan10g.sql good Oracle
  • Processes Parameter decision Oracle
  • initUOCIOTTO.ora Oracle
  • eplan.sql Oracle
  • TRUNCATE Privs Oracle
  • Pending Transaction Neighbors Script Oracle
  • Goldengate document from Porus Oracle
  • Unix command for system configuration 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

  • Proc code Oracle
  • ORA-3136 Oracle
  • PLSQL Table Syntax 1 Oracle
  • Drop all SPM baselines for SQL handle Oracle
  • PLSQL Table Syntax 2 Oracle
  • Export With Query Another Example. 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 (395)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • DBMS_STATS Metalinks Notes Oracle
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • move_arch_files.ksh Linux/Unix
  • V$INSTANCE of Oracle in MYSQL MYSQL
  • longtx.sql with the flag whether session is blocking any DML locks or not. Oracle
  • Nice Article about semaphores and init.ora Processes parameter relations Linux/Unix
  • Test Case for Inserting Multiple (2.3 Million rows in 26 Seconds) Oracle
  • Drop database in Oracle 10g Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme