Help Required on Crawling Database

Hi Experts,
I am working in a Web-based Environment on Windows 2003 R2 and Oracle 9.1. For the past some time, I have been experiencing a crawling Oracle database. The reports which used to take a few seconds are now taking minutes. The users are not able to connect to the database and complain of very slow database. Since, I am new Database Administration, Can any of the expert help me in tuning the database for maximum throughput. For assistance, I am providing with the Health Check of my Database extracted through TOAD.
*** BEQ-LOCAL                             07/09/2011 6:31:50 PM  ***
~Time to Connect             : 0 seconds.
~Database Version            : Oracle9i Enterprise Edition Release 9.0.1.1.1
~Database Up Since           : 01:01:09 PM, September 7 2011
!Buffer Cache Hit Ratio      : 77.8311   <------- (in red colour)
~Library Cache Miss Ratio    : 0.2612
~Dictionary Cache Miss Ratio : 2.7429
[Shared Pool Usage] Exec Time 0 seconds
~ Total Mb Unused : 23.97
~ Total Mb Used   : 24.03
~ Total Mb        : 48
~ Shared Pool Percent Used : 50.06
[Archive Log Mode Info] Exec Time 0 seconds
! Archiver : STOPPED   <------- (in red colour)
! Log Mode : NOARCHIVELOG <------- (in red colour)
! log_archive_start (init.ora param) = FALSE <------- (in red colour)
[Archive Log Info] Exec Time 0 seconds
~ Average Log Switches Per Day                          : 12.58
~ Hard Drive Storage (in Mb) for this many archive logs : 1257.92
!  Error using UTL_FILE to examine alert log! <------- (in red colour)
!  Error using UTL_FILE  <------- (in red colour)
!  Possible causes:  <------- (in red colour)
!  1)  You don't have privileges to execute the UTL_FILE package.  <------- (in red colour)
!  2)  UTL_FILE_DIR initialization parameter does not include one of these lines:   <------- (in red colour)
!      utl_file_dir=D:\oracle\admin\orcl90\bdump   <------- (in red colour)
!      utl_file_dir=*    <------- (in red colour)
!  3)  alert.log file name is not among the following:    <------- (in red colour)
!      (if this is the case please inform Quest support)   <------- (in red colour)
!      alert_orcl90.log  <------- (in red colour)
!      orcl90alrt.log   <------- (in red colour)
!  4)  No directory has been created for D:\oracle\admin\orcl90\bdump,   <------- (in red colour)
!      or directory exists but privileges have not been granted for it.    <------- (in red colour)
[Redo Log Group Sizes and Quantities] Exec Time 0 seconds
~ Number of Log Groups : 3
! Number of Members per Log Group: 1    <------- (in red colour)
~ All redo log members are 100M in size.
[Rollback Segments with wait ratios > 1 %] Exec Time 1 seconds
~ None
[Objects with Mixed-Case Names] Exec Time 1 seconds
! Synonym            PUBLIC.NameFromLastDDL   <------- (in red colour)
[Tables with > 5 % chained rows and > 500 total rows] Exec Time 0 seconds
~ None
[Table Partitions with > 5 % chained rows and > 500 total rows] Exec Time 0 seconds
~ None
[Segments with < 10% of extents remaining and (maxextents > 1)] Exec Time 11 seconds
~ None
[Segments with > 100 extents] Exec Time 4 seconds
~ None
[Objects which can't extend because there is not
enough room in the tablespace] Exec Time 3 seconds
~ None
[Jobs] Exec Time 0 seconds
~ None
[redundant object privs with conflicting grant option] Exec Time 2 seconds
~ None
[Profiles that are not granted to any user] Exec Time 0 seconds
~ None
[Tablespace Fragmentation] Exec Time 0 seconds
~ None
[Tablespaces with less than 10% free space] Exec Time 1 seconds
! EXAMPLE                   : 0.1% Free Space,  MB Free / Total : 0 / 153    <------- (in red colour)Thanks

Install statspack and create a performance report and post the output here
Installing and Configuring StatsPack Package          [Document 149113.1]
Creating a StatsPack performance report          [Document 149124.1]
FAQ- Statspack Complete Reference          [Document 94224.1]
Systemwide Tuning using STATSPACK Reports          [Document 228913.1]
HTH
Srini

