Query to the FND logging on Oracle application R12

Hi,
I need a query to find if the logging is enabled in application R12. Recently some users have enabled FND logging in Application, though I have disabled the logging
but still I want to find out who has enabled he logging.
EBS version: 12.1.2
Database version: 11.2.0.1
Os: Aix 6.1
Regards,
Gaurav

I have checked the metalink notes couldnt find anything. I have already checked all the profile option at the site level
I found some queries which gives the output as follows. Kindly let me know if there is loggin enabled.
set linesize  100
set pagesize 999
column today new_value _date noprint
select to_char(SYSDATE,'DD-MON-RR') today from dual;
ttitle CENTER 'Debug and Trace Profile Options Set to YES'  -
RIGHT _date ' Page:' FORMAT 999 sql.pno SKIP 2 -
Column app_short format a6 heading "APP"
column optname format a35 heading "PROFILE"
column d_level format a36 heading "WHO HAS IT SET"
column optval format a6 heading "SET TO"
column updated format a10 heading "UPDATED ON"
select  distinct
        a.application_short_name app_short,
        user_profile_option_name optname,
        decode(level_id,
        10001,'SITE',
        10002,'APP : '||a2.application_short_name,
        10003,'RESP: '||r.responsibility_key,
        10004,'USER: '||u.user_name,
        'Unknown') d_level,
        profile_option_value optval,
        v.last_update_date updated
from fnd_profile_options_vl o,
        fnd_profile_option_values v,
        fnd_application a,
        fnd_application a2,
        fnd_responsibility r,
        fnd_user u
