We are having a legacy running running on Oracle Forms and Reports. I want to change the database connection to point to a different database, how do I do that?
P.S: I am pretty new to forms and reports
Software/Hardware used:
ASKED:
May 7, 2009 9:17 AM
UPDATED:
April 18, 2012 5:34 AM
Comments by Ms123:
“then use that alias as the host string when connecting.” – this is the part I do not understand. I am comfortable with the TNSNAMES part, as that is the standard connectivity configuration that I make for using db connectivity from other applications. But connecting from within the forms using the host string, this is what I cannot figure out. I don’t know how to find the connectivity definition in the forms. Is it within the login form or in a library? I know that this depends on how the application has been built, but I want to know what the practise is in general, and the places that I will need to be looking to find out the host string.
Thanks in advance for all your help.
You should look for a call to the LOGON built-in (assuming that you are on 6i: Program->Find and replace PL/SQL…).
Also, check if the forms have an ON-LOGON trigger, and if so, see what is in there.
Thanks HARSH you solve my problem in a very easy way. Lot of thnax, Sir I have an other broblem how it posible to connect Oracle database is installed a PC which is server and an other pC whiclh install only Oracle Form . How I connect to That PC with Server where database is INstalled? Thanx Take care