Location of forms logs.

Hi,
I am new to Oracle EBS.
I would like to know the location of forms logs in oracle EBS 11i and R12.
thanks

Please refer to these docs for the log files names/location.
How To Find Location Of Install, Autoconfig, Patching , Clone And Other Logs In EBS R12 [ID 804603.1]
E-Business File System Maintenance - Tech Stack Log and Temporary Files [ID 972440.1]
Thanks,
Hussein

Similar Messages

  • Changing the location of archive log from flash recovery area PLZ HELP!!!

    Hi All,
    My archive log is being stored in flash memory area which got full and the production server went down.
    alert log file details.....
    ORA-19809: limit exceeded for recovery files
    ORA-19804: cannot reclaim 43432960 bytes disk space from 2147483648 limit
    *** 2010-04-25 14:22:49.777 62692 kcrr.c
    ARCH: Error 19809 Creating archive log file to
    '/oracle/product/10.2.0/flash_rec
    overy_area/EDWREP/archivelog/2010_04_25/o1_mf_1_232_%u_.arc'
    *** 2010-04-25 14:22:49.777 60970 kcrr.c
    kcrrfail: dest:10 err:19809 force:0 blast:1I removed the files and started the database,
    Can someone kindly tell me as to how to avoid this problem in future by keeping archive log destination in flash recovery area.
    I want to change the location of archive log files, can someone please guide me as to hiow to do that
    I changed the size of flash recovery area for the time being, but i am afraid it will be full again!!
    SQL> select * from v$flash_recovery_area_usage;
    FILE_TYPE    PERCENT_SPACE_USED PERCENT_SPACE_RECLAIMABLE NUMBER_OF_FILES
    CONTROLFILE                   0                         0               0
    ONLINELOG                     0                         0               0
    ARCHIVELOG                99.44                         0              57
    BACKUPPIECE                   0                         0               0
    IMAGECOPY                     0                         0               0
    FLASHBACKLOG                  0                         0               0
    6 rows selected.
    SQL> alter system set DB_RECOVERY_FILE_DEST_SIZE = 4G ;
    System altered.
    SQL> select * from v$flash_recovery_area_usage;
    FILE_TYPE    PERCENT_SPACE_USED PERCENT_SPACE_RECLAIMABLE NUMBER_OF_FILES
    CONTROLFILE                   0                         0               0
    ONLINELOG                     0                         0               0
    ARCHIVELOG                49.72                         0              57
    BACKUPPIECE                   0                         0               0
    IMAGECOPY                     0                         0               0
    FLASHBACKLOG                  0                         0               0
    6 rows selected.regards,
    Edited by: user10243788 on Apr 25, 2010 6:12 AM

    user10243788 wrote:
    Hi All,
    My archive log is being stored in flash memory area which got full and the production server went down.
    alert log file details.....
    ORA-19809: limit exceeded for recovery files
    ORA-19804: cannot reclaim 43432960 bytes disk space from 2147483648 limit
    *** 2010-04-25 14:22:49.777 62692 kcrr.c
    ARCH: Error 19809 Creating archive log file to
    '/oracle/product/10.2.0/flash_rec
    overy_area/EDWREP/archivelog/2010_04_25/o1_mf_1_232_%u_.arc'
    *** 2010-04-25 14:22:49.777 60970 kcrr.c
    kcrrfail: dest:10 err:19809 force:0 blast:1I removed the files and started the database,
    Can someone kindly tell me as to how to avoid this problem in future by keeping archive log destination in flash recovery area.
    I want to change the location of archive log files, can someone please guide me as to hiow to do that
    I changed the size of flash recovery area for the time being, but i am afraid it will be full again!!
    SQL> select * from v$flash_recovery_area_usage;
    FILE_TYPE    PERCENT_SPACE_USED PERCENT_SPACE_RECLAIMABLE NUMBER_OF_FILES
    CONTROLFILE                   0                         0               0
    ONLINELOG                     0                         0               0
    ARCHIVELOG                99.44                         0              57
    BACKUPPIECE                   0                         0               0
    IMAGECOPY                     0                         0               0
    FLASHBACKLOG                  0                         0               0
    6 rows selected.
    SQL> alter system set DB_RECOVERY_FILE_DEST_SIZE = 4G ;
    System altered.
    SQL> select * from v$flash_recovery_area_usage;
    FILE_TYPE    PERCENT_SPACE_USED PERCENT_SPACE_RECLAIMABLE NUMBER_OF_FILES
    CONTROLFILE                   0                         0               0
    ONLINELOG                     0                         0               0
    ARCHIVELOG                49.72                         0              57
    BACKUPPIECE                   0                         0               0
    IMAGECOPY                     0                         0               0
    FLASHBACKLOG                  0                         0               0
    6 rows selected.regards,
    Edited by: user10243788 on Apr 25, 2010 6:12 AMPointing the archive log dest (and/or the FRA) to a new location, or enlarging them, will do no good if you are not performing regular housekeeping on the archivelogs. You will just keep knocking down the same problem over and over.
    If you simply delete the archivelogs at the OS level, the database will never know about it and it will continue to think the destination is full, based on records kept in the control file.
    For regular housekeeping, you need to be doing something similar to this in rman:
    run {
      backup archivelog all not backed up 1 times tag='bkup_vlnxora1_arch';
      delete noprompt archivelog all backed up 1 times to device type disk;
    run {
    delete noprompt obsolete;
    crosscheck archivelog all;
    delete noprompt expired archivelog all;

  • No clarity on location of archive logs in Oracle 11g database

    I have this query which I am not able to resolve. There is one location of archive log mentioned as /oraarch/app/oracle/oradata/snlprod/archive_logs/ in the parameter log_archive_dest_1. But the archive logs are showing in another location /orabackup/rman/snlprod/archive_logs. I am wondering how the archive logs are showing in this location, /orabackup/rman/snlprod/archive_logs.
    I guess there is only one way in which location can be given which is seen from Availability->Recovery Settings->Media Recovery.
    I hope, my question is clear.
    Please revert with the reply to my query.
    Regards

    Must be
    show parameter db_recovery_file_dest
    If you want archived redo log send to /oraarch/app/oracle/oradata/snlprod/archive_logs
    then you must set  log_archive_dest_1 ='LOCATION= /oraarch/app/oracle/oradata/snlprod/archive_logs'
    log_archive_dest_1 is same before then it means your all  archvied redo log file will create in this directory
    Regards
    Mahir M. Quluzade

  • Location of Redo log and control files?

    Dear all,
    I am checking the location of redo log and control files, but found that the redo log file (like log02a.dbf ....) in the same directory of data files. However, I couldn't find any control files in the data files directries.
    What could be the location of control files?
    Amy

    select name
      from v$controlfile
    or
    show parameter control_filesKhurram

  • Location of query log files in OBIEE 11g (version 11.1.1.5)

    Hi,
    I wish to know the Location of query log files in OBIEE 11g (version 11.1.1.5)??

    Hi,
    Log Files in OBIEE 11g
    Login to the URL http://server.domain:7001/em and navigate to:
    Farm_bifoundation_domain-> Business Intelligence-> coreapplications-> Dagnostics-> Log Messages
    You will find the available files:
    Presentation Services Log
    Server Log
    Scheduler Log
    JavaHost Log
    Cluster Controller Log
    Action Services Log
    Security Services Log
    Administrator Services Log
    However, you can also review them directly on the hard disk.
    The log files for OBIEE components are under <OBIEE_HOME>/instances/instance1/diagnostics/logs.
    Specific log files and their location is defined in the following table:
    Log Location
    Installation log                     <OBIEE_HOME>/logs
    nqquery log <OBIEE_HOME>/instances/instance1/diagnostics/logs/OracleBIServerComponent/coreapplication_obis1
    nqserver log <OBIEE_HOME>/instances/instance1/diagnostics/logs/OracleBIServerComponent/coreapplication_obis1
    servername_NQSAdminTool log      <OBIEE_HOME>/instances/instance1/diagnostics/logs/OracleBIServerComponent/coreapplication_obis1
    servername_NQSUDMLExec log                          <OBIEE_HOME>/instances/instance1/diagnostics/logs/OracleBIServerComponent/coreapplication_obis1
    servername_obieerpdmigrateutil log (Migration log)           <OBIEE_HOME>/instances/instance1/diagnostics/logs/OracleBIServerComponent/coreapplication_obis1
    sawlog0 log (presentation)                          <OBIEE_HOME>/instances/instance1/diagnostics/logs/OracleBIPresentationServicesComponent/coreapplication_obips1
    jh log (Java Host)                               <OBIEE_HOME>/instances/instance1/diagnostics/logs/OracleBIJavaHostComponent\coreapplication_obijh
    webcatupgrade log (Web Catalog Upgrade)                <OBIEE_HOME>/instances/instance1/diagnostics/logs/OracleBIPresentationServicesComponent/coreapplication_obips1
    nqscheduler log (Agents)                          <OBIEE_HOME>/instances/instance1/diagnostics/logsOracleBISchedulerComponent/coreapplication_obisch1
    nqcluster log                                    <OBIEE_HOME>/instances/instance1/diagnostics/logs/OracleBIClusterControllerComponent\coreapplication_obiccs1
    ODBC log                                    <OBIEE_HOME>/instances/instance1/diagnostics/logs/OracleBIODBCComponent/coreapplication_obips1
    opmn log                                    <OBIEE_HOME>/instances/instance1/diagnostics/logs/OPMN/opmn
    debug log                                    <OBIEE_HOME>/instances/instance1/diagnostics/logs/OPMN/opmn
    logquery log                               <OBIEE_HOME>/instances/instance1/diagnostics/logs/OPMN/opmn
    service log                                    <OBIEE_HOME>/instances/instance1/diagnostics/logs/OPMN/opmn
    opmn out                              <OBIEE_HOME>/instances/instance1/diagnostics/logs/OPMN/opmn
    Upgrade Assistant log                         <OBIEE_HOME>Oracle_BI1/upgrade/logs
    Regards
    MuRam

  • I had my computer re imaged and reintalled Adobe XI.  Now I cannot locate my forms in Adobe Forms Central.  Help!

    I had my computer re imaged and reintalled Adobe XI.  Now I cannot locate my forms in Adobe Forms Central.  Help!

    From your question, I take it you have Photoshop Elements 5.0.
    You should ask over in the Photoshop Elements forum how to restore catalogs. I hope you have back ups of your images because the organizer doesn't physically store your images.
    Link to Photoshop Elements forum:
    http://forums.adobe.com/community/photoshop_elements

  • How do I locate the crash logs - OSX 10.8.5

    I cannot locate the crash logs on my Mac Pro.  Any advice?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    In the Console window, look under the heading DIAGNOSTIC AND USAGE INFORMATION on the left for crash or panic reports. If you don't see that heading, select
    View ▹ Show Log List
    from the menu bar.

  • Setting the location of HspEventLog.log

    Hi. Can anyone tell me how to change the location of HspEventLog.log? In our Development environment it currently resided at the root of C: which makes no sense at all. I suspect this is set using the configuration utility - correct? We are using Planning 9.2.
    Thanks
    Sean

    jts wrote:
    Sean,
    Trying a stab I had the same problem with planning logs and John told me the path set is in the regedit of your Planning server. In (going by memory) HKEY_Local_Machine/Software/Hyperion/Planning
    In here is two entries for error and out files. You know they are correct if they have a path of C:\
    JTSHi,
    Are you not getting confused with setting the error files for the standard planning web application, this is different than the hspeventlog.log which is created from using the planning desktop.
    It has been a while since I have used 9.2 but maybe it is defined in the planning desktop, the system folder setting?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Location of upgrade log file

    Hello,
    Does anybody know where I can find the log that is created when an upgrade to 8.8 takes place please?  You have the option during the upgrade to look at the log file but i need to take a look at it now that the upgrade has finished.
    Any advice would be greatly appreciated.
    Many thanks,
    Kate

    Hi Kate
    Check this...
    %USERPROFILE%\Local Settings\Application Data\SAP\SAP Business One\Log\.
    Component - Upgrade Wizard
    Sub Directory location -  .\UpgradeWizard\
    Log File Name - BusinessOneUpgrade<Channel Name>Pidxxx_<datetime>.txt
    Log Configure File Path - UpgradeWizard_exe_path\Conf\b1LogConfig.xml
    Thanks
    Sachin

  • Display location of forms

    hi there
    i have created a swing application and i want all my forms shold open
    exactly at the center of the screen irrespective of the screen resolution,
    i.e. by changing screen resolution location of forms should not change
    i have tried setBounds() but that seems to work for one particular resolution, is there any way to get the screen resolution.
    please help me find a way
    thank u

    Dimension d1=Toolkit.getDefaultToolkit().getScreenSize();
    int xPos=((int)d1.getWidth()-frame.getWidth())/2;
    int yPos=((int)d1.getHeight()-frame.getHeight())/2;
    frame.setLocation(xPos,yPos);
    System.out.println("Screen Resolution "+di.getWidth()+"X"+d1.getHeight());

  • Web Form Logging

    Can someone please tell me if there is a log (name and location) that will track when a web form is opened and data is submitted in 11.1.2.2?

    You can turn on auditing to track data entered in forms, have a read of http://docs.oracle.com/cd/E40248_01/epm.1112/planning_admin/rep_aud.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to use cursor data in more than one location in form?

    hi all.
    is it possible to make cursor as global or public in the form so i can use its data in more than location for testing like in buttons triggers.
    for example:
    if i declare the following cursor in "WHEN-NEW-FORM-INSTANCE" trigger
    CURSOR cur
    IS
    SELECT ID, NAME
    FROM PERSON;how can i use this cursor in other triggers in other buttons in the form?
    thanks

    kareem wrote:
    now i have the old data- from cursor and the new- from tableNo, you have not. When you open the cursor you get the state of the database at the current SCN.
    If you
    - open your cursor, fetch the data and close the cursor
    - update some data
    - open your cursor, fetch the data and close the cursor
    you will get the updated data from your cursor the second time (unless your update isn't a uncommited autonomous transaction but I wouldn't go down that route).
    You will have to save your data somewhere or you might take a look at flashback: http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/consist.htm#i20759
    cheers

  • How to discard the location of forms that are invalid

    Hi I am facing a problem with the form location for different user profiles.The defect may be that if an out of bounds location is what is stored in a users profile it will use that profile location even if it is invalid. A check needs to be made to insure that the location in the user profile is valid for the position and to ignore it if it is not.Here are 2 files give 1. that sets User profile and 2. that saves user profile.
    probably should check the validity when the profile is read from the server and discard bad entries there.
    *1.Here is the code that sets the users profile.*
    public class SetUserProfile extends UIJFrame
    private JComboBox _profileNameCmb = new JComboBox();
    private UserProfile _userProfile;
    final String OK_BTN_NAME = "Ok";
    final String CANCEL_BTN_NAME = "Cancel";
    * Constructor for the SetUserProfile object
    *@param args The command line arguments
    public SetUserProfile(String[] args)
    // Invoke base class constructor to create frame, menu and toolbar
    super(args,
    "Set User Profile",
    UIJFrame.FORM_SET_USER_PROFILE,
    true,
    false,
    UIJFrame.MENU_BASIC,
    UIJFrame.TOOL_BASIC);
    try
    // Get the user profile instance
    _userProfile = UserProfile.instance();
    // Initialize the displayable components on the form.
    initialize();
    * This method sets the profileNames attribute of the SetUserProfile object
    *@param profileNames The new profileNames value
    private void setProfileNames(final String[] profileNames)
    _profileNameCmb.setModel( new DefaultComboBoxModel( profileNames ) );
    // setting the model has the side effect of resetting the
    // picklist model to null on the model property change
    _profileNameCmb.setSelectedItem(
    ( profileNames == null ||profileNames.length == 0 )
    ? null : _userProfile.getActiveProfileName());
    * This method sets the new profile name with the user profile instance.
    *@param e Description of the Parameter
    public void onOk()
    // Clear the feedback message, if any.
    getFeedbackBar().setInformationMessage( "" );
    String userId = null;
    try
    // Get the user of record.
    userId = getClientManager().getUserOfRecord();
    // Set the new profile with the UserProfile instance.
    UserProfile.instance().setActiveProfileName(
    (String)_profileNameCmb.getSelectedItem(),
    userId,
    null );
    // Close the form.
    onCancel();
    *2.There is an other file that saves the user profile.The related code is:*
    void onOk(ActionEvent e)
    try
    if(_userProfile.saveCurrentWorkspaceAs(
    (String) _profileNameCmb.getSelectedItem(),
    this)) {
    onClose();
    Edited by: sail on Jan 3, 2008 10:04 PM
    Edited by: sail on Jan 3, 2008 10:08 PM

    Hi I am facing a problem with the form location for different user profiles.The defect may be that if an out of bounds location is what is stored in a users profile it will use that profile location even if it is invalid. A check needs to be made to insure that the location in the user profile is valid for the position and to ignore it if it is not.Here are 2 files give 1. that sets User profile and 2. that saves user profile.
    probably should check the validity when the profile is read from the server and discard bad entries there.
    1.Here is the code that sets the users profile.
    public class SetUserProfile extends UIJFrame
    private JComboBox _profileNameCmb = new JComboBox();
    private UserProfile _userProfile;
    final String OK_BTN_NAME = "Ok";
    final String CANCEL_BTN_NAME = "Cancel";
    * Constructor for the SetUserProfile object
    *@param args The command line arguments
    public SetUserProfile(String[] args)
    // Invoke base class constructor to create frame, menu and toolbar
    super(args,
    "Set User Profile",
    UIJFrame.FORM_SET_USER_PROFILE,
    true,
    false,
    UIJFrame.MENU_BASIC,
    UIJFrame.TOOL_BASIC);
    try
    // Get the user profile instance
    _userProfile = UserProfile.instance();
    // Initialize the displayable components on the form.
    initialize();
    * This method sets the profileNames attribute of the SetUserProfile object
    *@param profileNames The new profileNames value
    private void setProfileNames(final String[] profileNames)
    _profileNameCmb.setModel( new DefaultComboBoxModel( profileNames ) );
    // setting the model has the side effect of resetting the
    // picklist model to null on the model property change
    _profileNameCmb.setSelectedItem(
    ( profileNames == null ||profileNames.length == 0 )
    ? null : _userProfile.getActiveProfileName());
    * This method sets the new profile name with the user profile instance.
    *@param e Description of the Parameter
    public void onOk()
    // Clear the feedback message, if any.
    getFeedbackBar().setInformationMessage( "" );
    String userId = null;
    try
    // Get the user of record.
    userId = getClientManager().getUserOfRecord();
    // Set the new profile with the UserProfile instance.
    UserProfile.instance().setActiveProfileName(
    (String)_profileNameCmb.getSelectedItem(),
    userId,
    null );
    // Close the form.
    onCancel();
    /}2.There is an other file that saves the user profile.The related code is:
    void onOk(ActionEvent e)
    try
    if(_userProfile.saveCurrentWorkspaceAs(
    (String) _profileNameCmb.getSelectedItem(),
    this)) {
    onClose();
    }

  • Location of the log File in SP15

    Hi
    Can you please let me know where is the server log file located in the Sneak Preview SP15
    Thanks
    Sharath

    Hi Sarath raj,
    Login to the portal.
    Go to java development->Tools->Portal Log Viewer->here all of your log files will be displayed.
    or you can search your logs by giving the search criteria in the search input field.
    Hope it helps.
    Regards,
    Karthick

  • Secure Zone login form logs user in who isn't registered for it?!

    I have a client who runs an eCommerce site through BC.  We have a secure zone setup for his site and he wants to review and approve users before they are given access.  There is good reason for this so please don't bring up counter-points as it is non-negotiable.
    Anyway, the secure zone registration form basicly creates a user CRM record and allows them to select a username and password.  I've instructed to client to continue into the CRM and select the checkbox next to the appropriate secure zone in order to authorize the account to login.  As far as we know this has been working until yesterday.  Now, when somebody who has an account but it is not approved yet tries to login, they receive the form error as to be expected.  However they get logged into some phantom secure zone.
    I say "phantom" zone because the actual registration form doesn't subscribe them to a secure zone, it's manual (as previously stated).  This is a pretty big issue as a major reason for doing this is that my client doesn't want his prices visible to the public.  Only after the person is in the secure zone are prices visible.  Any help would be much appreciated.  I know BC launched a new update recently which my be a contributing factor....thanks in advance!

    Hi Mike,
    This has always been the case.
    IF you have a username and password and login to a site you are logged in. You may very well not be part of a securezone but you are logged in. This is why hiding and showing content soley based on the isloggedin module is a very thoughtful process as you can not show content based on this knowledge.
    This has nothing to do with the update, you probably only just noticed this behavior but this has been the case since BC born.

Maybe you are looking for

  • "Get Specified Finder Items"????

    When I screen capture and often download files, the "Get Specified Finder Items" prompt pops up on my screen.  I have to cancel it 2X and it never has anything to do with what I am working on. Can anyone please help me figure out what it is asking fo

  • Macintosh Java text Editors

    I have been looking for a good macintosh Java text editor for my newphew. His high school is primary macintosh (Mac OS X) workstation based, therefore in order to code/learn Java, he understands that he can use a simple text editor. Is there a good t

  • Please can someone help with my N95?

    I had the N95 before, but changed the SIM card. Now for some reason I cannot call, text or recieve anything to my phone! A message comes up ' connection error'. I have tried contacting Customer Services but they have not been very helpful. Please rep

  • "_unknown" POSIX user preventing ACL users on External FireWire Hard Drives

    After a reformat and upgrade from Leopard to Snow Leopard Server, my external hard drives are owned by user "_unknown " in POSIX permissions, which prevents ACL permissions from working properly. Is this normal with external hard drives when they're

  • Time  Machine excludes all of my files

    When I try to back up my Time Machine to an external drive, TM excludes all of the file son my computer and does not back up.  I have used an extrenal drive for 6 years without any issues and this problem started last week. Any ideas what to do? Than