martinjt / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

OracleErrorLog(string connectionString) - now way to set schema owner #252

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Use OracleErrorLog(string connectionString)in default 
OracleErrorLog(IDictionary config)

What is the expected output? What do you see instead?
Logging to Oracle table in a particular schema. It throws error as stored procs 
are not found.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by dipen.bh...@gmail.com on 15 Sep 2011 at 5:37

GoogleCodeExporter commented 8 years ago
Correction to steps:
What steps will reproduce the problem?
1.Use OracleErrorLog(string connectionString)in place of default 
OracleErrorLog(IDictionary config)

Original comment by dipen.bh...@gmail.com on 15 Sep 2011 at 5:52

GoogleCodeExporter commented 8 years ago
By the way, fix is very simple. I can apply the fix quickly if I am added as a 
contributor. I might be able to help with other issues too.

Original comment by dipen.bh...@gmail.com on 15 Sep 2011 at 5:56

GoogleCodeExporter commented 8 years ago

Original comment by jamesdriscoll71 on 15 Sep 2011 at 10:49

GoogleCodeExporter commented 8 years ago

Original comment by jamesdriscoll71 on 15 Sep 2011 at 10:49

GoogleCodeExporter commented 8 years ago
Fixed in r905.

Original comment by jamesdriscoll71 on 15 Sep 2011 at 11:13

GoogleCodeExporter commented 8 years ago
If you can, please download the latest source from here:
http://code.google.com/p/elmah/source/browse/branches/RB-1.2-SP1/src/Elmah/Oracl
eErrorLog.cs
... and verify it meets your requirements!

Original comment by jamesdriscoll71 on 15 Sep 2011 at 11:13

GoogleCodeExporter commented 8 years ago
Thank you. This fix works for me. Appreciate the quick turn around.

Original comment by dipen.bh...@gmail.com on 18 Sep 2011 at 3:38