Increasing SGA_MAX_SIZE  in Oracle 10.2.0.1

Hi,
we have successfully upgrade our database from 8.1.7.0 to 10.2.0.1
now in the database control, SGA max size is 524MB
i want to increase it, as to increase the size of SHARED_POOL_SIZE and DATBASE_BUFFER size
i have checked the init.ora file, in that there is no parameter mentioned as sga_max_size
from where and how to increase the SGA_MAX_SIZE in 10g version ?
with regards

Hi,
Database is using init.ora file in the pfile folder
In the init.ora file i have increased the SGA_MAX_SIZE parameter to 1024Mb from 524Mb
Now, from dbcontrol screen, Automatic Shared Memory Managment is Disabled and i want to make it ENABLE
now when i click on ENABLE button, on the next page it shows total SGa size i.e 332 Mb
and further wheni click on "OK" button for ASSM configuration, it shows the error as below :-
1.) SGATargetSize - ORA-02097 : parameter cannot be modified because specified vale is invalid ORA : cannot set sga_target due to existing internal settings, see alert log for information
in the alert log , it mentions
Cannot set sga_target with db_block_buffers set
and
Alter system set java_pool_size='0' SCOPE=MEMORY;
2) sharedPoolsize - ORA-02097 parameter cannot be modified because specified value is invalid ORA-04034: unable to shrink pool to specified size
now i just mentioned the memory component details for reference :
shared pool : 104 Mb
buffer cache : 169 Mb
large pool : 0
java pool : 4 Mb
other : 54 Mb
total SGA -- 332 Mb
Maximum SGA Size -- 1024 Mb
how to make ASSM Enable ???
With Regards

