Questions tagged [oracle-application-server]

Use this tag for questions related to Oracle Application Server, which provides a single integrated packaged solution of for middleware infrastructure.

, and/or are tags that are usually found along with , so you might as well consider using them.

21 questions
2
votes
4 answers

Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR

I need help in configuring Java on my machine because, when I try loading Forms, the loader just goes in circles and gives this error: java.lang.ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class at…
2
votes
1 answer

Oracle GRCC Tcg data type issue

I am working with oracle GRCC Tcg Application version 8.6.4. I have created business object successfully on this Tcg application. After that I have created a model using that business object. While I'm trying to save the model, the following…
1
vote
2 answers

Is it possible to run Apex on other then database server?

Is there anyway to run apex on application server while having database on another server. I meant to say that I want to make one database server in which oracle database will be installed and another application server on that apex will be…
1
vote
1 answer

How to capture the last returned value from sql session in the unix script?

I am calling a procedure from shell script , my procedure has an out parameter which will return '2' at last in case of any error . My question is how do i capture this last returned value/row in the unix environment ? . i need to terminate my…
1
vote
0 answers

How to configure Oracle HTTP server apache mod_proxy to proxy certain HTTPS requests to external (origin) server over HTTPS

I got two different application running on Two different servers 1. server1 app1 is lets say "abc.com" and I am making api post request "https abc.com/api/v1/clientId/setdata". This server resides on company's virtual private cloud. Its based on…
1
vote
1 answer

launching wicket application in oracle application (10g) server

I have written wicket application and locally it works perfectly. But when I deploy it to oracle application server (10g) I get this error: 14/01/28 09:49:29.481 NTDB: Servlet error java.lang.NoSuchMethodError:…
0
votes
0 answers

Weblogic application server goes in Overload state at 2 specific timings

Our application is deployed on weblogic servers. Our Managed cluster enters in Overload state with all connections of datasource being used up. We get this error on random days and on 2 specific timings. We checked everything and are not sure…
0
votes
0 answers

How to use kill -9 -1 or pkill -u command in bash script

I was developed oracle application services auto down script. Script is running successfully. But after running script I need to kill the process. I tried it using kill -9 -1 and pkill -u both commands. But I…
0
votes
0 answers

pip TLS/SSL required in python 3.11

I understand that this has been asked many times before but none of the solutions here and elsewhere have helped me. I installed SSL and it still did not make a difference. Now python 3.6 works fine, and I think that's where SSL got installed…
Steve
  • 1,028
  • 7
  • 25
  • 42
0
votes
0 answers

Testing OC4J's default configuration

I have installed Oracle Developer Suite 10g release 2(Complete), which leaded to installed standalone OC4J. Now I am trying to Testing OC4J's default configuration. I started the OC4J instance through Start> Search for oc4j> clicked oc4j batch file.…
Eslam
  • 323
  • 3
  • 20
0
votes
1 answer

Monitor connections in the connection pool on Sun App Server

On a Sun (now Oracle) Application Server, how can I monitor connections in the connection pool, on a scheduled frequency?
Maven Lee
0
votes
1 answer

Oracle Application Server 10g

I need to configure a service to on Oracle application server to test connectivity with database and then send an email notification about status. Can anyone help me please. Thanks,
0
votes
2 answers

Accounting Program Error

I have Oracle Application R12 running on 11g. The error occurs in Accounting Program when we are running Create Accounting session in Payable Module. When we click on Diagnostics it gives this message : This request finished with an error and…
0
votes
1 answer

How to increase performance for HTTPS in Oracle Application Server?

How can we tune the performance (by perhaps changing the parameters) to make HTTPS faster in an OracleAS? Thank you
Ishildur Baggins
  • 147
  • 1
  • 2
  • 10
0
votes
1 answer

Use Higher Version of Unzip in Oracle EBS

-I encounter error during installing ORACLE EBS on LINUX 64 bit server. -Log shows that: RC-20200: Fatal: Could not find Unzip. At this time only Native UnZip 5.X is supported. Please make sure you have UnZip 5.X in your path and try…
Aie712
  • 35
  • 1
  • 8
1
2