Why my GATHER_STATS_JOB is not running?

Hi All,
I am on Oracle 10.2 on Linux.
Since the database is created, we have GATHER_STATS_JOB created, with all default settings. It has been running in past, but has not run in last 2 months.
In v$parameter, statistics_level = TYPICAL
When I check in dba_scheduler_jobs, I can see the values,
schedule_name = MAINTENANCE_WINDOW_GROUP
schedule_type = WINDOW_GROUP
enabled = TRUE
state = SCHEDULED
job_priority = 3
and all other default values, along with a proper last_start_date.
Why it has not run in last 2 months ?
In this database, some good amount of batch processing kicks off in the evening, say 7pm and goes on till 11pm. The maintainance window for Oracle's stats starts at 10pm on week days. Will this affect the GATHER_STATS_JOB ?
I think, the stats job should still start. May be, if the database is very busy, it can kick off later than 10pm, but should kick off for sure.
Is there any other parameter or condition, stopping stats job from running ?
Thanks in advance

Hi,
If I say, one of the job queue processes are used to run scheduled job, is that correct? Job queue processes (J000 to J999) are also used for MView refresh, AQ processing etc etc.
I want to check, which processes are using the job queue processes. Is it possible?
When the instance starts, if job_queue_processes parameter is say, 10. Then there will be 10 processes j000 to J009 running. How can I find out, which processes/programs are using those processes at any given time?
Ideas please.
Thanks