where (
        upper(o.user_profile_option_name) like '%DEBUG%' or
        upper(o.user_profile_option_name) like '%TRACE%'
--or upper(o.user_profile_option_name) like '%LOGG%'
and a.application_id = v.application_id
and o.application_id = v.application_id
and o.profile_option_id = v.profile_option_id
-- Find the associate level for profile
and r.application_id (+) = v.level_value_application_id
and r.responsibility_id (+) = v.level_value
and a2.application_id (+) = v.level_value
and u.user_id (+) = v.level_value
and profile_option_value = 'Y'
order by 2,1,3,4;
                                                                                                                                                                                                                                                                                                                                  Debug and Trace Profile Options Set to YES                                                                                                                                                                                                                                                                                                                                                                                                                                                                           13-SEP-12 Page:   1
Columnapp_shortheadingAPP
APP_SHORT                                          PROFILE                             WHO HAS IT SET                       SET TO UPDATED ON
MSC                                                MSC: Enable Java Debug              SITE                                 Y      23-MAR-05
OE                                                 OE: Debug                           SITE                                 Y      30-JUN-99
PO                                                 RCV: Debug Mode                     SITE                                 Y      17-OCT-01
I checked one more profile option, as we have SOA implemented.
SHORT_NAME                     NAME                                     LEVEL_SET       CONTEXT                        VALUE
FND_SOA_AUDIT_ENABLED          SOA: Service Monitor                     Site                                           ONAnd another query shows:
SQL> select owner,name,type  from dba_source where text like '%Internal logging is enabled%';
OWNER                          NAME                           TYPE
APPS                           JAI_CMN_DEBUG_CONTEXTS_PKG     PACKAGE BODYDoes these indicate possible logging or debugging enabled.
Regards,
Gaurav
Edited by: Gaurav on Sep 13, 2012 6:03 PM

Similar Messages

  • How to reduce the size of cloned Oracle Applications Instance

    How to reduce the size of cloned Oracle applications instance, so as to save the storage space for the cloned systems.
    How can we remove unimplemented modules in the instance so that we can reclaim the space occupied by them.
    can any please suggest on this..?

    mumbai,
    I would recommend to leave it as it is.
    If you can add some inexpensive HDD to your test system then do so.
    The Apps DB storage decreasing process is quite painful and isn't straightforward.
    You can’t just delete unused schemas & tablesapces (if they are not used than they are not consuming reasonable space anyway). The modules in Apps are using each other procedures and objects. The effect of deleting one module (schema) is highly unpredictable.
    If you will do something like that than you will not be able to patch your cloned system after that.
    Some things can be done however in order to reduce size of a testing Apps system:
    - Decries UNDO & TEMP tablespaces. Normally you do not need that big tbs in test system as you have got in the production.
    - If your REDO LOG files are quite big and you have got a lot of redo groups you can recreated smaller REDO log files.
    - On Apps tier you can delete OUTput and LOG files
    In case you still would like to decrease data volume in your testing system you need to take a look on some tools which provide data subtracting capabilities from Apps DB. This process has to be quite intelligent. The tool have to know the data structures in APPS DB and subtract data in the way to not harm logical relationships between records. After a subtracting process you will need to make multiple FULL exp/imp cycles in order to reduce physical space consumed by the database. Beside the fact that those tools are quite expensive you will need to spend a lot of your time to implement those.
    BTW: That is the size of you production DB? Have you analyzed which module takes most of the space? May be you can identify top 10 objects and try to archive a data from those object preventing the future grow of the production database.
    Just my 0.02£
    Yury
    Check this out:
    A.
    http://www.freelists.org/archives/ora-apps-dba/05-2006/msg00000.html
    B.
    - Users can subscribe to your list by sending email to
    ora-apps-dba-request_at_freelists.org with 'subscribe' in the Subject field
    C.
    http://www.freelists.org/archives/ora-apps-dba/05-2006/threads.html

  • How can we do the data migration between Oracle Applications and SAP R/3.

    Hi All,
    How can we do the data migration between Oracle Applications and SAP R/3 system.What are all the possible ways to move bulk data from Oracle Apps to SAP r/3 system.
    Provide any 3rd party tools which supports data migration and also pls rpovide the SAP's own data migration tools with supports the above feature.
    Awaiting for best possible solution.
    Thanks in advance.
    Regards
    Dharmaraju

    the 3rd party tool is ETL , you can use ETL tool and the prepare the load files then you can use LSMW method to upload the data to SAP.

  • Help, How to view the error log of oracle Job

    Hi all,
    I created a job in my database, which clears the archivelog. After the job is executed, it occurs error.Such as :
    RMAN清理归档日志 1 问题 2010-3-19 下午03时11分00秒 GMT+08:00 PTDB 数据库实例 SYSTEM RMAN 脚本
    How to view the error log of oracle Job?
    Thank you.
    Eric Zhou

    Hello,
    Besides some views (with the scheduler) that you can get on the link below:
    http://download-west.oracle.com/docs/cd/B28359_01/server.111/b28310/scheduse002.htm#CHDGIDFD
    You may use the LOG parameter with RMAN so as to generate a logfile on the server.
    Also from EM DBConsole (starting with 10g) you may have the RMAN Backup Report.
    Hope this help.
    Best regards,
    Jean-Valentin

  • Oracle Application R12.1.1 installation issue

    During installation of Oracle Application R12.1.1 installation I face this error,
    Windows cannot find '.\jre\NT\1.5.0\bin\java'. Make sure you typed the name correctly, and then try again.
    plz anyone idea to resolve this

    <?xml version="1.0"?>
    <oa_context version="$Revision: 120.5 $">
    <oa_context_name oa_var="s_contextname">config.txt</oa_context_name>
    <oa_context_serial oa_var="s_contextserial">0</oa_context_serial>
    <oa_context_type oa_var="s_contexttype">Config File</oa_context_type>
    <oa_context_file_loc oa_var="s_contextfile">e:\oracle\PROD\apps\apps_st\appl\admin\asad-b\conf_PROD.txt</oa_context_file_loc>
    <ini_file>
    [GENERAL]
    CONFIGURED_ENVS=PROD
    CONFIGURATION_FORMAT=12.0.0
    ACTION_TYPE=INSTALLING
    NUMBER_OF_HOSTS=2
    HOSTNAMES={Server0_asad-b,Server1_asad-b}
    [Server0_asad-b]
    s_contextname=PROD_asad-b
    s_dbSid=PROD
    s_dbport=1521
    s_platform=Windows NT
    s_base_lang=US
    s_domainname=aa
    s_isDB=YES
    s_isAdmin=NO
    s_isForms=NO
    s_isConc=NO
    s_isWeb=NO
    s_port_pool=0
    s_dbSidLower=prod
    s_dbuser=oracle
    s_apps_version=12.1.1
    s_dbGlnam=PROD
    s_dbseed=Fresh Install
    s_dbtype=PROD
    s_dbcset=US7ASCII
    s_base=e:\oracle\PROD
    s_db_oh=e:\oracle\PROD\db\tech_st\11.1.0
    s_dbhome1=e:\oracle\PROD\db\apps_st\data
    s_dbhome2=e:\oracle\PROD\db\apps_st\data
    s_dbhome3=e:\oracle\PROD\db\apps_st\data
    s_dbhome4=e:\oracle\PROD\db\apps_st\data
    s_dbhost=asad-b
    s_bits=32
    s_db_ons_localport=6300
    s_db_ons_remoteport=6400
    s_cmanport=1521
    [Server1_asad-b]
    s_contextname=PROD_asad-b
    s_dbSid=PROD
    s_dbport=1521
    s_platform=Windows NT
    s_base_lang=US
    s_env_langs=US - American_English
    s_defterr=AMERICA
    s_domainname=aa
    s_dbdomain=aa
    s_isDB=NO
    s_isAdmin=YES
    s_isForms=YES
    s_isConc=YES
    s_isWeb=YES
    s_port_pool=0
    s_formsfndtop=e:\oracle\PROD\apps\apps_st\appl\fnd\12.0.0
    s_dbSidLower=prod
    s_apps_version=12.1.1
    s_base=e:\oracle\PROD
    s_inst_base=e:\oracle\PROD\inst
    s_config_home=e:\oracle\PROD\inst\apps\PROD_asad-b
    s_at=e:\oracle\PROD\apps\apps_st\appl
    s_at2=e:\oracle\PROD\apps\apps_st\appl
    s_at3=e:\oracle\PROD\apps\apps_st\appl
    s_at4=e:\oracle\PROD\apps\apps_st\appl
    s_tools_oh=e:\oracle\PROD\apps\tech_st\10.1.2
    s_weboh_oh=e:\oracle\PROD\apps\tech_st\10.1.3
    s_com=e:\oracle\PROD\apps\apps_st\comn
    s_javatop=e:\oracle\PROD\apps\apps_st\comn\java\classes
    s_pt=e:\oracle\PROD\inst\apps\PROD_asad-b\portal
    s_temp=e:\oracle\PROD\inst\apps\PROD_asad-b\temp
    s_at_cset=US7ASCII
    s_iana_cset=US-ASCII
    s_MSDEVdir=C:\MVS\VC
    s_MKSdir=C:\cygwin
    s_dbhost=asad-b
    s_admhost=asad-b
    s_formshost=asad-b
    s_cphost=asad-b
    s_webhost=asad-b
    s_root_status=enabled
    s_web_entry_status=enabled
    s_web_applications_status=enabled
    s_batch_status=enabled
    s_other_service_group_status=disabled
    s_apps_jdbc_connect_descriptor=null
    s_rpcport=1626
    s_webssl_port=4443
    s_ons_localport=6100
    s_ons_remoteport=6200
    s_ons_requestport=6500
    s_webport=8000
    s_active_webport=8000
    s_formsport=9000
    s_metdataport=9100
    s_metreqport=9200
    s_jtfuf_port=9300
    s_mwaPortNo=10200-10205
    s_mwaTelnetPortNo=10200,10202,10204
    s_mwaDispatcherPort=10800
    s_java_object_cache_port=12345
    s_oacore_jms_portrange=23000-23004
    s_forms_jms_portrange=23500-23504
    s_home_jms_portrange=24000-24004
    s_oafm_jms_portrange=24500-24504
    s_oacore_ajp_portrange=21500-21504
    s_forms_ajp_portrange=22000-22004
    s_home_ajp_portrange=22500-22504
    s_oafm_ajp_portrange=25000-25004
    s_oacore_rmi_portrange=20000-20004
    s_forms_rmi_portrange=20500-20504
    s_home_rmi_portrange=21000-21004
    s_oafm_rmi_portrange=25500-25504
    </ini_file>
    <config_section name="GENERAL">
    <config_pair oa_var="CONFIGURED_ENVS">PROD</config_pair>
    <config_pair oa_var="CONFIGURATION_FORMAT">12.0.0</config_pair>
    <config_pair oa_var="ACTION_TYPE">INSTALLING</config_pair>
    <config_pair oa_var="NUMBER_OF_HOSTS">2</config_pair>
    <config_pair oa_var="HOSTNAMES">{Server0_asad-b,Server1_asad-b}</config_pair>
    </config_section>
    <config_section name="Server0_asad-b">
    <config_pair oa_var="s_contextname">PROD_asad-b</config_pair>
    <config_pair oa_var="s_dbSid">PROD</config_pair>
    <config_pair oa_var="s_dbport">1521</config_pair>
    <config_pair oa_var="s_platform">Windows NT</config_pair>
    <config_pair oa_var="s_base_lang">US</config_pair>
    <config_pair oa_var="s_domainname">aa</config_pair>
    <config_pair oa_var="s_isDB">YES</config_pair>
    <config_pair oa_var="s_isAdmin">NO</config_pair>
    <config_pair oa_var="s_isForms">NO</config_pair>
    <config_pair oa_var="s_isConc">NO</config_pair>
    <config_pair oa_var="s_isWeb">NO</config_pair>
    <config_pair oa_var="s_port_pool">0</config_pair>
    <config_pair oa_var="s_dbSidLower">prod</config_pair>
    <config_pair oa_var="s_dbuser">oracle</config_pair>
    <config_pair oa_var="s_apps_version">12.1.1</config_pair>
    <config_pair oa_var="s_dbGlnam">PROD</config_pair>
    <config_pair oa_var="s_dbseed">Fresh Install</config_pair>
    <config_pair oa_var="s_dbtype">PROD</config_pair>
    <config_pair oa_var="s_dbcset">US7ASCII</config_pair>
    <config_pair oa_var="s_base">e:\oracle\PROD</config_pair>
    <config_pair oa_var="s_db_oh">e:\oracle\PROD\db\tech_st\11.1.0</config_pair>
    <config_pair oa_var="s_dbhome1">e:\oracle\PROD\db\apps_st\data</config_pair>
    <config_pair oa_var="s_dbhome2">e:\oracle\PROD\db\apps_st\data</config_pair>
    <config_pair oa_var="s_dbhome3">e:\oracle\PROD\db\apps_st\data</config_pair>
    <config_pair oa_var="s_dbhome4">e:\oracle\PROD\db\apps_st\data</config_pair>
    <config_pair oa_var="s_dbhost">asad-b</config_pair>
    <config_pair oa_var="s_bits">32</config_pair>
    <config_pair oa_var="s_db_ons_localport">6300</config_pair>
    <config_pair oa_var="s_db_ons_remoteport">6400</config_pair>
    <config_pair oa_var="s_cmanport">1521</config_pair>
    </config_section>
    <config_section name="Server1_asad-b">
    <config_pair oa_var="s_contextname">PROD_asad-b</config_pair>
    <config_pair oa_var="s_dbSid">PROD</config_pair>
    <config_pair oa_var="s_dbport">1521</config_pair>
    <config_pair oa_var="s_platform">Windows NT</config_pair>
    <config_pair oa_var="s_base_lang">US</config_pair>
    <config_pair oa_var="s_env_langs">US - American_English</config_pair>
    <config_pair oa_var="s_defterr">AMERICA</config_pair>
    <config_pair oa_var="s_domainname">aa</config_pair>
    <config_pair oa_var="s_dbdomain">aa</config_pair>
    <config_pair oa_var="s_isDB">NO</config_pair>
    <config_pair oa_var="s_isAdmin">YES</config_pair>
    <config_pair oa_var="s_isForms">YES</config_pair>
    <config_pair oa_var="s_isConc">YES</config_pair>
    <config_pair oa_var="s_isWeb">YES</config_pair>
    <config_pair oa_var="s_port_pool">0</config_pair>
    <config_pair oa_var="s_formsfndtop">e:\oracle\PROD\apps\apps_st\appl\fnd\12.0.0</config_pair>
    <config_pair oa_var="s_dbSidLower">prod</config_pair>
    <config_pair oa_var="s_apps_version">12.1.1</config_pair>
    <config_pair oa_var="s_base">e:\oracle\PROD</config_pair>
    <config_pair oa_var="s_inst_base">e:\oracle\PROD\inst</config_pair>
    <config_pair oa_var="s_config_home">e:\oracle\PROD\inst\apps\PROD_asad-b</config_pair>
    <config_pair oa_var="s_at">e:\oracle\PROD\apps\apps_st\appl</config_pair>
    <config_pair oa_var="s_at2">e:\oracle\PROD\apps\apps_st\appl</config_pair>
    <config_pair oa_var="s_at3">e:\oracle\PROD\apps\apps_st\appl</config_pair>
    <config_pair oa_var="s_at4">e:\oracle\PROD\apps\apps_st\appl</config_pair>
    <config_pair oa_var="s_tools_oh">e:\oracle\PROD\apps\tech_st\10.1.2</config_pair>
    <config_pair oa_var="s_weboh_oh">e:\oracle\PROD\apps\tech_st\10.1.3</config_pair>
    <config_pair oa_var="s_com">e:\oracle\PROD\apps\apps_st\comn</config_pair>
    <config_pair oa_var="s_javatop">e:\oracle\PROD\apps\apps_st\comn\java\classes</config_pair>
    <config_pair oa_var="s_pt">e:\oracle\PROD\inst\apps\PROD_asad-b\portal</config_pair>
    <config_pair oa_var="s_temp">e:\oracle\PROD\inst\apps\PROD_asad-b\temp</config_pair>
    <config_pair oa_var="s_at_cset">US7ASCII</config_pair>
    <config_pair oa_var="s_iana_cset">US-ASCII</config_pair>
    <config_pair oa_var="s_MSDEVdir">C:\MVS\VC</config_pair>
    <config_pair oa_var="s_MKSdir">C:\cygwin</config_pair>
    <config_pair oa_var="s_dbhost">asad-b</config_pair>
    <config_pair oa_var="s_admhost">asad-b</config_pair>
    <config_pair oa_var="s_formshost">asad-b</config_pair>
    <config_pair oa_var="s_cphost">asad-b</config_pair>
    <config_pair oa_var="s_webhost">asad-b</config_pair>
    <config_pair oa_var="s_root_status">enabled</config_pair>
    <config_pair oa_var="s_web_entry_status">enabled</config_pair>
    <config_pair oa_var="s_web_applications_status">enabled</config_pair>
    <config_pair oa_var="s_batch_status">enabled</config_pair>
    <config_pair oa_var="s_other_service_group_status">disabled</config_pair>
    <config_pair oa_var="s_apps_jdbc_connect_descriptor">null</config_pair>
    <config_pair oa_var="s_rpcport">1626</config_pair>
    <config_pair oa_var="s_webssl_port">4443</config_pair>
    <config_pair oa_var="s_ons_localport">6100</config_pair>
    <config_pair oa_var="s_ons_remoteport">6200</config_pair>
    <config_pair oa_var="s_ons_requestport">6500</config_pair>
    <config_pair oa_var="s_webport">8000</config_pair>
    <config_pair oa_var="s_active_webport">8000</config_pair>
    <config_pair oa_var="s_formsport">9000</config_pair>
    <config_pair oa_var="s_metdataport">9100</config_pair>
    <config_pair oa_var="s_metreqport">9200</config_pair>
    <config_pair oa_var="s_jtfuf_port">9300</config_pair>
    <config_pair oa_var="s_mwaPortNo">10200-10205</config_pair>
    <config_pair oa_var="s_mwaTelnetPortNo">10200,10202,10204</config_pair>
    <config_pair oa_var="s_mwaDispatcherPort">10800</config_pair>
    <config_pair oa_var="s_java_object_cache_port">12345</config_pair>
    <config_pair oa_var="s_oacore_jms_portrange">23000-23004</config_pair>
    <config_pair oa_var="s_forms_jms_portrange">23500-23504</config_pair>
    <config_pair oa_var="s_home_jms_portrange">24000-24004</config_pair>
    <config_pair oa_var="s_oafm_jms_portrange">24500-24504</config_pair>
    <config_pair oa_var="s_oacore_ajp_portrange">21500-21504</config_pair>
    <config_pair oa_var="s_forms_ajp_portrange">22000-22004</config_pair>
    <config_pair oa_var="s_home_ajp_portrange">22500-22504</config_pair>
    <config_pair oa_var="s_oafm_ajp_portrange">25000-25004</config_pair>
    <config_pair oa_var="s_oacore_rmi_portrange">20000-20004</config_pair>
    <config_pair oa_var="s_forms_rmi_portrange">20500-20504</config_pair>
    <config_pair oa_var="s_home_rmi_portrange">21000-21004</config_pair>
    <config_pair oa_var="s_oafm_rmi_portrange">25500-25504</config_pair>
    </config_section>
    </oa_context>
    I also problem with system utilities. cygwin and domain name

  • Oracle Applications R12.1.3 Installation Solutions Required

    Hi,
    Background : We are implementing Oracle applications (R12.1.3) on linux environments (Linux/ Solaris - not yet decided)
    Total Users 10000. We want the best practices used for handling 10000+ users in terms of following:
    1. Hardware Details ( From any of your current configuration)
    a> RAM Details
    b> HDD Details
    c> SAN Details
    d> CPU details
    2. How Sizing of Oracle applications must be done to avoid performance issues ? (Forecasting for 3 year)
    a> unix mount point sizing
    b> tablespace sizing
    c> init parameter sizing
    d> concurrent manager sizing (Scheduling list of concurrent managers)
    e> archive log files sizing
    f> web-based users -> oacore sizing
    g> form-based users sizing
    3. Installation Of Oracle applications R12.1.3 (base language + other languages) [in detail]
    4. Installation of Oracle Diagnostics Module (in detail)
    5. Custom Top Creation in R12.1.3 (in detail)
    6. How to add new Concurrent Manager and how to schedule requests to Concurrent Managers defined
    7. Monitoring Scripts for Oracle Applications.
    8. Best practices used for backup of Oracle applications (Hotbackup and Coldbackup) - RMAN + other methods
    a> increemental backups
    b> hotbackups
    c> coldbackups
    9. Sample Application DBA Templates
    10.Printer Configuration in Oracle Applications (PDF and Check printing Methods)
    11.Workflow Mailer Configuration in Oracle Applications
    12. How to add new products in R12[in detail]
    Appreciate your help !
    PS: RHEL/Sun Solaris Document will be helpful.
    Thanks and Regards
    Ketan Punamiya

    Duplicate post.
    Installing Oracle Applications R12.1.3 on Linux Solutions Required
    Installing Oracle Applications R12.1.3 on Linux Solutions Required

  • Logging into Oracle Apps R12 throws error - unable to authenticate session

    Hi All,
    Working on R12 OS:AIX
    Logging into Oracle Apps R12 throws error - "unable to authenticate session".
    Earlier Guest user was end-dated which has now been removed and autoconfig was run.but still the same issue..(services were bounced too)
    Guest user password is:ORACLE(uppercase) in xml file,dbc file,GUEST profile options..
    could anyone please share such an experience encountered before and suggest resolution...
    Would appreciate an early response!
    Thanks for your time!
    Regards,

    Pl see ML Note 342332.1 on steps needed to troubleshooot login. Although this doc is for 11i, it should also apply to R12
    Srini Chavali

  • How to change IP, Hostname and domain name for Oracle Application R12

    Hi,
    I'm new to Oracle, we used to have one production and one test server for Oracle Application R12, but the test server was corrupted, so we decided to clone production server and create a new test server, after cloning and creation of test server, how should we do to change IP address, hostname and domain name for test server?
    Our production and test server environment is:
    Linux Enterprise AS 2.6.9
    Application module: E-Business Suite Treasury only
    Your advice will be much appreciated.
    Regards,
    Kenneth
    Edited by: 850209 on Apr 7, 2011 5:37 PM

    850209 wrote:
    Hi,
    There are few tnsnames.ora and listener.ora files in the system, how to know which one are effective? If I change tnsnames.ora hostname entry, do I need to change listerner.ora file also?
    Thanks.
    Regard,
    Kenneth.tnsnames.ora is used only by client processes. listner.ora is used only to configure the listener, and that is a server side issue only. In addition, the listener can start without any listener.ora at all, using all default values. See my discussion of tns issues at edstevensdba.wordpress.com
    If you are using dbcontrol, you will most likely need to reconfigure it, using the emca utility.

  • How to install and integrate siebel crm with oracle application r12

    Hi,
    i would like to install siebel sales crm on my linux machine and intigrate it with oracle application r12. i need some kind of doc id or metalink id from which i can get all information.Kindly help on the same.
    Thanks,
    Vishal Joshi
    Edited by: Vishal Joshi on Jan 25, 2011 3:15 PM

    Hi,
    Most of these integrations are prebuilt. Look for AIA/PIP.
    If you check out the presentations from OOW there were session on how other customers have done this.
    HTH,
    R
    Robert Ponder
    Lead Architect and Director
    Ponder Pro Serve
    cell: 770.490.2767
    fax: 770.412.8259
    email: [email protected]
    web: www.ponderproserve.com

  • Any URLs to download PreInstalled Fresh Copy of Oracle Applications R12

    Hi Gurus
    I am looking for fresh copy of Oracle Applications R12, if any one has this copy, can you please share it.
    If there is a installation of Oracle Apps R12 on Microsoft Virtual Machine, it can be easily shared and kept as backup copy.
    It will be a great help if you can share the .vmc and .vhd files of MS Virtual Machine.
    Regards

    I am looking for fresh copy of Oracle Applications R12, if any one has this copy, can you please share it.
    If there is a installation of Oracle Apps R12 on Microsoft Virtual Machine, it can be easily shared and kept as backup copy.
    It will be a great help if you can share the .vmc and .vhd files of MS Virtual Machine.Here are your options in case no one is willing to share his/her VM:
    1)
    If you want to access 11i/R12 instance, you may connect to Solutions Beacon instances (You must get a CSI number from Oracle Support to access those instances).
    Release 11i/R12 Vision Instances
    http://www.solutionbeacon.com/tool_vision.htm
    2)
    Buy R12 VMWare for cheap !!!
    http://r12laptop.com/pro1.htm
    I assume you are aware that you need a license to use the software for more than 30 days -- https://edelivery.oracle.com/EPD/FAQ/get_form?ARU_LANG=US
    Thanks,
    Hussein

  • Integration of Oracle Apex with Oracle Applications R12

    How can I integrate Oracle Apex with Oracle Applications R12? The requirement is like by clicking a menu the user will see an apex report without giving again the user name and password. By simple menu attachment it's asking for apex login credentials. But I want it will redirect to the apex page without asking for user name and password.
    Please help.

    Hi,
    Have a look at this thread.
    Installation Procedure for APEX
    Installation Procedure for APEX
    Regards,
    Hussein

  • Oracle Applications R12 certifications

    Hi All,
    I've been working on oracle applications R12 version for last 3 years , i would like to do my certification in finance modules (AP,AR) . Basically i'm working on technical side , since i would like to which path i've to choose in apps certifcation. And what is the main defference between Certified Implementation Specialist(1Z0-517) and Certified Expert Consultants (1Z0-215). Please help to clarify.
    Thanks
    -RG

    user549459 wrote:
    Hi All,
    I've been working on oracle applications R12 version for last 3 years , i would like to do my certification in finance modules (AP,AR) . Basically i'm working on technical side , since i would like to which path i've to choose in apps certifcation. And what is the main defference between Certified Implementation Specialist(1Z0-517) and Certified Expert Consultants (1Z0-215). Please help to clarify.
    Thanks
    -RGTo some extent I can only point you at the relevant places and leave you to self help.
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=42#3
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_org_id=28&lang=US&p_exam_id=1Z0_215
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_org_id=28&lang=US&p_exam_id=1Z0_215#1
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_org_id=28&lang=US&p_exam_id=1Z0_517
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_org_id=28&lang=US&p_exam_id=1Z0_517#1
    ... THe give away will be in the topics and training. Both are 'OCS' which are sometimes more orientated towards partners. The 'difficulty' of OCS can vary. The essentials exam is likely to be easier and likely to be more easier.
    I am saying this without experience of the exams.

  • How to Implement SSL with Oracle Applications R12 without using Load Balanc

    How to Implement SSL with Oracle Applications R12.1.3 without using Load Balancer

    Please refer to (Enabling SSL in Release 12 [ID 376700.1]).
    Thanks,
    Hussein

  • [JPA] Logging in Oracle Application Server

    Hi,
    I have a problem that the logging of SQL statements is lost in an application deployed in OAS 10.1.3.1.
    I have set the following property in persistence.xml:
        <property name="toplink.logging.level" value="FINER"/>In Java SE and in the standalone OC4J, the SQL is printed in the console window. However, when deployed in the Oracle Application Server, the SQL statements are lost. They are not in the standard server's log file in $ORACLE_HOME/opmn/logs/ default_group~home~default_group~1.log where the rest of the log data can be found.
    Can anybody tell me if there's anything special about JPA logging in OAS?
    We currently use TopLink Essentials v2.0-b58g (RC8) but we have also tried with other versions and there's no SQL info in the log.
    Best regards,
    Bisser

    Thank you very much!
    I tried that option too. Sadly, it didn't work.
    Now I have the following in persistence.xml:
        <property name="toplink.logging.level" value="FINEST"/>
        <property name="toplink.logging.level.sql" value="FINEST"/>I re-deployed the application. I even restarted the server. But nope, nothing helped. TopLink Essentials doesn't print to the standard console log and I don't know if it prints anywhere at all (and if it does, where?).
    Through the server's administration console, I can see the following in the "Logger configuration":
    oracle.toplink.essentials.session.file:/u01/app/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/applications/asmPreview/asmModel.jar-ASM:  FINEST
        oracle.toplink.essentials.session.file:/u01/app/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/applications/asmPreview/asmModel.jar-ASM.sql:  FINEST
    .Previously, the latter was NULL, which meant that it was inheriting from its parent log. But now it's explicitly set to "FINEST" and yet it doesn't print anything.
    I wish I could force it to print somehow. That would aid us a lot in the functional testing, when we see strange behavior.

  • Can't log into Oracle Application Manager

    I just finished installing Oracle Apps 11.5.9 on Windows 2K Advanced Server with the Vision database. The install went without any problems. However, when I tried to log into OAM I get an Internel Server Error. The error.log file for Apache has the following error:
    [error] [client 192.168.0.16] Filename is not valid: h:/oracle/prodcomn/portal/prod_ora-apps/redirecturl$url=$|servlets$|weboam$|oam$|oamapps$$target$=prod
    In the jserv log file (mod_jserv)
    (ERROR) ajp12: Servlet Error: <blockquote><b><br>java.lang.NullPointerException
    <br></b> at oracle.apps.oam.servlet.ui.handlers.systems.CriticalActivityHandler.doHGridEvent(CriticalActivityHandler.java:87)
    <br> at java.lang.reflect.Method.invoke(Native Method)
    <br> at oracle.cabo.servlet.event.MethodEventHandler.handleEvent(Unknown Source)
    <br> at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    <br> at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    <br> at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source)
    <br> at oracle.apps.oam.servlet.ui.oamPageFlowEngine.handleRequest(oamPageFlowEngine.java:370)
    <br> at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
    <br> at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(Unknown Source)
    <br> at oracle.cabo.servlet.event.BasePageFlowEngine.processForwardRequest(Unknown Source)
    <br> at oracle.cabo.servlet.event.TrivialPageFlowEngine.getPage(Unknown Source)
    <br> at oracle.apps.oam.servlet.ui.oamPageFlowEngine.getPage(oamPageFlowEngine.java:128)
    <br> at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source)
    <br> at oracle.apps.oam.servlet.ui.oamPageFlowEngine.handleRequest(oamPageFlowEngine.java:370)
    <br> at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
    <br> at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(Unknown Source)
    <br> at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
    <br> at oracle.apps.oam.servlet.ui.OAMServlet.doGet(OAMServlet.java:215)
    <br> at oracle.apps.oam.servlet.ui.OAMServlet.doPost(OAMServlet.java:159)
    <br> at javax.servlet.http.HttpServlet.service(HttpServlet.java:521)
    <br> at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    <br> at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
    <br> at org.apache.jserv.JServConnection.run(JServConnection.java:294)
    <br> at java.lang.Thread.run(Thread.java:479)
    <br> </blockquote>
    (ERROR) an error returned handling request via protocol "ajpv12"
    (INFO) balance: continuing to ora-apps.world:16000
    (ERROR) balance: 852 internal servlet error in server ora-apps.world:16000
    (ERROR) an error returned handling request via protocol "balance"
    Any ideas on this problem. Any help would be greatly appreciated.
    Thanks!

    Thanks for your reply Mylenium.
    OK, now I can log into my Adobe (website) account and see my purchases, serial numbers, etc. .... AND ..... I am now able to log into my Applications Manager!!
    I did not do anything different from the other past few days; didn't load or download any software, nothing. Strange, but I'm glad it's back to normal now.
    Figures; when I go and seek out assistance ... it fixes itself.
    Thanks again ... and I hope this does not re-occur!!

