Problem noticed after applying 10.2.0.3.0 patch

Hi
Can anyone please confirm this?
After the 10.2.0.3.0 patch was applied the following query that was executing correctly before the patch is throwing an error that - "A.Idc is an invalid Identifier" in the query that has the DateDiff function.
UPDATE SAMPLE A
SET Sample_Col = SELECT (CASE WHEN EXISTS (SELECT      Y.End_Date
          FROM      SAMPLEB X, SAMPLEC Y
WHERE      X.Idc = A.Idc
                                                                      AND      X.Mth      = Y.Mth
                                                                      AND          X.IND      = 'N' )
THEN DateDiff('mm', (SELECT * FROM (SELECT Y.End_Date
FROM SAMPLEB X, SAMPLEC Y
WHERE X.Idc = A.Idc
AND X.Mth = Y.Mth
                                                                                AND          X.IND = 'N'
ORDER BY X.Mth DESC)
WHERE ROWNUM <=1), ld_EndDate)
                              ELSE DateDiff('mm', ld_MinDate, ld_MaxDate)
END)
WHERE EXISTS
     (Select 1
     FROM SAMPLEB B
     WHERE A.Idc = B.Idc
     AND     A.Ind = 'Y');

Hi
I am able to select and describe the table. There are no problems with that. I am just guessing would it be a problem with the A.Idc being refferred inside 2 levels from where the Alias was defined. As a workaround I have rewritten my query such that I just have one inner brackets and it works. But i still dont understand why the orginal version does not work now. This error occurs in all packages that have such a query with 2 inner levels. Otherwise everything else seems ok.
Any help is appreciated.

