Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Distributing App. with Oracle Forms
Hi
Open Oracle_home/network/admin/tnsnames.ora file
Edit the file in the following manner
step i. servicename any name
step ii. change the host id of ur database
stepiii. give your Service id of ur database. (SID = ?)
Regards
Suganya
servicename.WORLD =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.16.101.35)(PORT = 1521))
)
(CONNECT_DATA =
(SID = GXDB)
)
)
"Foelz.Frank" wrote:
> Hi everybody,
>
> I am building an application with Oracle Forms 6.0.
> This app. should run on a single PC. with no local Oracle
> database. The Database is accessible over the network.
>
> What Oracle products do I have to install on a Office
> PC to connect to this database.
>
> (For myself, I am running on a developer machine having
> Oracle and most of its components installed. I do not
> have another machine, and I dont want to remove my Oracle
> installation for test reasons only)
>
> > Frank Foelz <
> _________________________________
> e-mail : mailto:Foelz.Frank_at_Scheidt-Bachmann.de
> URL : http://www.scheidt-bachmann.de
> ________________________________________________________________________
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Foelz.Frank
> INET: Foelz.Frank_at_Scheidt-Bachmann.de
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Mon Jan 29 2001 - 05:12:01 CST
![]() |
![]() |