Maybe you are looking for

  • No images in Safari 5.1.2

    I'm running OS X 10.7.2.  I was doing some housekeeping & reorganizing on my iMac and in the process reset Safari for the first time to clean out all the garbage.  I empty the cache and tweak things regularly, however this was the first itme I have r

  • Need help on  ORA-02074: cannot SET NLS in a distributed transaction

    Hi All, I am Writing a plsql Code like this DECLARE op_job_id NUMBER; op_object_version_number NUMBER; x_job_definition_id NUMBER; op_name VARCHAR2(1000); L_VERIFY_FLAG VARCHAR2(1); l_error_message VARCHAR2(2000); BG_ID NUMBER; lv_job_group_id APPS.p

  • Is there an alternative to flash for animation?

    I have a flash sequence on a clients website but it is not friendly with the menu as it overlaps. It is also unfriendly on ipods, ipads and the like. We need to retain the animation sequence and wonder if it could be converted into another format whi

  • Debug the Outbound IDoc

    Hi, I have a outbound IDoc. I would like to reprocess the same and test the FM. I am going through the Tcode :WE19. put the IDOC : XXX in the exisiting IDoc field. Execute. I get to see the IDoc structure and the data.Then i click on the "standard ou

  • HT4859 I want a refund on iMatch, how do I get one?

    I dont like iCloud and it isn't working like I would. I love iTunes but i would just like my 23 dollars back.