Similar Messages

  • GATHER_STATS_JOB is not running

    Hi,
    We are using Oracle 10g database...
    From so many days GATHER_STATS_JOB job is not running as per the schedule... Can any one help me in providing the details for troubleshooting.... like which logs to check... etc.. please reply me ASAP
    Thanks,
    Harish

    hi
    take a look at this document
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14211/stats.htm#sthref1068
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/schedadmin.htm#sthref3797
    hope this helps
    CHeers

  • Why will Firefox 4 not run on my Mac G4, OS 10.4.11?

    When prompted and encouraged by you yesterday I downloaded Firefox 4. However it was not possible to use it because it came up with the message that It "is not supported by this architecture" I then found that I could not run my earlier version of Firefox 3.6.16. So I had to delete all firefox versions, and redownload version 3.6.16 losing various previous settings in the process. I am now using the old version once more quite successfully but I am concerned that you will not be supporting it for very long

    Firefox 4 requires at least OS X 10.5 and an Intel Mac. There is a third party version of Firefox 4 that runs on OS X 10.4/10.5 and PPC Macs, for details see http://www.floodgap.com/software/tenfourfox

  • I just wonder why agent scheduler did not run during SAT and SUN?

    Hi guru,
    I just set agent scheduler to run on daily mode but past 2 days which are Saturday and Sunday. It did NOT run. I just see that there is a Weekly mode to check from Monday to Sunday so meaning that I need to use Weekly mode instead, isn't it?? There is no explanation in product manual as well. Someone please help me for this case. Thank you so much in advance.
    Best regards,
    JN

    Hi,
    For me the same is working fine with option daily mode.
    Please cross check the following things .
    Did you selected any active period ?
    Didi you selected any thing other than None execute once in execution cycle tab ?
    Rathish A M

  • Why will iDVD '08 not run?

    I was running the previous version of iDVD ('06) with no problems at all. I installed iLife '08, and expected iDVD to be similar to the previous version - which i discovered it is not. Struggling with '08, I tried a reinstall of iDVD '06, but to no avail. No matter what I did it would not run. So I tried a reinstall of iDVD '08. It opens, but then freezes, with the spinning ball. I tried a full reinstall of the whole iLife program. I ran Techtool Pro, I ran disk utilities (from OS.X disk), repaired permissions, repaired disk. I deleted the plist file. In short i think I have tried everything - but it will not work.
    I am running it on an old G4 and have 22GB on the start-up disk.
    Where do I go from here - any help welcomed. Frankly, I should have stuck with '06, which ran well.

    Well, for the exercise I have logged the number of hours I have spent searching and applying suggestions to rectify this, and I have just hit seven, SEVEN, hours. However, I have partially resolved my problem. For those readers who are still struggling with the vagaries of iDVD 7 - nope I haven't fixed that problem, but I have at last been able to reinstall iDVD from iLife '06 back on board, and glory, glory, Hallelujah!!! it is working brilliantly. In case anyone else tries reinstalling an earlier version and finds even though they delete the later version of iDVD, the downgraded version will not work - here is what I did, and in the end it was straight forward.
    I used an app called Appcleaner, it removes all traces of the application and folders etc etc. Then I emptied the bin. Then I ran permissions and it corrected them. Then I reinstalled iDVD only, and bingo!!!
    This does not however, remove the onus on Apple for fixing these bugs. They indicate it will run on a G4, and it will, but I believe it depends upon the grunt behind the G4. In my case, runs with 1.33Ghz, but not 1Ghz.
    Thanks to everyone who has tried to help, and I won't shut this thread down in case some genius comes up with a solution to the iDVD 7 problem.

  • Why will my applet not run in a browser??

    Hi,
    I have recently converted a swing application to an applet for use on the web. The applet works perfectly when executed with appletviewer in the Command Prompt. However - when i open the html file - the browser tries to load the class but can't - the status bar at the bottom says "sample.class not found".
    My browser is capable of running other applets - and the class file does exist in the same folder.
    Can someone help with this??
    Thanks
    R

    If you have swing in your Java code then you need a
    java plug-in. To test if you have a Java plug-in
    installed go to:
    http://home.comcast.net/~millennm/amex.html
    Without the plug-in the AWT link works. But you need
    the plug-in for the Swing link to work.
    The plug-in is at:
    http://java.sun.com/j2se/1.3/download.html","Java_Runti
    e_Environment
    hi, excuse me...
    How can I write a plug-in needless Applet?
    After I browse the sample of the above article, I think that it seems if my Applet didn't use swing , it will not need to download a Java plug-in when it execute in a browser. But my Applet still need to download a plug-in, why?
    Here is my sample code:
    /* sample code start */
    import java.awt.*;
    import java.applet.*;
    public class test1 extends Applet
    public void paint(Graphics g)
    g.drawString("I'm Here!",160,80);
    /* sample code end */
    And here is my html code:
    <!-- html code start -->
    <applet code=test1.class width=320 height=100>
    </applet>
    <!-- html code end -->
    thank you very much.

  • Why Matlab 13a does not run on Yosemite?

    Why do I have to edit the "SystemVersion.plist" in core services in order to run Matlab? This problem was not there in the earlier version of OS X.

    Who knows? How old is it? It looks like Matlab 2014b fully supports Yosemite.

  • Why select query is not running on 10.2.0.2.0  but running on 10.2.0.1.0

    Hi Friends,
    The below given select statement is executing successfully in version
    select * from v$version;
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    "CORE     10.2.0.1.0     Production"
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    but NOT in version
    select * from v$version;
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bi
    PL/SQL Release 10.2.0.2.0 - Production
    "CORE     10.2.0.2.0     Production"
    TNS for Solaris: Version 10.2.0.2.0 - Production
    NLSRTL Version 10.2.0.2.0 - Production
    the error message is :
    ORA-00904:"SSRP"."RESOURCE_ID" invalid identifier
    Error at Line 12 : Column 40
    SELECT SR.RESOURCE_NAME,
    SRG.RESOURCE_GROUP_NAME,
    MAX(NVL((SELECT NVL(CHECKED, UNCHECKED)
    FROM
    (SELECT 2 AS UNCHECKED,
    (SELECT 1
    FROM S_USAGE_RESOURCE_PERMISSIONS SURP
    WHERE SURP.USAGE_PROFILE_ID = 1
    AND SURP.RESOURCE_PERMISSION_ID = SRP.RESOURCE_PERMISSION_ID) AS CHECKED
    FROM S_RESOURCE_PERMISSIONS SRP
    WHERE SRP.RESOURCE_PERMISSION_ID = SSRP.RESOURCE_PERMISSION_ID
    AND SRP.RESOURCE_ID = SSRP.RESOURCE_ID
    AND SRP.RESOURCE_PERMISSION_VAL = 4 )),0)) AS ALL_PERMISSION
    FROM
    S_RESOURCE_PERMISSIONS SSRP
    INNER JOIN
    S_RESOURCE SR ON SR.RESOURCE_ID = SSRP.RESOURCE_ID
    INNER JOIN
    S_RESOURCE_GROUP SRG ON SRG.RESOURCE_GROUP_ID = SR.RESOURCE_GROUP_ID
    GROUP BY SR.RESOURCE_NAME, SRG.RESOURCE_GROUP_NAME;
    Given SCHEMA is similar in all respects at both the databases.
    can someone suggest me what could be the problem?

    Sorry, didn't look close enough, here a corrected query you can try to run.
    If you still have problems, try to post a ddl scripts and small sample of data - this may do it easier for other to help you. When you post sql scripts, try as well to enclose them between [ pre ] [ pre ] or [ code ] [ code ] tags to increase readability.
    WITH t AS (
    SELECT NVL(CHECKED, UNCHECKED) NVL_CHECKED,
           RESOURCE_ID,
           RESOURCE_PERMISSION_ID
      FROM (SELECT 2 AS UNCHECKED,
                   (SELECT 1
                      FROM S_USAGE_RESOURCE_PERMISSIONS SURP
                     WHERE SURP.USAGE_PROFILE_ID = 1
                       AND SURP.RESOURCE_PERMISSION_ID =
                           SRP.RESOURCE_PERMISSION_ID) AS CHECKED,
                   SRP.RESOURCE_ID,RESOURCE_PERMISSION_ID
              FROM S_RESOURCE_PERMISSIONS SRP
             WHERE SRP.RESOURCE_PERMISSION_VAL = 4))
    SELECT SR.RESOURCE_NAME,
           SRG.RESOURCE_GROUP_NAME,
           MAX(NVL_CHECKED) AS ALL_PERMISSION
      FROM S_RESOURCE_PERMISSIONS SSRP INNER_JOIN T ON (T.RESOURCE_ID =
                                                       SSRP.RESOURCE_ID AND
                                                       T.RESOURCE_PERMISSION_ID =
                                                       SSRP.RESOURCE_PERMISSION_ID)
    INNER JOIN S_RESOURCE SR ON SR.RESOURCE_ID = SSRP.RESOURCE_ID
    INNER JOIN S_RESOURCE_GROUP SRG ON SRG.RESOURCE_GROUP_ID =
                                        SR.RESOURCE_GROUP_ID
    GROUP BY SR.RESOURCE_NAME, SRG.RESOURCE_GROUP_NAME;Best regards
    Maxim

  • Why does my cronjob not run?

    Hi, I wanted to back up my iphoto library to the cloud (Dropbox) as I'm worried about my NAS drive (it's a bit old) and also to extra safe with all my photos of the children.
    So using really helpful advise from Brad Harris (http://www.selfcontained.us/2012/04/27/backup-iphoto-with-google-drive/) and a few tweaks added myself (with a bit of help from a UNIX DBA at work, he hasn't got a Mac though) I copied my iphoto library to a Dropbox folder and set up the following as a cronjob to sync the copy with the real iphoto library, however it doesn't seem to run as on updates get copied over and the log file doesn't get updated:
    1 * * * * rsync -lrtuv --delete /Users/Nick/Pictures/iPhoto\ Library/ /Users/Nick/Dropbox/Pictures/iPhoto\ Library/ >>/Users/Nick/Documents/Personal/rsycn\ cronjob/Dropbox_rsycn_log.txt 2>&1
    This works fine direct from Terminal without the 1 * * * *  and also in an app created using Automator.  I've also setup the Automator app to run as a login item but it takes much longer as I think it is clashing with Dropbox which is also a login item, hence wanting to get crontab working properly so it can run at different times and more often than just at login.
    I'm on OS X 10.7.5.  I'm at IT PM, which as you probably know means I haven't a clue what I'm doing when it comes to technical stuff but that doesn't stop me, so I'm dangerous with a little knowledge.  If I'm also about to delete all my photos please let me know!
    Any ideas gratefully received.
    Thanks.

    Hi Nick,
    No do not copy what I wrote. In order to troubleshoot this issue you are going to need to understand a few shell basics along with how cron works. First your shell's environment then cron's environment. Read the manual for your shell and then man 5 crontab. Without setting environment variables in your crontab then the evironment variables will be set as follows by cron:
    SHELL will be set to /bin/sh
    PATH will be set to /usr/bin:/bin
    MAILTO will be set to Nick
    LOGNAME will be set to Nick
    USER will be set to Nick
    HOME will be set to /Users/Nick
    Shell- /bin/sh is sufficient as long as the command(s) in your crontab are not written with any extentions to sh
    Path- can be a gotcha if the command you want to use is not in /bin or /usr/bin
    Mailto- can spam your email. Set MAILTO as follows:
    MAILTO=""
    You can use the other variables in your commands. Such as in your paths
    $HOME/Pictures/iPhoto\ Library/
    Start by removing the redirection to the log in your crontab. Add a picture to your iPhoto library and check whether rsync is working.
    If cron is running rsync then add the redirection to the log file without redirecting standard out and standard error. Is the log written to? Make sure that the path to the log file is written correctly. You can also use rsync to write to a log file- RTM.
    (And a final clue)
    1 * * * * rsync..........
    ^ ^ ^ ^ ^
    Are these spaces or tabs?

  • Why does my console NOT run as a storage node

    help!
    I created a minimal console script, for testing, to run as a storage node, with my own classes in the classpath.
    Unfortunately, it does not act as a storage node, even though I patterned it after the console script in the coherence/bin directory.
    The failure symptom is that my application, run on a non-storage-enabled jvm, fails with "storage is not configured."
    If instead of the console, I run as a storage node a jvm, with the same command line options, except with my own mainline that loops dumping the cache, the application in the other jvm works.
    The console does work as a client node, and is able to use my custom classes from the classpath. Hence it is participating in the cluster (the whole cluster runs on my PC).
    I assume there is something simple wrong here, but it escapes me.
    Thanks in advance
    Run Command
    /java/SDK_EE/jdk/bin/java
    -cp '/tmp/rvcinf-test/bin;../../../dist/rvcicache.jar;../../../lib/coherence.jar'
    -server -Xms256m -Xmx512m
    -Dtangosol.coherence.management=all -Dtangosol.coherence.management.remote=true
    -Dtangosol.coherence.distributed.localstorage=true -Dlogfile=logs/runsvrx-coherence.log
    com.tangosol.net.CacheFactory
    How the Working Java Storage Node is Run
    /java/SDK_EE/jdk/bin/java
    -cp '/tmp/rvcinf-test/bin;../../../dist/rvcicache.jar;../../../lib/coherence.jar'
    -server -Xms256m -Xmx512m
    -Dtangosol.coherence.management=all -Dtangosol.coherence.management.remote=true
    -Dtangosol.coherence.distributed.localstorage=true -Dlogfile=logs/runsvrx-coherence.log
    test.MainlineStorageNode
    Notes:
    My classes in:/tmp/rvcinf-test/bin and ../../../dist/rvcicache.jar
    Shown on multiple lines for readibility - was executed as one line (this is an output of bash after set -x)
    Coherence3.4.1/407
    Edited by: mesocyclone on Sep 18, 2009 11:10 PM

    Hi,
    The CacheFactory console does not automatically join all cache services. If you join the cache-service that your application is using from the console, e.g.:
    Map (?): cache foo
    2009-09-19 20:55:07.606/6.305 Oracle Coherence GE 3.6/480 <Info> (thread=main, member=1): Loaded cache configuration from "file:/Users/rhlee/work/coherence/env_configs/v2/coherence-cache-config.xml"
    2009-09-19 20:55:07.779/6.478 Oracle Coherence GE 3.6/480 <D5> (thread=DistributedCache, member=1): Service DistributedCache joined the cluster with senior service member 1
    ...it should work.
    thanks,
    -Rob

  • Why my program does not run on?

    I am writing a java project, a little big, to analyze a forum. The tasks I have to complete are:
    *(1) Register all threads (the post begins a new thread just like this post) existed in the forum during a period of time (for example 2 weeks) in the database.*
    *(2) After recorded every thread, crawl each thread to record the information of all the posts after (belong to) it (including the beginning post). These information include post author, posting time and post content. The author and time information will be stored in database and all the post content of a thread will be written into a unique .txt file, which means for each thread there will be a .txt file to record all the text posted to it.*
    The (1) is completed as I crawled the thread list pages of the forum for 2 weeks. And then write a text parser to extract all the thread item information into database. Now I have a table in the database which records all the threads that existed in the forum in the past 2 weeks. I can read thread url, posting time, thread author, thread title and thread id from the table.
    Then I plan to do the second job. I write a project in this way
    Begin
    HashMap threadUrl_threadID(10000), threadUrl_threadTitle(10000)
    ArrayList authorList(150000), threadAnalyzedUrlList(10000);
    Read from database to initialize the above instances
         Iterator iterator=threadUrl_threadID.keySet().iterator();
         while(iterator.hasNext)
              threadUrl=iterator.next();
              if(!threadAnalyzedUrlList.contains(threadHplink))
                   StringBuffer wpBuffer=webPage2Buffer(threadUrl);
                   // The Parser analyze the webpage and extract the information needed and has not been recorded
                   Parser.analyze(wpBuffer) and write to database
                   // If a thread has many posts, it may spread to many pages. Also crawl those pages.
                   while(nextPageExisted)
                        Read and parse next page.
                   Write all the post content to a local .txt file
                   update all ArrayList instances such as authorList and so on.
    EndI try to avoid recording duplicate information and querying database too often.
    Thus at the beginning of the program, I read all the items I will need from the database.
    And then update them to avoid query database. I think it's efficient but not too sure.
    This project works not bad when the volume of the threads (thread means the first post
    that opens a topic) is around 1000. But after I run the project on the practical database which
    stores almost 10000 threads. At the beginning it runs well, but always after 30 minutes the program
    seems suspended on its own. No exception is thrown out. In the console window of eclipse, it shows the program
    is still running (after 30 minutes). But no .txt file which stores thread content is produced
    and no new items are added into the database. Windows taskManager shows the cpu is used at a very low rate.
    I can't figure out what is wrong. I doubt maybe those ArrayList instances grow too large to
    exceed some tolerated limits.
    Can anyone offer some suggestions?
    See you tomorrow~

    Thanks paul. I let the program run all night last night. Actually nothing is wrong. The problem is some threads are so long that it needs almost 1 HOUR to complete it and generate the .txt file. I write no output info during this process. Thus sometimes it looks suspended but in fact the program is still running.
    Thank your reply very much!

  • Why did skype is not running with my e63 devoce ? ...

    im tired of downloading !

    I have found tones of documentation that stays that it indeed compatible, so...
    So ignore the Apple support people.
    They make loads of mistakes regarding compatibility and are likely the last people that you should ask.
    Also, when Apple discontinues a product, or, release a new product, they don't always list compatibility of older parts with newer machines. Also, they don't test the parts, so they don't say that the parts are compatible with new machines.
    Users know best..... so does Nvidia. Under Drivers and Downloads:
    Mac Pro Requirements: >>To find out if you are running the correct Mac Pro, go to About This Mac to find out what system you are running. You can find this by doing the following:
    Go to • About This Mac
    Click on the • More Info button
    Select • Hardware
    The model identifier should be MacPro3,1 or MacPro4,1 (2008 or 2009) or later
    Note: MacPro1,1 and MacPro2,1 are not compatible.
    http://www.nvidia.com/object/product_quadro_fx_4800_for_mac_us.html
    That would make the MacPro 5,1 compatible with the Quadro 4800 FX......
    Ignore Apple support.

  • Why will PSE 2 not run nor be uninstalled?

    Suddenly, when launching PSE 2 I get the message "Could not complete your request because of missing or invalid personalization information". Attempts to get help from Adobe have failed. I then tried to uninstall it. I do not have the original CD to attempt a reinstall. The program does not show up in the Add/Remove utility nor in the Installer Cleanup Utility. Anyone know how to get it running or how to get rid of it?
    Thanks,
    Jim B

    Well, there are several file paths in Win XP to a PSE installation. C:/ program files/ Adobe/ Photoshop Elements xxx , and C;/ Documents and Settings / User/ Application Data/ Adobe / PSE xxx. This is not to mention the settings in the system registry.
    Because of Winddows " .dll " files, summarily removing folders can be a risky proposition. Messy business, are .dll files. This is the reason the Mac users are always crowing about how good the Mac OS is. The Mac OS creates a "mount point" and each program is then treated as if it were a CD. So, you can simply trash a program folder, no harm, no foul.
    For example, the other day I uninstalled a copy of PSE 5 from a Win 7 computer. Then I tried to clean up by removing the program folder. Whoops, after that the DVD drive disappeared, and "Device Manager" was of no use trying to restore it. I'm guessing a couple of .dll files were left behind which connected PSE to the burner, since the program grants itself burn rights on the machine.
    So, it is imperative that before you try any of this, that you create a system restore point.
    Clocking the system back to when PSE 2 was working seems to be the least hazardous thing to try first.
    A thorough system scan with reputable security software is always a great idea, even if it has nothing to do with the problem.
    There are a couple of freeware programs available that can assist with system registry repairs and and clean up. They are "CCleaner" and "Advanced System Care". These are available at  http://www.techspot.com/downloads.html  As always I recommend that a novice user do a fair amount of research before launching to tasks such as the topic of this thread.
    Since fools rush in and all that, personally I would acquire a copy of PSE 3 and just install that. It would go into it's own folder and freshen up the system file situation. Almost every piece of hardware you purchase has one version of PSE or another, perhaps a friend might have an unused copy laying about.

  • Why will creative cloud not run?

    Adobe support is pretty useless.  I think that it wants something as far as network access goes but adobe will not say what it wants.
    What does it want to see?

    The Adobe support system may be useless, but no offense, so is your post. You have not provided any technical details like operating system, what errors or a comprehensible explanation of your issues and are just mumbling about. Explain the issue correctly and provide the necessary info.
    Mylenium

  • Oracle automatic statistics optimizer job is not running after full import

    Hi All,
    I did a full import in our QA database, import was successful, however GATHER_STATS_JOB is not running after sep 18 2010 though its enable and scheduled, i did query last_analyzed table to check and its confirmed that it didnt ran after sep18,2010.
    Please refer below for the output
    OWNER JOB_NAME ENABL STATE START_DATE END_DATE LAST_START_DATE NEXT_RUN_D
    SYS GATHER_STATS_JOB TRUE SCHEDULED 18-09-2010 06:00:02
    Oracle defined automatic optimizer statistics collection job
    =======
    SQL> select OWNER,JOB_NAME,STATUS,REQ_START_DATE,
    to_char(ACTUAL_START_DATE, 'dd-mm-yyyy HH24:MI:SS') ACTUAL_START_DATE,RUN_DURATION
    from dba_scheduler_job_run_details where
    job_name='GATHER_STATS_JOB' order by ACTUAL_START_DATE asc; 2 3 4
    OWNER JOB_NAME STATUS REQ_START_DATE ACTUAL_START_DATE
    RUN_DURATION
    SYS GATHER_STATS_JOB SUCCEEDED 16-09-2010 22:00:00
    +000 00:00:22
    SYS GATHER_STATS_JOB SUCCEEDED 17-09-2010 22:00:02
    +000 00:00:18
    SYS GATHER_STATS_JOB SUCCEEDED 18-09-2010 06:00:02
    +000 00:00:26
    What could be the reason for GATHER_STATS_JOB job not running although its set to auto
    SQL> select dbms_stats.get_param('AUTOSTATS_TARGET') from dual;
    DBMS_STATS.GET_PARAM('AUTOSTATS_TARGET')
    AUTO
    Does anybody has this kind of experience, please share
    Apprecitate your responses
    Regards
    srh

    ?So basically you are saying is if none of the tables are changed then GATHER_STATS_JOB will not run, but i see tables are updated still the job is not running. I did >query dba_scheduler_jobs and the state of the job is true and scheduled. Please see my previous post on the output
    Am i missing anything here, do i look for some parameters settings
    So basically you are saying is if none of the tables are changed then GATHER_STATS_JOB will not run,GATHER_STATS_JOB will run and if there are any table in which there's a 10 percent change in data, it will gather statistics on that table. If no table data have changes less than 10 percent, it will not gather statistics.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14211/stats.htm#i41282
    Hope this helps.
    -Anantha

Maybe you are looking for

  • Problem While Saving the editable ALV GRID

    Dear Experts, I have a scenario in which i am display the ALV(using class) with some data in the custom container of module pool screen in the non-editable mode.Also i have save and edit buttons.If i click the edit button i have written the code to e

  • RMAN Problem -- Crosscheck backup & list backup showing different results

    Pls Help !!! I'm using RMAN for backup policy is to recovery window of 7 days but even on thired day after incremental 0 backup ... if run 'crosscheck backup' it shows the previous as expired but when i issue 'list backup' it says available what may

  • Fit slideshow to music

    Just doing my first slideshows in iPhoto, having previously used iMovie. Had some image quality issues with a particular batch of photos for some reason, that seem to be fine in an iPhoto slideshow. However, the fir to music doesn't seem too good - i

  • SCSI Scanner on PowerMac G5 with Leopard

    Hi all, I have an old high-end SCSI scanner (AgfaScan XY-15) that I would like to use with my PowerMac G5 and OSX 10.5.8. In the past, I used a G4 MDD that could dual-boot OS 9 and OS X 10.3. The G4 had an Adapted card (29160 IIRC), the G5 an Atto (U

  • Is it possible to turn off iMessage off for one individual during group text?

    Can I turn off iMessage for individuals who use the iPhone and IOS 5 but do not have their iMessage setting on?  I want to group text with two other people.  They both have IOS 5, but one does not use iMessage.  She can't recieve the group text unles