The reason we have oracle db's on laptops is because we demo apps and info to clients.
I am trying to stay away from the stored procedure but I might have to. The reason I do not want anything on the client is because the script ran against the client's are different for each database.
Well I guess this is going to be tougher than I thought.
On another note I have a couple scripts with about 20 lines that I run and right now I just store them in an array and call them with a loop. Is there a better way to do?
thanks