Search:

Type: Posts; User: satya_vinayan; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    3
    Views
    3,669

    Oracle Re: Data Gathering

    Its a very good attemp. I hav also got the solution but longer in the lines. But after having a look on your script, its really impressive.
  2. Answers
    3
    Views
    4,959

    Oracle Re: Not_logged_on Error

    The Best example you can see while running a procedure, when oracle stops after giving u the message "ORA-12170: TNS:Connect timeout occurred".

    That procedure should contain the
    Exception
    ...
  3. Answers
    7
    Views
    8,159

    Oracle Re: Celebrate Birthday Of Employees Query

    I think this could be the short and simple answer :
    select * from emp where trunc(dob)=trunc(sysdate)
  4. Answers
    2
    Views
    4,763

    Oracle Re: Materialized views

    In any case u will have to perform the full refresh for reflecting those record. Moreover you can use the fast refresh.;
  5. Answers
    5
    Views
    10,983

    Oracle Re: materialized view

    DBMS_MVIEW is the package which is used to refresh the materilized view.

    e.g

    Excecute DBMS_MVIEW.refresh(MVIEW_name, Type of refresh)




    also,
  6. Answers
    3
    Views
    4,169

    Oracle Re: Error Message

    Hi Krishna,
    Probably you will have to commit the transaction (the Insert statement) for the table Pay_test and then try to delete from the same. This normally happens when a procedure is...
Results 1 to 6 of 6
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact