Unix Technical Forum

Crystal Reports/Oracle via Internet?

This is a discussion on Crystal Reports/Oracle via Internet? within the Oracle Database forums, part of the Database Server Software category; --> Has anyone ever used Crystal Reports against an Oracle DB via the internet? Any idea how this might be ...


Go Back   Unix Technical Forum > Database Server Software > Oracle Database

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-23-2008, 04:34 AM
Reijo
 
Posts: n/a
Default Crystal Reports/Oracle via Internet?

Has anyone ever used Crystal Reports against an Oracle DB via the internet?

Any idea how this might be accomplished if, say, the DB was located in a DMZ?

Thank you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-23-2008, 04:34 AM
Turkbear
 
Posts: n/a
Default Re: Crystal Reports/Oracle via Internet?

reijo_us@yahoo.com (Reijo) wrote:

>Has anyone ever used Crystal Reports against an Oracle DB via the internet?
>
>Any idea how this might be accomplished if, say, the DB was located in a DMZ?
>
>Thank you.

We do have a server set up for thus, but It is not easy to explain in a posting ; if you do a Google search in the oracle
newsgroups for Firewall - or check the Oracle docs at http://tahiti.oracle.com


It involves forcing the listener to use the same port for all communications( and then allowing that port through the
firewall) rather than the default behavior of assigning a random port after the initial connect is made.

hth,

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-23-2008, 04:35 AM
Don
 
Posts: n/a
Default Re: Crystal Reports/Oracle via Internet?

Is there any security concerns to put a db server on DMZ??

Turkbear <john.g@dot.spamfree.com> wrote:

>reijo_us@yahoo.com (Reijo) wrote:
>
>>Has anyone ever used Crystal Reports against an Oracle DB via the internet?
>>
>>Any idea how this might be accomplished if, say, the DB was located in a DMZ?
>>
>>Thank you.

>We do have a server set up for thus, but It is not easy to explain in a posting ; if you do a Google search in the oracle
>newsgroups for Firewall - or check the Oracle docs at http://tahiti.oracle.com
>
>
>It involves forcing the listener to use the same port for all communications( and then allowing that port through the
>firewall) rather than the default behavior of assigning a random port after the initial connect is made.
>
>hth,
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-23-2008, 04:35 AM
Frank
 
Posts: n/a
Default Re: Crystal Reports/Oracle via Internet?

Turkbear wrote:

> reijo_us@yahoo.com (Reijo) wrote:
>
>
>>Has anyone ever used Crystal Reports against an Oracle DB via the internet?
>>
>>Any idea how this might be accomplished if, say, the DB was located in a DMZ?
>>
>>Thank you.

>
> We do have a server set up for thus, but It is not easy to explain in a posting ; if you do a Google search in the oracle
> newsgroups for Firewall - or check the Oracle docs at http://tahiti.oracle.com
>
>
> It involves forcing the listener to use the same port for all communications( and then allowing that port through the
> firewall) rather than the default behavior of assigning a random port after the initial connect is made.
>
> hth,
>

Hmmm - there *are* SQL*Net aware firewalls. The shared socket approach
was broken
for Windows in 8.1.6

--
Regards, Frank van Bortel

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-23-2008, 04:36 AM
Turkbear
 
Posts: n/a
Default Re: Crystal Reports/Oracle via Internet?

Frank <fbortel@nescape.net> wrote:

>Turkbear wrote:
>
>> reijo_us@yahoo.com (Reijo) wrote:
>>
>>
>>>Has anyone ever used Crystal Reports against an Oracle DB via the internet?
>>>
>>>Any idea how this might be accomplished if, say, the DB was located in a DMZ?
>>>
>>>Thank you.

>>
>> We do have a server set up for thus, but It is not easy to explain in a posting ; if you do a Google search in the oracle
>> newsgroups for Firewall - or check the Oracle docs at http://tahiti.oracle.com
>>
>>
>> It involves forcing the listener to use the same port for all communications( and then allowing that port through the
>> firewall) rather than the default behavior of assigning a random port after the initial connect is made.
>>
>> hth,
>>

>Hmmm - there *are* SQL*Net aware firewalls. The shared socket approach
>was broken
>for Windows in 8.1.6


To be clear..The DB server is not in the DMZ, it is inside the firewall - the Reports that use the data are linked through
the Web Connector on the DMZ machine..

The shared sockets problem was fixed in 8.1.7 ( but still can cause problems) - works fine in 9.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-23-2008, 04:36 AM
Frank
 
Posts: n/a
Default Re: Crystal Reports/Oracle via Internet?

Turkbear wrote:

> Frank <fbortel@nescape.net> wrote:
>
>
>>Turkbear wrote:
>>
>>
>>>reijo_us@yahoo.com (Reijo) wrote:
>>>
>>>
>>>
>>>>Has anyone ever used Crystal Reports against an Oracle DB via the internet?
>>>>
>>>>Any idea how this might be accomplished if, say, the DB was located in a DMZ?
>>>>
>>>>Thank you.
>>>
>>>We do have a server set up for thus, but It is not easy to explain in a posting ; if you do a Google search in the oracle
>>>newsgroups for Firewall - or check the Oracle docs at http://tahiti.oracle.com
>>>
>>>
>>>It involves forcing the listener to use the same port for all communications( and then allowing that port through the
>>>firewall) rather than the default behavior of assigning a random port after the initial connect is made.
>>>
>>>hth,
>>>

>>
>>Hmmm - there *are* SQL*Net aware firewalls. The shared socket approach
>>was broken
>>for Windows in 8.1.6

>
>
> To be clear..The DB server is not in the DMZ, it is inside the firewall - the Reports that use the data are linked through
> the Web Connector on the DMZ machine..
>
> The shared sockets problem was fixed in 8.1.7 ( but still can cause problems) - works fine in 9.
>
>
>
>


As it *is* Oracle, I suppose SQL*Net comes in place. You state the db is
inside the firewall, so I suppose -again- there's SQL*Net between
your Web Connector (DMZ) and your db - meaning through the firewall.
This firewall should/could be SQL*Net aware, or you use the
shared_socket solution.

Just to point out another possibility, namely SQL*Net aware firewalls.
--
Regards, Frank van Bortel

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-23-2008, 04:37 AM
Reijo
 
Posts: n/a
Default Re: Crystal Reports/Oracle via Internet?

Turkbear <john.g@dot.spamfree.com> wrote in message news:<u20nrvsc3g2lm6pr0k6fcha3d7arqqedmq@4ax.com>. ..
> Frank <fbortel@nescape.net> wrote:
>
> >Turkbear wrote:
> >
> >> reijo_us@yahoo.com (Reijo) wrote:
> >>
> >>
> >>>Has anyone ever used Crystal Reports against an Oracle DB via the internet?
> >>>
> >>>Any idea how this might be accomplished if, say, the DB was located in a DMZ?
> >>>
> >>>Thank you.
> >>
> >> We do have a server set up for thus, but It is not easy to explain in a posting ; if you do a Google search in the oracle
> >> newsgroups for Firewall - or check the Oracle docs at http://tahiti.oracle.com
> >>
> >>
> >> It involves forcing the listener to use the same port for all communications( and then allowing that port through the
> >> firewall) rather than the default behavior of assigning a random port after the initial connect is made.
> >>
> >> hth,
> >>

> >Hmmm - there *are* SQL*Net aware firewalls. The shared socket approach
> >was broken
> >for Windows in 8.1.6

>
> To be clear..The DB server is not in the DMZ, it is inside the firewall - the Reports that use the data are linked through
> the Web Connector on the DMZ machine..
>
> The shared sockets problem was fixed in 8.1.7 ( but still can cause problems) - works fine in 9.



For those connecting through a firewall, are you using Advanced
Security for encryption?

Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-23-2008, 04:37 AM
Reijo
 
Posts: n/a
Default Re: Crystal Reports/Oracle via Internet?

Turkbear <john.g@dot.spamfree.com> wrote in message news:<u20nrvsc3g2lm6pr0k6fcha3d7arqqedmq@4ax.com>. ..
> Frank <fbortel@nescape.net> wrote:
>
> >Turkbear wrote:
> >
> >> reijo_us@yahoo.com (Reijo) wrote:
> >>
> >>
> >>>Has anyone ever used Crystal Reports against an Oracle DB via the internet?
> >>>
> >>>Any idea how this might be accomplished if, say, the DB was located in a DMZ?
> >>>
> >>>Thank you.
> >>
> >> We do have a server set up for thus, but It is not easy to explain in a posting ; if you do a Google search in the oracle
> >> newsgroups for Firewall - or check the Oracle docs at http://tahiti.oracle.com
> >>
> >>
> >> It involves forcing the listener to use the same port for all communications( and then allowing that port through the
> >> firewall) rather than the default behavior of assigning a random port after the initial connect is made.
> >>
> >> hth,
> >>

> >Hmmm - there *are* SQL*Net aware firewalls. The shared socket approach
> >was broken
> >for Windows in 8.1.6

>
> To be clear..The DB server is not in the DMZ, it is inside the firewall - the Reports that use the data are linked through
> the Web Connector on the DMZ machine..
>
> The shared sockets problem was fixed in 8.1.7 ( but still can cause problems) - works fine in 9.


I have noticed talk on the newsgroup about using CMAN in the DMZ or
setting up shared servers (MTS) and specifying the ports to use.

Are there any known limitations or issues/problems with CMAN (or MTS)
used in this fashion?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 02:07 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com