on our test database, whenever a stored procedure or trigger is called from a statement or script, we get a ORA-03113: EOF on communication channel error. in production everything is fine. the two databases are identicle, the only difference is that test runs on a server2003 box and production runs on a server 2000 box. all database links work, TNS names are correct, sql statements can be executed normally across the network. but as soon as you execute anything that calls a procedure this error occurs. with some functions it does not though. the database is oracle enterprise 8i version 8.1.2. this is from many remote machines and many development tools. anyone have a clue? oh yes, it seemed to work fine before we upgraded test to server2003.
thanks in advance
thanks in advance

Comment