Application Server Installation [message #545241] |
Tue, 28 February 2012 01:47 |
sweetkhaliq
Messages: 200 Registered: April 2006
|
Senior Member |
|
|
Dear Memebers
I am new to work on application server.
Dear members i have database server d1 on which Oracle 10g release 2 is running windows 2003 server. Now i want develop application in oracle forms 10.1.2 for front end development and want to install application server on separate server computer. So i put the forms on it. I want to know which version is suitable for this scenario. Oracle Application Server 10g Release 2
(10.1.2) is suitable for it or any other choice is there in case of form implementation. Please provide the answer in detail.
Thanks & Regards.
|
|
|
|
|
|
Re: Application Server Installation [message #545886 is a reply to message #545881] |
Sat, 03 March 2012 01:41 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Have you read the AS 10.1.2 installation guides yet? And of course the Concepts?
http://docs.oracle.com/cd/B14099_19/nav/docindex.htm
It is not clear whether when you say "database" you mean the customer database that stores your application data, or the infrastructure database that is part of AS Enterprise Edition.
You can distribute all these components across different machnes, or on one machine. There is a High Availability Guide that describes this.
|
|
|
|
Re: Application Server Installation [message #545890 is a reply to message #545889] |
Sat, 03 March 2012 03:00 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
You seem to have decided that entire AS installation, both Infrastructure instance and Middle Tier instance, will reside on one machine, and the customer database will reside on another. OK. Which part of the installation guide are you having trouble with?
|
|
|
Re: Application Server Installation [message #546503 is a reply to message #545890] |
Wed, 07 March 2012 04:03 |
sweetkhaliq
Messages: 200 Registered: April 2006
|
Senior Member |
|
|
Dear Members
i have installed application server and infrastructure on server named DB2 with database that is part of AS Enterprise Edition.
Now i have put the forms and reports on this server and access them from remote computers. All the forms and reports run fine and they used the database that is part of AS Enterprise Edition on DB2.
Now i want to use the custom database(10g rel 2) that is installed on server DB1.
Please tell me how can i achieve this task.
Thanks & Regards.
[Updated on: Wed, 07 March 2012 04:04] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
Re: Application Server Installation [message #547643 is a reply to message #547641] |
Thu, 15 March 2012 06:19 |
sweetkhaliq
Messages: 200 Registered: April 2006
|
Senior Member |
|
|
Dear Members,
Now i have made two folder on my application server named db2
1. Source folder (that includes fmb, mmb, rdf files)
2. Runtim folder. (that includes fmx,mmx files)
and give the desired sharing to developers.
I want developer load froms in form builder from source folder that is on application server, make necessary changes and after running and testing the form he replaced the fmx files from source folder to runtime folder.
problem is that when i run the form, from source folder in form builder it gives the error
"FRM-40010: can not read form"
\\db2\source\abc.fmx
i have also added the runtime path in default.env like forms_path=d:\source
Please tell me how i can run the form from source folder.
Thanks & Regards
[Updated on: Thu, 15 March 2012 06:20] Report message to a moderator
|
|
|
Re: Application Server Installation [message #547647 is a reply to message #547643] |
Thu, 15 March 2012 06:51 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
About FORMS_MMAP: thank you for the information, I didn't know that it exists.
However: Googling around (such as here), it appears that - in production systems - it should be set to TRUE. Well, regarding the fact that I know nothing about it, I suppose that I shouldn't complain about your solution as long as you're happy with it. Hopefully, someone who knows better will say a word or two (too bad that such people don't stop by very often).
As of your new problem:
Oracle
FRM-40010: Cannot read form %s.
Cause: One of the following:
1. You entered a nonexistent form name.
2. You typed an incomplete path.
3. You do not have the proper privileges to run the form.
4. You do not have a compiled copy of the form.
Action: Retype the form name correctly, provide the proper path name, compile the form, or contact the DBA.
Obviously, you can open the form from that directory. But, do you have privileges to WRITE in it?
|
|
|