Oracle reorg Jobs

Hi ,
BANNER
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
PL/SQL Release 10.2.0.4.0 - Production
CORE 10.2.0.4.0 Production
TNS for IBM/AIX RISC System/6000: Version 10.2.0.4.0 - Productio
NLSRTL Version 10.2.0.4.0 - Production
Is Reorg required in 10g? Is yes, please tell me how can we do that, and what is the benefit of doing that?

It wasn't required in 9.2. I have no idea what someone was thinking when they wrote that.
The fact that there is nothing, today, called the "reorg wizard" likely answers the question.

Similar Messages

  • Oracle db JOBS concurrency

    Dumb questions on oracle database jobs scheduling:
    Assume we are scheduling database jobs with all default values( except what to run,when to run)
    job_queue_processes=1000
    1) If a job is scheduled to run every 5 minutes. Currently if the job is taking 2 minutes to run based on data, now later after few months
    if the job takes 7 minutes to run. Will there be duplicate jobs running at any given time ?
    2) Can the same job be running more than once at the same instance ?
    Thanks

    If you are using DBMS_JOB then, assuming that what you mean when you say that the job is scheduled to run every 5 minutes is that you specified an INTERVAL of sysdate + interval '5' minute when you created the job, that interval is evaluated to determine the next runtime only after the current run completes. If the job actually runs for 2 minutes, that would mean that the job actually runs every 7 minutes not every 5 minutes. If the job then starts taking 7 minutes, the job will actually run every 12 minutes.
    Justin

  • Urgent:How to get the Sqltext for Oracle Sumbitted Jobs in 10g

    Dear All,
    Could you help me out in sorting the below problem.
    I use to get the current running sql's with following below query in 9i.
    SELECT A.SID,B.HASH_VALUE, OSUSER, USERNAME, SQL_TEXT
    FROM V$SESSION A, V$SQLTEXT B
    WHERE B.HASH_VALUE = A.SQL_HASH_VALUE
    AND USERNAME LIKE upper('%SCHEMA%')
    ORDER BY B.HASH_VALUE, B.PIECE;
    This is will work in 10g also for user-triggered sqls,stored procedures etc.
    But when oracle submits job i'm not able find which qurery is running.
    Seems For oracle jobs in 10g for V$session contain column SQL_HASH_VALUE as Zero and hence i'm not able find the any sql's running.
    Could you please any of you help me out how to get the Sqltext for Orcle submited Jobs in 10g.
    Please revert asap as this is very urgent for me.
    Thanks in Advance
    Anil.

    Have you tried to query WF_ITEMS? -- http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=WF_ITEMS&c_owner=APPLSYS&c_type=TABLE
    bde_wf_item.sql - Runtime Data of a Single Workflow Item [ID 187071.1]
    Thanks,
    Hussein

  • How To Pass Oracle Procedure Value using Tidal Oracle Database Job Definition to Tidal Variable

    how do i pass the parameter value from an oracle database tidal job to a tidal variable? for example i have this oracle db job that is defined to execute an oracle database procedure and i need to pass the parameter value to the tidal variable.
    SQL tab:
    begin
      procedure_get_user_info(<OracleUserVariable.1>);
    end;
    thanks,
    warren

    tesmcmd is a binary that sits in your TIDAL master installation bin directory. It takes options, one of which is varset which let's you set variable values.
    So you can run a system level script ( a unix example is given below) which can set values for group variables.
    Looking at your example you need to find a way to define OracleUserVariable.1
    Where does the value for this variable come from?
    Sample variable set script:
    GROUP_FILE_VAR=`echo $2 | sed -e 's/\.xml\.pgp/\.xml/'`
    tesmcmd varset -i $1 -n GROUP_FILE_XML -v $GROUP_FILE_VAR
    XSD_FILE_VAR=`echo $2 | sed -e 's/\.xml\.pgp/\.xsd/'`
    tesmcmd varset -i $1 -n GROUP_FILE_XSD -v $XSD_FILE_VAR
    And we call the job using
    setvar.sh <JobID..p> <Group.REQUEST_FILE>
    which are overrides from a file event.

  • Can't Delete Oracle Database Job

    i created an oracle database job and some of them is only a sample test job. i need to delete them but the delete option is not enabled. it looks like all the other oracle database job that i created can't be deleted. please advise thanks.

    it does not have. i guess a dependencies should not cause the problem because other jobs that does have dependencies can be deleted. it is only the oracle database job that can't be deleted. thanks.

  • Running an Oracle Database Job as Administrator

    I have created an Oracle Database Job that executes a batch script. This batch script is supposed to creates some text files. However the batch file doesn't create the text files unless you run it as an administrator. How do I set the Oracle job so that it executes the batch script as an administrator?

    Try the usual DBA/ALL/USER prefixes for dictionary views:
    SQL> desc dba_scheduler_credentials;
    Name                                      Null?    Type
    OWNER                                     NOT NULL VARCHAR2(30)
    CREDENTIAL_NAME                           NOT NULL VARCHAR2(30)
    USERNAME                                  NOT NULL VARCHAR2(64)
    DATABASE_ROLE                                      VARCHAR2(7)
    WINDOWS_DOMAIN                                     VARCHAR2(30)
    COMMENTS                                           VARCHAR2(240)
    SQL> desc all_scheduler_credentials;
    Name                                      Null?    Type
    OWNER                                     NOT NULL VARCHAR2(30)
    CREDENTIAL_NAME                           NOT NULL VARCHAR2(30)
    USERNAME                                  NOT NULL VARCHAR2(64)
    DATABASE_ROLE                                      VARCHAR2(7)
    WINDOWS_DOMAIN                                     VARCHAR2(30)
    COMMENTS                                           VARCHAR2(240)
    SQL> desc user_scheduler_credentials;
    Name                                      Null?    Type
    CREDENTIAL_NAME                           NOT NULL VARCHAR2(30)
    USERNAME                                  NOT NULL VARCHAR2(64)
    DATABASE_ROLE                                      VARCHAR2(7)
    WINDOWS_DOMAIN                                     VARCHAR2(30)
    COMMENTS                                           VARCHAR2(240)
    SQL>

  • Remote oracle dba jobs (work from home)

    looking for url to find remote oracle dba job in USA?

    looking for url to find remote oracle dba job in USA?http://www.google.com

  • Capture DDL for Oracle Scheduled Jobs and job from DBMA_JOBS

    I have trying at this for while and now I am stuck...so I need some help or advice.
    I am doing a DB migration and I need to capture the DDL for all Oracle Scheduled Jobs as well as DBMS_JOBS. Anyone have a good way?
    I took a datapump export last week. Can I run a impdp and capture the DDL for this VIA the sqlfile parameter? If so, how? What would be the script for it. Something like this maybe (par file)?
    directory=DP_IMPORT
    DUMPFILE=dump1.dmp
    SCHEMAS=A,B,C...X,Y,Z
    LOGFILE=JOBS.LOG
    EXCLUDE=TABLE,INDEX,CONSTRAINT
    PARALLEL=4
    INCLUDE=JOBS
    ????

    Hello,
    It's JOB, see following table for possible options , I recommend you to read throught this thoroughly before starting.
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_metada.htm#BGBIEDIA
    Regards

  • Junior oracle database jobs

    please who can assist me on how i can get a junior oracle database job.
    i am an oracle certified professional 9i.

    Hi,
    <br>If I believe you in your other post jobs, you have one year of experience, but one year does not make you a junior dba... despite of your OCP</br>
    <br>I advise you to search on link which give robert in the post above.</br>
    <br>Nicolas.</br>

  • Oracle APEX Jobs ?

    Hi,
    I have more than 4 1/2 years of Oracle APEX experience.
    I am looking for a new assignment.
    Does anyone know Oracle APEX Job openings anywhere in USA ?
    Thanks in advance.
    MK
    Edited by: MadhuK1 on Feb 25, 2009 11:54 AM

    MK,
    If you are currently unemployed, this might be a great time to contribute to the APEX community as a way to further your reputation within this community. I don't mean to say that you have a bad reputation, you have no reputation (from my perspective) within this community. As of now, you've only posted to this forum 6 times. This would be a great time to follow this forum (I use RSS) and answer questions in areas which you have experience. You'll help other APEX developers while at the same time establish yourself as a contributing member of a huge community. It might also be a good time to start a blog if you have a number of interesting solutions to post.
    It's pretty easy to "pad" your skills on a resume and many managers have been burned by this. If you can list a link to your blog, or to your profile on OTN where a potential employer can pre-screen your skills, IMHO that definitely sets you apart from every other person out there looking for a job. I know this isn't an immediate answer to your question and I really do hope you find a job soon, but perhaps this idea is part of a long term "employment security" strategy.
    Good luck,
    Tyler

  • Oracle-related job site

    There used to be a link in OTN homepage to an Oracle site that gathered all the Oracle-related jobs across the country into one searchable database. It was really good. I haven't been back in about 5 months. Now I cannot find it, not even with the main oracle.com search engine.
    What happened to it? What did you replace it with, if anything?

    Are you referring to Skills Marketplace? See:
    http://gemini.seeker.oracle.com/seeker.epl?rel_code=1
    The link is located in the "Services" section of the OTN home page navigation menu.

  • Middleware Reorg job never finishes

    This MW reorg job runs daily and never finishes remaining in a running
    status.Job log last step is the Reorganize Keygen Data step. When
    we've debugged against it, it appeared to be comparing 2 files and if
    found in second file record was deleted. However, the compare file
    contained no records. The SM09_KYTBL contains over 20 million records
    at this point.

    Unfortunately, posting our code here really isn't possible.
    I can describe what we're doing and seeing.
    We're not using the batch service to run command line applications. In our task processor, we're determining what classes to create and call and call them in process.  We have a lot of job types (above 15 and counting) that we need to run, so we opted
    to combine them into a single class library and call them that way. None of our jobs output any files, all of our output get persisted to blob storage. We're using the batch service kind of as an on-demand cloud worker infrastructure. 
    It seems like the issue (jobs that never end) are random.  It's not always the same job and it's not always long running ones.  When the issue does crop up, our task completes without any errors. We do see the results of our jobs in blob storage.
     Also in our task processor, we set the TaskProcessResult's ProcessorOutput property to any messages we've logged.  We can download and see those log messages in the portal.
    We also see 2 tasks created for the job, our task and the default merge (we don't create merge tasks for our jobs).
    Would the job id's or logs help in any way?

  • Oracle schedule jobs

    Hi Gurus,
    I need to learn more about Oracle schedule jobs, how they are configured, how they are created/deleted/stopped/started etc. Do you have some articles/books etc.
    Also very importantly we are migrating from 9i to 11g. And we have some schedule jobs in 9i. When the DB is imported from 9i to 11g, what additional steps do I need to do to schedule them Ok in the new DB.
    Thanks
    Amitava.

    hi
      you can use dbms_job package to creating,deleting and stopping job  and please refer to below link
    http://docs.oracle.com/cd/B19306_01/appdev.102/b14258/d_job.htm
    yasin

  • PHP and Oracle DB Job Find

    Hi every ones:
    I'm develop some applications using PHP and Oracle and php give me a lot of advantage. in bouth way of access to a database, OCI and mod plsql.
    How can i say to Oracle THANKS FOR TAKE SERIOUS PHP TECNOLOGY!!!
    I work actually for a company that implement all (Microsoft) and i want find a job with PHP and Oracle programming. Any body have idea that where i need look?

    How can i say to Oracle THANKS FOR TAKE SERIOUS PHP
    TECNOLOGY!!!You just did! Thanks!
    You can help Oracle with scripting languages even more, by completing the questionnaire on scripting langauges at:
    http://www.oracle.com/go/?&Src=1545492&Act=10
    Alison

  • Oracle application job openings for Diploma holder

    Hi All,
    I am not sure whethe it is right place to put this query, but still trying to know the reply on following.
    How are the job opening for non IT Diploma holder ( India, Maharashtra), with 7 years of manufacturing process experience. Also have Oracle apps end user experience ( 3 yrs).
    If I undergo Oracle 11i functional track training how easy will be the entry in core IT service companies. ( apps implementation). Which are the companies opting for such profiles?
    Please guide. Thanks in advance.
    Anand

    Most of the companies nowdays as for atleast a degree, though i agree mostly its not required since you have all the skills required, but you really cant help it.
    Sam
    http://www.appsdbablog.com

Maybe you are looking for

  • How can I delete my icloud account without wifi or sim

    Hi my wifi is greyed out so won't turn on, I need to delete my icloud account from my phone, as I am selling it but I also now don't have a sim for it, Can account be deleted without wifi or SIM card?

  • Is it possible to lock standard abap program?

    hi, i am trying to do the lock transcations. i went to sm01 and i locked se38.its working .but from pfcg its possible to go to se38(its allowing ).i want that no one can access the se38code in anyway. what can i do for this? i thought it off locking

  • Connection B/W Programs & Schema

    Friends, Is there any function or operation available is SAP to call a programs in to Schema or PCR for calculating automatically. instead of running programs manually, client want to run by schema or PCR. Table or T Code to check standard programs o

  • Loggin my web application

    Hi! I'm extending the org.apache.log4j.jdbc.JDBCAppender to log my web application directly in a database. OK, this is my code: package dbweb.logging; import java.sql.*; import javax.sql.*; import java.util.*; import javax.naming.*; public class JDBC

  • Last three user logon date and time

    Hi Everybody, I would like to find out last few user logon details of an user. Where can I get this information if ST01 trace is not turn on? Table USR02 only shows the last logon that is insufficient. Thanks!