I'm trying to connect to Oracle from a script agent. Here is my code... Options Uselsx "*LSXLC" Initialize Set session = New LCSession Set connect = New LCConnection("oracle8") connect.Server = orclIP (I'm using an IP address here) connect.Userid = orclUser connect.Password = orclPass connect.Connect (error here below) This is the error I'm getting... [Initialization]Detailed OCI Error Information Unavailable, Connector 'oracle8', Method -Connect- Any help would be GREATLY appreciated. I have searched this forum quite a bit with no luck.