Job seach in oracle

Sir,
I would like to work in oracle company & contribute something to the company from my part.Wht should i do?.I completed my MCA degree.

You can remove a job from the database by issuing a DROP_JOB statement, as in the following:
BEGIN
DBMS_SCHEDULER.DROP_JOB (
job_name => 'my_job1');
END;
and aslo you can use this
exec dbms_job.remove(24) ;
refer this link:
http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14231/schedadmin.htm
Edited by: SKYNIAZI on Mar 26, 2009 10:34 AM

Similar Messages

  • How to Prepare for a Job Interview of Oracle DBA ?

    How to Prepare for a Job Interview of Oracle DBA ?
    Like, What books, PDF's, Websites to refer to get selected for the post of Oracle DBA.
    Edited by: sdmuzdba on Mar 25, 2009 7:10 PM
    Edited by: sdmuzdba on Mar 25, 2009 7:13 PM
    Edited by: sdmuzdba on Mar 25, 2009 7:24 PM

    sdmuzdba wrote:
    How to Prepare for a Job Interview of Oracle DBA ?
    Like, What books, PDF's, Websites to refer to get selected for the post of Oracle DBA.
    Well , you won't go for shopping when there are already guests in your home , will you? In case, that didn't make much sense, I meant that you won't start reading books, pdfs, looking at websites when you are going to have an interview already scheduled for you. I can bet my money( whatever little I have) that even doing this, won't bring you any good. If your question directly or indirectly is related to the questions that the interviewer may ask, once again, this would be a total wrong approach to go for an interview. In almost no time, it can be find out whether you are speaking some crammed line or from yourself. I had a chance to sit on the other side of the hot seat and the guy in front of me was giving all teh bookish answers. I twisted the questions and I was sure that he must have not read them anywhere, guess what happened. he started fumbling and finally gave up.
    Interview is what you know, what you have done so far. Its not to start picking up LOTS of books, looking for the questions/answers and just think that the interview will happen from that only. I have some questions whose answers, at least the complete answers , you won't find anywhere. My suggestion is to just go for the interview, be honest about what you know and more about , what you don't know. You haven't committed a crime by not knowing some thing. I know nothing and I am never scared from the interviews ;-) .
    Not sure that did help or not but still, best of luck.
    Aman....

  • Entry level jobs for recent oracle 8i dba with no experience

    how to find a entrylevel job with a oracle 8i
    dba certificate. help.

    CURRICULUM VITAE
    RAMESH KUMAR KANDHAGATLA
    H.No. - 48/C, Vengal Rao Nagar
    S.R. Nagar (POST)
    Hyderabad 500038
    Andhra Pradesh, INDIA.
    PHONE : + 91 - 040 3812229
    E-mail: [email protected], [email protected], [email protected]
    CAREER OBJECTIVE To obtain a position in Software Development in Professional
    environment to utilize skills and acquire a position of
    responsibility.
    EDUCATIONAL QUALIFICATION Bachelor of Science from Osmania University, Hyderabad,
    March/April 1993.
    Post Graduate Diploma in Computer Applications.
    COMPUTER SKILLS :
    OPERATING SYSTEM : Windows 95, MS-Dos
    LANGUAGES : C, C++, JAVA
    RDBMS : Oracle 9.0
    DBMS : DogPro
    Frontend Tools : Developer 4000, Forms 9.5, Reports 9.5
    GUI's : Visual Basic 9.0, Java, Advanced Java (EXB, XHl/OOAD, Uml, RIM,
    CORBA) Servlets, Weblogic.
    PROJECTS UNDERTAKEN
    #1. Title : Automobile Pricing System
    Hardware : Pentium
    Operating System : Windows95
    RDBMS : Oracle
    Front-end : Developer 2000
    GUIS : Visual Basic
    Team Size : 3
    Role : Programmer, Coding
    Duration : 2 months
    Description : This project deals with Sales Flow. It contains Invoice Details, Branch
    Details, Manufacturer Details, Price Table, and Discount Details. It gives us
    idea of flow of how customer selects a car, which model, cost of the car and
    the list of sales are prepared and making the invoices and generating reports.
    #2. Title : Banking Sextem
    Hardware : Pentium
    Operating System : Windows95
    RDBMS : Oracle
    Front-end : Developer 2000
    GUIS : Visual Basic
    Team Size : 3
    Role : Programmer, Coding
    Duration : 2 months
    Description : This project deals with Banking System that has Saving Account,
    Current Account, that keeps track of the Customer Transactions,
    Opening of New Accounts, Closing the existing Accounts,
    Maintaining minimum Balance Amount, withdrawals and Generating
    reports like customer Report, Dealing Transaction Report, Monthly
    Transaction report.
    LIVE PROJECT
    Title : Financial Accounting
    Hardware : Pentium
    Operating System : Windows2000
    RDBMS : JAVA
    Front-end : C++
    GUIS : Visual Basic
    Team Size : 2
    Role : Programmer, Coding
    Description : This project deals with General Ledger Type, Ledger Group, Ledger
    Accounts, SL Accounts, Voucher Master, Voucher Entry Screen, Voucher
    Details, Voucher Head ( ref Type, Ch no). How to perform Validations,
    checking the total amount.
    PERSONAL PROFILE :
    FATHER'S NAME : K.V.B. Gupta
    DATE OF BIRTH : 31st March, 1974
    NATIONALITY : Indian
    GENDER : male
    MARITAL STATUS : unmarried
    PASSPORT NUMBER : C69867452
    ( K. RAMESH KUMAR )
    null

  • Can I get job after doing Oracle certification at this age?

    Hi
    I am 37 yrs old man from Calcutta,India. I am presently jobless for 3 years now .I am a BSc(PCM) .   I was earlier working as a salesman in a sales based company. I have no experience in IT though I have done lots of IT courses. Can I get job after doing Oracle certification at this age?
    Please advice.
    Regards

    Can I get job after doing Oracle certification at this age?
    Can you get a job if you become certified in Oracle?  Certainly!
    Will you get a job if you become certified in Oracle?  Who knows?
    Professional certifications are not magic wands.  You cannot wave a certificate and cause employers to come running to hire you. Certifications can help you to learn some of the skills required to administer Oracle, or develop in Oracle, or use various Oracle software products. There are companies that need people with this knowledge. I have written a number of articles about the topic:
    Oracle Certification Prep: What is Certification?
    Oracle Certification Prep: Oracle Certified but not Oracle Employed
    Oracle Certification Prep: I know nothing about Oracle... but I want to be a DBA.
    DBA or Developer? Deciding which one suits you best - Certification Magazine
    If you decide to pursue a certification, you can find materials to help you study here:
    Oracle Certification Prep

  • How to schedule jobs for brtools/oracle on EP

    How to schedule jobs for brtools/oracle (Update statistics
    Chech db
    Db verify
    ) on an EP system where as  no tool for java to do that (like db13). How to invoke it with cron?

    In Brtools you can always see the "Command line" before executing an action, You can simply copy that and use it to run BRTOOLS command from prompt, You can make a script with it and schedule via Cron.
    Regards
    Juan

  • How to see job section in "Oracle SQL Developer"

    Hi,
    I am using oracle SQL developer to connect to oracle instance unlike procedure,tables,views i am not able to see job section (we have can see in toad as job section) please help me to get locate the same.

    There's no support for jobs yet. Vote on the existing feature requests at the SQL Developer Exchange if you want to add weight for future implementation.
    If you have trouble handling them manually, you can always ask help on the SQL And PL/SQL forum...
    Thanks,
    K.
    Edited by: -K- on 20/05/2009 12:27:
    BTW, there are some job reports (Reports - All Reports - Data Dictionary Reports - Jobs), but those will list only DBMS_JOB stuff, not the DBMS_SCHEDULER ones.
    You can also create your own reports and/or User Defined Extensions to add a Jobs node inside the connection navigator, but that's for more advanced users...

  • Error in job execution in oracle reports

    Hi,
    The end user is getting the following error when executing a job in Oracle reports.
    " RWCGI GET JOB OUTPUT
    Cannot get output of Job ID 4 you requested on December ,08 2008 , 11:35:18
    Job is not done yet .Try again later"
    Can you please help .PLEASE !!!

    Hi
    Metalink is reporting some similar errors, please see that:
    Cause
    SSO turned on for one component only, either Forms or Reports.
    This problem has been reported and is documented in an unpublished bug.
    Solution
    To take advantage of SSO, out-of-the-box, the SINGLESIGNON parameter in the
    rwservlet configuration file (rwservlet.properties) is set to YES to indicate
    that you will use single sign-on to authenticate users. You may change this to
    NO if you choose to not use single sign-on. If you choose NO, the Reports
    Server will use its own authentication mechanism to authenticate users (i.e.,
    the mechanism used in Reports6i). The rwservlet configuration file is usually
    found in the ORACLE_HOME\reports\conf directory. This value is usually
    commented out after installation however the default value is YES.
    This is the expected behavior. For the Forms/Reports integration, Forms will send
    to Reports thecurrent SSO user. However, with this particular configuration, you
    still log into SSO to run Reports. Thus, nexttime you run the form, you are logged
    into SSO and thus things work because Forms passes thatSSO user info to Reports.
    The way to not have the report run the 2nd time would be to log off of SSO when the first
    form was exited, but that defeats the purpose of SSO in the first place!
    So enable for Forms and Reports SSO or disable SSO for both.
    Read more on Doc ID:      Note:289666.1
    Subject:      REP-52251: Cannot Get Output Of Job Id
    Doc ID:      Note:289666.1
    Subject:      Understanding Reports Execution from Forms Under High Availability
    and
    Note 367887.1 - Rep-52251: Cannot Get Output Of Job Id You Requested, When Calling Reports From Forms

  • ... Jobs Schedules in Oracle

    Dear All,
    Our business requirement is such that we need to process some data in the morning till lunch , and after lunch that data is useless for us.
    Is there any way we can schedule a JOB in oracle , so that on a specific time , it will delete around 20 tables automatically. It is a bit tedeous to delete all the tables or to run the script file which delete tables, because one can forget that , and it will be an additional load on database.
    I am using oracle 10g rel 1 on windows 2000 professional,with service pack 4.
    Regards

    Hi,
    It is easy to do this using dbms_scheduler in 10gR1 .
    - first create a stored procedure that does your cleanup. You can call it something like daily_cleanup_proc
    - then create a job which runs once a day, perhaps at night so users aren't disturbed during the day. For example to run a cleanup procedure every day at 8pm you can do
    grant create job to user_that_runs_script ;
    Then as the user do
    BEGIN
    dbms_scheduler.create_job(
    job_name => 'cleanup_job',
    job_type => 'STORED_PROCEDURE',
    job_action => 'daily_cleanup_proc'
    repeat_interval => 'FREQ=DAILY;BYHOUR=20;BYMINUTE=0;BYSECOND=0',
    comments => 'cleanup job runs every day at 8pm',
    enabled=>true);
    END;
    If you want the job to run only on weekdays, it is just as easy. Just use
    repeat_interval =>
    'FREQ=DAILY;BYDAY=MON,TUE,WED,THU,FRI;BYHOUR=20;BYMINUTE=0;BYSECOND=0',
    Hope this helps,
    Ravi.

  • Job removing in Oracle 10g

    Hi,
    I am working in Oracle migration from 8 to 10g.
    I have a procedure that remove all the jobs named as <job name>.It works in Oracle 8 but does not remove any job in Oracle 10g
    The command is dbms_job.remove(i.job);
    Any suggestion???

    You can remove a job from the database by issuing a DROP_JOB statement, as in the following:
    BEGIN
    DBMS_SCHEDULER.DROP_JOB (
    job_name => 'my_job1');
    END;
    and aslo you can use this
    exec dbms_job.remove(24) ;
    refer this link:
    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14231/schedadmin.htm
    Edited by: SKYNIAZI on Mar 26, 2009 10:34 AM

  • Job Scheduling in Oracle 9i (9.2.0.1)

    I am working on Oracle 9i platform (9.2.0.1). Can anybody tell me that how can i scheduled my procedures execution. for example there is a procedure namely 'myUpdate' i want to execute it at 16:00 hrs every day. it would by highly appreciated if anybody provide my any code, or reffer documents etc. in this regard.

    Hi,
    You can use dbms_job.submit for that, and set the interval.
    (*and don't forget to commit the submitted job, else nothing will happen*)
    Example:
    declare
      jobno number;
    begin
      dbms_job.submit( job => jobno
                     , what => 'begin myupdate; end;'
                     , next_date => sysdate --when to run for the first time
                     , interval => 'trunc(sysdate)+1+16/24' --keep in mind: interval is a string and not a date
    end;
    commit;Also:
    Check parameter job_queue_processes is greater than 0.
    MHO%xe> sho parameter job_queue_processes
    NAME                                 TYPE        VALUE
    job_queue_processes                  integer     4Some additional links that should get you going:
    Oracle 9i docs: http://www.oracle.com/pls/db92/homepage
    http://download.oracle.com/docs/cd/B10501_01/appdev.920/a96612/d_job.htm#ARPLS019
    http://asktom.oracle.com/pls/ask/search?p_string=dbms_job.submit

  • Job changes in oracle HRMS

    how can i get only those record with history, whose job has change Like from job, to job, from oracle HRMS, and current date record display as sysdate not 12/31/1472.
    Edited by: user12879396 on Mar 5, 2012 5:58 AM

    Done

  • Database Job Information in oracle 9i

    Hi,
    I have a 9i database. Every night there are some jobs running into it. Could you please help me from which command I get the history of all those jobs?
    Regards,
    Saptadip

    dba_jobs will show when the job run for the last time.
    When you have such a query you should first consult the online description of the dictionary, dict
    In this case select * from dict where table_name like '%JOB%' would have provided the answer.
    Sybrand Bakker
    Senior Oracle DBA

  • About job postings for Oracle Developers Please Help.

    Hi to all.
    This is not a specific doubt about development, is for employment.
    This is not a Job Posting.
    I have 2 years of experience developing in Oracle FOrms (Web ann C/s),with
    another tools (like Jdeveloper),etc with a Bachellor degree in System - Engenering
    Here in my country(Peru) the pay per hour is almost 5.9 to 6 US$ (a total per mounth is
    between 1000 and 950 US$).
    As you can see the standar level of salary is very low.
    Even that level is considered "high" for our standars. (A Visual Basic /Sql-Server developer gets a 4.00 uS$ per hour).
    I have seen (in the Oracle job postings page) amounts like 60 -50 US$ per hour for Oracle Developers.
    So I have some questions for you , the real people who works in Oracle enviroments.
    -That amounts per hour are really true?.
    -IF its true (in countries like USA or CANADA) how much can I save ,having a normal life?
    -In have passed the first OCP Exam,(3 left), but it is really necesary to get well-payed a Job?
    -There are some many enterprises recruiting foreigners for IT jobs but (if somebody knows...),there are some good ones and the bad ones.Have you been heared about the bad ones,, and who are they??
    Please I need your feedback.
    Its very important to me any suggestion or comment because I'm planning to work outside.
    Thanks for your attention.
    null

    Hi to all.
    This is not a specific doubt about development, is for employment.
    This is not a Job Posting.
    I have 2 years of experience developing in Oracle FOrms (Web ann C/s),with
    another tools (like Jdeveloper),etc with a Bachellor degree in System - Engenering
    Here in my country(Peru) the pay per hour is almost 5.9 to 6 US$ (a total per mounth is
    between 1000 and 950 US$).
    As you can see the standar level of salary is very low.
    Even that level is considered "high" for our standars. (A Visual Basic /Sql-Server developer gets a 4.00 uS$ per hour).
    I have seen (in the Oracle job postings page) amounts like 60 -50 US$ per hour for Oracle Developers.
    So I have some questions for you , the real people who works in Oracle enviroments.
    -That amounts per hour are really true?.
    -IF its true (in countries like USA or CANADA) how much can I save ,having a normal life?
    -In have passed the first OCP Exam,(3 left), but it is really necesary to get well-payed a Job?
    -There are some many enterprises recruiting foreigners for IT jobs but (if somebody knows...),there are some good ones and the bad ones.Have you been heared about the bad ones,, and who are they??
    Please I need your feedback.
    Its very important to me any suggestion or comment because I'm planning to work outside.
    Thanks for your attention.
    null

  • JOB Scheduling in oracle

    I would like to schedule a Pl/SQL procedure to run once in an hour. Could you please let me if the below begin.. end block can be put inside a separate job or
    else to run manually in the SQL prompt/SQL window
    BEGIN
    DBMS_SCHEDULER.CREATE_JOB
    job_name => 'NAME OF THE JOB'
    ,start_date => systimestamp
    ,repeat_interval => 'freq=hourly'
    ,end_date => NULL
    ,job_class => 'DEFAULT_JOB_CLASS'
    ,job_type => 'PLSQL_BLOCK'
    ,job_action => 'begin procedure_name;end;'
    ,comments => NULL
    END;
    BEGIN
    DBMS_SCHEDULER.ENABLE('NAME OF THE JOB');
    END;

    Hi,
    You can use dbms_job.submit for that, and set the interval.
    (*and don't forget to commit the submitted job, else nothing will happen*)
    Example:
    declare
      jobno number;
    begin
      dbms_job.submit( job => jobno
                     , what => 'begin myupdate; end;'
                     , next_date => sysdate --when to run for the first time
                     , interval => 'trunc(sysdate)+1+16/24' --keep in mind: interval is a string and not a date
    end;
    commit;Also:
    Check parameter job_queue_processes is greater than 0.
    MHO%xe> sho parameter job_queue_processes
    NAME                                 TYPE        VALUE
    job_queue_processes                  integer     4Some additional links that should get you going:
    Oracle 9i docs: http://www.oracle.com/pls/db92/homepage
    http://download.oracle.com/docs/cd/B10501_01/appdev.920/a96612/d_job.htm#ARPLS019
    http://asktom.oracle.com/pls/ask/search?p_string=dbms_job.submit

  • Job Scheduling on Oracle 10g RAC

    Hi,
    If I want to run job on Oracle 10g RAC database having 2 instances suppose n1 and n2 separately and both instances are working/using same Service Name then how could i do this ??
    or how to use SID instead of Service Name in Job Class ???
    Please guide..... Replay awaited...........

    Priyanka,
    If you are a newcomer to the DBA, I would strongly suggest to invest at least time(if not money for training) in reading documentation related to fields in which you are working. For RAC, this should be a good start( V10.2) ,
    http://download.oracle.com/docs/cd/B19306_01/rac.102/b14197/toc.htm
    can we use these dynamic views in Procedure The counter question is, why? What exactly are you trying to accomplish? If you can tell us this, there may be a better way we may suggest doing that thing?
    Aman....

Maybe you are looking for