Search found 12 matches

by latif
Sun Jan 18, 2009 8:44 am
Forum: IT Jobs
Topic: There is some good news in this recession time. WE
Replies: 1
Views: 1708

Hi,

Could you please tell me location of job?

bye
by latif
Wed Jan 07, 2009 3:46 am
Forum: Application DBA & System Administration
Topic: Trace users
Replies: 3
Views: 1459

Hi ,
Use below query to know about users logged in apps

select distinct d.user_name from apps.fnd_logins a,
v$session b, v$process c, apps.fnd_user d
where b.paddr = c.addr
and a.pid=c.pid
and a.spid = b.process
and d.user_id = a.user_id
and (d.user_name = 'USER_NAME' OR 1=1);

bye
by latif
Sat Nov 29, 2008 9:52 am
Forum: Application DBA & System Administration
Topic: Not a valid responsibility
Replies: 0
Views: 1668

Not a valid responsibility

Hi every One

I assigned "web ADI" responsibility to sysadmin and when I access it and click on "Create Document" following error occurs
Web ADI is not a valid responsibility for the current user. Please contact your System Administrator.
Kindly help me.
latif.
by latif
Wed Apr 23, 2008 10:48 am
Forum: Application DBA & System Administration
Topic: Don't want to publish Application tier site name
Replies: 0
Views: 796

Don't want to publish Application tier site name

Dear All, I want users to access the E-bussiness 11i application tier through another site name and port not the one that is used by application tier site name and port bcz of security issues.I want to know is there any reliable solution for site and port mapping? Kindly suggest me. thanks in advanc...
by latif
Sat Apr 05, 2008 8:58 am
Forum: Application DBA & System Administration
Topic: ADI
Replies: 5
Views: 2218

Hi , The easiest way that I found to configure tnsnames for ADI (Application Desktop Integrator) is just copy or replace the tnsnames.ora file from appstier i-e $IAS_ORACLE_HOME/network/admin/dbname_hostname/tnsname.ora into the ADI's /netwok/admin folder. Hope so it'd help you to solve your problem...
by latif
Tue Mar 04, 2008 9:39 am
Forum: Application DBA & System Administration
Topic: Oracle Workflow
Replies: 1
Views: 1126

Oracle Workflow

Hi all,
Can any one help me what is oracle workflow?and as a system/database administrator what are the responsibilities related to workflow?
are there any helful links for oracle workflow?
thanks in advance.

latif
by latif
Sun Mar 02, 2008 8:44 am
Forum: Application DBA & System Administration
Topic: How to connect Oracle client 9i to Linux.- Appl DB
Replies: 7
Views: 3876

Hi,

If your oracle application version is 11.5.10.2 then try to disable sqlnet access
or make an entry of client 9i computer IP address in sqlnet.ora file of database node(ORACLE_HOME/network/admin/DBNAME_HOSTNAME/sqlnet.ora) file
and restart listener.
bye
Latif
by latif
Sun Mar 02, 2008 8:31 am
Forum: Application DBA & System Administration
Topic: How to find applied family pack in oracle apps
Replies: 2
Views: 2259

Hi All,

you can check ad_applied_patches in applsys schema,


bye
by latif
Thu Jan 10, 2008 5:36 am
Forum: Operating System
Topic: OS memory Usage
Replies: 3
Views: 3711

Hi Amir,

I am using Redhat Enterprise Linux AS release 4.Kindly guide me how i'll tune the OS.

bye
by latif
Wed Jan 02, 2008 2:21 am
Forum: Application DBA & System Administration
Topic: How many users are currently connected to Applicat
Replies: 10
Views: 3948

Hi Waqar,

If you have performed first two steps then just query

system administrator-->security--user-->monitor(ctrl+f11)

bye
by latif
Mon Dec 31, 2007 10:02 am
Forum: Application DBA & System Administration
Topic: How many users are currently connected to Applicat
Replies: 10
Views: 3948

Hi; Hope it 'll help you. -set the profile option (Sign-On:Audit Level) value to form. By default it is set to none. -run the concurrent program (OAM Applications Dashboard Collection) this concurrent will fill some tables like fnd_oam_forms_rti with important data like IP address of the client, tim...
by latif
Mon Dec 31, 2007 9:26 am
Forum: Operating System
Topic: OS memory Usage
Replies: 3
Views: 3711

OS memory Usage

Hi all,

My system has 8GB of Ram in which contain oracle database tier and concurrent node of oracle 11i E Bussiness Suite.When I check for memory usage it shows only 25 to 35MB free and remaing is in use.I am worry why there is so much memory usage.Kindly help me.

Mohammed Latif