Similar Messages

  • Help required in derby database

    * Main.java
    * Created on August 31, 2007, 9:30 PM
    * To change this template, choose Tools | Template Manager
    * and open the template in the editor.
    package javaapplication5;
    * @author d
    import java.sql.*;
    import java.util.Properties;
    public class Main {
    /** Creates a new instance of Main */
    public Main() {
    * @param args the command line arguments
    public static void main(String[] args) {
    try {
    Class.forName("org.apache.derby.jdbc.EmbeddedDriver");
    System.out.println("connection success");
    } catch (ClassNotFoundException ex) {
    ex.printStackTrace();
    try {
    String driver = "org.apache.derby.jdbc.EmbeddedDriver";
    // the database name
    String dbName="america";
    // define the Derby connection URL to use
    String connectionURL = "jdbc:derby:" + dbName + ";create=true";
    Connection conn = null;
    Statement s;
    PreparedStatement psInsert;
    ResultSet myWishes;
    String printLine = " __________________________________________________";
    String createString = "CREATE TABLE WISH_LIST "
    + "(WISH_ID INT NOT NULL GENERATED ALWAYS AS IDENTITY "
    + " CONSTRAINT WISH_PK PRIMARY KEY, "
    + " ENTRY_DATE TIMESTAMP DEFAULT CURRENT_TIMESTAMP, "
    + " WISH_ITEM VARCHAR(32) NOT NULL) " ;
    conn = DriverManager.getConnection(connectionURL,"user = dinesh","password = dinesh");          
    System.out.println("Connected to database " + dbName);
    s = conn.createStatement();
    s.executeQuery(createString);
    } catch (SQLException ex) {
    System.out.println("cannot insert data");
    ex.printStackTrace();
    the database get connected it is not inserting data into database

    what is the stack trace?

  • Help Required - Oracle AS 10g

    hello,
    i have just downloaded oracle 10g softwares ...
    i installed database then developer suite ... everything was fine ... until i was unable to run forms ...
    a friend of mine told me that i need to install application server in order to run forms ...
    1st of all i want to know that is there any way i can run forms without using Oracle AS 10g ...
    2ndly i m facing problems in installation of Oracle AS 10g ...
    i have studied online documentation but it ain't so helpfull for me ...
    it seems like ... i have to install "Oracle AS infrastructure" first and then "Middle-tier: Business Intelligence and forms" ...
    i m using P-IV (AMD Athlon XP 2100+, MMX, 1.7GHz Processor) with 512 MB DD RAM and Windows XP Professional with Service Pack 2 as Operating System.
    During installation, the installer is warning dat only "Oracle Application Server (J2EE and Web Cache)" and "Oracle Application Server Developer Kits" are supported installations on dis platform ...
    what should i do ... urgent help required ...
    regards,
    yasir ([email protected])

    @ brusardl and rkogelhe
    thanx for replying ...
    brusardl
    i didn't changed da port while installing Oracle AS ...
    inspite i stopped all services using/listening from dat port ...
    now ... i guess there has been some conflict ... as database listner stops automatically just after starting !!!
    rkogelhe
    can u plz tell me what is BI version of Forms ...
    and can i view forms running on web without installing Oracle AS with OC4J bundled in Forms ???
    Another Problem:
    I re-installed Database, Developer suite and then Oracle AS infrastructure ...
    everthing went fine ...
    when i installed Oracle AS Middle Tier - Business Intelligence & Forms
    during installation ... some configuration assistants failed/skipped ...
    da OC4J configration assistant at 5th last position failed ... so remaining 4 configuration assistants were skipped ...
    at da end it said ... Installation Succesfull but with some configuration assistants failed/skipped ...
    is dis a installation useless ... can i fix dis ?
    regards,
    yasir

  • The account password was not specified. Error after setting up a second Crawl Database and Crawler on different server.

    We have a three server farm. (SPWebTest, SPAppTest, SPDBTest)
    We have added an additional database server (SPDBRMTest) and an additional application server (SPAPPRMTest).
    Today I created a new Crawl Database on SPDBRMTest and a new Crawler on SPAPPRMTest.
    I create a distribution rule to all crawling activity for 1 web application to the new crawl database on SPDBRMTest.
    This web application was part of the original crawl and had no errors or issues. We are trying to scale our Search to improve performance but when a full crawl is executed against this content source I get the following crawl error:
    "The account password was not specified. Specify the password."
    I have tried re-entering the "Default Content Access Account" but the issue continues.

    Hi Brian,
    when you add the crawl rules, do the account that is provided have the permission to read the content at the web application?
    http://technet.microsoft.com/en-us/library/jj219686(v=office.15).aspx
    please disable the loopback check, perhaps it may help:
    http://support.microsoft.com/kb/896861
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Sharepoint Crawler database went to emergency mode

    Hi,
    My SharePoint Crawl Database went on Suspect mode suddenly & now i need to bring on Online mode.
    For solving this issue, i Google on several sites & came across following steps,
    Steps:
    EXEC sp_resetstatus 'DBName';
    ALTER DATABASE DBName SET EMERGENCY
    DBCC checkdb('DBName')
    ALTER DATABASE DBName SET SINGLE_USER WITH ROLLBACK IMMEDIATE
    DBCC CheckDB ('DBName', REPAIR_ALLOW_DATA_LOSS)
    ALTER DATABASE DBName SET MULTI_USER
    DBCC CheckDB ('DBName')
    Now the problem is Step 1 & 2 completed successfully, but when i tried step 3 it is throwing me below error,
    Msg 945, Level 14, State 2, Line 1
    Database 'DBName' cannot be opened
    due to inaccessible files or insufficient memory or disk space.  See the SQL Server errorlog for details.
    I am using the service account which has full rights on the server & through which the SQL Server 2012 was configured.
    Current status Database is in Emergency mode & I am stuck over there.
    Please help.
    Regards,
    Purvish Shah

    Hi Alberto,
    Thank for the reply.
    I updated the Database with the below query ,
    ALTER DATABASE [YourDB] SET SINGLE_USER;
    GO
    It completed successfully, but the database is still in the
    "Emergency mode".When i checked in the logs it says 
    Message
    Setting database option SINGLE_USER to ON for database 'DBName'.
    Regards,
    Purvish Shah

  • Ocfs2 configuration require crs and database shutdown

    Hi,
    We are in the process of adding a node to the cluster.
    This is a 3 node cluster. we are going to add a 4 node to the cluster.
    ocr , voting disk are kept on ocfs2 file system. when we are trying to configure ocfs2.
    we were not able to mount ocfs2 device 4th node. we install all the ocfs2 required which was not there on 4 node.
    we can see the entries of 3 node in ocfs2 configure file we have make the 4th node using ocfs2cosole view.
    node:
    ip_port = 7777
    ip_address = 192.168.11.97
    number = 0
    name = rscorc07a.corp.shire.com
    cluster = ocfs2
    node:
    ip_port = 7777
    ip_address = 192.168.11.99
    number = 1
    name = rscorc07b.corp.shire.com
    cluster = ocfs2
    node:
    ip_port = 7777
    ip_address = 192.168.11.101
    number = 2
    name = rscorc07c.corp.shire.com
    cluster = ocfs2
    node:
    ip_port = 7777
    ip_address = 192.168.11.103
    number = 3
    name = rsdorc07d.corp.shire.com
    cluster = ocfs2
    cluster:
    node_count = 4
    name = ocfs2
    we need to add the 4th node entry on all the nodes.
    My question is does this require shutdown of database or crs or we can configure ocfs2 and add ocfs online(when the crs and database is up)
    Thanks and Regards,

    Hi All,
    The crs and database dont need to be shut while configuring ocfs2 for node addition.
    We took a help from oracle support.
    They asked us to increase the min_free_kbytes to 10000 kernel parameter is sysctl.conf and reproduce the issue.
    we have increased it to 1000 and we will again try to add the 4th node and let you know what is the outcome.
    Thanks

  • Grid infra 11gR2 installation help required

    sir
    i have some problem.do not know how to solve it?
    i need to install grid infrastructure advanced installation.
    scenario and question:
    i have a raw(74GB) device under ASM on 192.168.1.13.but how to put it into the cluster its not under OCFS2,what to do(under OEL5.4)?
    and in another machine(with ip 192.168.1.30) i want to load 11gR2 grid as well as 11gR2 db but how to qualify it to the cluster-aware ASM-ocfs2 disk??i had a a partition /dev/sda3 as LVM group with two mounted partion /ASM1 and /ASM2 as empty ext3 in this machine.what to do?
    regards

    I guess this will help-- http://blog.ronnyegner-consulting.de/2009/09/14/oracle-11g-release-2-install-guide-%e2%80%93-grid-infrastructure-installation/
    -- http://husnusensoy.wordpress.com/2009/10/30/how-to-install-oracle-11g-release-2-on-oel-5-4-on-virtualbox-installing-grid-infrastructure/
    To identify the storage requirements for using Automatic Storage Management, you must determine the number of devices and the amount of free disk space that you require. To complete this task:
    1.     Determine whether you want to use Automatic Storage Management for Oracle Database files, recovery files, or both.
    Note:
    You do not have to use the same storage mechanism for , Oracle Database files, and recovery files. You can use a file system for one file type and Automatic Storage Management for the other.
    If you choose to enable automated backups and you do not have a shared file system available, then you must choose Automatic Storage Management for recovery file storage.
    If you plan to enable automated backups during the installation, then you can choose Automatic Storage Management as the storage mechanism for recovery files by specifying an Automatic Storage Management disk group for the fast recovery area. Depending on how you choose to create a database during the installation, you have the following options:
    o     If you select an installation method that runs Oracle Automatic Storage Management Configuration Assistant in interactive mode, then you can decide whether you want to use the same Automatic Storage Management disk group for database files and recovery files, or you can choose to use different disk groups for each file type. Ideally, you should create separate Automatic Storage Management disk groups for data files and for recovery files.
    The same choice is available to you if you use Oracle Database Configuration Assistant after the installation to create a database.
    o     If you select an installation type that runs Oracle Automatic Storage Management Configuration Assistant in silent or response file mode, then you must use the same Automatic Storage Management disk group for data files and recovery files.
    2.     Choose the Automatic Storage Management redundancy level that you want to use for each Automatic Storage Management disk group that you create.
    The redundancy level that you choose for the Automatic Storage Management disk group determines how Automatic Storage Management mirrors files in the disk group and determines the number of disks and amount of disk space that you require, as follows:
    o     External redundancy
    This option does not allow Automatic Storage Management to mirror the contents of the disk group. Oracle recommends that you select this redundancy level either when the disk group contains devices, such as RAID devices, that provide their own data protection or when the database does not require an uninterrupted access to data.
    o     Normal redundancy
    To optimize performance and reliability in a normal redundancy disk group, Automatic Storage Management uses two-way mirroring for data files and three-way mirroring for control files, by default. In addition, you can choose the mirroring characteristics for individual files in a disk group. Alternatively, you can use two-way mirroring or no mirroring.
    A normal redundancy disk group requires a minimum of two failure groups (or two disk devices) if you are using two-way mirroring. The effective disk space in a normal redundancy disk group is half the sum of the disk space in all of its devices.
    For most installations, Oracle recommends that you use normal redundancy disk groups.
    o     High redundancy
    The contents of the disk group are three-way mirrored by default. To create a disk group with high redundancy, you must specify at least three failure groups (a minimum of 3 devices).
    Although high-redundancy disk groups provide a high level of data protection, you must consider the higher cost of additional storage devices before deciding to use this redundancy level.
    3.     Determine the total amount of disk space that you require for the database files and recovery files.
    If an Automatic Storage Management instance is already running on the system, then you can use an existing disk group to meet these storage requirements. If necessary, you can add disks to an existing disk group during the installation.
    Use the following table to determine the minimum number of disks and the minimum disk space requirements for the installation:
    Redundancy Level     Minimum Number of Disks     Data Files     Recovery Files     Both File Types
    External     1     1.8 GB     3.6 GB     5.4 GB
    Normal     2     3.6 GB     7.2 GB     10.8 GB
    High     3     5.4 GB     10.8 GB     16.2 GB
    4.     Optionally, identify failure groups for the Automatic Storage Management disk group devices.
    If you intend to use a normal or high redundancy disk group, then you can further protect the database against hardware failure by associating a set of disk devices in a custom failure group. By default, each device comprises its failure group. However, if two disk devices in a normal redundancy disk group are attached to the same SCSI controller, then the disk group becomes unavailable if the controller fails. The controller in this example is a single point of failure.
    To avoid failures of this type, you can use two SCSI controllers, each with two disks, and define a failure group for the disks attached to each controller. This configuration would enable the disk group to tolerate the failure of one SCSI controller.
    Note:
    If you define custom failure groups, then you must specify a minimum of two failure groups for normal redundancy disk groups and three failure groups for high redundancy disk groups.
    5.     If you are sure that a suitable disk group does not exist on the system, then install or identify appropriate disk devices to add to a new disk group. Apply the following guidelines when identifying appropriate disk devices:
    o     The disk devices must be owned by the user performing the grid installation.
    o     All the devices in an Automatic Storage Management disk group should be the same size and have the same performance characteristics.
    o     Do not specify multiple partitions on a single physical disk as a disk group device. Automatic Storage Management expects each disk group device to be on a separate physical disk.
    o     Oracle does not recommend the use of a logical volume as a device in Automatic Storage Management because the logical volume is capable of hiding the physical disk architecture which prevents Automatic Storage Management from optimizing I/O across physical devices.

  • XSLT mapping Help Required.

    XSLT mapping Help Required.
    Hi Experts,
    I am New to XSLT Mapping. I am practising the below Example:
    InputXML File:
    <?xml version="1.0" encoding="UTF-8"?>
    <?xml-stylesheet type="text/xsl" href="Persons111.xsl"?>
    <ns0:MT_XSLT_Source xmlns:ns0="http://XYZ.com/gen">
    <Person>
    <FirstName>Anshul</FirstName>
    <LastName>Chowdhary</LastName>
    <Gender>Male</Gender>
    <Address>
    <Street>2nd Main</Street>
    <Houseno>83/b</Houseno>
    <City>Mysore</City>
    </Address> </Person>
    </ns0:MT_XSLT_Source>
    XSL StyleSheet File:
    <?xml version='1.0' encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns0="http://XYZ.com/Gen"
    Xmlns:ns1=”http://XYZ.com/Test”>
    <xsl:template match="/">
    <ns1:MT_XSLT_Target>
    <Title> <xsl:value-of select="ns0:MT_XSLT_Source/Person/Gender"/> </Title>
    <Name> <xsl:value-of select="concat(concat(ns0:MT_XSLT_Source/Person/FirstName,' '), ns0:MT_XSLT_Source/Person/LastName)"/>
    </Name>
    <Street> <xsl:value-of select="concat(concat(ns0:Mt_XSLT_Source/Person/Address/Houseno,' '),
    ns0:Mt_XSLT_Source/Person/Address/Street)"/> </Street>
    <City> <xsl:value-of select="ns0:Mt_XSLT_Source/Person/Address/City"/> </City>
    </ns1:MT_XSLT_Target>
    </xsl:template>
    </xsl:stylesheet>
    The Desired Output shuold be:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns1:MT_XSLT_Target xmlns:ns1="http://XYZ.com/Test">
    <Title>Male</Title>
    <Name>Anshul Chowdhary</Name>
    <Street>83/b 2nd Main</Street>
    <City>Mysore</City>
    </ns1:MT_XSLT_Target>
    I have refered the xsl in xml and i am getting the below Oupt in a Single line like this:
    Anshul Chowdhary Male 2nd Main 83/b Mysore
    I am Unable to display in Target XML Fomrat as shown above. Please check and do the needful.
    Regards,
    GIRIDHAR

    Hi,
    I have used below for testing.
    Input xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <?xml-stylesheet type="text/xsl" href="Persons111.xsl"?>
    <ns0:MT_XSLT_Source xmlns:ns0="http://XYZ.com/gen">
    <Person>
    <FirstName>Anshul</FirstName>
    <LastName>Chowdhary</LastName>
    <Gender>Male</Gender>
    <Address>
    <Street>2nd Main</Street>
    <Houseno>83/b</Houseno>
    <City>Mysore</City>
    </Address> </Person>
    </ns0:MT_XSLT_Source>
    xsl code:
    <?xml version='1.0' encoding="UTF-8"?> 
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:ns0="http://XYZ.com/gen" 
        xmlns:ns1="http://XYZ.com/Test"> 
        <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/> 
        <xsl:template match="/"> 
            <ns1:MT_XSLT_Target> 
                <Title> <xsl:value-of select="ns0:MT_XSLT_Source/Person/Gender"/> </Title> 
                <Name> <xsl:value-of select="concat(concat(ns0:MT_XSLT_Source/Person/FirstName,' '), ns0:MT_XSLT_Source/Person/LastName)"/> 
                </Name> 
                <Street> <xsl:value-of select="concat(concat(/ns0:MT_XSLT_Source/Person/Address/Houseno,' '), 
                    /ns0:MT_XSLT_Source/Person/Address/Street)"/> </Street> 
                <City> <xsl:value-of select="/ns0:MT_XSLT_Source/Person/Address/City"/> </City> 
            </ns1:MT_XSLT_Target> 
        </xsl:template> 
    </xsl:stylesheet>
    For testing in PI ,change the extension from .txt to .xsl and zip it and upload into PI as an imported archive .
    Regards
    Venkat

  • Urgent help required: Query regarding LC Variables

    Hi All
    Sometime earlier I was working on a performance issue raised by a customer. It was shell script that was taking almost 8-9 hrs to complete. During my research I came across a fact that there were some variables which were not set, the LC variables were impacting the sort funnel operations because of which the script was taking a long time to execute.
    I asked them to export the following commands, after which the program went on smoothly and finished in a couple of mins:
    export LC_COLLATE=en_US.ISO8859-1
    export LC_MESSAGES=C
    export LC_MONETARY=en_US.ISO8859-1
    export LC_MONETARY=en_US.ISO8859-1
    export HZ=100
    export LC_CTYPE=en_US.ISO8859-1
    export LANG=en_US.UTF-8
    Later I did recover that setting the LC_COLLATE to C, is not helping and the program was again taking a lot of time. Few questions that I want to ask are:
    1. Can someone please tell me, what each of these variable mean and how these values make a difference.
    2. When I exported LC_COLLATE=en_US.ISO8859-1, it worked fine, but when i tried with the defalut value LC_COLLATE=C, then why the program didnt work.
    As this issue is still going on, hence I would request All to provide their valuable inputs and let me know as much as possible.
    Appreciate your help in this regard.
    Thanks
    Amit
    Hi All
    A new development in this regard. The customer has send us a screen shot in which they were trying to export the locale variable using the commands which I have pasted above. I can see in the screen shot that while exporting LC_COLLATE and LC_TYPE, they get a message that ""ksh: export: couldn't set locale correctly"".
    Request everyone to please give their inputs as it's a bit urgent.
    Thanks for all the help in advance.
    Thanks
    Amit
    Some help required please...
    Edited by: amitsinhaengg on Jul 22, 2009 2:03 AM
    Edited by: amitsinhaengg on Jul 22, 2009 2:06 AM

    LC_CTYPE
    Controls the behavior of character handling functions.
    LC_TIME
    Specifies date and time formats, including month names, days of the week, and common full and abbreviated representations.
    LC_MONETARY
    Specifies monetary formats, including the currency symbol for the locale, thousands separator, sign position, the number of fractional digits, and so forth.
    LC_NUMERIC
    Specifies the decimal delimiter (or radix character), the thousands separator, and the grouping.
    LC_COLLATE
    Specifies a collation order and regular expression definition for the locale.
    LC_MESSAGES
    Specifies the language in which the localized messages are written, and affirmative and negative responses of the locale (yes and no strings and expressions).
    You can use command
    # locale -k LC_CTYPE
    to see more detail about each type.

  • Help required - Sales order item is partially delivered but the item grayed

    I have a sales order 123 having say item10 with qty 1, item20 with qty 10 , item 30 qty 12
    Item 1 confirmed qty 1 and delivered qty is 1
    Item 2 confirmed qty 10 and delivered qty 10
    Item 3 confirmed qty 1 and delivered qty is 1
    Now the item3 still has open requirements of 11 to be delivered. But the item is GRAYED OUT already.
    even if I do ATP the qty is not confirming for the remaining 11 pieces.
    Why is that? How to make that item out from GRAY.
    How to confirm the remaining 11 qty for that item.
    Help required as early as possible.
    Appreciate ur help guys
    Radha

    hi Radha, how are you ?
         ---the partial deliveries in master data must have not been mentioned.
         ---the deliveries should be upto target quantity.
         ---check order type, item category and schedule line category.
         ---check unrestricted stock availability.
    thank you
    regards
    Khera.

  • Search Help with in a serach help required in SRM 4.0

    Hi,                                                     
    Requirement: Search help required for Product Category field in the Search help for Product(BBPH_PRODUCT) in SRM portal.
    This search help is used in Create shopping Cart transaction. The hyper link on Internal Goods/Services leads to the search help BBPH_PRODUCT. 
    My analysis:           
    The field Product Category (CATEGORY_ID) has search help(COM_CAT_HIER) attached to its data element. When I single test the search help BBPH_PRODUCT in SAP GUI,I can see the search help for field product category in the selection dialogue box. However the same does not appear on the corresponding screen in HTML.
    Please let me know whether I need to do some thing to make the search help appear on the HTML screen?
    With Regards,         
    Prakash Kamath

    Hi Prakash,
    I have the same problem but with another field. Unloading point. Could you please tell me how did you solve this problem with displaying F4 help on html/ SRM portal?
    Thank you very much.
    Best regards,
    Danijela ZIvanovic

  • Help required with Photoshop Elements 4.0 this has been installed on my new Toshiba laptop with windows 8.1 for some 18 months and operating well. Now it will not open, message pops up saying "attempt to access invalid address" then "application not respo

    Help required with Photoshop Elements 4.0 this has been installed on my new Toshiba laptop with windows 8.1 for some 18 months and operating well. Now it will not open, message pops up saying “attempt to access invalid address” then “application not responding” Suggestions how to access would be much appreciated. Tks. Stuart

    What is the size of your hard disk?  PSE 4 is a very old program and I suspect it is not able to access the entire hard disk on your machine.  Just a thought here.

  • Help require with installing Adobe Acrobat onto my Macbook Pro Retina.

    Help require with installing Adobe Acrobat onto my Macbook Pro Retina.
    I have successfully installed all of my creative cloud apps with the exception being acrobat.
    I cannot print from Indesign to PDF.
    I have unistalled, reinstalled and still no Adobe Acrobat.
    I now have to go back to Windows 8 and create the PDF's there.
    Any one know how to get around this issue?
    Thanks in advance
    Kelvin

    OSX has effectively killed the ability to print to pdf, (print to pdf eliminates most of the "Rich features" of current pdf).
    Export from InDesign, always, excpet for the 1% of the time where you know why print to pdf would produce a better result.

  • Help required in stored procedure?????

    Hi,
    I need to write a procedure in which a query is executed.I get a coulmn name as tel_no.it returns 75 telephone numbers.I need to return those numbers from procedure which follows below Criteria:
    Select those numbers which have last 4 digits matching i,e last 3 digits are 444 or 333 or 999 etc.
    if this criteria isnot met i need to choose whose send last 3 digits are matching i.e, last 4 digits like 3334 or 7775 or 1117 etc....Please do help..its very urgent.
    the procedure takes 2 input...area_code and request_no.....
    u may refer query as :
    select area_name,tel_no, code from xyz where request_id=? and area_code=?
    Please do tell me how will i do it...please......i will be thankful to u...
    U may mail ur solution on [email protected]
    Regards,
    Megha Verma....

    Megha Verma wrote:
    Hi,
    I need to write a procedure in which a query is executed.I get a coulmn name as tel_no.it returns 75 telephone numbers.I need to return those numbers from procedure which follows below Criteria:
    Select those numbers which have last 4 digits matching i,e last 3 digits are 444 or 333 or 999 etc.
    if this criteria isnot met i need to choose whose send last 3 digits are matching i.e, last 4 digits like 3334 or 7775 or 1117 etc....Please do help..its very urgent.
    the procedure takes 2 input...area_code and request_no.....
    u may refer query as :
    select area_name,tel_no, code from xyz where request_id=? and area_code=?What have you tried yourself so far?
    If you want help, please provide your database version, some create table scripts and insert statements with example data, show what output is expected and detail any relevant business logic. And remember to include any code or data between {noformat}{noformat} tags (that's the word "code" between two curly brackets both before and after any text that need to retain it's formatting on the forum)
    Please do tell me how will i do it...please......i will be thankful to u...
    U may mail ur solution on [email protected].
    Answers will be provided on the forum, not via email.  That is the purpose of the forum as it's not a personal help desk.
    Also, you may want to consider that this is a professional forum, so using IM speak ("u", "ur" etc.) is considered poor practice.  Please use proper words.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Help required in Weblogic 6 - Creation & Configuration of Web Application

    Forum Home > Enterprise JavaBeans[tm]
    Topic: Help required in Weblogic 6 - Creation & Configuration of Web Application
    Duke Dollars
    2 Duke Dollars assigned to this topic. Reward the best responses to your question
    using the icons below, or transfer additional Duke Dollars to this topic.
    Welcome moinshariff!
    Watching this topic.
    Previous Topic Next Topic
    This topic has 1 reply on 1 page (Most recent message: Jan 23, 2002 1:05 AM)
    Author: moinshariff Jan 22, 2002 4:55 AM
    Hi,
    I am using Weblogic 6. I have created a new Web
    Application called Web (I have not used the DefaultWebApp_myserver).
    And I have the following settings:
    Name : Web
    URI : Web
    and Path : C:\Web
    and placed my JSP files under c:\Web\
    I am able to access the first page, but after that I am not able to access the
    second page.
    I get "Error 404--Not Found" on the browser. Basically the class file is not getting
    created under /Web-inf/_tmp_war_myserver_myserver_Web/jsp_servlet/ folder .
    I tried a work around for this. I copied all my files under one more folder called
    web and placed this under C:\Web
    The it works. Now I have 2 copied off all the files, 1 copy under c:\web and another
    copy under c:\web\web\.
    If I have the files under DefaultWebApp_myserver and have the setting as
    Name: DefaultWebApp_myserver
    URI: DefaultWebApp_myserver
    Path: .\config\mydomain\applications
    everything works fine.
    Can any one please let me know if there is any configuration which has to be done
    so that I do not duplicate the code in 2 directories
    Thanks in advance.
    Regards,
    Moin

    Forum Home > Enterprise JavaBeans[tm]
    Topic: Help required in Weblogic 6 - Creation & Configuration of Web Application
    Duke Dollars
    2 Duke Dollars assigned to this topic. Reward the best responses to your question
    using the icons below, or transfer additional Duke Dollars to this topic.
    Welcome moinshariff!
    Watching this topic.
    Previous Topic Next Topic
    This topic has 1 reply on 1 page (Most recent message: Jan 23, 2002 1:05 AM)
    Author: moinshariff Jan 22, 2002 4:55 AM
    Hi,
    I am using Weblogic 6. I have created a new Web
    Application called Web (I have not used the DefaultWebApp_myserver).
    And I have the following settings:
    Name : Web
    URI : Web
    and Path : C:\Web
    and placed my JSP files under c:\Web\
    I am able to access the first page, but after that I am not able to access the
    second page.
    I get "Error 404--Not Found" on the browser. Basically the class file is not getting
    created under /Web-inf/_tmp_war_myserver_myserver_Web/jsp_servlet/ folder .
    I tried a work around for this. I copied all my files under one more folder called
    web and placed this under C:\Web
    The it works. Now I have 2 copied off all the files, 1 copy under c:\web and another
    copy under c:\web\web\.
    If I have the files under DefaultWebApp_myserver and have the setting as
    Name: DefaultWebApp_myserver
    URI: DefaultWebApp_myserver
    Path: .\config\mydomain\applications
    everything works fine.
    Can any one please let me know if there is any configuration which has to be done
    so that I do not duplicate the code in 2 directories
    Thanks in advance.
    Regards,
    Moin

Maybe you are looking for

  • Internet is slow to load or doesn't load at all....sometimes. why would this be?

    Only recently this has been happening and I'm not sure why. Sometimes its absolutely fine and then pages will either load extremely slowly, a few minutes to load, or not at all. A message that appears sometimes is, REQUEST TIMEOUT , can anyone help?

  • Vendor /Customer Trial Balance between a particular date

    HI Is there a standard report in SAP which provides Vendor/Customer Trial balance. We are using the standard  SAP Reports for Vendor S_ALR_87012082 Vendor balances in local Currency Customer S_ALR_87012172 Customer Balances in local currency We also

  • Can't get past the first page of some websites

    4 days ago everything was working fine, then 2 days ago i bought something on ebay and followed the instructions to pay via paypal i didn't get any further than the check details page, so i closed and tried to go through the paypal site directly, the

  • Accural and Account Key with G/L Account

    Dear Gurus,                             I have confiquered new pricing schema for my client.In that i used Accounting key and Accurals.But those are not posting the amount in GL accounts.                             Any Setting Missed??  Plz give som

  • ABAP-Interactive forms : Read-Only buttons upon runtime

    Hello, I'm fairly new at this and probably for a good reason I can't find any information pertaining to this issue. Using the embeded Adobe Lifecycle Designer within SAP using transaction SFP, I go to the layout tab and create a button.  On this butt