Search found 24 matches

by mckoy2404
Mon Mar 17, 2008 11:00 pm
Forum: Application DBA & System Administration
Topic: upgrade Developer 6i on the serverside topatch 18
Replies: 0
Views: 604

upgrade Developer 6i on the serverside topatch 18

Once I upgrade Developer 6i on the server side, I need to bring Developer 6i on windows platform (used for development) to same version level. My understanding both have to be in same version.

What the patches I need to apply for Developer 6i Windows?
by mckoy2404
Fri Jan 25, 2008 9:08 pm
Forum: Application DBA & System Administration
Topic: HOW DO YOU TRACE THE WEB FORMS? R12
Replies: 0
Views: 644

HOW DO YOU TRACE THE WEB FORMS? R12

I would like to trace the web forms like I do the other forms. In the other forms we use the Help>Diagnostics>Examine. I would like to be able to do this somehow get the query that is running in the web forms.
by mckoy2404
Thu Jan 24, 2008 11:31 pm
Forum: Application DBA & System Administration
Topic: 11I CONFIGURED FOR JRE 1.5.0.13.USER ACCESS URL HO
Replies: 0
Views: 507

11I CONFIGURED FOR JRE 1.5.0.13.USER ACCESS URL HO

11.5.10.2 configured to use JRE 1.5.0.13. works great. when user launches IE and open the URL and try to open forms. how does it know to use JRE 1.5.0.13 and not existing JRE 1.4 or 1.6. Where does it looks for to open 1.5.0.13?
by mckoy2404
Wed Jul 18, 2007 9:29 pm
Forum: Application DBA & System Administration
Topic: JSP Error
Replies: 1
Views: 1816

Make sure that you have the latest (rollup) IAS patch apply
by mckoy2404
Wed Jul 18, 2007 9:26 pm
Forum: Application DBA & System Administration
Topic: Maintenance mode in Apps
Replies: 1
Views: 2295

Maintenance Mode is only needed for AutoPatch Sessions. Other AD utilities do not require Maintenance Mode to be enabled. Maintenance Mode must be 'Enabled' before running AutoPatch and 'Disabled' after the patch application was completed. When Maintenance Mode is disabled, you can still run Autopat...
by mckoy2404
Sun Jul 15, 2007 4:03 pm
Forum: Application DBA & System Administration
Topic: OA Framework development: Apache
Replies: 1
Views: 1079

i end up using the following it seem to work Code: echo "Stoping Apache..." $OAD_TOP/admin/scripts/$CONTEXT_NAME/adapcctl.sh stop echo "Apache stopped..." echo "removing cache..." cd $COMMON_TOP/_pages;rm -rf * echo "Cache cleared..." echo "Starting apach...
by mckoy2404
Thu Jul 12, 2007 4:39 pm
Forum: Application DBA & System Administration
Topic: Problem with Loging on Application
Replies: 1
Views: 1285

1. After apps tier installation failed with login error stop the services.
2. Edit the context file pointed by $CONTEXT_FILE and correct variable "s_dbdom
ain"
3. Run autoconfig
4. Start the apps services and test login.
by mckoy2404
Thu Jul 12, 2007 3:47 pm
Forum: Application DBA & System Administration
Topic: OA Framework development: Apache
Replies: 1
Views: 1079

OA Framework development: Apache

Our development team is doing lots of OA Framework development in our Oracle Applications development environment. In order to see the results of development efforts they are requently requesting that Apache be bounced. This negatively impacts other people working in the same environment. Do you hav...
by mckoy2404
Mon Jul 09, 2007 12:53 am
Forum: Application DBA & System Administration
Topic: Functional difference between Oracle 11i and R12
Replies: 1
Views: 3410

Database: Database Version in 11i (11.5.9 & 11.5.10) was 9i Rel 2 where as in Release 12 its 10g R2 (10.2.0.2) Application Tier: Tech Stack in Application Tier consist of iAS(1.0.2.2.2) & Developer 6i (Forms & Reports 8.0.6) but in Applications R12 it is build on Fusion Middleware (10g W...
by mckoy2404
Thu Jun 21, 2007 11:00 pm
Forum: Application DBA & System Administration
Topic: R12:- UNABLE TO LOG ON TO APPLICATIONS AFTER CHANG
Replies: 1
Views: 2155

R12:- UNABLE TO LOG ON TO APPLICATIONS AFTER CHANG

We change the APPS password using FNDCPASS and ran the autoconfig utility. No we are not able to log on to applications. Here is the errors in the Apache error log. [Thu Jun 21 12:55:06 2007] [error] [client 10.28.88.18] [ecid: 1182444604:10.233 .8.18:3088702:0:97,0] mod_oc4j: request to OC4J socaxs...
by mckoy2404
Thu Jun 21, 2007 10:56 pm
Forum: Application DBA & System Administration
Topic: R12 UNABLE TO LOG ON TO APPLICATIONS AFTER CHANGI
Replies: 1
Views: 1440

R12 UNABLE TO LOG ON TO APPLICATIONS AFTER CHANGI

We change the APPS password using FNDCPASS and ran the autoconfig utility. No we are not able to log on to applications. Here is the errors in the Apache error log. [Thu Jun 21 12:55:06 2007] [error] [client 10.28.88.18] [ecid: 1182444604:10.233 .8.18:3088702:0:97,0] mod_oc4j: request to OC4J socaxs...
by mckoy2404
Fri Jun 08, 2007 11:37 pm
Forum: Application DBA & System Administration
Topic: When an Oracle user forgets his logon
Replies: 1
Views: 1959

When an Oracle user forgets his logon

When an Oracle user forgets his logon information a message is display to contact the ?system administrator?. Is it possible to change this message to the contact the ?help desk???
by mckoy2404
Fri May 25, 2007 7:54 pm
Forum: Application DBA & System Administration
Topic: HOW TO MAKE SURE FORMS SESSION GO THROUGH LOAD BAL
Replies: 0
Views: 726

HOW TO MAKE SURE FORMS SESSION GO THROUGH LOAD BAL

Our network team monitors Oracle Application traffic and said that once launching Forms session, those sessions would directly talk to client PC, instead of go through load balancer. In this way, they cannot use load balancer to compress and cache information. Is there any documentation available on...
by mckoy2404
Fri May 25, 2007 2:01 am
Forum: Application DBA & System Administration
Topic: UNABLE TO GET SID, SPID ,FORMS USERNAME INFORMATIO
Replies: 1
Views: 1190

UNABLE TO GET SID, SPID ,FORMS USERNAME INFORMATIO

We wanted to know the front end oracle applications users who are row locking the data for more time (blocking locks). And for this we are trying to join the fnd_logins, fnd_user, v$process and V$session views. We find that for some reason we don't find the pid and spid columns to populating in fnd_...