We have several VB 6 applications. They use ADO and run against an Oracle 9i database, hosted on Unix.

Things that we typically do in VB6 code.

SELECT / INSERT / UPDATE / DELETE / CALL STORED PROCS


If we upgrade the database to 10G, are there any specific things that I need to watch out for?

What kind of testing do you recommend?