Results 1 to 5 of 5

Thread: Errors after compilation

  1. #1
    Junior Member
    Join Date
    Jan 2007
    Answers
    8

    Errors after compilation

    Hai,

    When we compile a procedure, if there is any error, it shows "Warning: Procedure created with compilation errors." We have to type explicitly, "show errors" in order to see the errors. Is there any way that the errors are shown implicitly after compilation?


  2. #2
    Expert Member
    Join Date
    Dec 2006
    Answers
    204

    Re: Errors after compilation

    It wont show errors during compilation. it will create procedure with errors.
    there is no other way too. (other than show errors)

    but when you execute that procedure, it will shows those error.


  3. #3
    Contributing Member
    Join Date
    Jan 2007
    Answers
    31

    Re: Errors after compilation

    hi,
    Really a good question. weel there is not a permanent solution. but u can do one thing, after the END stmnt. of procedure give a forward slash, and then write show err; and again give forward slash. and then compile the whole fiel, if some error is there it will display errors.

    --write code here--
    end procedure_name;
    /
    show err;
    /

    now compile whole file.

    regards,
    RSY


  4. #4
    Junior Member
    Join Date
    Jan 2007
    Answers
    8

    Re: Errors after compilation

    This looks better.
    Thanks Raghav!!!

    ---------
    Bhuvana


  5. #5
    Contributing Member
    Join Date
    Jan 2007
    Answers
    31

    Re: Errors after compilation

    hi,

    Bhuvana, click on the thanks button if u want to say thanks, that will add to my reputation.

    ok, and one more thing, if u are using the suggestion which i gave, in real time, then remember one thing, i.e. to delete the show err; code from the file, before doing the checkin to the version control.

    ok, do not forget this.

    regards,
    RSY


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
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