Tool for collecting latch related stats ?

Is there any tool for obtaining stats related to latches related to the B-tree index and Bufferpool ? By stats I mean waiting threads, how much time they're waiting and so on.
Any information would be helpful.

No, there is currently no such instrumentation. If you are interesting in adding your own instrumentation by modifying source code, then modify the SharedLatch class, which is used for Btree access. It is here: src/com/sleepycat/je/latch/SharedLatch.java
--mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • Does anyone recommend a good free tool for collecting ip accounting info?

    I would like to find a good tool for collecting ip accounting info remotely.  Does anyone have a suggestion?  Thanks.

    Not a recommendation by any means, but here's one:
    http://ipacco.sourceforge.net/SystemRequirements.php
    Here's a couple more on this page:
    http://cosi-nms.sourceforge.net/related.html

  • Tool for viewing the relation between tables.

    Hi,
    I imported the schema dump in Oracle 10g R2 DB, there are about 800 plus tables in that schema. I would like to know the relataion between tables.So,What tools are available for viewing the relation between tables?. I have TOAD, and Oracles SQL Developer tolls, if there are any free tools for the same, please let me know the URLs.
    Regards,
    Sabdar Syed.

    Hmmm, for free, except what gave Eric earlier, not easy...
    Here already discuss about that :
    Re: Table Dependencies
    Nicolas.

  • Contention for latches related to the shared pool was consuming significant

    We are having performance issue on our database. When I look at the AWR, I see that there is a contention for latches. Below is the AWR Report.
    ADDM Report for Task 'ADDM:1775307360_12808'
    Analysis Period
    AWR snapshot range from 12807 to 12808.
    Time period starts at 10-MAY-11 01.00.15 PM
    Time period ends at 10-MAY-11 02.00.23 PM
    Analysis Target
    Database 'ADVFDWP' with DB ID 1775307360.
    Database version 11.1.0.7.0.
    ADDM performed an analysis of all instances.
    Activity During the Analysis Period
    Total database time was 27827 seconds.
    The average number of active sessions was 7.71.
    Summary of Findings
    Description Active Sessions Recommendations
    Percent of Activity
    1 Shared Pool Latches 6.43 | 83.42 0
    2 Top SQL by DB Time 2.41 | 31.24 3
    3 "Concurrency" Wait Class 2.18 | 28.22 0
    4 PL/SQL Execution 1.53 | 19.86 1
    5 "User I/O" wait Class 1.33 | 17.24 0
    6 Hard Parse 1.24 | 16.14 0
    7 Undersized Buffer Cache .83 | 10.73 0
    8 CPU Usage .7 | 9.02 0
    9 Top SQL By I/O .31 | 4.04 1
    10 Top Segments by I/O .24 | 3.12 1
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Findings and Recommendations
    Finding 1: Shared Pool Latches
    Impact is 6.43 active sessions, 83.42% of total activity.
    Contention for latches related to the shared pool was consuming significant
    database time in some instances.
    Instances that were significantly affected by this finding:
    Number Name Percent Impact ADDM Task Name
    1 ADVFDWP1 99.31 ADDM:1775307360_1_12808
    Check the ADDM analysis of affected instances for recommendations.
    Finding 2: Top SQL by DB Time
    Impact is 2.41 active sessions, 31.24% of total activity.
    SQL statements consuming significant database time were found.
    Recommendation 1: SQL Tuning
    Estimated benefit is 1.07 active sessions, 13.82% of total activity.
    Action
    Run SQL Tuning Advisor on the SQL statement with SQL_ID "fdk73nhpt93a5".
    Related Object
    SQL statement with SQL_ID fdk73nhpt93a5.
    INSERT INTO SFCDM.F_LOAN_PTFL_MOL_SNPSHT SELECT * FROM
    F_LOAN_PTFL_MOL_SNPSHT_STG
    Recommendation 2: SQL Tuning
    Estimated benefit is 1 active sessions, 12.96% of total activity.
    Action
    Tune the PL/SQL block with SQL_ID "7nvgzsgy9ydn9". Refer to the "Tuning
    PL/SQL Applications" chapter of Oracle's "PL/SQL User's Guide and
    Reference".
    Related Object
    SQL statement with SQL_ID 7nvgzsgy9ydn9.
    begin
    insert into SFCDM.F_LOAN_PTFL_MOL_SNPSHT select * from
    F_LOAN_PTFL_MOL_SNPSHT_STG;
    end;
    Recommendation 3: SQL Tuning
    Estimated benefit is .4 active sessions, 5.2% of total activity.
    Action
    Investigate the SQL statement with SQL_ID "fcvfq2gzmxu0t" for possible
    performance improvements.
    Related Object
    SQL statement with SQL_ID fcvfq2gzmxu0t.
    select
    a11.DT_YR_MO DT_YR_MO,
    a11.IND_SCRTZD IND_SCRTZD,
    a13.CD_LNSTAT CD_LNSTAT_INTGRTD,
    sum(a11.CNT_LOAN) WJXBFS1,
    sum(a11.AMT_PART_EOP_UPB) WJXBFS2,
    sum(a11.AMT_LST_VLD_PART_UPB) WJXBFS3
    from
    SFCDM.F_LOAN_PTFL_MOL_SNPSHT
    a11
    join
    SFCDM.D_DETD_LNSTAT_CURR
    a12
    on
    (a11.ID_CYCL_CLOS_DETD_LNSTAT_SRGT = a12.ID_DETD_LNSTAT_SRGT)
    join
    SFCDM.D_LNSTAT_CD
    a13
    on
    (a12.ID_LNSTAT_CD_SRGT = a13.ID_LNSTAT_CD_SRGT)
    join
    SFCDM.D_LOAN_CHARTC_CURR_MINI
    a14
    on
    (a11.ID_LOAN_CHARTC_SRGT = a14.ID_LOAN_CHARTC_SRGT)
    where
    (a11.DT_YR_MO in (201103)
    and a14.CD_SFCRM_LOAN_BUS_LI not in ('L', 'T', 'W')
    and a13.CD_LNSTAT in (14)
    and not exists
    (select * from SFCDM.F_LOAN_PTFL_MOL_SNPSHT s
    where s.id_loan_syst_gend = a11.id_loan_syst_gend
    and s.dt_yr_mo

    It is worth checking the actual size of the shared pool e.g.
    select pool,sum(bytes)/1024/1024/1024 from v$sgastat group by pool;
    the parameters you ahve posted suggest you have set a minimum but no maximum, so it could very large.
    Next up is looking for unhared SQL i.e.
    select column1 from some_table where column2='A_VALUE';
    select column1 from some_table where column2='Another_Value';
    where the code should be using binds instead of literals for security and performance reasons, a simple way to find this is to look in v$sql for sql having the same plan_hash_value but different sql_Ids and compare the sql_fulltext of each statement.
    Also a possibility is sql with many child cursors, this is trickier as the cause may vary and may not be easy to fix. check th econtents of v$sql for sql that have high values in the child_number column anmd investigate the contents of v$sql_shared_cursor for the reason there are multiple child cursors.
    Chris

  • Backpac: A package state snapshot and restore tool for Arch Linux

    backpac:
    A package state snapshot and restore tool for Arch Linux with config file save/restore support.
    https://aur.archlinux.org/packages.php?ID=52957
    https://github.com/altercation/backpac (see readme on the github repository for more information)
    Summary & Features
    It's a common method of setting up a single system: take some notes about what packages you've installed, what files you've modified.
    Backpac creates those notes for you and helps back up important configuration files. Specifically, backpac does the following:
    maintains a list of installed groups (based on 80% of group packages being installed)
    maintains a list of packages (including official and aur packages, listed separately)
    maintains a list of files (manually created)
    backs up key config files as detailed in the files list you create
    The package, group and files lists along with the snapshot config files allows system state to be easily committed to version control such as git.
    Backpac can also use these lists to install packages and files. Essentially, then, backpac takes a snapshot of your system and can recreate that state from the files and lists it archives.
    Use Cases
    Ongoing system state backup to github
    Quick install of new system from existing backpac config
    Conform current system to given state in backpac config
    Backpac is a very, very lightweight way of saving and restoring system state.
    It's not intended for rolling out and maintaining multiple similar systems, it's designed to assist individual users in the maintainance of their own Arch Linux box.
    Status
    Alpha, release for testing among those interested. Passing all tests right now but will continue to rework and refine. Bug reports needed.
    Why?
    There are a lot of 'big-iron' solutions to maintaining, backing up and restoring system state. Setting these up for a single system or a handful of personal systems has always seemed like overkill.
    There are also some existing pacman list making utilities around, but most of them seem to list either all packages or don't separate the official and aur packages the way I wanted. Some detect group install state, some don't. I wanted all these features in backpac.
    Finally, whatever tool I use, I'd like it to be simple (c.f. the Arch Way). Lists that are produced should be human readable, human maintainable and not different from what I'm using in non-automated form. Backpac fulfills these requirements.
    Regarding files, I wanted to be able to backup arbitrary system files to a git repository. Tools like etckeeper are interesting but non /etc files in that case aren't backed up (without some link trickery) and there isn't any automatic integration with pacman, so there is no current advantage to using a tool like that. I also like making an explicit list of files to snapshot.
    Sample Output
    This is the command line report. Additionally, backpac saves this information to the backpac groups, packages and files lists and the files snapshot directory.
    $ backpac -Qf
    backpac
    (-b) Backups ON; Files will be saved in place with backup suffix.
    -f Force mode ON; No prompts presented (CAUTION).
    (-F) Full Force mode OFF; Prompt displayed before script runs.
    (-g) Suppress group check OFF; Groups will be checked for currency.
    (-h) Display option and usage summary.
    (-p) Default backpac: /home/es/.config/backpac/tau.
    -Q Simple Query ON; Report shown; no changes made to system.
    (-R) Auto-Remove OFF; Remove/Uninstall action default to NO.
    (-S) System update OFF; No system files will be updated.
    (-U) backpac config update OFF; backpac files will not be updated.
    Sourcing from backpac config directory: /home/es/.config/backpac/tau
    Initializing.................Done
    GROUPS
    ============================================================================
    /home/es/.config/backpac/tau/groups
    GROUPS UP TO DATE: group listed in backpac and >80% local install:
    base base-devel xfce4 xorg xorg-apps xorg-drivers xorg-fonts
    GROUP PACKAGES; MISSING?: group member packages not installed:
    (base: nano)
    (xfce4: thunar xfdesktop)
    PACKAGES
    ============================================================================
    /home/es/.config/backpac/tau/packages
    PACKAGES UP TO DATE: packages listed in backpac also installed on system:
    acpi acpid acpitool aif alsa-utils augeas cowsay cpufrequtils curl dialog
    firefox gamin git ifplugd iw mesa mesa-demos mutt netcfg openssh rfkill
    rsync rxvt-unicode sudo terminus-font vim wpa_actiond wpa_supplicant_gui
    xmobar xorg-server-utils xorg-twm xorg-utils xorg-xclock xorg-xinit xterm
    yacpi yajl youtube-dl zsh
    AUR UP TO DATE: aur packages listed in backpac also installed on system:
    flashplugin-beta freetype2-git-infinality git-annex haskell-json
    package-query-git packer wpa_auto xmonad-contrib-darcs xmonad-darcs
    AUR NOT IN backpac: installed aur packages not listed in backpac config:
    yaourt-git
    FILES
    ============================================================================
    /home/es/.config/backpac/tau/files
    MATCHES ON SYSTEM/CONFIG:
    /boot/grub/menu.lst
    /etc/acpi/handler.sh
    /etc/rc.conf
    /etc/rc.local

    firecat53 wrote:I think your plan for handling an AUR_HELPER is good. If AUR_HELPER is defined by the user, then either you might need a list of major AUR helpers and their command line switches so you can pick the correct switch for what needs to be done (most use some variation of -S for installing, but not all), or have the user define the correct switch(es) somehow for their chosen AUR helper.
    That's a good idea. I'll add that to my AUR refactoring todo.
    I also found directory tracking to be a weakness in other dotfile managers that I tried. I think you would definitely have to recursively list out the contents of a tracked directory and deal with each file individually. Wildcard support would be nice...I just haven't personally found a use case for it yet.
    I've been thinking that I could just add the directory and scan through it for any non-default attribute files. If those are found then they get automatically added to the files list. That's pretty close to what etckeeper does.
    Edit: I just compiled the dev version and removed my comments for already fixed things...sorry!
    The master branch should have those fixes as well, but I didn't update the version number in the package build. I'll have to do that.
    1. Still apparently didn't handle the escaped space for this item: (the file does exist on my system)
    Ok, good to know. This wildcard directory business will require some new code and refactoring so I'll also rework my filenames handling.
    2. Suggestion: you should make that awesome README into a man page!
    I was working on one (the pkgbuild has a commented out line for the man page) but I had to leave it for later. Definitely want a man page. Once this stabilizes and I'm sure there aren't any big structural changes, I'll convert it to man format.
    3. Suggestion: add the word 'dotfile' into your description somewhere on this page, the github page, and in the package description so people looking for dotfile managers will find it. You could also consider modularizing the script into a dotfile manager and the package manager, so people on other distros could take advantage of your dotfile management scheme.
    I actually have a different script for dotfile management that doesn't touch packages, but there is definitely overlap with this one. That script isn't released yet, though, and if people find this useful for dotfile management that's great. I'll add that in.
    4. Suggestion: since -Q is a read-only operation, why not just make it run with -f automatically to avoid the prompt?
    Originally, running backpac without any command line options produced the Query output. I was concerned that since it is a utility that can potentially overwrite system files, it is important to give users a clear statement prior to execution about what will be done. Since the Query output is essentially the same as the Update and System reports in format and content, I wanted to be explicit about the Query being a passive no-change operation. The current command line options aren't set in stone though. If you feel strongly about it being different, let me know.
    Long answer to a short question
    5. Another suggestion: any thought to providing some sort of 'scrub' function to remove private information from the stored files if desired? This would be cool for publishing public dotfiles to github. Perhaps a credentials file (I did this with python for my own configs). Probably detecting email addresses and passwords without a scrub file would be rather difficult because dotfiles come in so many flavors.
    Yes, absolutely. In fact, if you look at the lib/local file (pretty sure it's in both master and dev branches in this state) you'll see some references to a sanitize function. The idea there is that the user will list out bash associative arrays like this:
    SANITIZE_WPA_=(
    [FILE]='/etc/wpa_supplicant.conf'
    [CMD]='sed s/expungepattern/sanitizedoutput/g'
    Question: am I missing an obvious option to remove a file from the files.d directory if I delete it from the files list? Or do I have to delete it manually? It might be helpful to add a section to the README on how to update and delete dotfiles from being tracked, and also a more detailed description of what the -b option does (and what is actually created when it's not used).
    You are only missing the function I didn't finish. There should be either dummy code or a TODO in the backpac main script referencing garbage collection, which isn't difficult but I just haven't finished it. The idea being another loop of "hey I found these old files in your files.d, mind if I delete them?" It's on my list and I'll try to get it in asap.
    And finally, just out of curiosity, why did you choose to actually copy the files instead of symlink like so many other dotfile managers do?
    git not following symlinks, hardlinks also out for permissions issues (git wouldn't be able to read the files, change them, etc.)
    I definitely would prefer to not make an entire copy of the file, but I haven't come up with a better option. Shout with ideas, though. Also, if there is a way around the link issues I noted above, let me know. I don't see one but that doesn't mean it's not there.
    edit: I think a Seattle area Arch meetup would be cool! Perhaps coffee someplace? Bellevue? U-district? Anyone else? BYOPOL (bring your own pimped out laptop)
    A general meetup sounds good. I was also thinking it would be fun to do a mini archcon with some demos.

  • Collection : Popular DVD and Video Tools (For Mac)

    Collection : Popular DVD and Video Tools (For Mac)
    iPod softwares http://www.oursdownload.com/Mac-DVD-Video-iPod.html
    iPhone softwares http://www.oursdownload.com/Mac-DVD-Video-iPhone.html
    PSP softwares http://www.oursdownload.com/Mac-DVD-Video-PSP.html
    Apple TV softwares http://www.oursdownload.com/Mac-DVD-Video-Apple-tv.html
    DVD to Mobile(3GP) softwares http://www.oursdownload.com/Mac-DVD-3GP.html
    DVD Video to MP4 softwares http://www.oursdownload.com/Mac-DVD-Video-MP4.html
    DVD Converter http://www.oursdownload.com/Mac-DVD-Converter.html
    Video Converter http://www.oursdownload.com/Mac-Video-Converter.html
    DVD Copy softwares http://www.oursdownload.com/Mac-DVD-Copy.html
    DVD ripper softwares http://www.oursdownload.com/Mac-DVD-Ripper.html
    DVD to Blackberry http://www.oursdownload.com/Mac-DVD-Blackberry.html
    DVD Creator http://www.oursdownload.com/Mac-DVD-Creator.html
    DVD Studio Pack http://www.oursdownload.com/Mac-DVD-Studio.html

    I addition to running less concurrent processes or installing more RAM as Kappy mentioned.
    I also see that you have less than 10% of free space left on your HDD.
    Disk Information: ?
      ST3500418AS disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted>: 209.7 MB
      Macintosh HD (disk0s2) / [Startup]: 499.25 GB (40.6 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
    Which is fairly low and forcing it to work on the slowest part of the HDDs platter.

  • Relational Writeback tools for Planning

    Experts --
    Does someone have suggestions for relational writeback tools for planning applications?
    We use BPC extensively for analytics and consolidation, but some projects require transactions (e.g. human resources, capital planning).  I need to have a more flexible, dynamic relational component.
    Are tools available from Business Objects/SAP that facilitate writeback to tables in a relational environment?
    Thanks...Marv

    Zero responses...guess there is nothing out there...

  • Good tool for analysing garbage collection runs?

    Hi
    Anyone who has/knows a good tool to analyse the garbage collection runs output in the std_serverX.out files for SAP NW 04?
    Best regards
    Tom

    Hi Tom,
    The best tool for do that is the SM Diagnostics.
    please refer to http://service.sap.com/diagnostics for further details.
    All the best,
    Luis

  • Issue with xsd Data type mapping for collection of user defined data type

    Hi,
    I am facing a issue with wsdl for xsd mapping for collection of user defined data type.
    Here is the code snippet.
    sample.java
    @WebMethod
    public QueryPageOutput AccountQue(QueryPageInput qpInput)
    public class QueryPageInput implements Serializable, Cloneable
    protected Account_IO fMessage = null;
    public class QueryPageOutput implements Serializable, Cloneable
    protected Account_IO fMessage = null;
    public class Account_IO implements Serializable, Cloneable {
    protected ArrayList <AccountIC> fintObjInst = null;
    public ArrayList<AccountIC>getfintObjInst()
    return (ArrayList<AccountIC>)fintObjInst.clone();
    public void setfintObjInst(AccountIC val)
    fintObjInst = new ArrayList<AccountIC>();
    fintObjInst.add(val);
    Public class AccountIC
    protected String Name;
    protected String Desc;
    public String getName()
    return Name;
    public void setName(String name)
    Name = name;
    For the sample.java code, the wsdl generated is as below:
    <?xml version="1.0" encoding="UTF-8" ?>
    <wsdl:definitions
    name="SimpleService"
    targetNamespace="http://example.org"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="http://example.org"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
    >
    <wsdl:types>
    <xs:schema version="1.0" targetNamespace="http://examples.org" xmlns:ns1="http://example.org/types"
    xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:import namespace="http://example.org/types"/>
    <xs:element name="AccountWSService" type="ns1:accountEMRIO"/>
    </xs:schema>
    <xs:schema version="1.0" targetNamespace="http://example.org/types" xmlns:ns1="http://examples.org"
    xmlns:tns="http://example.org/types" xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:import namespace="http://examples.org"/>
    <xs:complexType name="queryPageOutput">
    <xs:sequence>
    <xs:element name="fSiebelMessage" type="tns:accountEMRIO" minOccurs="0"/>
    </xs:sequence>
    </xs:complexType>
    <xs:complexType name="accountEMRIO">
    <xs:sequence>
    <xs:element name="fIntObjectFormat" type="xs:string" minOccurs="0"/>
    <xs:element name="fMessageType" type="xs:string" minOccurs="0"/>
    <xs:element name="fMessageId" type="xs:string" minOccurs="0"/>
    <xs:element name="fIntObjectName" type="xs:string" minOccurs="0"/>
    <xs:element name="fOutputIntObjectName" type="xs:string" minOccurs="0"/>
    <xs:element name="fintObjInst" type="xs:anyType" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    </xs:complexType>
    <xs:complexType name="queryPageInput">
    <xs:sequence>
    <xs:element name="fPageSize" type="xs:string" minOccurs="0"/>
    <xs:element name="fSiebelMessage" type="tns:accountEMRIO" minOccurs="0"/>
    <xs:element name="fStartRowNum" type="xs:string" minOccurs="0"/>
    <xs:element name="fViewMode" type="xs:string" minOccurs="0"/>
    </xs:sequence>
    </xs:complexType>
    </xs:schema>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://example.org"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://example.org" xmlns:ns1="http://example.org/types">
    <import namespace="http://example.org/types"/>
    <xsd:complexType name="AccountQue">
    <xsd:sequence>
    <xsd:element name="arg0" type="ns1:queryPageInput"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:element name="AccountQue" type="tns:AccountQue"/>
    <xsd:complexType name="AccountQueResponse">
    <xsd:sequence>
    <xsd:element name="return" type="ns1:queryPageOutput"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:element name="AccountQueResponse" type="tns:AccountQueResponse"/>
    </schema>
    </wsdl:types>
    <wsdl:message name="AccountQueInput">
    <wsdl:part name="parameters" element="tns:AccountQue"/>
    </wsdl:message>
    <wsdl:message name="AccountQueOutput">
    <wsdl:part name="parameters" element="tns:AccountQueResponse"/>
    </wsdl:message>
    <wsdl:portType name="SimpleService">
    <wsdl:operation name="AccountQue">
    <wsdl:input message="tns:AccountQueInput" xmlns:ns1="http://www.w3.org/2006/05/addressing/wsdl"
    ns1:Action=""/>
    <wsdl:output message="tns:AccountQueOutput" xmlns:ns1="http://www.w3.org/2006/05/addressing/wsdl"
    ns1:Action=""/>
    </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="SimpleServiceSoapHttp" type="tns:SimpleService">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="AccountQue">
    <soap:operation soapAction=""/>
    <wsdl:input>
    <soap:body use="literal"/>
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal"/>
    </wsdl:output>
    </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="SimpleService">
    <wsdl:port name="SimpleServicePort" binding="tns:SimpleServiceSoapHttp">
    <soap:address location="http://localhost:7101/WS-Project1-context-root/SimpleServicePort"/>
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>
    In the above wsdl the collection of fintObjInst if of type xs:anytype. From the wsdl, I do not see the xsd mapping for AccountIC which includes Name and Desc. Due to which, when invoking the web service from a different client like c#(by creating proxy business service), I am unable to set the parameters for AccountIC. I am using JAX-WS stack and WLS 10.3. I have already looked at blog http://weblogs.java.net/blog/kohlert/archive/2006/10/jaxws_and_type.html but unable to solve this issue. However, at run time using a tool like SoapUI, when this wsdl is imported, I am able to see all the params related to AccountIC class.
    Can some one help me with this.
    Thanks,
    Sudha.

    Did you try adding the the XmlSeeAlso annotation to the webservice
    @XmlSeeAlso({<package.name>.AccountIC.class})
    This will add the schema for the data type (AccountIC) to the WSDL.
    Hope this helps.
    -Ajay

  • SQL Server Mgt Studio 2008 installation problem - Key not valid for use in specified state

    I'm setting up SQL Server Management Studio 2008 on my laptop.  It installed fine, but failed to import a regsrver file exported from another machine. This appears to have been due to the fact that I exported the file with usernames and passwords, although I must admit that's pretty darned inconvenient if it can't be done. 
    Nevertheless, I exported the file again without usernames and passwords, but the new install now won't let me even see servers, let alone import any new ones.
    When I start Studio, it gives me the "Key not valid for use in specified state" error.  When I 'continue', I'm delivered to a screen with the 'registered servers' pane crippled.  It has no contents at all and no ability to add, select, import, export.  Nothing there.
    How do I rectify this?
    The installation is on Windows 7 Home Premium.
    Thanks for any suggestions.

    Hi Don,
    Since this issue was still not resolved even after you reinstall SQL Server 2008, I think that this issue is probably related to some corrupted files or registry keys. Please refer to the following steps to see if you can resolve this issue:
    1. Close your SSMS;
    2. Go to the folder %appdata%\Microsoft\Microsoft SQL Server\100\Tools\ and check if there is a Shell folder, if so, rename it to Shell-Copy;
    3. Re-open your SSMS to see if the error persists.
    Everytime SQL Server 2008 Management Studio starts, it will read information from this folder to retrieve and recover some data. If the information does not exists, it will recreate new ones. Please check if this helps.
    Best regards,
    Charles Wang
    Please remember to mark the replies as answers if they help and unmark them if they provide no help
    To add to Don's comment, if you are using a different account (for example, an SA account) to run SQL Server management studio then make sure to change the user profile name when you browse to "%appdata%\Microsoft\Microsoft SQL Server\100\Tools\".
    I know many of us developers have multiple accounts and I usually have my SA account have logon privileges on databases not my regular AD Account.
    Other than that, the reason why this fails is because MS encrypted the regsrvr file on the source computer using the source computer's ID and is therefore unable to decrypt the file on the destination computer. To me that just doesn't make sense since the
    whole idea of Export and import was to move this information across computers! And that's why this works when you import without username and passwords - no more encryption/decryption. Since we use integrated windows logon (trusted_connection=true) it works
    great. For the few servers that we had SQL Logons I had to manually type them in and save. But all in all, pretty painless.

  • Is there an HTML help authoring tool for LV?

    Ideally one tool fits all, LabView, C# and MSVC++.
    I know RoboHelp is a good tool for non-LV languages, does any one know other good tools? Thanks

    The standard Common User Access (CUA) states that the key F1 will open help. Unfortunatly you cannot associate this key with a help file and topic as you can in other development systems.
    On windows systems the behaviour seem to be common with what I have tested with MS Outlook, MS Internet explorer, LV and my favourite Help authouring tool (HAT). All open the default topic of the help file.
    On IBMs AS /400, now iSeries, F1 will open a window which depends on the field where the cursor is. On GUI system this is related to the control who has the key focus. If the cursor is outside any field a help window explaining the current screen will be opened.
    LV allows you to simulate this using the event structure. Make a event case for "Key up". Look into help for scan codes and how the keys are mapped to the values in this case. This event exists for the VI and for each control/indicator. If you have detected a F1 key you can open the help file with the corresponding topic.
    The other way of context sensitiv help is Shift-F1. This works different in different applications. MS Outlook will open a popup window depending on the part where the mouse cursor is. MS IE will open the default topic of the help. My HAT will change the cursor and when you click somewhere you get a corresponding popup window. LV will ignore this key. The best way LV has for that is the "Tip" or "Tip Strip".
    I think that NI will not make a new property to VIs and controls containing help file information and to associate the F1 key with that properties because you can connect F1 to a control using Key Navigation. This is another method of providing help. Place a control outside the visible aera and connect it with F1 using key navigation. This way you can open a help file with a topic with the context sensitivity of the window.
    Another thing I have to comment is that why will you use HTML files instead of HTML based help (Win98, this is the same help LV uses)? If you have a medium sized application you will have to be careful to deploy a lot of files (more than 30 I would expect, 1 for ech topic and two or three for the frame, navigation and table of contents). You have to take into concern various browsers (4 Versions of MS IE, some versions of Netscape, some versions of Opera) with various versions of JavaScript if you will use a dynamic table of contents. And you will loose such things like Search and Favourites. Win98-Help looks always the same because there is only one viewer installed with every Windows and there are no third party products doing some things different. The only answer I would really accept is you are not on a windows platform.
    Waldemar
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

  • Please tell me you can use pan/zoom tool for photo slideshow with photos not cropped to screen?

    I'm new to Mac and Premiere Elements (former PC/Sony Vegas Movie user), and am trying to do a Ken Burns type photo slideshow wherein my photos are left in their normal cropped state.  Right now it seems all photos get cropped to fill the screen size (i.e. 16:9).  I saw where you could uncheck the scale photo size to media (or something to that effect) under the general setting in preferences, but using the pan/zool tool still shows photos cropped to fill screen.  I realize conflicting aspect ratio will result in black bars top/bottom or left/right of frame, and that's ok/what I want.  I'm hoping this is doable?  Thanks, Jim

    jimdrought
    The primary question that I have is what is the end product...DVD-VIDEO Standard on DVD disc, DVD-VIDEO Widescreen on DVD disc or other?
    Let us assume for now DVD-VIDEO Widescreen on DVD disc. The next question that falls into line is the one relating to what you describe as an assortment of photos going into this project...what are the pixel dimensions (what range of...) and aspect ratio. For aspect ratio, are we talking 4:3 or 16:9. How many of these photos are landscape oriented or how many portrait oriented.
    In generalities at this point, I would ask you to look at:
    a. bringing your photos appropriately sized into a Premiere Elements project with an appropriate project preset.
    b. leaving Edit Menu/Preferences/General with its Default Scale to Frame Size with a check mark.
    c. in the workspace, scaling the photos to just fill the space in the Edit Mode Monitor
    d. then one by one pan and zoom a photo with the Pan and Zoom Tool.
    If you use this Tool, you should get good results. One consideration is that the process results in the Timeline photo having a much larger duration AFTER than BEFORE. If you see any pros in using this tool for your purposes, then you might want to explore the technique that I described for applying a pan and zoom effect from this Tool to more than one photo at a time.
    http://www.atr935.blogspot.com/2013/05/pe11-pan-zoom-tool-more-than-one-photo.html
    You also might want to explore fxEffects/Presets for horizontal and vertical pans or zoom. The catch in the presets is that you can apply a pan OR zoom, not a pan AND zoom to each photo.
    Keyframing of Scale (for Zoom) and Position (for Pan) should be explored under Applied Effects/Applied Effects Palette/Motion Panel expanded/Scale and Position properties.
    With more details from you, we could go step by step in any of the above.
    We will be watching for your progress.
    Thanks.
    ATR

  • Glassfish Tools for Luna

    I am running  Groovy/Grails Tool Suite™  eclipse distribution on a mac os x.
    when I try to install GlassFish Tools for Luna | Eclipse Plugins, Bundles and Products - Eclipse Marketplace
    it throws the following error below.
    Any suggestions?
    Thanks
    An error occurred while collecting items to be installed
    session context was:(profile=DefaultProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.application.common.services_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.application.common.services_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.doc_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.doc_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.services_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.services_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.services.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.services.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.templating_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.templating_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.upgrade_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.upgrade_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.envcheck_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.envcheck_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.glassfish_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.glassfish_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/oracle.eclipse.tools.glassfish_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/oracle.eclipse.tools.glassfish_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.glassfish.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.glassfish.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.javaee_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.javaee_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.javaee.doc_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.javaee.doc_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/oracle.eclipse.tools.javaee_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/oracle.eclipse.tools.javaee_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.jaxrs_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.jaxrs_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.jaxrs.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.jaxrs.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.jaxrs.v11_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.jaxrs.v11_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/oracle.eclipse.tools.patches_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/oracle.eclipse.tools.patches_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.common.services_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.common.services_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.doc_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.doc_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.html_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.html_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.html.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.html.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.javawebapp_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.javawebapp_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsf_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsf_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsf.facelet_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsf.facelet_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsf.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsf.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsp_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsp_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsp.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsp.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jstl_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jstl_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jstl.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jstl.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.struts_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.struts_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.struts.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.struts.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.trinidad_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.trinidad_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.trinidad.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.trinidad.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.xml.edit.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.xml.edit.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.xml.model_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.xml.model_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.java_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.java_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.java_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.java_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.java.jdt_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.java.jdt_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.java.jdt_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.java.jdt_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.java.jdt.ui_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.java.jdt.ui_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.modeling.xml_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.modeling.xml_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.osgi_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.osgi_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.osgi_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.osgi_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.osgi.fragment_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.osgi.fragment_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.platform_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.platform_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.ui_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.ui_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.ui_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.ui_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.ui.swt.xml.editor_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.ui.swt.xml.editor_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.ui.swt.xml.editor_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.ui.swt.xml.editor_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.workspace.ui_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.workspace.ui_0.7.4.201406171836.jar

    Could you see if you can access the following two URLs on your system? The expected behavior is 404/not-found, but you are somehow trying to install based on metadata from the previous release, which was found in these two files.
    http://download.oracle.com/otn_software/oepe/luna/content.jar
    http://download.oracle.com/otn_software/oepe/luna/artifacts.jar

  • Can "Common Project" be used for collecting AP Invoices?

    Hello Gurus,
    I have a question regarding Project Manufacturing and Project Costing.
    In the PJM Organization Parameters setup, you can define a Common Project
    to collect cost in PA module as expenditures for non-project related transactions.
    Does this functionality work for importing non-project related AP Supplier Invoices as expenditures?
    Or does this "Common Project" functionality only work for costs that are collected via Cost Collection Manager batch?
    We are on R12.1.3 environment.
    Regards,
    Satoko

    Hi Satoko,
    Importing non-project related AP Supplier Invoices as expenditures?
    Answer: Please be informed, supplier invoices or expense report created in AP if assocaited to a project, will be eligible to be interfaced to PA as new expenditure items.
    If any supplier invoices or expense reports are created in AP and is not associated to a projects, it is not eligible to be interfaced to PA and  it is termed as non project invocies, hence the same will be not shown as cost against the project in PA.
    Thanks & Regards,
    Neeta

  • Multiple Executions Plans for the same SQL statement

    Dear experts,
    awrsqrpt.sql is showing multiple executions plans for a single SQL statement. How is it possible that one SQL statement will have multiple Executions Plans within the same AWR report.
    Below is the awrsqrpt's output for your reference.
    WORKLOAD REPOSITORY SQL Report
    Snapshot Period Summary
    DB Name         DB Id    Instance     Inst Num Release     RAC Host
    TESTDB          2157605839 TESTDB1               1 10.2.0.3.0  YES testhost1
                  Snap Id      Snap Time      Sessions Curs/Sess
    Begin Snap:     32541 11-Oct-08 21:00:13       248     141.1
      End Snap:     32542 11-Oct-08 21:15:06       245     143.4
       Elapsed:               14.88 (mins)
       DB Time:               12.18 (mins)
    SQL Summary                            DB/Inst: TESTDB/TESTDB1  Snaps: 32541-32542
                    Elapsed
       SQL Id      Time (ms)
    51szt7b736bmg     25,131
    Module: SQL*Plus
    UPDATE TEST SET TEST_TRN_DAY_CL = (SELECT (NVL(ACCT_CR_BAL,0) + NVL(ACCT_DR_BAL,
    0)) FROM ACCT WHERE ACCT_TRN_DT = (:B1 ) AND TEST_ACC_NB = ACCT_ACC_NB(+)) WHERE
    TEST_BATCH_DT = (:B1 )
    SQL ID: 51szt7b736bmg                  DB/Inst: TESTDB/TESTDB1  Snaps: 32541-32542
    -> 1st Capture and Last Capture Snap IDs
       refer to Snapshot IDs witin the snapshot range
    -> UPDATE TEST SET TEST_TRN_DAY_CL = (SELECT (NVL(ACCT_CR_BAL,0) + NVL(AC...
        Plan Hash           Total Elapsed                 1st Capture   Last Capture
    #   Value                    Time(ms)    Executions       Snap ID        Snap ID
    1   2960830398                 25,131             1         32542          32542
    2   3834848140                      0             0         32542          32542
    Plan 1(PHV: 2960830398)
    Plan Statistics                        DB/Inst: TESTDB/TESTDB1  Snaps: 32541-32542
    -> % Total DB Time is the Elapsed Time of the SQL statement divided
       into the Total Database Time multiplied by 100
    Stat Name                                Statement   Per Execution % Snap
    Elapsed Time (ms)                            25,131       25,130.7     3.4
    CPU Time (ms)                                23,270       23,270.2     3.9
    Executions                                        1            N/A     N/A
    Buffer Gets                               2,626,166    2,626,166.0    14.6
    Disk Reads                                      305          305.0     0.3
    Parse Calls                                       1            1.0     0.0
    Rows                                        371,735      371,735.0     N/A
    User I/O Wait Time (ms)                         564            N/A     N/A
    Cluster Wait Time (ms)                            0            N/A     N/A
    Application Wait Time (ms)                        0            N/A     N/A
    Concurrency Wait Time (ms)                        0            N/A     N/A
    Invalidations                                     0            N/A     N/A
    Version Count                                     2            N/A     N/A
    Sharable Mem(KB)                                 26            N/A     N/A
    Execution Plan
    | Id  | Operation                    | Name            | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | UPDATE STATEMENT             |                 |       |       |  1110 (100)|          |
    |   1 |  UPDATE                      | TEST            |       |       |            |          |
    |   2 |   TABLE ACCESS FULL          | TEST            |   116K|  2740K|  1110   (2)| 00:00:14 |
    |   3 |   TABLE ACCESS BY INDEX ROWID| ACCT            |     1 |    26 |     5   (0)| 00:00:01 |
    |   4 |    INDEX RANGE SCAN          | ACCT_DT_ACC_IDX |     1 |       |     4   (0)| 00:00:01 |
    Plan 2(PHV: 3834848140)
    Plan Statistics                        DB/Inst: TESTDB/TESTDB1  Snaps: 32541-32542
    -> % Total DB Time is the Elapsed Time of the SQL statement divided
       into the Total Database Time multiplied by 100
    Stat Name                                Statement   Per Execution % Snap
    Elapsed Time (ms)                                 0            N/A     0.0
    CPU Time (ms)                                     0            N/A     0.0
    Executions                                        0            N/A     N/A
    Buffer Gets                                       0            N/A     0.0
    Disk Reads                                        0            N/A     0.0
    Parse Calls                                       0            N/A     0.0
    Rows                                              0            N/A     N/A
    User I/O Wait Time (ms)                           0            N/A     N/A
    Cluster Wait Time (ms)                            0            N/A     N/A
    Application Wait Time (ms)                        0            N/A     N/A
    Concurrency Wait Time (ms)                        0            N/A     N/A
    Invalidations                                     0            N/A     N/A
    Version Count                                     2            N/A     N/A
    Sharable Mem(KB)                                 26            N/A     N/A
    Execution Plan
    | Id  | Operation                    | Name         | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | UPDATE STATEMENT             |              |       |       |     2 (100)|          |
    |   1 |  UPDATE                      | TEST         |       |       |            |          |
    |   2 |   TABLE ACCESS BY INDEX ROWID| TEST         |     1 |    28 |     2   (0)| 00:00:01 |
    |   3 |    INDEX RANGE SCAN          | TEST_DT_IND  |     1 |       |     1   (0)| 00:00:01 |
    |   4 |   TABLE ACCESS BY INDEX ROWID| ACCT         |     1 |    26 |     4   (0)| 00:00:01 |
    |   5 |    INDEX RANGE SCAN          | INDX_ACCT_DT |     1 |       |     3   (0)| 00:00:01 |
    Full SQL Text
    SQL ID       SQL Text
    51szt7b736bm UPDATE TEST SET TEST_TRN_DAY_CL = (SELECT (NVL(ACCT_CR_BAL, 0) +
                  NVL(ACCT_DR_BAL, 0)) FROM ACCT WHERE ACCT_TRN_DT = (:B1 ) AND PB
                 RN_ACC_NB = ACCT_ACC_NB(+)) WHERE TEST_BATCH_DT = (:B1 )Your input is highly appreciated.
    Thanks for taking your time in answering my question.
    Regards

    Oracle Lover3 wrote:
    Dear experts,
    awrsqrpt.sql is showing multiple executions plans for a single SQL statement. How is it possible that one SQL statement will have multiple Executions Plans within the same AWR report.If you're using bind variables and you've histograms on your columns which can be created by default in 10g due to the "SIZE AUTO" default "method_opt" parameter of DBMS_STATS.GATHER__STATS it is quite normal that you get different execution plans for the same SQL statement. Depending on the values passed when the statement is hard parsed (this feature is called "bind variable peeking" and enabled by default since 9i) an execution plan is determined and re-used for all further executions of the same "shared" SQL statement.
    If now your statement ages out of the shared pool or is invalidated due to some DDL or statistics gathering activity it will be re-parsed and again the values passed in that particular moment will determine the execution plan. If you have skewed data distribution and a histogram in place that reflects that skewness you might get different execution plans depending on the actual values used.
    Since this "flip-flop" behaviour can sometimes be counter-productive if you're unlucky and the values used to hard parse the statement leading to a plan that is unsuitable for the majority of values used afterwards, 11g introduced the "adaptive" cursor sharing that attempts to detect such a situation and can automatically re-evaluate the execution plan of the statement.
    Regards,
    Randolf
    Oracle related stuff blog:
    http://oracle-randolf.blogspot.com/
    SQLTools++ for Oracle (Open source Oracle GUI for Windows):
    http://www.sqltools-plusplus.org:7676/
    http://sourceforge.net/projects/sqlt-pp/

Maybe you are looking for

  • Download data from WDY to desktop

    hi, I am trying to dwn a itab data from the WDY application through a button using the below code: DATA lo_nd_cn_table TYPE REF TO if_wd_context_node.   DATA lo_el_cn_table TYPE REF TO if_wd_context_element.   DATA text           TYPE string.   DATA

  • ERROR FRM-92100

    sir i frequently get the following error on client machine "FRM-92100 your connection to the server is interrupted this may be the result of network error or a failure on the server you need to reestablish your session" pls guide what may be the reas

  • DynamicConfiguration: Null pointer?

    Hi, I'm using a UDF that creates a connection to our database tables to gather information to parse into a file, and this UDF createFileName, which used to work (we're implementing changes to make our UDF lookups more streamlined into 1 Java class)..

  • Dynamically fetching the table name

    Hi All, I am trying to fetch table name dynamically using some variables. Example: Table_name : ABC_#PROJ.JOB_ID_#PROJ.PROJECT_ID. I am passing the JOB_ID and PROJECT_ID while running the package. Is there any restriction on the lengths of variables?

  • How can I open old Apple works files

    I have some old files written in AppleWorks. How can I convert them?