Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Restoring a user’s original password 1051962.101 Oracle
  • Import and export statements Oracle
  • Sort with ASCII order and Numeric Order Linux/Unix
  • find_du.ksh to find # of files, their sizes in current folder and its subdolder Linux/Unix
  • oracle 10g on linux Linux/Unix
  • Reading config file from other folder inside class Python/PySpark
  • Query to Generate aggregate on every 30 mins. Oracle
  • Good link for LIO in Oracle ( Logical IOs) Oracle
  • Monitor and Trace Unix processes using truss Linux/Unix
  • When error comes for temporary tablespace with version <= 9i Oracle
  • Caching sequence in Memory Oracle
  • Composite Index creation tip from Vivek Oracle
  • Virtual Indexes in Oracle Oracle
  • How to change hostname in Linux Linux/Unix
  • rm_backup_arch_file.ksh 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

  • Implementing Listener Security Oracle
  • Jai Shree Ram Oracle
  • New OFA for 11g Oracle
  • FGA Part-I Oracle
  • Database logon trigger issue 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

  • 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
  • How to change hostname in Linux Linux/Unix
  • PLSQL Table Syntax 1 Oracle
  • initUOCIOTTO.ora Oracle
  • How To Transfer Passwords Between Databases (ref note: 199582.1) Oracle
  • login.sql Oracle
  • TABLE SIZING WITH DB_BLOCK ARCHITECTURE Reference : Metalink note : 10640.1 Oracle
  • move_arch_files.ksh Linux/Unix
  • Oracle Connections expire_time and firewall Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme