Results 1 to 4 of 4

Thread: Not_logged_on Error

  1. #1
    Contributing Member
    Join Date
    Mar 2008
    Answers
    66

    Not_logged_on Error

    Hello

    For not NOT_LOGGED_ON error the explanation is as follows.
    Raised if your PL/SQL Program issue a database call without being logged on to oracle.

    How can we issue a PL/SQL program without logged on to oracle? Give me one example when does it arises?

    Regards
    Babi


  2. #2
    Moderator
    Join Date
    Jun 2007
    Answers
    2,074

    Re: Not_logged_on Error

    The main cause of this is time out.

    It mainly arises when the connection s timed out or got disconnected in the middle of a program execution.


  3. #3
    Junior Member
    Join Date
    Feb 2008
    Answers
    15

    Re: Not_logged_on Error

    Hi babi,
    Check here U will get good idea
    http://www.itk.ilstu.edu/docs/Oracle...07/07_errs.htm

    Byee sudheer


  4. #4
    Junior Member
    Join Date
    Mar 2008
    Answers
    6

    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
    when NOT_LOGGED_ON then
    ----statemnet which give u any message;

    You can check whether the Exception went to the handler or not.

    Last edited by satya_vinayan; 03-04-2008 at 07:26 AM.

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