| bio | website | establishedtech.net |
|---|---|---|
| location | Virginia | |
| age | ||
| visits | member for | 1 year, 7 months |
| seen | Jul 10 '12 at 3:38 | |
| stats | profile views | 5 |
C# Programmer and architect for modern .NET 4.0 solutions. Business owner of web design and IT support company.
|
Jan 29 |
awarded | Notable Question |
|
Jul 7 |
awarded | Popular Question |
|
Nov 23 |
revised |
Can I limit access to postgresql 8.4 databases via ODBC on the server side? removed user signature since its already included in stack overflow |
|
Nov 23 |
revised |
Remote Debugging made some formatting changes to clearly separate usernames/passwords from rest of post, converted his list to a supported list |
|
Nov 23 |
suggested | suggested edit on Can I limit access to postgresql 8.4 databases via ODBC on the server side? |
|
Nov 23 |
suggested | suggested edit on Can I limit access to postgresql 8.4 databases via ODBC on the server side? |
|
Nov 23 |
suggested | suggested edit on Remote Debugging |
|
Nov 21 |
awarded | Editor |
|
Nov 21 |
comment |
32-bit versus 64-bit ODP.NET to Oracle connection Thanks for the contribution, sorry I didn't get back to you earlier, had a baby and a bit of a hiatus from this project. However, changing the path hasn't resolved the issue. Thanks for the info though and welcome to stack exchange! |
|
Nov 21 |
revised |
Oracle Enterprise Manager (OEM) locking SYSMAN account added 45 characters in body |
|
Nov 21 |
accepted | Oracle Enterprise Manager (OEM) locking SYSMAN account |
|
Oct 14 |
awarded | Self-Learner |
|
Oct 13 |
awarded | Supporter |
|
Oct 13 |
comment |
Oracle Enterprise Manager (OEM) locking SYSMAN account Actually, it only removes the SYSMAN password from the enterprise manager console, until you restart it with the last line, emctl start oms, that line prompts you to re-enter the new password, and resets the SYSMAN password in enterprise managers stored credentials. I'll go ahead and edit my answer and accept it as the answer with credit to Benoit tomorrow. Stack Exchange won't let me do it today, says I need to wait until tomorrow. |
|
Oct 13 |
comment |
32-bit versus 64-bit ODP.NET to Oracle connection I have a 32-bit Windows 7 ODP.NET instance, which connects to our 32-bit Oracle instance, no problem. I have a 32-bit XP ODP.NET instance connects to the 32-bit Oracle instance, no problem. I have a 64-bit Windows 7 ODP.NET instance, that connects to the 32-bit Oracle instance, no problem. However, I have a 32-bit ODP.NET instance, in both Windows 7, and Windows XP, that cannot connect to my 64-bit Oracle instance. I have a 64-bit Windows 7 ODP.NET instance that connects to the 64-bit Oracle instance, no problem. If I use the full client (not Instant Client) instead of ODP.NET, I can connect. |
|
Oct 13 |
awarded | Teacher |
|
Oct 13 |
answered | Oracle Enterprise Manager (OEM) locking SYSMAN account |
|
Oct 13 |
comment |
32-bit versus 64-bit ODP.NET to Oracle connection No, this is a .NET assembly that's being built. The .NET assembly looks for the ODP.NET 64-bit dll, regardless if you you're running 32-bit, or 64-bit. This obviously causes us problems on 32-bit systems. The problem goes away if I use the full oracle client, or if we deploy to a 64-bit machine. Theoretically...it doesn't make any sense. |
|
Oct 13 |
awarded | Scholar |
|
Oct 13 |
comment |
32-bit versus 64-bit ODP.NET to Oracle connection To the client it doesn't. To the actual dlls it seems to. |