I need to make some test cases for Oracle packages. I have a package which has store procedures, some of them are selects. Each Store procedure has"Exception" (try - catch) My question is: How Can i provoke an error when calling a store procedure that only contains a "select" ? any suggestion?
thanks all in advance ..