Application server for Oracle forms [closed] - oracle

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I have to prepare an application server for deployment of an application implemented in Oracle 10g forms. The server which i will using is Sun Blade X6270 M3. Now the issue is that on my asking from developer (who happens to be a total jerk) that which application server should i be using, he said any which ever you like.
All i am aware about application is that it will be available via url.
Honestly, i am confused here, please assist me in selecting the application server for an application developed in Oracle 10g forms. I don't to waste my time by installing a wrong application server and i also cannot ask developer to guide me.
Thus seeking your help. A link to download the server would really assist me and please do mention if it is freeware or not.

You need OracleAS Forms Services to run Forms. With Forms 10g that means Oracle Application Server. For Forms 11g (and later) that means Oracle WebLogic Server.

Related

oracle forms 12c can I get application on internet like web no client installation [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
Dear all can I get oracle 12C application access as web on internet I know this process will not as all can be explained here but someone please guide me in which way I have to go lead me how can I get this goal some hints or topic books or article I searched lot of internet but wont get this.
My last Forms version is 10g; it uses the IAS (Internet Application Server), while your version (12c) uses the WLS (Weblogic Server). However, I believe that my answer still stands.
In order to run a Forms application, you have to have a database (of course) and a "server" which will be running that application. I'm just a developer so I never had to install nor configure the IAS (or the WLS). However, based on what I've heard from colleagues and read on the Internet, that is not a simple task, requires a lot of knowledge and takes time to do it. Measures in days.
Shortly, you should
install the database (on a database server)
install the WLS (on a separate application server, for better performance)
make everything accessible to users over the Internet
share the application URL with users
Reading your question & from my point of view, your best option is to find a company that hosts Forms applications, sign the contract with them and let them take care about deploying your application to the web. Your task would remain what it is now - developing the application.

Can I automate oracle 11g installation on Windows? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I am looking to automate my appplication installation on standalone machines, so wondering if I can automate the oracle 11g setup as well? Is there a way to do this?
Maybe instead of installing Oracle on Windows use VM with pre installed software. Here you have some instructions how to use it.
Generally I don't think automated instalation for database make sense. You can configure database somwhere in the net and your application can use remote databse (just create a schema for each user). Also database server has usually different requirements so it is not popular to install DB at same machine as application.

I want to use SQL*Plus on my Mac, but I can't establish a connection [duplicate]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am trying to learn Oracle SQL with the help of the book 'Oracle SQL by Example' and it recommends that I download Oracle 11g to be able to take full advantage of what the book has on offer when it comes to practising the skills I learn.
However, Oracle's website seems not to offer 11g for Mac and I cannot find a link to 10g that is still valid (or, indeed, that doesn't dead end at the Oracle website). Does anyone have any suggestions. Thanks.
The simplest route might be to install VirtualBox and one of the pre-built VM images Oracle provides. It's simpler to get started than having to navigate the database software installation and DB creation, if you aren't interested in those aspects at the moment.
The Database App Development VM gives you a pre-installed database, plus SQL*Plus and SQL Developer to run examples and your own code as you learn.

Oracle Apex versus Oracle SQL Developer [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
To the best of my knowledge, Oracle Apex looks similar to Oracle SQL Developer. For all of my database development life, I have only used SQL Developer.
Are there any specific feature sets available in Apex that are available in developing Oracle databases that are not in SQL Developer, and visa versa?
Welcome to SO.
SQL Developper is a GUI tool to run ad hoc queries, develop stored procedures and similar, more like a GUI version of, command line tool, sqlplus.
On the other hand Apex is more for prototyping/developping some custom applications that some end user (or admin) would access using the browser (HTML interface).

Oracle 11g database server parameter tuning [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I have a 4 Core 12GB RAM dedicated windows machine.I have Oracle 11g installed on it.
Could any body please help on the DB server parameters that can be tuned from a performance perspective.
Any reference to a credible url also is fine & will be of great help. Thanks..
Oracle provides a lot of online documentation including a lot of guides. The 2 Day DBA Guide for 11.2 has a section on Monitoring and Tuning the Database that can get you started. Other sections in the guide can be helpful as well.

Resources