Similar Messages

  • Hyperion Calculation Manager Cannot Open After Applied 11.1.2.3.500 Patch

    Hi All,
    We had applied 11.1.2.3.500 PSU  on 11.1.2.3.026 version. After applied the 11.1.2.3.500 PSU the calculation manager screen can not open and we have an error as below;
    Do you have any ideas about the connection problem?
    Best Regards,
    ankist

    Hi,
    Thanks JohnGoodwin the system is running now.
    But now I have an error on calculation manager as below;
    "Could not connect to Dimension Server.Please make sure that the required services are started."
    I checked the DimensionServerStartup.log file and the Dimension service running now.
    [2014-04-03T17:40:36.061+03:00] [Debug] Starting up Remoting using port 5251
    [2014-04-03T17:40:36.084+03:00] [Debug] EPMA Server started successfully.
    I found this document "Calculation Manager Error "Could Not Connect To Dimension Server" (Doc ID 1634959.1)"
    Do you have any suggestion about this error?
    Best Regards,
    ankist

  • Errors after applying Solaris 8,9,10 os patch on server in 11.5.9

    Hi,
    After applying the OS patch in the server,we are receiving following errors in database log.
    The application is 11.5.9 and database is 9.2.0.5
    The below errors genarting multiple tracefiles and Core dumps in instance.
    ORA-07445: exception encountered: core dump [kssadf_stage()+4] [SIGSEGV] [Address not mapped to object] [0x0] [] []
    ORA-00600: internal error code, arguments: [12333], [0], [0], [0], [], [], [], []
    ORA-00443: background process "QMN0" did not start
    ORA-27300: OS system dependent operation:fork failed with status: 12
    ORA-27301: OS failure message: Not enough space
    ORA-27302: failure occurred at: skgpspawn3
    Anyone encountered above issue in your environments.Any ideas on this...
    Regards,
    Srinivasa
    Edited by: Srinivas.. on Mar 3, 2010 2:14 AM

    Hi,
    ORA-07445: exception encountered: core dump [kssadf_stage()+4] [SIGSEGV] [Address not mapped to object] [0x0] [] []Did you apply the OS patches successfully?
    Please see (Note: 153788.1 - Troubleshoot an ORA-600 or ORA-7445 Error Using the Error Lookup Tool). If this tool does not help, log a SR.
    Regards,
    Hussein

  • Adobe Reader 11 Installation Package is getting more over 500 MB after applying 11.0.0.1 MSP Patch

    Hello,
    I try to create an installable MSI Package with the MSP 11.0.0.1 applied to the 11.0.0 MUI Package. Then I want to deploy this to our clients in the company. I have done this with Adobe Reader X a couple of times very successful. What I have noticed now the original 11.0.0 Package has a size of 134MB if I apply the msp patch (the msp patch itself has 10MB) as usual the new package get a size of 583MB. This is too large and with Version 10 this was no issue at all. Does anyone has an idea why this is happening or seen the same behaivour?
    Thanks
    Ben

    Did you find a solution ? I have the same problem with patch 11.0.03 and can't find any information...
    Are we the only two that are bothered by this ?

  • Permission of libclntsh.so.10.1 has changed after applying 10.1.0.5 patch

    Hi all
    Does anybody encounter following error after applying 10.1.0.5/Linux patch to client?
    $ sqlplus
    sqlplus: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
    When I looked into library path, I found "others" didn't have a read permission on the library.
    lrwxrwxrwx 1 oracle oinstall 17 June 11:42 libclntsh.so -> libclntsh.so.10.1
    -rwxr-x--- 1 oracle oinstall 13660752 June 13 11:42 libclntsh.so.10.1
    Does anybody change permission by executing "chmod 754" to allow others to read?
    I'm looking for somebody tried to solve this problem.
    Thanks in advance.

    I have a similar problem:
    Syntax error on line 202 of /etc/httpd/conf/httpd.conf:
    Cannot load /usr/lib/httpd/modules/libphp5.so into server: libclntsh.so.10.1: cannot open shared object file: No such file or directory
    Using the following succesfull configuraion
    PHP Version => 5.0.4
    System => Linux 2.6.9-1.667smp #1 SMP Tue Nov 2 14:59:52 EST 2004 i686
    Build Date => Aug 26 2005 11:23:17
    Configure Command => './configure' '--enable-force-cgi-redirect' '--enable-ftp' '--with-dbase' '--with-regex=system' '--with-gd' '--with-bz2' '--with-config-file-path=/etc/httpd/conf/httpd.conf' '--with-zlib' '--with-oci8=/home/oracle/product/10.1.0/Db_1' '--enable-sigchild' '--with-dom-xslt=/usr/lib/libxslt.so.1.1.11' '--with-png' '--with-apxs2'
    Server API => Command Line Interface
    Virtual Directory Support => disabled
    Configuration File (php.ini) Path => /etc/httpd/conf/httpd.conf
    Everything is visible to all users the LD Library path is set even in the httpd.conf file.
    Clear PHP works from within the command line, now I want to get it working via Apache2.
    If anybody has a clue I would be most obliged.
    Also disabling SELinux did not do the trick.

  • Autoconfig error on DB tier after applying latest templates rollup 9535311

    Hi everyone,
    I'm trying to get some 11.5.10.2 installations to the latest techstack level (RUP 7, DB 11.2 and more). After applying the latest autoconfig templates rollup patch 9535311 as prereq I get an error when trying to execute autoconfig on DB tier.
    AutoConfig is configuring the Database environment...
    AutoConfig will consider the custom templates if present.
    Using ORACLE_HOME location : /apps/MIG/migdb/9.2.0
    Classpath : /apps/MIG/migdb/9.2.0/jre/1.4.2/lib/rt.jar:/apps/MIG/migdb/9.2.0/jdbc/lib/ojdbc14.jar:/apps/MIG/migdb/9.2.0/appsutil/java/xmlparserv2.zip:/apps/MIG/migdb/9.2.0/appsutil/java:/apps/MIG/migdb/9.2.0/jlib/netcfg.jar
    execv(): No such file or directory
    Error trying to exec /apps/MIG/migdb/9.2.0/jre/1.4.2/bin/sparcv9/java.
    Check if file exists and permissions are set correctly.
    Failed to start a 64-bit JVM process from a 32 bit JVM.
    Verify all necessary J2SE components have been installed.
    (Solaris SPARC 64-bit components must be installed after 32-bit components.)
    ERROR: Context Value Management Failed.
    Terminate.
    Autoconfig completes without problems before aplying that patch. DB is 9.2.0.7 and there is no 64-bit JRE in that Oracle-Home. I got that same problem on other installations with similar configurations.
    Any idea or solution?
    Thanks,
    Martin

    Hi,
    What is the OS?
    execv(): No such file or directory
    Error trying to exec /apps/MIG/migdb/9.2.0/jre/1.4.2/bin/sparcv9/java.
    Check if file exists and permissions are set correctly.
    Failed to start a 64-bit JVM process from a 32 bit JVM.
    Verify all necessary J2SE components have been installed.
    (Solaris SPARC 64-bit components must be installed after 32-bit components.)
    ERROR: Context Value Management Failed.
    Terminate.
    Autoconfig completes without problems before aplying that patch. DB is 9.2.0.7 and there is no 64-bit JRE in that Oracle-Home. I got that same problem on other installations with similar configurations.Have you downloaded/installed the 32-bit OS version of this patch?
    Did you run the txkprepatchcheck.pl script before applying the patch?
    Thanks,
    Hussein

  • Java Exception after applying Patch 10.1.0.3

    After applying the 10.1.0.3 patch to an XP system, I am getting the following error:
    sys@MYDB>exec dbms_java.grant_permission( 'SCOTT', 'SYS:java.io.FilePermission','C:\tmp\*','read,write,delete');
    BEGIN dbms_java.grant_permission( 'SCOTT', 'SYS:java.io.FilePermission','C:\tmp\*','read,write,delete'); END;
    ERROR at line 1:
    ORA-29532: Java call terminated by uncaught Java exception: java.lang.Error: Updater error on insert
    ORA-06512: at "SYS.DBMS_JAVA", line 313
    ORA-06512: at line 1
    Anyone got any ideas

    I forgot to mention that I did flush the JAR cache to make sure the new JAR's would be downloaded.
    Gerrit

  • Problem with Apache reverse proxy after applying SP13 NW

    Hello,
    we have a NW04 EP Portal and a Apache reverse proxy in the DMZ. After applying SP 13 for the portal we get the following error from the reverse proxy:
    Proxy Error
    The proxy server received an invalid response from an upstream server.
    The proxy server could not handle the request GET /irj/.
    Reason: Error reading from remote server
    Apache/2.0.52 (Win32) mod_ssl/2.0.52 OpenSSL/0.9.7e Server at servername.company.de Port 443
    Is is it possible, that there is a problem with sp13?
    Best regards
    Daniel Holstein

    Hi Daniel,
    ok I`ll try to find a solution in parallel and keep you up to date.
    In the following my settings in case I missed something:
    <VirtualHost test.firma.de:443>
    SSLEngine on
    SSLProxyEngine on
    SSLCertificateFile /apache/keys/pac_ssl_qep_dmz_server.crt
    SSLCertificateKeyFile /apache/keys/pac_ssl_qep_dmz_server.key
    ServerName test.firma.de:443
    ServerAdmin [email protected]
    LogLevel debug
    ErrorLog logs/ssl_443_error
    CustomLog logs/ssl_443_access_log common
    ProxyVia Off
    ProxyPreserveHost On
    ReWriteEngine on
    ReWriteLogLevel 0
    ReWriteLog logs//ssl_443_rewrite_http.log
    ProxyPass / https://backend.firma.de:50001/
    ProxyPassReverse / https://backend.firma.de:50001/
    </VirtualHost>
    Regards, Jens

  • Problem with Adobe Reader 8.1.2 after applying NW04s SPS15

    Hi Experts,
    After installing NW04s SPS15 (from SPS14) we have problems viewing certain PDF documents ie. when trying to load the ESS 'Code of conduct' PDF document. Adobe Reader 8.1.2 will consume CPU and memory on the front-end PC, and sometimes it will eventually load - after 15 minutes or just makes the PC unusable.
    This does not happen on NW04s with SPS14 and it does not happen when using Adobe Reader 7.1.0 - which means we have ADS working correctly
    We have tested this on numerous computers, including loading the PDF successfully using Adobe Reader 7.1.0, then updating Adobe Reader to 8.1.2 to find that it no longer loads the PDF.
    We raised a message for the ACF installation file as per note 766191 and installed it without any success.
    Has anyone else experienced this after applying SPS15? Or can suggest some things we can try?
    Thanks.
    Kind Regards,
    Darvern

    Hi,
    We are also struggling with the same problem after upgrading the portal to NW04s SPS15.  It is consuming 2 to 3 min for opening the PDF form in ESS under Travel & Expenses.
    We are also with same version of Adobe i.e.8.1.2
    Still waiting for the solution, 
    Regards,
    Venu

  • Problems after applying patch 5 of CM & Collaboration on EP 6.0 SP2

    hi everyone.
    here is the problem
    we recently applied patch 5 for CM on EP 6.0 SP2
    the portal platform is at patch 27.
    after having applied the patch the logs indicated that the upgrade sequence completed successfully.
    however after we restarted the portal and logged back in none of the KM repositories are accessible. it just says not found / is not accessible or is not available.
    under system admin when we go into Content Management Configuration it says invalid Repository Managers.
    i have reset the SAPWCM user password and check the connection pool settings but still nuthin.
    i have checked the cm.properties and config_local.properties files. however i have no document to compare what the correct format of the entries in these files is. i know they are supposed to have identical entries.
    can somebody help?
    thanks

    Hi,
    I had the same problems after patching CM. I had to re-enter the WCM password of the 3 CM Conenction Pools in the CM Configuration under "jdbc connection pools".
    Hope this helps
    Cheers,
    Jochen

  • Problem after applying EP 8

    Hi ,
    I am unable to open old models after applying Enhancement package 8.
    Can any one suggest what need to be done.
    Thanks
    Sudhakar.

    Hi,
    do you receive any error message? How does "can not open any models" look like?
    By the way - there is no EHP 8 at Java side so I guess it must be the backend?
    Anja

  • Transform path error when uninstalling 8.1.2 after applying security update

    I have been testing a customized install of 8.1.2 and noticed that when you try to remove 8.1.2 after applying the latest security update, an error pops. "Error applying transforms. Verify that the specified transform paths are valid". Looking in the registry you can see an odd entry in the "TRANSFORMS" string value entry under HKEY_CLASSES_ROOT\INSTALLER\PRODUCTS\68AB67CA7DA73301B7448A2100000030\. The value is changed to "@AcroRead.mst;C:\Program Files\Adobe\Reader 8.0\Setup Files\{AC76BA86-7AD7-1033-7B44-A81200000003}\RdrSU.mst" after applying the security update. You can edit the path to remove everything after @AcroRead.mst and then the software can be uninstalled. This problem does not happen if the install is not customized using a transform. I would like to deploy this software with the security update but do not want problems removing the software in the future. Please advise...

    I don't have a solution but found the exact same problem when I was testing security update 1 for a customised 8.1.2 deployment.
    I have decided NOT to deploy the update until it is fixed (or released as an MSP file so I can patch the MSI)
    I tried to contact Adobe support (UK) but they were not interested as we don't have a support contract :-(

  • Changing duration after applying motion properties?

    I have a series of still images that I applied scaling and motion to and I now want to change their duration so I right-click, choose Speed/Duration and change the timecode for the duration to make the still image take less time on screen. After doing this the scaling and motion no longer work. Is there a way to change still image duration after applying scaling and motion to them?
    Thanks.

    Looking for some answers (Oh I realise this thread is 1 year old!) about clips duration I bumped into this one. I wonder if part of the above problem had something to do with pictures coming from different cameras - I seemed to notice that with the same preference choice some clips seem to interpret the duration differently? Probably when the aspect ratio is different from one camera to another, or if one has changed his or her aspect ratio on that camera in a shooting session.
    I do remember that to change the duration default via preference it has to be done before importing photos in the project windows or has someone pointed out, re import them after changing the default.,
      I also thought after changing the duration of clips that had key frame for various functions, the new duration may have excluded those key frames because the shortening had truncated the part where the end key frames were,  thus making them void.
    (I'm a little surprised to be in this thread as I had written in the "question" field "still images duration" and was in another thread with 5 entries, the last one from Anne Benz with a shot of a time line, also from Oct 2012! But some how when I tried to add to it, I could not and found for unknown reason I was not signed on! But now I come back signed on with the same question I'm in the different thread?)
    Perhaps the following may be interesting and helpful for some. Changing duration of still in the time line can be quite useful when one needs to match the Video sequence with its added Audio.   As you have a display of stills with transitions, animation etc. and you add some music to it. If they don't quite finish at the desire point. (usually with the end of the music, song). You can fine tune it (like within a few seconds) by shortening or lengthening the clip, clips duration. And if it's ok with what  you have you can select the whole (video)  time line  and after deciding how much is the difference between your portion of music and your clips apply that time. Sometimes using only a few clips is enough other times the whole of it works better.  I find it's ok only for a few seconds though as there are a couple of problem with this, The key frames may need to be readjusted and or even be out of action (as explained earlier) In that case it's probably better to have the video clips on a sequence of their own then add the music on a new sequence and match them this way on the same time line.
    PS: Titles and anything relying in proper timing placement above this video display timeline needs to be checked, perhaps included or adjusted with clip or clips duration change.
    I really was looking at ways of creating a sequence with a variety of animations that I could re used for other project with the "Copy" then "Paste Attributes" in the hope it would be quicker than going back to the "Contor Effect" function all the time. I remember using (MS Movie Maker) and it had a few icons for this purpose that one would apply for a clip. It was rigid but quite effective. This way even if I needed to adjust the key frames, they would already be in place. (I already use this technic with similar pics, I copy one animation I like and "paste attributes to  a bunch of pics, sometimes reverse the key frames, "copy" then select alternate pics from the previous selection and paste the new attributes to them... May be not everyone's taste!
      So if I could import such a sequence in my Projects and place it on Video 2  with each pic. labelled with its appropriate animation and obviously key-framed accordingly. (I would have created a photo folder and renamed each of its photos with one of the desired labels, ie Pan down, Pan left, Zoom in, Rotate %,  etc) - But I thought I hit a snag with the duration....
    I have actually gave this a quick try and it seems to have some value. I just found out that it's worthwhile to get the shortest but meaningful labeling for this "templates" in order to identify them easily in their smallest view (time line zoomed out) ie Pan Left  = PL, PR, PU, Zi, Zo etc.

  • After applying Security Update 2006-001 can't launch Office X apps

    I noticed that, after applying Security Update 2006-001, I can't launch Microsoft Word nor Excel nor Power Point (Office X, 10.1.6 updated). If I double click the app icon, select and try to open from File menu or try to launch it from the Dock, I get the message "The app has unexpectedly quit". This does not affect Entourage so far. I can open existing files double clicking on their icons and, once the app is running, create new files from menu bar. Repaired permissions, checked for corrupted preferences files or templates but to no avail.
    Can anybody help?
    iBook G4   Mac OS X (10.3.9)   512 MB RAM

    DivX Doctor is a freeware I had downloaded a few days before applying Security Update 2006-01 (http://www.macupdate.com/info.php/id/4683). It certainly was responsible for my problems with Office X apps because, as I said, they completely disappeared as soon as I got rid of it.
    I hadn't the memory problems you mentioned (I've applied also Security update 2006-02 without problems).
    Don't know if this can help, but you might want to give a try to Disk inventory X (http://www.macupdate.com/info.php/id/14393) [quote]Disk Inventory X is a disk usage utility for Mac OS X. It shows the sizes of files and folders in a special graphical way called "treemaps".
    If you've ever wondered were all your disk space has gone, Disk Inventory X will help you to answer this question.[/quote]
    Once DiskWarrior fixed a problem with free hard disk space on my machine, even though a small one.
    iBook G4    

  • 2012R2 Application installation steps after deploying OS from Task sequence is slow after applying hotfix 2910552

    We are currently using CM2012r2 for Endpoint protection, and in trying to save licensing costs, I have been given the task of doing imaging and application deployment through CM as well... everything started off well... noticed that imaging took a lot longer
    than I remembered when I used CM2007 at my previous employer. Found we needed hotfix 2910522 and what took an hour to download now only takes 5 minutes (yay!) Then started other strange issues.  Mostly the fact that in the task sequence, the install application
    blocks (we have 3 with 4-8 apps each) suddenly got really slow to execute. (boo!)  The application blocks eventually finish, but take about 5 hours and only the last block actually installs.    For example: 7zip takes 15 minutes to "install"
    but since it isn't in the last block, it doesn't in fact install on the system.
    so here is what I know so far:
    Updated the boot image after applying the hotfix
    Added the hotfix to the Windows and configmgr setup step command line to install the patch
    Verified that all applications install correctly outside of the task sequence.
    Created a new task sequence just in case the hotfix messed something up.
    here is what I've noticed:
    Only happens on workstations that have been imaged previously by CM (even if I remove the machine from AD and CM)
    New machines image just dandy
    not hardware specific (tested on 5 different laptop models and 3 desktop models)
    workstations that have the issue, when finished, only installed the applications from the last block (4 apps) and none from the previous 2 blocks (16 applications)
    If imaged new (not previously known) it installs the client correctly and it checks in, ones with the issue are in internet only mode and don't see the PKI cert for the machine, and will not check in.
    Things I've checked, double checked, verified, and done:
    All applications have the box for "allow this application to be installed from the Install Application task sequence action..."
    applications are on all distribution points
    Distribution points are healthy
    One MP/DP was complaining about how it couldn't access a SMS folder.  uninstalled the roles, let it sit over the weekend, reinstalled this morning
    Verified that the servers were on 10Gb full and were not throwing error on the line
    Antivirus scanning was not scanning the store (used the built in template for scep)
    Next steps that I am going to try:
    create a new task sequence and split up install application blocks to only have single applications in them
    recreate the boot wim for the media
     Thanks in advance

    So this issue of yours is in B&C -task sequence? You're using capture CD for capturing, why? Why not automate the build entirely.
    I'd suggest you add this:
    http://support.microsoft.com/kb/2775511/en-us to your BUILD image (either online of offline, in the WinPE -phase), it fixes many WMI related problems.
    After you've done your golden .wim, deploy it to your clients.
    We don't do a build and capture because certain applications require handling on our part. Management has said it needs to be a certain way, therefore this is how we have to build it.  (mostly settings, and views that can't be controlled through registry,
    Group Policy, etc.)  There are users that if they have to click on an accept button or it isn't the right color, or they want a different icon in their lab, then they go to the top and it comes back down to us, and our lives become miserable.
    We create the image in audit mode, capture it using boot media, and sequence in things that are updated constantly (flash, shockwave, java, etc.) through the task sequence.
    in relation to that KB, why would it work on new machines but not ones that have been touched before?

Maybe you are looking for

  • Problem with profitability segment derivation while posting sales order

    Hello, We have the issue of profitability segment being not derived when the sales order is changed using BAPI 'BAPI_SALESORDER_CHANGE'. Subsequent to calling this BAPI we execute a BDC - to derive the profitability segment - which runs well in the f

  • Trouble with FP 10.3.183.7 upgrade - wasn't working and now doesn't download

    Current system info: Windows 7 (64 bit) Internet Explorer 9 (using 32 bit for downloading FP) I upgraded to 10.3.183.7 and immediately noticed my laptop unable to display/use Flash features (facebook games, online flyers, video, etc) I uninstalled an

  • Will my sony display work?

    Hi everybody! I currently use only PC, never used a mac ever. I have two PCs, connected to my sony display SDM-HX73, which has dual VGA input and DVI input. I was thinking of buying a mac mini to use the DVI input (both VGAs are in use) but after rea

  • IMac screen is dark

    The screen is dark on my 2006 iMac.  Is there a way to reset or do I need a new part?  Also, what cable do I need to connect it to a MacBook Pro to recover data?

  • Unable to Export Win32API Error 2

    I am using Lightroom 5.6 on my Acer Windows 8.1 PC. when I try and Export a photo it gives me the following error: Unable to Export: An internal error has occurred: WIn32API error 2("The system cannot find the file specified.') when calling ShellExec