Trying to create a Web API which queries the Oracle DB which receives the input as array of String.So trying to add Command Parameters
I added the following references System.Data.OracleClient.dll also,
using Oracle.ManagedDataAccess.Client;
using Oracle.ManagedDataAccess.Client.OracleParameter;
using System.Data.OracleClient;
using System.Data.OracleClient.OracleParameter;
`A using namespace directive can only be applied to namespaces; 'Oracle.ManagedDataAccess.Client.OracleParameter' is a type not a namespace
A using namespace directive can only be applied to namespaces; 'System.Data.OracleClient.OracleParameter' is a type not a namespace `
