I am trying to use ALTER USER query for Oracle database using OracleCommand in C# in the following code. It creates the query if the values for Username and pas
I was having eight parameters and one was with space at the end as shown in the above code for "GUSERID ".Removed the space and everything started working .