Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Validating ORACLE_SID againt oratab file. Linux/Unix
  • V$INSTANCE of Oracle in MYSQL MYSQL
  • currwaitobj.sql SQl_ID and SQL statement you can get from currwaitobj.sql Oracle
  • Jai Shree Ram Oracle
  • proper cpu stats Linux/Unix
  • Insert cause enqueue locks Oracle
  • Display the top 5 salaries for each department using single SQL Oracle
  • Resolving RMAN Hung Jobs Oracle
  • ORA-8031 issue and solution if it is occuring due to truncate. Oracle
  • JSON/XML Types in Oracle Oracle
  • Does DBMS_JOB recompute the NEXT_DATE interval after or before Oracle
  • Zip and unzip with tar Linux/Unix
  • Oracle vs MYSQL Architecture differences (For DBAs) MYSQL
  • chk_space_SID.ksh Linux/Unix
  • Temporary Tablespace Information and restriction. 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

  • Oracle Internal Good Websites 1 Oracle
  • PLSQL Table Syntax 1 Oracle
  • How to choose Driver table in SQL statement Oracle
  • Temporary tablespace explaination Oracle
  • DBMS_UTILITY.ANALYZE_SCHEMA Oracle
  • good note for shared pool tunnig 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
  • 272332.1 CRS 10g Diagnostic Collection Guide Oracle
  • load SPM baseline from cursor cache Oracle
  • sid_wise_sql.sql Oracle
  • oracle tips… from http://www.bijoos.com/oracle/douknow.htm Oracle
  • note id 373303.1 Linux/Unix
  • On solaris 10, “S” link is not part of $ORACLE_HOME/bin/oracle as default. ( For 9.2.0.8) Oracle
  • How does one overcome the Unix 2 Gig file limit? Linux/Unix
  • scripts to take listener.log backup Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme