DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Trap Error for remote objects

Threaded View

  1. #2
    Join Date
    May 2001
    Location
    San Francisco, California
    Posts
    511
    Oracle server will raise an error, if it can not access a object via a database link due to the other database being down or user/password is incorrect. You can capture that error using SQLCODE AND SQLERRM in the exception block OR you can interpret that error and define your own message using RAISE_APPLICATION_ERROR.
    Last edited by kris109; 01-14-2004 at 01:59 PM.
    Remember the Golden Rule - He who has the gold makes the rules!
    ===================
    Kris109
    Ph.D., OCP 8i, 9i, 10g, 11g DBA

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width