Long compiled and vaild package body executes but shows errors

hello all,
First of all sorry that i am posting such a big post with all the code here...
I am new to debugging packegs,proc,fun..etc or as a matter of fact writing pl/sql...but here is the thing...the below package when execute it runs fine stating "PL/SQL procedure successfully completed" ...which says it has been compeleted fine....but the guy who executes its from the java side...said he is having problem...its give him some errors....see below
here is the thing which i get when i execute the package.
Edited by: S2K on Aug 8, 2009 11:27 AM

The error: ORA-01422: exact fetch returns more than requested number of rows
means that you have a implicit cursor in your code that is fetching more than one row, eg:
declare
  num number;
begin
  select 1 col1
  into   num
  from (select * from dual
        union all
        select * from dual);
end;
Error at line 1
ORA-01422: exact fetch returns more than requested number of rows
ORA-06512: at line 4You need to find out what parameters the Java developer was passing through and work out which one of your implicit cursors is returning more than one row.
It could be a data issue, or it could be that more than one row is expected for certain values and that this is ok. If it's the latter, then the code needs to be amended to cater for that situation. If it's the former, then the data needs correcting.

Similar Messages

  • How to compile HTMLDB_SITE_ADMIN_PRIVS invalid package body?

    Hi,
    I am trying to grant HTMLDB Administrator privilege to assign the other Oracle default schemas to workspaces by executing the following procedure.
    SQL> EXEC HTMLDB_SITE_ADMIN_PRIVS.UNRESTRICT_SCHEMA(p_schema => 'SYSTEM');
    However, the package body is corrupted. As the package body is wrapped, I cannot compile it manually.
    FLOWS_020000@PROD> ALTER PACKAGE HTMLDB_SITE_ADMIN_PRIVS COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    FLOWS_020000@pPROD> SHOW ERRORS;
    Errors for PACKAGE BODY HTMLDB_SITE_ADMIN_PRIVS:
    LINE/COL ERROR
    0/0 PLS-00753: malformed or corrupted wrapped unit
    I'd greatly appreciate if you can provide any suggestion or advice for me to compile or reload this wrapped package body.
    Thanks,
    Deborah

    Hi,
    I am trying to grant HTMLDB Administrator privilege to assign the other Oracle default schemas to workspaces by executing the following procedure.
    SQL> EXEC HTMLDB_SITE_ADMIN_PRIVS.UNRESTRICT_SCHEMA(p_schema => 'SYSTEM');
    However, the package body is corrupted. As the package body is wrapped, I cannot compile it manually.
    FLOWS_020000@PROD> ALTER PACKAGE HTMLDB_SITE_ADMIN_PRIVS COMPILE BODY;
    Warning: Package Body altered with compilation errors.
    FLOWS_020000@pPROD> SHOW ERRORS;
    Errors for PACKAGE BODY HTMLDB_SITE_ADMIN_PRIVS:
    LINE/COL ERROR
    0/0 PLS-00753: malformed or corrupted wrapped unit
    I'd greatly appreciate if you can provide any suggestion or advice for me to compile or reload this wrapped package body.
    Thanks,
    Deborah

  • Package body "SYS.DBMS_REFRESH_EXP_LWM" has errors

    Hi,
    following Problem by exporting user tables:
    Connected to: Oracle8i Enterprise Edition Release 8.1.7.3.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.3.0 - Production
    Export done in WE8ISO8859P1 character set and WE8ISO8859P1 NCHAR character set
    . exporting pre-schema procedural objects and actions
    EXP-00008: ORACLE error 4068 encountered
    ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "SYS.DBMS_REFRESH_EXP_LWM" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at line 1
    EXP-00083: The previous problem occurred when calling SYS.DBMS_REFRESH_EXP_LWM.schema_info_exp
    The package DBMS_REFRESH_EXP_LWM has status invalid, when i will compile this comes following error:
    Zeilen-# = 3 Spalten-# = 10 Fehlertext = PLS-00341: declaration of cursor 'C_REPAPI_LWM' is incomplete or malformed
    Zeilen-# = 4 Spalten-# = 3 Fehlertext = PL/SQL: SQL Statement ignored
    Zeilen-# = 5 Spalten-# = 8 Fehlertext = PLS-00201: identifier 'SYSTEM.DEF$_PUSHED_TRANSACTIONS' must be declared
    Zeilen-# = 26 Spalten-# = 19 Fehlertext = PLS-00201: identifier 'SYSTEM.DEF$_PUSHED_TRANSACTIONS' must be declared
    Zeilen-# = 26 Spalten-# = 7 Fehlertext = PL/SQL: SQL Statement ignored
    Zeilen-# = 33 Spalten-# = 16 Fehlertext = PLS-00201: identifier 'SYSTEM.DEF$_PUSHED_TRANSACTIONS' must be declared
    Zeilen-# = 33 Spalten-# = 9 Fehlertext = PL/SQL: SQL Statement ignored
    Zeilen-# = 47 Spalten-# = 14 Fehlertext = PL/SQL: Item ignored
    Zeilen-# = 64 Spalten-# = 29 Fehlertext = PLS-00320: the declaration of the type of this expression is incomplete or malformed
    Zeilen-# = 64 Spalten-# = 5 Fehlertext = PL/SQL: SQL Statement ignored
    Zeilen-# = 71 Spalten-# = 7 Fehlertext = PL/SQL: Statement ignored
    Zeilen-# = 74 Spalten-# = 36 Fehlertext = PLS-00320: the declaration of the type of this expression is incomplete or malformed
    I have rerun catexp.sql, but nothing has change. What can i do ?
    Thx
    Oliver

    My Oracle version is 9.2.0.1.0
    and when i compile the package ,the error is:
    PLS-00707 : unsupported construct or internal error [2603]

  • RMAN-06444 dbms_rcvman package body created with compliation errors

    I am trying to install Recovery manager but I get the above error message "RMAN-06444 dbms_rcvman package body created with compliation errors" and "RMAN-06433 error installing recovery cataolog"
    Can someone tell me what I did wrong?

    My Oracle version is 8i.
    I started from scratch again and was able to create a catalog, create a user(RMAN) with sysdba privleges.
    But when I try to connect to the target I get insufficient privleges.???
    I tried these methods and still have insufficient privleges.
    rman target / catalog rman/rman@rcat
    rman target system/manager@jem03 catalog rman/rman@rcat
    RMAN> connect target
    What am I doing wrong?
    Thanks for responding by the way.
    James

  • ORA-04063: package body "SYS.INITJVMAUX" has errors

    Hi,
    I am upgrading the database from 9.2.0.1 to 9.2.0.6 on microsoft windows xp version 2002
    Following the readme of the patch 3948480 Oracle9i Patch Set Notes Release 2 (9.2.0.6.0) Patch Set 5 for Windows (32-Bit)
    When doing the Postinstallation Tasks step 8.2.2 Upgrade the Database step 6 running the catpatch.sql script getting the following error in the log file
    =====================================================
    Warning: Package Body created with compilation errors.
    Errors for PACKAGE BODY INITJVMAUX:
    LINE/COL ERROR
    23/1 PL/SQL: Statement ignored
    23/19 PLS-00201: identifier 'DBMS_ASSERT.NOOP' must be declared
    84/4 PL/SQL: Statement ignored
    84/22 PLS-00201: identifier 'DBMS_ASSERT.NOOP' must be declared
    call initjvmaux.drp('drop table java$rmjvm$aux')
    ERROR at line 1:
    ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "SYS.INITJVMAUX" has errors
    ==========================================================
    Regards,

    Check out status of components from dba_registry. In case you are not using JVM in your database and only java component is invalid, then you can ignore the error. Else you will be required to load java manually. Check metalink for same,
    -Amit
    http://askoracledba.wordpress.com

  • APEX 3.1.2: package body "FLOWS_030100.WWV_FLOW_UTILITIES" has errors

    When installing apex 3.1.2 in Oracle RDBMS 9.2.0.8 Ii got the following errors:
    command:
    SQL> @apexins SYSAUX SYSAUX TEMP /i/
    output:
    APPLICATION 4411 - APEX - System Messages
    Set Credentials...
    Check Compatibility...
    WWV_FLOW_API.FLOWS_API_LAST_EXTENDED20070906
    WWV_FLOW_API.CURRENT_FLOWS_VERSION20070906
    WWV_FLOW_API.IMPORT_COMPATIBLE_WITH_VERSION 20070108
    WWV_FLOW_API.COMPATIBLE
    Set Application ID...
    begin
    ERROR at line 1:
    ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "FLOWS_030100.WWV_FLOW_UTILITIES" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at "FLOWS_030100.WWV_FLOW_AUDIT", line 66
    ORA-06512: at line 3
    Checked table all_errors
    output:
    FLOWS_030100     WWV_FLOW_UTILITIES     PACKAGE BODY     1     5928     3     PLS-00201: identifier 'DBMS_LOCK' must be declared
    Any suggestions ?
    Regards,
    Remo

    Hi Penny,
    Your suggested solution worked.
    However i got other errors and so i ran apxremov.sql to cleanup the installation.
    Forgot to mention that there was a previous installation of apex.
    After rerunning apexins.sql installation was completed succesfully.
    Thanks for reply.
    Remo

  • ORA-04063:package body "APPS.AP_UTILITIES_PKG" has errors

    Hi,
    AP_UTILITIES_PKG is showing invalid status.when i m trying to compile giving below error.
    SQL> show error
    Errors for PACKAGE BODY AP_UTILITIES_PKG:
    LINE/COL ERROR
    1033/9 PL/SQL: Statement ignored
    1033/21 PLS-00905: object APPS.FND_FLEX_KEY_API is invalid
    1046/9 PL/SQL: Statement ignored
    1046/22 PLS-00905: object APPS.FND_FLEX_KEY_API is invalid
    1059/9 PL/SQL: Statement ignored
    1059/22 PLS-00905: object APPS.FND_FLEX_KEY_API is invalid
    1421/9 PL/SQL: Statement ignored
    1421/21 PLS-00905: object APPS.FND_FLEX_KEY_API is invalid
    1434/9 PL/SQL: Statement ignored
    1434/21 PLS-00905: object APPS.FND_FLEX_KEY_API is invalid
    1447/9 PL/SQL: Statement ignored
    What i know there is a synonym FND_FLEX_VALUE_SET this synonym dropped After that many forms of the application is getting error.when i m trying to create as below it is saying "cannot create a synonym with same name as object"
    It is PRODUCTION issue kindly update me it would be appreciated
    Thanks
    Edited by: userpat on Jul 18, 2010 5:49 AM

    issue occured: EBS 12.0.3 AIX 5.3 DB 10.2.0.2
    select owner,object_name,object_type from dba_objects where object_name like 'FND_FLEX_VALUE_SET%'
    OWNER     OBJECT_NAME     OBJECT_TYPE
    APPLSYS     FND_FLEX_VALUE_SETS_S     SEQUENCE
    APPS     FND_FLEX_VALUE_SETS_S     SYNONYM
    APPLSYS     FND_FLEX_VALUE_SETS     TABLE
    APPLSYS     FND_FLEX_VALUE_SETS_U1     INDEX
    APPLSYS     FND_FLEX_VALUE_SETS_U2     INDEX
    FYI there are two test server for above because of power failure the system went down so i m not able to connect right now so find below output of other PRODUCTION instance that is 11.5.9 AIX 5.2 DB 9.2.0.4
    select owner,object_name,object_type from dba_objects where object_name like 'FND_FLEX_VALUE_SET%'
    OWNER     OBJECT_NAME     OBJECT_TYPE
    APPLSYS     FND_FLEX_VALUE_SETS     TABLE
    APPLSYS     FND_FLEX_VALUE_SETS_S     SEQUENCE
    APPLSYS     FND_FLEX_VALUE_SETS_U1     INDEX
    APPLSYS     FND_FLEX_VALUE_SETS_U2     INDEX
    APPS     FND_FLEX_VALUE_SETS     SYNONYM
    APPS     FND_FLEX_VALUE_SETS_S     SYNONYM
    Kindly update me

  • Package body "SYS.PRVT_HDM" has errors

    Hello.
    Each hour, i have this message in my alert log:
    "~Errors in file d:\oracle\admin\lgyp\bdump\lgyp_m001_7968.trc:~ORA-00604: error occurred at recursive SQL level 1~ORA-04063: package body "SYS.PRVT_HDM" has errors~ORA-06508: PL/SQL: could not find program unit being called: "SYS.PRVT_HDM"~ORA-06512: at line 1~"
    Could somebody help me?

    Thanks for your help
    After execution of prvthdm.plb:
    Erreurs pour PACKAGE BODY PRVT_HDM :
    LINE/COL ERROR
    95/7 PL/SQL: Statement ignored
    95/7 PLS-00905: l'objet SYS.PRVT_ADVISOR n'est pas valide
    99/7 PL/SQL: Statement ignored
    99/7 PLS-00905: l'objet SYS.PRVT_ADVISOR n'est pas valide
    100/7 PL/SQL: Statement ignored
    100/7 PLS-00905: l'objet SYS.PRVT_ADVISOR n'est pas valide
    101/7 PL/SQL: Statement ignored
    101/7 PLS-00905: l'objet SYS.PRVT_ADVISOR n'est pas valide
    103/7 PL/SQL: Statement ignored
    103/7 PLS-00905: l'objet SYS.PRVT_ADVISOR n'est pas valide
    106/7 PL/SQL: Statement ignored
    106/7 PLS-00905: l'objet SYS.PRVT_ADVISOR n'est pas valide
    112/11 PL/SQL: Statement ignored
    112/25 PLS-00905: l'objet SYS.PRVT_ADVISOR n'est pas valide
    458/5 PL/SQL: SQL Statement ignored
    460/12 PL/SQL: ORA-01775: bouclage de chaînes de synonymes
    464/5 PL/SQL: SQL Statement ignored
    466/12 PL/SQL: ORA-01775: bouclage de chaînes de synonymes
    470/5 PL/SQL: SQL Statement ignored
    472/12 PL/SQL: ORA-01775: bouclage de chaînes de synonymes
    Avertissement : Corps de type créé avec erreurs de compilation.

  • Package body "ORACLE_OCM.MGMT_DB_LL_METRICS" has errors

    Hi
    I am getting below error in alert log file
    ORA-12012: error on auto execute of job 86070
    ORA-04063: ORA-04063: package body "ORACLE_OCM.MGMT_DB_LL_METRICS" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "ORACLE_OCM.MGMT_DB_LL_METRICS"
    ORA-06512: at line 1
    has errors
    ORACLE_OCM user is locked & Expired
    Thanks in advance for your help

    Dear Oracle_2410,
    Have you upgraded your database recently?
    Try running the utlrp.sql for several times to ensure that you don't have invalid objects on your database. It is located under $ORACLE_HOME/rdbms/admin folder.
    You can unlock the status of the ORACLE_OCM user;
    alter user ORACLE_OCM account unlock;Hope That Helps,
    Ogan

  • Package body "SYS.DBMS_SQLTUNE_INTERNAL" has errors after upgrade from standard to enterprise

    Hi
    I have upgraded my Oracle 11g 11.2.0.4  from standard to enterprise version.
    When I try to use the sqladvisor I recevie the error:
    There was a problem creating a SQL tuning task.
    ORA-04063: package body "SYS.DBMS_SQLTUNE_INTERNAL" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_SQLTUNE_INTERNAL"
    ORA-06512: at "SYS.PRVT_SQLADV_INFRA", line 245 ORA-01403: no data found
    ORA-06512: at "SYS.DBMS_SQLTUNE", line 684 ORA-06512: at line 1
    Looking the status of the packages, the package appears like invalid, When i try to recompile it  fails with error:
    Body
    3233
    25
    PL/SQL:
    ORA-00904: "P"."MASKED_BINDS_FLAG": invalid identifier
    Anybody know how can i recompile it ?
    I have look for the error in metakink but i can't find nothing
    thanks

    Pl detail how you upgraded to EE version
    https://docs.oracle.com/cd/E11882_01/server.112/e23633/intro.htm#UPGRD12355

  • I had a free trial of Lightroom 5 and tried to purchase it, but page errors blocked me from being able to do this. I then got a free trial of Adobe CC.  At first I saw my old photos, then the whole thing went down, and now I have a new Lightroom 5 trial,

    I had a free trial of Lightroom 5 and tried to purchase it, but page errors blocked me from being able to do this. I then got a free trial of Adobe CC.  At first I saw my old photos, then the whole thing went down, and now I have a new Lightroom 5 trial, and none of my edited photos.  Can I retrieve all these photos from my first trial?

    Yes, you have to find the catalog file from the CC trial (use your operating system to search for it, the file name ends with .LRCAT), and then once you find it, open the LR5 trial and open the catalog you just found using File->Open Catalog

  • How to compile and run package programs in Java

    Hi,
    I want to know how to compile and run the package programs in Java using -d. instead of creating the package folder manually.
    eg:
    package Test;
    class test1
    public void disp()
    //Any code;
    I want to compile this without creating the folder ' Test ' manually. that is if we use -d with javac the Test folder will be created automatically. I need the format of -d
    could anyone please help me.
    Thanks in Advance ,
    Ambika

    My program Test.java in F:\Tomcat5\webapps\Ambika\WEB-INF\Classes. I compiled in the format below. I got like this. What should I do for this? But yesterday I compiled like this only, It compiled and the folder com\cert\Test.class is created. Today again I compiled the pgm after deleting the already created folder 'com\cert', I got the error like this.
    I've given my pgm and the thing I've got when I compiled it.
    Test.java
    package com.cert;
    public class Test
         public void display()
              System.out.println("Hai");
    F:\Tomcat5\webapps\Ambika\WEB-INF\Classes>javac -d F:\Tomcat5\webapps\Ambika\WEB-INF\Classes\Test.java
    javac: no source files
    Usage: javac <options> <source files>
    where possible options include:
    -g Generate all debugging info
    -g:none Generate no debugging info
    -g:{lines,vars,source} Generate only some debugging info
    -nowarn Generate no warnings
    -verbose Output messages about what the compiler is doing
    -deprecation Output source locations where deprecated APIs are u
    sed
    -classpath <path> Specify where to find user class files
    -cp <path> Specify where to find user class files
    -sourcepath <path> Specify where to find input source files
    -bootclasspath <path> Override location of bootstrap class files
    -extdirs <dirs> Override location of installed extensions
    -endorseddirs <dirs> Override location of endorsed standards path
    -d <directory> Specify where to place generated class files
    -encoding <encoding> Specify character encoding used by source files
    -source <release> Provide source compatibility with specified release
    -target <release> Generate class files for specific VM version
    -version Version information
    -help Print a synopsis of standard options
    -X Print a synopsis of nonstandard options
    -J<flag> Pass <flag> directly to the runtime system
    F:\Tomcat5\webapps\Ambika\WEB-INF\Classes>
    Plz help me.
    thanks in advance
    Ambika

  • TS1496 How does this work for a Mac Pro?  Just did an update and my iPod video click is no longer recognized by iTunes or in finder but shows do not disconnect.  What do I do?

    I downloaded the latest update of iTunes 11.4 today - Columbus Day.  Went on to purchase songs.  Then attached classic iPod to sync.  upon attached usb to iPod, the "Do Not Disconnect" message appeared.  Waited a long time and iTunes would not recognize my iPod.  (10 minutes minimum.  Gave up counting)  Shut down iTunes and restarted.  Still no recognition.  Restarted computer - Wouldn't start.  Unplugged USB and then it started.  The only way to get computer to start up again was to unplug - now I'm worried that I've just screwed up my iPod.  Upon starting back up - plugged iPod back in - sell no recognition.  Am I up a creek with no paddle now?  My iPod- touch is recognized and I was able to update it successfully.  With that being said, it took a heck of a lot longer than it normally does post update.  Was this the update that no longer likes classic iPods? 
    I have a brain injury and the classic is helpful at night when I can't fall asleep and I can play soothing stuff to help calm my brain down.  The touch is way to bright and can cause lots of bad reactions due to light sensitivity - way too much blue light to trigger issues.  The click wheel doesn't take so many moves to get to what I need. 
    Thank you to anyone that can help save my classic.  medical bills are high and I can't afford to buy a new one.  Two hours later, my classic still says do not disconnect and my computer does not recognize.
    Thank you to any one for the ability to provide insight and troubleshooting.
    pooped out.

    1. Try Resetting the iPod. Hold Select and Menu for 6-10 seconds - until you see the Apple Symbol.
    2. Use iPod Updater to restore your iPod to factory settings.
    See if those two steps clear up your problem.

  • Report and Alert don't executed in the error handler with a JMS proxy service

    Hi,
    I'm working with OSB 11.1.1.4.0 and I'm facing a problem with the error handler of my JMS proxy service.
    My error handler contains two main elements :
    - a Report action
    - an Alert with a JMS destination defined
    When the business service failed the message remain in the queue. It's the expected behavior.
    The problem is :
    - the report is missing
    - the alert is raised but missing in the JMS destination defined in the Alert setting.
    I've noticed if I add a Reply with Failure or Success, Report and Alert are successfully executed.
    Unfortunately the message don't remain in the JMS queue.
    What can I do in order to have my report/alert done and the JMS transaction rollback in order to keep the message in the queue ?
    I've already met this problem in the past with alsb v3 and my solution was to add Service Callout in the error handler in order to externalize these actions.
    This solution is not convenient and I hope another solution is possible.

    Inventorying workgroups can be difficult, especially when it comes to remote access and network security. Because workgroups are not centrally managed, some of the items discussed in this
    wiki article on preparing your workgroup environment may require you to visit each machine individually.
    For non-domain credentials, you do not use the <systemname>\<user> format, you simply enter the user name. Regarding how to enter the credentials, if you have an account that uses the same username and password on all machines and is an administrator
    on all of those machines, then you can enter that in the All computers credentials page of the wizard. You can also do this if they are different user names. However, if some machines have an account with the same user name, such as Administrator,
    but different passwords on each machine, you will need to use the Manually enter computer names discovery method, and then enter the information for each group or each machine.
    As you can tell, workgroup environments can quickly negate any benefit that the agentless inventory nature of MAP provides.
    Please remember to click "Mark as Answer" on the post that helps you, and to click
    "Unmark as Answer" if a marked post does not actually answer your question. Please
    VOTE as HELPFUL if the post helps you. This can be beneficial to other community members reading the thread.

  • Please help me tp update my iPhone 5, because after updating to ios 7 I can no longer update and restore my phone? it always error

    please help me to update and restore my iphone 5? beacause after updating to iOS 7, i can no longer updater and restore my phone. it always comes in error

    I'm having the identical problem on my iPhone 4 after upgrading to IOS 7--no ability to update apps or download new apps.  Here is what Apple tech support emailed to me:
    I understand that you are unable to download or update applications after updating iOS7 on your iTunes. I know you must be eager to get this resolved and I will be happy to help you today.
    ... to help you better with this issue I would request you to please try this steps given below to resolve your issue.
    Please follow this steps:
    1) Double tap the home button
    2) Hold down on an icon
    3) Tap the red "X" on iTunes, and the App Store.
    4) Tap Settings > Store > Tap your Apple ID, and choose sign out
    5) Tap Settings
    6) Tap General
    7) Tap Reset
    8) Tap Network Settings
    Once it has been closed with multi-tasking, and you have rebooted the device in the network settings reset, please sign in, and try again. 
      Howevr, if you are facing the same issue than for this issue, you may need to call our AppleCare technical support team. A technical Advisor will be able to tell you about Apple's complimentary and fee-based support. The technical Advisor can also assist you in determining what option might be most helpful to you in this case.
    Mildly amusing that the instructions for force-closing a program are the IOS 6 instructions, which do not work on IOS 7. 
    Otherwise I'm having a little success with this.  Some apps (not all) are updating. It seems that a few more apps update each time I go through the process (close everything, sign out, and either reset or reboot, then go to the app store, sign in and try to update all).  So far it has been a very lengthy, iterative process. 

Maybe you are looking for

  • Iphone 5c: Screen cracked, disappointed in Apple

    So long story short... Or as short as possible. Im a big Apple fan, have multiple i-products and a MacBook. My daughter is following in my footsteps with her iPad and an iPhone 5C that she got for Christmas. One of the reasons we've chosen Apple, is

  • Resolution of Logo

    Hi all, Can you suggest a way to change the resolution of Logo while importing it through SE78 transaction? Thanks and Regards, Deepthi Sankar

  • Which is better TimerTask or Thread????

    Hello! I have a server-client application. Every client that access the server is assigned a corresponding sleep time (the sleep should be done in a separate thread) before proceeding to their "special task". My problem is for example i have 1000 cli

  • HELP! URGENT - You have exceeded the evaluation period of this product?!

    Hello Experts, I am having a huge issue here. Our analysts have been receiving this error as of last night and as a result no one can connect to SCSM, this is a really big problem as we cannot provide support until it is fixed. Upon login, users are

  • BW authorization required to Bookmark BW Report iView

    Hi All, I have BW report displayed in portal iView. Everything is fine, the system for BW is ajusted, the user mapping is correct (UIDPW method is used)- I can see what I expect. The 0ANALYZER template is used. But when I press "Bookmark" button on "