Resolved : ORA 00911 invalid character inline query C# or Java
Generally the following code we use to write as inline query OracleConnection conn = new OracleConnection(-myConnectionString-); conn.Open(); OracleCommand command =…
Generally the following code we use to write as inline query OracleConnection conn = new OracleConnection(-myConnectionString-); conn.Open(); OracleCommand command =…
You’ll get error when you run your website from IIS 7 it’ll give you error 500.21 with following details. Caution…