Oracle Connection Error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jack

    #1

    Oracle Connection Error

    Dim oOracleConn As OracleConnectio n = New OracleConnectio n
    ()
    oOracleConn.Con nectionString = "Data
    Source=FTEST920 ;uid=master_sch edule;pwd=drago ns1;"
    oOracleConn.Ope n()

    This is an ASP.Net application and the build goes fine
    with no errors, but when I try to run from the development
    environment I get the following. I am using Visual Studio
    2002 with 1.1 framework.

    System.Exceptio n: Could not create an environment:
    OCIEnvCreate returned -1.

    Any help would be appreciated.

    Thanks
    Jack

Working...