Oracle Database service is do alive (I sure)
I could connect to oracle db several times before this time.
Don't know why I couldn't now
I didn't change any code except this.OracleConnection.ConnectionString
I configure it with my oracle db connection settings
this.OracleConnection.ConnectionString =
"user id=test;password=test;host=10.129.7.1;sid=sohya";
I tried to set the default value but didn't work.
Would you do me a favor, thanks for your kind reply

