Questions tagged [oas]

Oracle Application Server

In computing, the Oracle Application Server 10g (the "g" stands for grid), consists of an integrated, standards-based software platform. It forms part of Oracle Corporation's Fusion Middleware technology stack. The heart of Oracle Application Server consists of Oracle HTTP Server (based on Apache HTTP Server) and OC4J (OracleAS Containers for Java EE) which deploys Java EE-based applications. The latest version of OC4J offers full compatibility with the Java EE 1.4 specifications.

Oracle Application Server became the first platform designed for grid computing as well as with full life-cycle support for service-oriented architecture (SOA).

Source: Wikipedia

49 questions
5
votes
9 answers

How to avoid this very heavy query that slows down the application?

We have a web application running in a production enviroment and at some point the client complained about how slow the application got. When we checked what was going on with the application and the database we discover this "precious" query that…
Juan Paredes
  • 769
  • 4
  • 14
  • 21
5
votes
1 answer

Same query on same database gives different results on OAS 10.1.3

I'm seeing something odd when I run a query in an application deployed in Oracle Application Server 10.1.3, with Oracle10g. When I run a statement against the database directly (e.g. a standalone app that calls a DAO implemented with hibernate) I…
John Q Citizen
  • 2,788
  • 3
  • 24
  • 29
4
votes
1 answer

Inject Css into iframe from third party

Can we inject bunch of CSS files into an iframe from a third party like OAS which is hosting ads? If it is possible an example will be greatly appreciated.
user747291
  • 791
  • 2
  • 15
  • 39
3
votes
3 answers

Debug web application in Eclipse under Oracle Application Server

I am using Eclipse and I am familiar with Apache Tomcat. I can run/debug my web applications under Tomcat. But I can not do it for Oracle Application Server. When I try to start the server from eclipse it is beginning to start, but after 240 seconds…
user179437
  • 713
  • 1
  • 7
  • 16
3
votes
1 answer

Sending verification request every single second to the server (repeating task)

I've some service that's being called by a Mobile app. The mobile app need to be up to date with the server. So, Every 1 second I do check the server for any additional data, if found I got the data from the server (repeating task). Is there any…
Muhammad Hewedy
  • 26,344
  • 42
  • 116
  • 201
2
votes
2 answers

How to hide server descriptions in Swagger UI?

I have an OpenAPI 3.0 definition with multiple servers: servers: - url: https://development.gigantic-server.com/v1 description: Development server - url: https://staging.gigantic-server.com/v1 description: Staging server - url:…
2
votes
2 answers

Show generated SQL in toplink in eclipse

I am using EclipseLink libraries in eclipse (at dev time) and deploy on TopLink, I need to show the generated sql statement. I am using the following persistence.xml:
Muhammad Hewedy
  • 26,344
  • 42
  • 116
  • 201
2
votes
3 answers

Changing default implementation of org.w3c.dom.Document

I need to change the default implementation within my project for org.w3c.dom.Document. I followed this link to change the default implementation…
Muhammad Hewedy
  • 26,344
  • 42
  • 116
  • 201
2
votes
0 answers

How to disable SSL v3 for sun os 5.6 (OAS 4.0.8), I am facing POODLE vulnerability issue?

My Website is hosted on Sun OS 5.06 (OAS 4.0.8) and using web server : Oracle_Web_Listener/4.0.8. Website is configured to use https for secure pages and it was working fine from last 10 years but suddenly i am getting complaints from my customers…
Aamir khan
  • 21
  • 2
2
votes
1 answer

Oracle Enterprise Server SOAP/Servlet/SoapRouter

Does anyone know any sample Oracle SOAP XML requests that that queries the database? For example, the url: http://myoracle:7778/oracle/soap/soaprouter/ I'd like to program xml requests and get return xml database. But I have no idea on the Oracle…
JACK
  • 21
  • 1
2
votes
1 answer

How to change handling of internal server error?

My application produces an internal server error, running on tomcat it prints a stacktrace with the given error. On Oracle it hides the error and post it to application.log. Is it possible to change this setting via the deployment descriptor? 500…
Christopher Klewes
  • 10,311
  • 15
  • 71
  • 101
2
votes
4 answers

JDBC: Oracle Application Server and "The Network Adapter could not establish the connection" error

I am getting the error: "The Network Adapter could not establish the connection" from a web application deployed in Oracle Application Server 10g. The database is local, so there shouldn't be any connection issues. First test: I can connect to the…
Noah
  • 968
  • 1
  • 10
  • 22
2
votes
3 answers

WebGate Configuration Problem

I have a instance of Oracle Access Manager set up on Server A and a copy of WebGate set up on Apache on Server B which should be working but isn't. When I try to access http(s)://hostname:port/access/oblix/apps/ webgate/bin/webgate.cgi?progid=1 as…
Andrew Hampton
  • 1,510
  • 3
  • 18
  • 29
2
votes
1 answer

Will PHP work on Oracle OAS by default?

I am not entirely sure whether this question should be asked here or the SuperUser forum, but I was wondering if Oracle Application Server is capable of running PHP scripts by default. I can't seem to find anything on the internet saying either way
TangoKilo
  • 1,733
  • 3
  • 23
  • 40
1
vote
1 answer

How to run long running report in the background

Oracle Application server 10g I need to run the long running reports in the background because while the report is running the cursor is loading and the control doesn't return to the user this feature exist in oracle 6i by set the following…
Islam
  • 55
  • 3
  • 6
1
2 3 4