Click here to Skip to main content
16,011,120 members
Home / Discussions / C#
   

C#

 
GeneralRe: Sample Projects Pin
kjosh2-Jun-06 10:05
kjosh2-Jun-06 10:05 
GeneralRe: Sample Projects Pin
Paul Brower2-Jun-06 10:25
Paul Brower2-Jun-06 10:25 
GeneralRe: Sample Projects Pin
kjosh2-Jun-06 11:08
kjosh2-Jun-06 11:08 
GeneralRe: Sample Projects Pin
Expert Coming3-Jun-06 14:48
Expert Coming3-Jun-06 14:48 
Questionconnecting to a remote machine that is not part of your network Pin
sopheapteng2-Jun-06 8:09
sopheapteng2-Jun-06 8:09 
AnswerRe: connecting to a remote machine that is not part of your network Pin
Stephan Samuel2-Jun-06 9:53
Stephan Samuel2-Jun-06 9:53 
GeneralRe: connecting to a remote machine that is not part of your network Pin
sopheapteng2-Jun-06 10:12
sopheapteng2-Jun-06 10:12 
GeneralRe: connecting to a remote machine that is not part of your network Pin
Stephan Samuel2-Jun-06 10:34
Stephan Samuel2-Jun-06 10:34 
Sopheap,

If I understand what you're saying, and it's all true, it means that there's a firewall between development and production. This is normal, especially if you work in finance or health care. If you can RDP from your desktop to production with Citrix, there's obviously a connection, but your Oracle access is blocked. I don't know what protocol or ports Oracle uses, but I'm sure that's easy enough to find.

It sounds like you have 3 options:

1. Get the network people to open your ports. If they set up a firewall, they may not want to do that.

2. Tunnel through RDP. I haven't looked at the protocol, but based on what it's transporting, it's gotta have a huge payload. Stuff your Oracle access packets into the payload space. You'll need a tunnel endpoint application running on the production server for this to work.

3. Run your application on the server.

Option 1 is really the only good one. If someone blocked your access to the Oracle server in production, it's probably for a good reason. If you can't convince them that your application is worthwhile a hole in their firewall, they probably won't take kindly to any other means you use to access their data.

GeneralRe: connecting to a remote machine that is not part of your network Pin
sopheapteng2-Jun-06 11:03
sopheapteng2-Jun-06 11:03 
GeneralRe: connecting to a remote machine that is not part of your network Pin
Stephan Samuel2-Jun-06 11:30
Stephan Samuel2-Jun-06 11:30 
QuestionBase Class Library Samples Pin
Robert M Greene2-Jun-06 7:00
Robert M Greene2-Jun-06 7:00 
GeneralRe: Base Class Library Samples Pin
Office Lineman2-Jun-06 8:17
Office Lineman2-Jun-06 8:17 
GeneralRe: Base Class Library Samples Pin
Robert M Greene2-Jun-06 8:35
Robert M Greene2-Jun-06 8:35 
AnswerRe: Base Class Library Samples Pin
Office Lineman2-Jun-06 9:09
Office Lineman2-Jun-06 9:09 
QuestionSingle Instance Application Pin
EyeOfTheSky2-Jun-06 6:26
EyeOfTheSky2-Jun-06 6:26 
AnswerRe: Single Instance Application Pin
Ravi Bhavnani2-Jun-06 6:53
professionalRavi Bhavnani2-Jun-06 6:53 
QuestionC# Threading Pin
AlEvanGe2-Jun-06 6:07
AlEvanGe2-Jun-06 6:07 
AnswerRe: C# Threading Pin
led mike2-Jun-06 6:53
led mike2-Jun-06 6:53 
AnswerRe: C# Threading Pin
Ravi Bhavnani2-Jun-06 6:56
professionalRavi Bhavnani2-Jun-06 6:56 
Questionhighlight the selected row in gridview Pin
kjosh2-Jun-06 5:49
kjosh2-Jun-06 5:49 
QuestionPlease Help Very Urgent... Pin
YoungJoe2-Jun-06 5:46
YoungJoe2-Jun-06 5:46 
AnswerRe: Please Help Very Urgent... Pin
Stephan Samuel2-Jun-06 5:50
Stephan Samuel2-Jun-06 5:50 
AnswerRe: Please Help Very Urgent... Pin
Elina Blank2-Jun-06 9:37
sitebuilderElina Blank2-Jun-06 9:37 
QuestionCreate xml ini file Pin
donkaiser2-Jun-06 5:06
donkaiser2-Jun-06 5:06 
AnswerRe: Create xml ini file Pin
stancrm2-Jun-06 5:13
stancrm2-Jun-06 5:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.