you may need to increase open_cursors init.ora parameter.


To get over credential problem.

Open the sqlnet.ora and look for statements like

SQLNET.AUTHENTICATION_SERVICES = (NONE)
sqlnet.crypto_seed = "some text"

and comment out these lines using a "#" sign.

submitted by: Tuan Au

(Taken from dbasupport.com)