Search found 9 matches

by sudhakarpv5
Thu May 24, 2007 12:18 pm
Forum: Application DBA & System Administration
Topic: Not able to Use APPS INSTANCE
Replies: 4
Views: 1544

Hi Anu,

First of all, are all the Application Services up and running?
If so, then you can easily login without any problems and there is nothing wrong with the XP installation you did.
by sudhakarpv5
Thu May 24, 2007 11:47 am
Forum: Application DBA & System Administration
Topic: Changing APPS & APPLSYS password
Replies: 7
Views: 5598

Hi Yudi,

To change the APPS and APPLSYS password is simple.
Just use the FNDCPASS utility and change the password for APPS user and it gets effected to APPLSYS user as well.
To use the utility, below is the command:
FNDCPASS apps/oldpasswd 0 Y system/passwd SYSTEM APPLSYS newpasswd
--> This will ...
by sudhakarpv5
Thu May 24, 2007 11:36 am
Forum: Application DBA & System Administration
Topic: Problems about fresh install
Replies: 4
Views: 2030

Hi Yudi,

Regarding your questions/doubts:

1. That's right but mostly as we will be working in the US based functionalities, we go by default or else just do the step you did -- skip the step of country-specific functionalities

2. If its just about the PL/SQL files, then just change the init.ora ...
by sudhakarpv5
Wed May 23, 2007 12:01 pm
Forum: Application DBA & System Administration
Topic: Concurrent request phase is Inactive
Replies: 1
Views: 1913

Hello Jyothi,

Are your Standard Concurrent Manager's up and running?
If yes, is the request that you are running specific to any module?
If no, then check for the Standard Concurrent Manager's and activate them first.


HTH,
Sudhakar
by sudhakarpv5
Wed May 23, 2007 11:50 am
Forum: Application DBA & System Administration
Topic: JOb process Id
Replies: 2
Views: 1363

Hello Ramk,

Can you be a bit more specific as it has many options - is it at the O/S level, the DB level and/or the Applications level.


Thanks,
Sudhakar
by sudhakarpv5
Mon Jan 22, 2007 10:47 am
Forum: General / Others
Topic: Creating Stage on Windows
Replies: 5
Views: 2356

Hi,

If you are working with 11.5.10.2 Applications, then it is simple, you have a perl script in startCD/Disk1/rapidwiz, namely "adautostg.pl", which you can invoke with perl.
You can run the following command:
$ perl adautostg.pl

It asks for the Stage directory location and few other questions ...
by sudhakarpv5
Tue Sep 19, 2006 7:09 am
Forum: Application DBA & System Administration
Topic: Apps Performance Monitring Tool
Replies: 4
Views: 4012

Hi Admin,

That will be great.
by sudhakarpv5
Tue Sep 19, 2006 7:00 am
Forum: Application DBA & System Administration
Topic: which Data Type?
Replies: 1
Views: 1913

Hi,

In Oracle, Numbers are stored in a packed decimal like format, which are character strings; Indexing on VARCHAR or NUMERIC would be the same effect.


Even in oracle we can create indexing on numeric data type also like
CREATE INDEX emp_indx ON emp(empno) COMPUTE STATISTICS;

Here the index ...
by sudhakarpv5
Tue Sep 19, 2006 5:47 am
Forum: Application DBA & System Administration
Topic: Apps Performance Monitring Tool
Replies: 4
Views: 4012

Hi,

I use Oracle provided Performance Manager and other utilities.
Even they are good but need a bit more patience to decode things.


Thanks,
Sudhakar