while getting the 5 refcursor values, the dataset is empty with the tables of 5.
Please help me if anyone know the reason.
objConn.Open();DataSet ds = new DataSet();
OracleDataAdapter da = new OracleDataAdapter(objCmd);
da.Fill(ds);
objConn.Close();