Similar Messages

  • Increase SGA_MAX_SIZE and SGA_TARGET

    Hi all,
    I want to increase SGA_MAX_SIZE and SGA_TARGET in 10g. Currently we have
    SQL> sho parameter sga
    NAME TYPE VALUE
    lock_sga boolean FALSE
    pre_page_sga boolean FALSE
    sga_max_size big integer 2384M
    sga_target big integer 2384M
    And we have 16GB RAM in redhat linux 4(32 bit).Oracle 10.2.0.3 DB.
    Because of 32 bit OS, I was not able to increase shmmax more than 4GB.
    In this situation how and how much SGA_MAX_SIZE and SGA_TARGET I can increase?
    Thanks in Advance,
    Sunil

    Hi sunilgln,
    Given the present state of things, you have to take a meassure of how many RAM is used with nothing running but the OS, that will give you the Linux footprint.
    Take note of the amount of physical free memory (using <strong>top</strong> command)
    Later you have to estimate how much swapping are you willing to accept, the SGA you define may be within the ranges of
    FREE MEM*90% and FREE MEM*90+(OS FOOTPRINT*%SWAP MEMORY WILLING TO USE)
    <em>This is a proposal for setting this up, you need to tune and balance load depending on usage.</em>
    Another recommendation, SGA_TARGET is <strong>dynamic</strong>, SGA_MAX_SIZE is not...but you may set SGA_MAX_SIZE to a full allocation and set SGA_TARGET to a percentage that allocation and gradually use it.
    What happens is: the OS will "allocate" a chunk(or chunks) the size given by SGA_MAX_SIZE, but the real usage by the database will be determined by SGA_TARGET.
    Hope this helps you
    Ignacio
    Regards
    http://oracledisect.blogspot.com

  • Increasing SGA_MAX_SIZE on oracle9i 9.2.0.1

    Hi All,
    Can any one explain on this below request:
    I am having Solaris 8 (SPARC-64 bit) on which i have installed Oracle9i 9.2.0.1(32 bit)..........
    Currently am in process of upgrading it to 9.2.0.4 version and already am having database in this, which is in production environment.
    As described in patch doc we should have atleast 150M size of SHARED_POOL_SIZE and JAVA_POOL_SIZE
    hence am confused for increasing SGA_MAX_SIZE as am having 1 GB of RAM.
    Upto what size i can increase this SGA_MAX_SIZE and also i need good performance after increasing it.
    Is there any rule to assign size for SGA_MAX_SIZE???? So that i can upgrade my database by applying patch smoothly without any issues?????
    PLEASE HELP ME ON THIS ISSUE
    Regards,
    Veeresh.(Junior Oracle DBA)

    Veeresh
    You system has only 1Gb of memory so you cannot go beyond 1GB at all
    Next 1GB should be shared by OS and Database assuming nothing other than these two
    Normaly unix OS uses 20 % of Memory for the OS running and will be around 30% in windows
    so you are left out with 800MB atmost
    800 should be shared by SGA and PGA here
    Your PGA also needs memory
    500+300 or
    600+200
    No choice here you have to go with this...Just increase and apply the patch these wont cause too much issues ..
    Make sure you backup everything before doing anything

  • HOW INCREASE SGA IN ORACLE RAC 10 G WITH 2 NODES

    How increase sga_max_size, sga_target in ORACLE RAC 10 G WITH 2 NODES;
    i have oracle 10g in unix hp-ux 11i in rac (2 nodes)
    with sga 8g; and i want to increase 12g;
    i can alter these parameters without shutdown the entire database ?; , i can alter and take these change in one node first and later de second node?
    i used in first node :
    1- alter system set sga_max_size=16g scope spfile;
    2- alter system set sga_targer=12g cope spfile;
    later i restard all intance one by one:
    srcvtl stop instance -d my_database -i my_instance1 -o immediate;
    srcvtl start instance -d my_database -i my_instance1
    3- in second node.
    srcvtl stop instance -d my_database -i my_instance2 -o immediate;
    srcvtl start instance -d my_database -i my_instance2
    but my sga is the SAME 8G.. WHY NOT CHANGE...
    i changed these parameters and restar my instance in first node later stop and start using srvctl the second node but my sga not change. continue in 8g ;however these changes are in spfile so;
    prd2.sga_max_size=8589934592#internally adjusted
    prd1.sga_max_size=8589934592#internally adjusted
    *.sga_max_size=17179869184
    prd2.sga_target=8589934592
    prd1.sga_target=8589934592
    *.sga_target=12884901888
    prd2.thread=2
    prd1.thread=1
    how i can apply these change node by node or i need shutdown the entire database?
    need to make these changes without affecting my application because i can not shutdown the both node...
    Edited by: user568681 on 02-sep-2010 14:32

    Hi,
    I just checked on a test RAC configuration (HP-UX, 10.2.0.4)
    You don't need to stop the database.
    Keep your "rolling" original scenario but change :
    alter system set sga_max_size=16g scope spfile;
    alter system set sga_target=12g cope spfile;by
    alter system set sga_max_size=16g scope spfile sid = 'PRD1';
    alter system set sga_target=12g scope spfile sid = 'PRD1';
    alter system set sga_max_size=16g scope spfile sid = 'PRD2';
    alter system set sga_target=12g cope spfile sid = 'PRD2';Actually
    alter system set sga_max_size=16g scope spfile;
    alter system set sga_max_size=16g scope spfile SID='*';changes globally the values for every instance in the spfile ("*.XXXXXX" is updated) but it does not remove the specific entries already assigned to one particular instance (and it is your case !)
    Alternatively you could reset the values assigned specifically to one instance with "alter system reset" to have only "*.XXXX" for those parameters.
    Best regards
    Phil

  • How can I change SGA_MAX_SIZE IN oRACLE 10G.

    Dear Experts,
    Please tell me
    How can I change SGA_MAX_SIZE IN Oracle 10G.
    How can I change SGA_TARGET IN Oracle 10G.
    How Can i recreate SPFILE.

    another copy of dup How can I change SGA_TARGET IN Oracle 10G.

  • Abnormal increase in the oracle data base of XI dev

    Hi Experts,
    The size of the oracle data base for SAP-XI is increased by 9% abnormally in 1 day, where as 1% increase in the oracle data base size normally takes 1 to 2 weeks.
    What could be the problem? Please give me some links or some idea how to check to know what causes this problem.
    Thnx
    Subbu

    Hi Rama
    You should look out for big tables. You can do this in transaction DB02 -> Detailed Analysis -> Size / Kbyte > 100000
    This will give you all segments larger than 100mb. In an XI system the messages are stored in table XI_AF_MSG. It is also possible that your largest segment is a lob segment. You will then see something like SYS_LOB0000039303C00020$$.
    To see which table it is just use this SQL:
    [code]SQL> select table_name from dba_lobs where SEGMENT_NAME = 'SYS_LOB0000039303C00020$$';
    TABLE_NAME
    XI_AF_MSG[/code]
    In DB02 you can also select the segment and view its history to make sure it is responsible for the database growth.
    Best regards, Michael

  • Increase 'archive_max_process'  in oracle 10g

    Dear Friends ,
    I want to increase the value of 'archive_max_process' dynamically (i.e., alter system or alter database ) in my oracle 10g . Is it possible to do ?

    Hi,
    Kindly find the below.
    alter system set log_archive_max_processes=4;
    The LOG_ARCHIVE_MAX_PROCESSES initialization parameter specifies the number of ARCn processes that the database initially invokes. The default is two processes. There is usually no need specify this initialization parameter or to change its default value, because the database starts additional archiver processes (ARCn) as needed to ensure that the automatic processing of filled redo log files does not fall behind.
    However, to avoid any runtime overhead of invoking additional ARCn processes, you can set the LOG_ARCHIVE_MAX_PROCESSES initialization parameter to specify up to ten ARCn processes to be started at instance startup. The LOG_ARCHIVE_MAX_PROCESSES parameter is dynamic, and can be changed using the ALTER SYSTEM statement. The database must be mounted but not open. The following statement increases (or decreases) the number of ARCn processes currently running:
    ALTER SYSTEM SET LOG_ARCHIVE_MAX_PROCESSES=3;
    Best Regards
    RajaBaskar

  • Sudden increase in Tablespace - Oracle 9.2.0.8

    The oracle tablespace increased suddenly but without loading the actual data. On 06/15, the tablespace has a free space on 1.5G, but all of a sudden, all 1.5G has been consumed and casued the batch job to abend due to lack of space in the tablespace. The tablepace was increased by 2.5G and the batch job ws successfully completed. Till now ( after 1 month) there was no decrease in the free space of the tablespace (still 2.5G) and there was a increase in the size of the tablespace.
    Please could you help in sudden consumption of the free space by the tabllespace. here are the tablespace storage details.
    BLOCK_SIZE 8192,
    INITIAL_EXTENT 6553600,
    NEXT_EXTENT 6553600,
    MIN_EXTENTS 1,
    MAX_EXTENTS 2147483645,
    PCT_INCREASE 0,
    MIN_EXTLEN 6553600,
    STATUS ONLINE,
    CONTENTS PERMANENT,
    LOGGING LOGGING,
    FORCE_LOGGING NO,
    EXTENT_MANAGEMENT LOCAL,
    ALLOCATION_TYPE UNIFORM,
    SEGMENT_SPACE_MANAGEMENT AUTO,
    DEF_TAB_COMPRESSION DISABLED
    Thanks,
    Mahesh

    Hi All,
    I got the answer. It is a bug in oracle 9.2.0.8. Oracle support has given as patch to implement and it should resolve issue.Here is the quote from Oracle support " It seems you have hitting the known Bug 5987262 duplicate of Bug 5890312 Unexplained increases in unformatted blocks in a tablespace ..This issue is also addressed by article : Note 469985.1 Ext/Mod Sudden Increase in Unformatted Blocks "
    Thanks for your support
    Thanks,
    Mahesh

  • Increase SGA in Oracle 10g

    Hi everyone,
    I am Ann. I am not a DBA, because the main DBA and Developer is on maternity leave have to step up to look after an Oracle Application Forms and Reports and Oracle database (version 10.1).
    Recently, people complaints the apps is slow.
    So I open the Enterprise Manager, and check the Performance Adviser, it shows one issue
    Finding          The buffer cache was undersized causing significant additional read I/O.
    Impact (minutes)          5.31
    Impact (%)     
    13.13
    The recommendation is Increase SGA target size by increasing the value of parameter "sga_target" by 928 M. (there is a button Implement next to the message).
    The findings path is
    The buffer cache was undersized causing significant additional read I/O.
    13.13     
    Wait class "User I/O" was consuming significant database time.     16.27     
    About the server, we use OpenSuse. I also log into the server as root.
    Type free command to get info about memory and here is the details
    borg:~ # free
    total used free shared buffers cached
    Mem: 6101512 6001288 100224 0 180376 4636256
    -/+ buffers/cache: 1184656 4916856
    Swap: 12586916 1728548 10858368
    I just want to know is it safe to run the implement button to increase the SGA target size.
    I know that I have to shutdown and restart the instance.
    Many thanks,
    Ann

    >
    I just want to know is it safe to run the implement button to increase the SGA target size.
    >
    You shouldn't do anything until
    1. You confirm that there is, in fact, a problem
    2. You determine exactly what the problem is
    3. You determine the cause, or causes, of the problem
    4. You identify, and rank, possible solutions to the problem
    5. You test possible solutions in a dev/text environment to make sure your process works as expected.
    6. You script a method to 'undo' any changes you make
    >
    Recently, people complaints the apps is slow.
    >
    So what! People always complain that apps are slow. While it's fine to take note of that don't make a knee-jerk reaction to it.
    Gather more information.
    1. Slow in what way? entering data? running reports? batch jobs?
    2. Slow when? first thing in the morning? mid-day when all users are on the system? all the time?
    3. How long has it been slow? Just started? A couple of days? a few weeks?
    4. What does the main DBA say about the reported slowness? Have you called to ask? Why not? They are on maternity leave not climbing the alps or Himalayas. Call them and ask them if they were aware of reported problems.
    5. Did you ask the main DBA what you should look at? Why not?
    Tell us more information. What are the memory parameters now?
    Open a sql*plus session and then run and post the results of
    1. SHOW PARAMETER SGA_TARGET
    2. SHOW SGA
    3. SHOW PARAMETER POOL

  • When I increase storage for Oracle database

    Hi, Gurus
    We start and golive SAP one year ago, Now
    my oracle databes usage is 68%  like below from ST04.
    Size:                   308.09   GB                        Total size:                 400.39 GB  <br>
    Free Size:               97.27 GB                        Total free size:            189.57 GB <br>
    Used:                       68 %                              Total used:                     53 %  <br>
    This storage usage at UNIX level <br>
    /dev/vx/dsk/eccprd-dg/sapdata1    100G    72G    26G    74%    /oracle/PRD/sapdata1 <br>
    /dev/vx/dsk/eccprd-dg/sapdata3    100G    80G    19G    82%    /oracle/PRD/sapdata3 <br>
    /dev/vx/dsk/eccprd-dg/sapdata4    100G    68G    30G    70%    /oracle/PRD/sapdata4 <br>
    /dev/vx/dsk/eccprd-dg/sapdata2    100G    89G    10G    90%    /oracle/PRD/sapdata2 <br>
    When I must increase storage size because it to much usage 90% ?
    Or wait 90++ % all drive.
    Thank for all comment.

    Hi Witoon,
    What you need to do for monitoring space for oracle Database is to proactively monitor tablespaces of the databases.
    This can be easily done with the help of BRtools . It is safe to keep the used tablespace < 85 % to avoid any kind of tablespace issues. If any major loading process is to started then the free space of the table space should be adjusted accordingly.
    Out of several tablespaces present in the Oracle DB few are made by Oracle for example
    SYSTEM
    PSAPUNDO
    SYSAUX
    PSAPTEMP
    TOOLS
    Leaving the above mentioned tablespaces you need to monitor the tablespaces whose sizes are changing.
    When you increase the size of the tablespace then more space is allocated on the disk in the form of datafile for that tablespace so before increasing the size of the tablespace you need to check the free space on the disk
    Use     df -h (Linux command) for checkin the diskspace on linux server.
    Thanks
    Aditya

  • Turn off display on sql*plus and increase memory for oracle?

    I want to turn off the output display on SQL*PLUS window and SPOOL the output to a file since the result is very big. i tried to SET TERM OFF but it doesn't work. Anybody knows what's the problem? or is there some other commands to use? My oracle is 9i. thx!!! And anybody knows how to increase the memory usage size for Oracle's jrew.exe? it's too slow when i try to retrieve some big size data from oracle.

    I just answered this question on the OTN -> General forum. You could try the SQL*Plus startup switch -s to startup SQL*Plus in silent mode, eg:
    C:\SQLPLUS -S
    Alison

  • Explain plan cost it increases after migrating Oracle 9.2.0 to 10.2.0.3

    Hi:
    Recently the migration was made, we are testing (I'm developer) the performance in some querys, but the majority is but slow,I do not understand the reason because the new equipment has processing capacity much more.
    for example , a report , in 9i it is executed in 45 segs, in 10G it is executed in 10 minutes!!!
    Another example: the next explain plan, it's the same query and the same parameters . In oracle 9i COST=799 In Oracle 10G COST=2337
    What happens? Any idea?
    In oracle 9i COST=799
    SELECT STATEMENT Hint=HINT: FIRST_ROWS 1 799
    SORT GROUP BY 1 74 799
    VIEW 1 74 786
    SORT GROUP BY 1 100 786
    TABLE ACCESS BY INDEX ROWID SMRPCMT 1 27 1
    NESTED LOOPS 1 100 774
    NESTED LOOPS 3 219 773
    NESTED LOOPS 3 177 772
    NESTED LOOPS 3 171 771
    NESTED LOOPS 3 123 770
    TABLE ACCESS BY INDEX ROWID SFBETRM 7 K 73 K 22
    INDEX RANGE SCAN SFBETRM_KEY_INDEX2 7 K 24
    TABLE ACCESS BY INDEX ROWID SGBSTDN 1 31 1
    INDEX UNIQUE SCAN PK_SGBSTDN 1
    TABLE ACCESS BY INDEX ROWID STVMAJR 1 16 1
    INDEX UNIQUE SCAN PK_STVMAJR 1
    TABLE ACCESS BY INDEX ROWID STVCAMP 1 2 1
    INDEX UNIQUE SCAN PK_STVCAMP 1
    INDEX RANGE SCAN SMRPATR_KEY_INDEX 1 14 1
    INDEX RANGE SCAN SMRPCMT_KEY_INDEX 1 1
    In Oracle 10G COST=2337
    SELECT STATEMENT Hint=FIRST_ROWS 1 2337
    SORT GROUP BY 1 66 2337
    VIEW 1 66 2336
    SORT GROUP BY 1 158 2336
    NESTED LOOPS 1 158 2335
    NESTED LOOPS 1 142 2334
    NESTED LOOPS 1 140 2333
    NESTED LOOPS 1 126 2332
    NESTED LOOPS 3 297 2330
    TABLE ACCESS BY INDEX ROWID SFBETRM 7 K 73 K 67
    INDEX RANGE SCAN SFBETRM_KEY_INDEX2 7 K 6
    TABLE ACCESS BY INDEX ROWID SGBSTDN 1 89 1
    INDEX UNIQUE SCAN PK_SGBSTDN 1 1
    TABLE ACCESS BY INDEX ROWID SMRPCMT 1 27 1
    INDEX RANGE SCAN SMRPCMT_KEY_INDEX 1 1
    INDEX RANGE SCAN SMRPATR_KEY_INDEX 1 14 1
    TABLE ACCESS BY INDEX ROWID STVCAMP 1 2 1
    INDEX UNIQUE SCAN PK_STVCAMP 1 1
    TABLE ACCESS BY INDEX ROWID STVMAJR 1 16 1
    INDEX UNIQUE SCAN PK_STVMAJR 1 1
    Thank you so much by advance.
    (sorry by my bad english)

    "Cost", as determined by the CBO, is a relative number, not an absolute number. A "cost" of 799 in 9i is not the same as a "cost" of 799 in 10g.
    The CBO is 10g is substantially different as compared to 9i. Performance issues encountered after the upgrade are not uncommon. Pl refer to these MOS Doc to help troubleshoot your issue -
    754931.1 - Cost Based Optimizer - Common Misconceptions and Issues - 10g and Above
    466181.1 - 10g Upgrade Companion
    I would also recommend you upgrade to 10.2.0.4, as it is the latest and most stable version of 10g.
    HTH
    Srini

  • Abnormal increase of used size in oracle home directory

    Hi all,
    I have a production database Oracle 10g R2 (10.2.0.1.0) on HP-UX 11.23 and the /oracle directory is having 74 GB size.
    when i check the size of the /oracle mountpoint today it is showing 45 % used whereas it is 33 % yesterday eveining. the change in data increased is about 9GB.
    how could i found, what is increasing in this oracle_home.
    pls. give me some commands to find out what it leads to increase.
    DB: Oracle 10g (10.2.0.1.0)
    environment: HP-UX v11.23
    thanks and regards.

    Hi sb,
    thanks for the reply, i find this with your query.
    select trunc(first_time), round(sum(bytes)/(1024*1024))
    from dba_hist_log group by trunc(first_time) 2 ;
    TRUNC(FIR ROUND(SUM(BYTES)/(1024*1024))
    09-FEB-11 3100
    15-FEB-11 3600
    10-FEB-11 3600
    12-FEB-11 3600
    11-FEB-11 3600
    14-FEB-11 3600
    16-FEB-11 1400
    13-FEB-11 3600
    8 rows selected
    i didnot understand. can you please eloberate what the result says.
    thanks

  • Resizing of log_buffer in oracle, how to increase it?

    Please can one tell me how to increase log_buffer in oracle please. I am doing import and found it is running long.. looks like it is related to log_buffer issue.. i want to increase.. please tell me how to increase log_buffer.
    Oracle 10g and OS is SunOS

    Hi,
    To check if you are using spfile run:
    SQL> SHOW PARAMETER spfileif return null you are using pfile if return a filename you are using spfile.
    If using spfile use the alter system command in the previous posts.
    If using pfile, change the parameter log_buffer direct in the ini.ora .
    In both cases you need to bounce the instance to take effect.
    I recommend you to take a look in this link also:
    - resizing the redo_buffer
    Cheers,
    Francisco Munoz Alvarez
    http://www.oraclenz.com

  • SGA_MAX_SIZE and shmmax values

    All,
    My environment is
    Oralce - 10.2.0.4.0
    Two node RAC environment
    Red hat Enterprise Linux 5 64 bit operating system
    RAM size - 64 GB
    shmmax - 4294967295 (one byte less than 4 GB)
    SGA_MAX_SIZE = 3808M
    SGA_TARGET = 3808M
    PGA_AGGREGATE_TARGET=1000M
    When I run the ADDM, it is telling that SGA was inadequately sized, increase the sga_target to 4760M. It says that 33% impact.
    In my case, I need to increase SGA_MAX_SIZE.
    I may be wrong, but from google, i assume that SGA_MAX_ZIZE can't be more than shmmax. Is it true?
    If I have to increase the shmax, is it fine to increase to 5 GB based on ADDM recommendataion. Are there any harm to increase the shmmax to 20GB are so for safer side?
    Any relation beween shmmax and RAM size?
    If I have to alter the SGA_MAX_SIZE in RAC, I need to bounce the database or i can do one instance at a time right. If I am going with one node at a time, since it is a production, what will happen to the connections in that node when i am restarting that particular instance? I have a TAF policy of "Basic".
    is it like all the select statements will be moved to survival node whereas insert, update and delete transactions will be broken?
    Awaiting your help..

    Always it is recommended to keep "shmmax" half the size of physical memory.
    First you need to increase shmmax and then increase the SGA_MAX_SIZE as per ADDM.
    See the below doc for all your answers answers.
    http://download.oracle.com/docs/cd/B19306_01/install.102/b15668/toc.htm#BGBDFIGF
    Hope this solves your issue.
    Regards,
    Satishbabu Gunukula
    hthttp://www.oracleracexpert.com
    Click here for solution - [ORA-19755 Error during recovery/DB startup|http://www.oracleracexpert.com/2009/09/ora-19755-could-not-open-change.html]
    Click here to learn [Block corruption and recovery|http://www.oracleracexpert.com/2009/08/block-corruption-and-recovery.html]
    Click here to learn [Transportable tablespace export and import |http://www.oracleracexpert.com/2009/09/transportable-tablespace-export-and.html]
    Edited by: Satishbabu Gunukula on Sep 23, 2009 2:43 PM

Maybe you are looking for

  • Error getting application exception message from client EJB 3

    Hi, somebody nkow what is the error? I have this simple session bean deploy in a jboss 4.0.5 GA application server My interface: package server.ejb.usuarios; import javax.ejb.Remote; @Remote public interface Prueba {      public void getError() throw

  • Changes in vendor evaluation program rm06lbat

    hi friends ,        in rm06lbat program is for vandor evaluation.in this it will give effective price and comparision price for vandor for a particular material .      i have to change the comparision price calculation.it is done in one function modu

  • Downloading rented movie from library to ATV

    I rented a movie from itunes and downloaded it on my laptop. I have not watched the movie yet and I wanted to watch it on Apple TV (ATV). I open my itunes and it is listed on rented movies and gives me an option to "move" from library to ATV (only af

  • Saving an online PDF document

    I am using Vista Service Pack 1 and Acrobat Reader V9. Previously, when I save a document from the web, each time it will lead me to the last subfile directory. With the current version, I am almost directed to the root directory and when I need to s

  • Error Message in Time schema (Positive)

    Dear All, I have created to error msg in Table v_t555e and also i have written PCR.for loss of pay. but my newly created error message is not reflecting after time evaluation. PSA grouping with time recording =01 Msg Type  =1  Error set via operation