Forte M / ORACLE 8.1.5 upgrade

Hi,
We plan to upgrade to Forte Release M and ORACLE release 8.1.5. We have the
technical note information. We also would like to find out whether any of
you have experienced with this upgrade.
Appreciate any information that you can share with us.
Thanks,
Sharon Hampe
CIA & Systems Integration
Concert Telecommunications
2033 Gateway Place
Suite 200
San Jose, CA 95110-1002
USA
Phone: +1 408 501 4813
Fax: +1 408 501 4953
Email: sharon.hampeconcert.com
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
Antigen for the presence of computer viruses.
http://www.concert.com
**********************************************************************

Please refer [url http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/conditions10a.htm
]'Patterns Without % Example' on Oracle9i SQL Reference.
Here is [url http://download-west.oracle.com/docs/cd/F49540_01/DOC/server.815/a67779/operator.htm#997970]Oracle8i SQL Reference.
If a pattern does not contain the "%" character, the condition can be TRUE only if both operands have the same length.
So... there are bugs on 8.1.x, 9.2.0.4...
SQL> select * from v$version where rownum <= 1;
BANNER
Personal Oracle7 Release 7.3.2.3.1 - Production Release
SQL> create table tab1 (col1 char(6));
Table created.
SQL> insert into tab1 values ('xyz');
1 row created.
SQL> select * from tab1 where col1 like 'xyz';
no rows selected
SQL> select * from v$version where rownum <= 1;
BANNER
Oracle8i Enterprise Edition Release 8.1.7.4.1 - Production
SQL> create table tab1 (col1 char(6));
Table created.
SQL> insert into tab1 values ('xyz');
1 row created.
SQL> select * from tab1 where col1 like 'xyz';
COL1
xyz
SQL> select * from v$version where rownum <= 1;
BANNER
Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
SQL> create table tab1 (col1 char(6));
Table created.
SQL> insert into tab1 values ('xyz');
1 row created.
SQL> select * from tab1 where col1 like 'xyz';
COL1
xyz
SQL> select * from v$version where rownum <= 1;
BANNER
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
SQL> create table tab1 (col1 char(6));
Table created.
SQL> insert into tab1 values ('xyz');
1 row created.
SQL> select * from tab1 where col1 like 'xyz';
no rows selected

Similar Messages

  • Description required on DOC Planning Your Oracle E-Business Suite Upgrade..

    Hi All
    Im planing to upgrade Oracle Applications from 11i to 12 i. while reading white paper "Planning Your Oracle E-Business Suite Upgrade from Release 11i to Release 12.1" i want some description on following lines
    How can we "Develop robust testing strategy." during oracle Applications Upgradation from 11i to 12i
    What possable "oracle support resource available."
    Which tools can we use that can improve upgrade and maintenance experience.
    How to become Planning Your Oracle E-Business Suite Upgrade from Release 11i to Release 12.1 familiar r with oracle information available.
    steps to minimize downtime.
    Regards,
    MuhammadSalahuddinManzoor

    Hi,
    Please see these threads for a similar discussion.
    How can we reduced the patch time for u6394500.drv
    How can we reduced the patch time for u6394500.drv
    Oracle Applications upgradation from 11.5.10.2 to 12.1.1 Parallel Upgrade
    Re: Oracle Applications upgradation from 11.5.10.2 to 12.1.1 Parallel Upgrade
    Thanks,
    Hussein

  • Re: (forte-users) Unstable server ENV after upgrade to Forte30M2.

    I see/suggest a few things:
    1) In your #1, you mention ".... development and test environments which use the
    same Forte 3M installs through links ...". This concerns me. On our UNIX box
    each environment has it's own directory containing it's own install. If your
    environments are some how sharing a node manager, log directory or processes (to
    name a few things) that is a recipe for disaster. They may be competing for
    resources and usually the first one started will win.
    2) I haven't done a lot with compatibility levels, but if an application built
    in dev is to run in test it may be important that node managers and services
    (autocompile, codegen etc.) be at the same level (????).
    3) Check the definition files, to make sure the two environments operate
    independently. If they are both trying to write to the same log file the one
    started up first will work while the second will not as the file will be "busy".
    4) We usually use rpcreate (newer version) to create brand new repositories.
    Than we export/import the source code that we need. Also it is important to
    force compile ALL plans in a workspace at least once after doing the import.
    This will ensure that all of the code is "speaking the same language". The other
    compile, only compiles those pieces of code that changed from the last compile.
    Hope this helps.
    Kelsey PetrychynSaskTel Technical Analyst
    ITM - Technology Solutions - Distributed Computing
    Tel (306) 777 - 4906, Fax (306) 359 - 0857
    Internet:kelsey.petrychynSasktel.sk.ca
    Quality is not job 1. It is the only job!
    "Braja Chattaraj" <forte_brajachotmail.com> on 09/13/2000 03:43:57 PM
    Please respond to chattaraj_braja_NONLILLYlilly.com
    To: forte-userslists.xpedior.com
    cc: (bcc: Kelsey Petrychyn/SaskTel/CA)
    Subject: (forte-users) Unstable server ENV after upgrade to Forte 30M2.
    We are running Forte 3M2 clients and server in our test environment with
    clients on NT and server on Solaris 2.6. Eversince the upgrade from 3L to 3M
    we have been having an unstable environment that does not remain alive for >
    10 mins. These are the details of the Forte installs and server setups :
    1. The server hosts the development and test environments which use the same
    Forte 3M installs through links (same ftcmd, ftexec, nodemgr, etc.). The
    environments are at compatibility levels 0 and 1 respectively.
    2. The two environments have the same definition files (defining the ENV
    variables), though seperate copies and the two environments are hosted on
    different ports on the same server.
    3. While building the new 3M environmnets in DEV and TST, we exported the
    old 3L repositories and imported them into the new 3M repositories and
    deployed the applications.
    While the DEV environment is stable the TST environment is not. This has
    been observed while moving plans between the environments (export and
    import) using fscript commands, deploying the apps after the move using
    fscript, and testing the apps. Sometimes it has come down right after a
    startup. There is no programatic reference to the environment agent in the
    code. So, a programatic shutdown is ruled out.
    Does anybody have a clue or a similar experience ?
    Thanks.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    BRAJA KISHORE CHATTARAJ
    Consultant, Analysts International.
    Work : Sphinx Pharmaceuticals (A division of Eli Lilly & Co.)
    (919) 314-4134
    Home : 1801, Williamsburg Rd., #41H, Durham, NC 27707.
    (919) 463-7802
    E-mail : forte_brajachotmail.com
    Visit us www.analysts.com
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    http://profiles.msn.com.
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

    We found a solution to our issue.Their desktops were in a lockdown environment and the essbase.id file located in the windows directory was locked as well. This file is responsible for assigning ports etc and it couldn't be updated for the 6.5.4p2 upgrade. Once the file was deleted and the user reconnected to Essbase, the essbase.id was reset and they could connect.

  • Forte and Oracle Trace

    Hi,
    Has anybody out there used Oracle Trace to monitor the performance of Forte
    service objects that access data from Rdb databases. We have been trying to
    do this and Trace does not seem to see the Forte servers. Could you please
    e-mail me your experiences or any info that you may have in this regard.
    Sudarshan Ranganathan
    Lockheed Martin IMS
    (504)454-7600 X186

    We have developed a HA system using Forte and Oracle Parallel server on a Sun
    cluster. Mail me directly if you want more information.
    Regards
    David Campbell
    Systems Architect
    CSC Australia
    570 St Kilda Rd, Melbourne 3004
    Ph: 61-3-9536-4656 Mobile: 0417-468-414 Fax: 613-9536-4714
    Email: [email protected]
    [email protected] on 09/24/99 05:57:57 AM
    To: [email protected]
    cc: (bcc: David Campbell/AUST/CSC)
    Subject: (forte-users) Forte and Oracle Parallel Server
    I'm interested in learning if anyone knows of any
    successes using Forte with Oracle Parallel Server. I
    would like to use the two together for a new highly
    available system, but am having trouble locating
    references sites which use them in a production
    environment.
    Thanks in advance.
    Jonathan
    For the archives, go to: http://lists.sageit.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: [email protected]

  • 1z0-030 oracle 8i to 9i upgrade

    If any one have the required material to pass - 1z0-030 oracle 8i to 9i upgrade,
    Please send it to the mail id [email protected]
    It will be greatefull to one and all in helping me - in advance
    Naveen

    http://groups.yahoo.com/group/help_ora_dba/files/
    Specially, pay attention to testking dump
    Jaffar

  • Oracle e-biz db upgrade

    Hi,
    we are upgrading database of oracle e-biz 11.5.10.2
    our DB_NODE VERSION is 10.2.0.4
    and our Prodora top db version is 8.0.6
    my question is do we have to upgrade both the db's( 10.2.0.4 and 8.0.6) or only 10.2.0.4 is sufficient for oracle e-biz
    regards,
    rk

    Hi;
    Duplicate post oracle e-biz db upgrade
    Please post once
    Regard
    Helios

  • What happens in ORACLE internally during STARTUP UPGRADE ?

    Everyone,
    Could someone please explain/guide me What happens in ORACLE internally during STARTUP UPGRADE ?
    Regards,
    Sakthivel

    Hi;
    Please check below link
    startup migrate, startup upgrade, startup restrict
    startup migrate, startup upgrade, startup restrict
    Regard
    Helios

  • Can not login to Oracle Application Express after upgrade to 3.2

    I installed oracle database express and then I upgrade APEX to 3.2 on it. I got the login page but I can not login by using any account, like SYS, SYSTEM. From the document, internal ADMIN account should exist but I did not see it from dba_users table.
    Thanks,
    Julie

    HI Don,
    I did run apxchpwd.sql to change the Application Express ADMIN user password. Then I invoked http://mymachine:8080/apex and got the Application Express login page. I put ADMIN in workspace and ADMIN in Username and the new password. But I still cannot login. I also tried http://mymachine:8080/apex/apex_admin page login. I typed ADMIN as username and the new password. Then I clicked on Login button. Nothing happened. No error message.
    Any idea?
    By the way, what does apxxepwd.sql do?
    Thanks,
    Julie

  • Oracle 10g to 11g Upgrade - Oracle Clusterware problem

    Oracle10g RAC (2 Nodes) RHEL 4 64bit
    Hi All,
    I have began the procedure for upgrading Oracle Clusterware to 11g. However, during the install OUI was giving me certain error messages like it couldn't transfer the OUI installlogs to node 2. Well, I kept pushing through the install and after I ran the last rootupgrade script on node 2 it gave me the following error:
    Checking the existence of nodeapps on this node
    Exception in thread "main" java.lang.UnsupportedClassVersionError: oracle/ops/opsctl/OPSCTLDriver (Unsupported major.minor version 49.0)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    Creating '/crs/home/install/paramfile.crs' with data used for CRS configuration
    Exception in thread "main" java.lang.UnsupportedClassVersionError: oracle/ops/opsctl/OPSCTLDriver (Unsupported major.minor version 49.0)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    Failed to retrieve VIP details
    Exception in thread "main" java.lang.UnsupportedClassVersionError: oracle/ops/opsctl/OPSCTLDriver (Unsupported major.minor version 49.0)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    Failed to retrieve VIP details
    Setting CRS configuration values in /crs/home/install/paramfile.crs
    So I ignored the error for the time being and after that I checked the status of crs and it gave me the following:
    [oracle@vtl-rac2 crsd]$ crsstatus
    HA Resource Target State
    ora.VMRACDEV.VMRACDEV1.inst ONLINE ONLINE on vtl-rac1
    ora.VMRACDEV.VMRACDEV2.inst ONLINE ONLINE on vtl-rac2
    ora.VMRACDEV.db ONLINE ONLINE on vtl-rac1
    ora.vtl-rac1.ASM1.asm ONLINE ONLINE on vtl-rac1
    ora.vtl-rac1.LISTENER_VTL-RAC1.lsnr ONLINE ONLINE on vtl-rac1
    ora.vtl-rac1.gsd ONLINE ONLINE on vtl-rac1
    ora.vtl-rac1.ons ONLINE OFFLINE
    ora.vtl-rac1.vip ONLINE ONLINE on vtl-rac1
    ora.vtl-rac2.ASM2.asm ONLINE ONLINE on vtl-rac2
    ora.vtl-rac2.LISTENER_VTL-RAC2.lsnr ONLINE ONLINE on vtl-rac2
    ora.vtl-rac2.gsd ONLINE ONLINE on vtl-rac2
    ora.vtl-rac2.ons ONLINE OFFLINE
    ora.vtl-rac2.vip ONLINE ONLINE on vtl-rac2
    So i tried to bring it back up by doing a crs_stop -all and crs_start -all and it gave me the following error:
    vtl-rac1 : CRS-1019: Resource ora.vtl-rac2.ons (application) cannot run on vtl-rac1
    Start of `ora.vtl-rac1.ons` on member `vtl-rac1` failed.
    vtl-rac2 : CRS-1019: Resource ora.vtl-rac1.ons (application) cannot run on vtl-rac2
    CRS-0223: Resource 'ora.VMRACDEV.db' has placement error.
    CRS-0215: Could not start resource 'ora.vtl-rac1.ons'.
    CRS-0215: Could not start resource 'ora.vtl-rac2.ons'.
    I am thinking that all of this is caused by the various issues I had with the install. If I am incorrect, then please let me know. If it is true, I would like to know if there are any 11g docs on how to clean up a failed clusterware upgrade. Any advice would be greatly appreciated on any of the situations I am having.
    Thank you

    Hi Chandra,
    Did CVU report any problems before the upgrade?No, there were no errors reported by CVU before the upgrade.
    I don't there is note out there for cleaning 11g CRS
    install...and I think can very use the 10g CRS note -
    239998.1.Yeah I might have to go that way.
    I have both the 11g CRS install and upgrade from 10g
    to 11CRS at
    http://chandradba.blogspot.com/2007/08/oracle-11g-rac-
    install-on-red-hat-50.html
    and
    http://chandradba.blogspot.com/2008/02/oracle-10g-crs-
    upgrade-to-11g-crs.html
    see if it helps.Yup, your guide is very simple, clear and error proof :) That's how mine when pretty much except right around 75% I started getting these strange errors of files not being able to be transferred to node 2. Anyways, it shouldn't be a problem as none of those errors were configuration related...or else I would have a messed up cluster.
    Well, I actually rebooted both machines and now the whole CRS stack is up!! So I guess I am ok. We'll just have to wait and see.
    Thanks for your help Chandra...I always appreciate it.

  • Oracle E-Business Suit Upgrade from R12.0.6 +10.2.0.3 to R12.1.3 +11.2.0.2

    Dear Experts,
    Let me update you that one of our client is looking to upgrade their Oracle E-Business Suit Verion from R12.0.6 to R12.1.3. and database version from 10.2.0.3 to 11.2.0.2.
    Current all the financial and SCM modules are implemented on there production instance.
    We would like to know what are the pre and post upgrade activities needs to be performed ?
    What are the list of patches which needs to performed while doing an upgade from
    R12.0.6 to R12.1.1 - R12.1.3.
    Regards
    Mohammed.

    Please advise on the below approach....
    R12.1.1 to R12.1.3 upgrade high level steps
    Install upgrade / EBS Patch
    Pre-install R12.1     
    1. Setup hardware.     
    2. Install and setup OS.     
    Install R12.1.1     
    3. Install R12.1.1 (run Rapid Wiz)     
    Post –Install R12.1.     
    4. Upgrade Opatch in 10.1. home     
    5. Upgrade /patch OAS 10.1.2.3 (inc in R12.1.1)     
    6. Redeploye forms.ear     
    Pre-install R12.1.3     
    7. Upgrade OPatch in database home     
    8. Upgrade OPatch Database in 11.1.0.7     
    9. Upgrade OPatch in 10.1.3 Home     
    10. Upgrade /Patch OAS 10.1.3.4 to .5     
    11. Upgrade Java to 1.6_0_17 or lower     
    Install R12.1.3     
    12. Apply EBS R12.1.3 maintenance pack

  • Oracle 9i database software upgrade issue with standby (Dataguard) database

    All,
    I have encountered a problem in upgrading the Oracle software on 2 of our databases in-house. The databases in question here are using Dataguard, so one is set to primary and one is set to standby. The version that they are/were starting at is 9.2.0.7.
    I was able to install and complete the 9.2.0.8 and 9.2.0.8 OCT CPU patches on the primary database, however when I moved to working on the standby database, I am got an error when attempting to follow step 6 of the post installation tasks:
    Enter the following SQL*Plus commands:
    SQL> STARTUP MIGRATE
    SQL> SPOOL patch.log
    SQL> @ORACLE_BASE\ORACLE_HOME\rdbms\admin\catpatch.sql
    SQL> SPOOL OFF
    (Please note that this is my first experience with working with Dataguard, so my methods in updating might have been a bit off-base.)
    If I attempt to startup the standby database in MIGRADE mode, I get the following error (which is expected):
    ORA-01666: controlfile is for a standby database
    If I try to run the catpatch.sql script, even after mounting the database in standby mode, I receive the additional error:
    ORA-01219: database not open: queries allowed on fixed tables/views only
    My question here is, how do I get the standby database to allow me to finish the software upgrade process, so that both versions of Oracle match on the primary and standby databases? :)
    (I did try some research on Metalink, but only found an article detailing how to upgrade your dataguard database from 9i to 10g, which did not look especially helpful in this case...)
    Thank you!
    -Sabrina

    Depending on the kind of Dataguard you currently have, physical or logical, there are two useful metalinks notes:
    Upgrading to 10g with a Physical Standby in Place
         Doc ID:      Note:278521.1
    Upgrading to 10g with a Logical Standby in Place
         Doc ID:      Note:278108.1
    ~ Madrid
    http://hrivera99.blogspot.com/

  • Oracle 11gR2 rac database upgrade

    Hi,
    I need to upgrade Oracle 11.2.0.3 rac db (TB) to 11.2.0.4 in unix environment
    database is 2 node rac with asm file structure. oracle home is shared by multiple databases.
    Could anyone guide for best approach to proceed with this upgrade?
    What changes are need to done in existing 11g cluster home and asm structure for this successful upgrade?
    Thanks

    Hi,
    For Grid Upgrade you find complete details at - Things to Consider Before Upgrading to 11.2.0.3/11.2.0.4 Grid Infrastructure/ASM (Doc ID 1363369.1)
    For DB Upgrade following note can help. You need to select the option 3 for RAC DB.
    Troubleshooting Assistant: Oracle Database/Client Upgrade - Downgrade (Doc ID 1561791.2)
    HTH,
    Pradeep

  • Oracle client install on upgraded win 2k desktop

    I recently upgraded my PC from win98 to win2k. I already had the oracle client installed prior to the upgrade. I had to run the sql net config and a message came up saying my installation needed to be corrected. When I tried to reinstall the installer (y2k version), it says the oracle home (orawin95) cannot be used for an nt home but doesn't let me overide the location. I can't even get in to uninstall and start over! Is there a workaround?

    Pl indicate which version of Win 7 - you will need Professional or higher - Home versions are not supported/certified, so things may or may not work as expected.
    http://download.oracle.com/docs/cd/E11882_01/install.112/e16773/reqs.htm#CHDHGGFE
    HTH
    Srini

  • How to check if the Oracle e-business suite upgraded from 11 to 12 ?

    Hi All,
    Could you please advise how we can check if the Oracle e-business suite application upgraded from 11 to 12 ?
    Regards,
    Mohammed Mostafa

    It is needed as some steps will be applied if it is upgraded from 11 to 12..
    here is the output :
    $
    $ grep -i "s_rapidwizloc" /xxxxx/inst/apps/XXXXX_host/appl/admin/XXXXX_host.xml
                <rapidwizloc oa_var="s_rapidwizloc">/autofs/cclibrary/CCrepos/linux_x86-64/EBizCC/1213/startCD/Disk1/rapidwiz</rapidwizloc>
    $
    $
    $ grep -i "s_installloc" /xxxxx/inst/apps/XXXXX_host/appl/admin/XXXXX_host.xml
                <installloc oa_var="s_installloc">/autofs/cclibrary/CCrepos/linux_x86-64/EBizCC/1213/startCD/Disk1</installloc>
    $
    How we can check then please if it is a fresh R12 installation or an upgraded from 11i? ?
    Regards,
    Mohammed

  • **Urgent*** Oracle E-business suite Upgrade 11.5.10.2 to R12

    Hi Guys
    I gone through the Doc ID 761570.1
    And I have chosen to follow the PATH -C Which has two down times.
    In the first down time planing to Upgrade the Database.
    But.......
    I had a question..
    My current database is running on 32-bit. Target Database is planing to use the 64-bit
    Will my application support.......
    By keeping the application tier on 32-bit as it is and Upgrading the Database to a 64-bit 11gr2
    Thanks guys for taking a look at my issue its very Urgent..
    Thanks
    Bhupesh...........

    Hi Hussen
    Hi
    I have upgraded the database from 10gr2 to 11gr2.
    In the alert log I finding these errors
    Mon Apr 25 11:15:55 2011
    Errors in file /u02/oracle/diag/rdbms/gltst/gltst1/trace/gltst1_j000_6792.trc:
    ORA-12012: error on auto execute of job "SYS"."KWQICPOSTMSGDEL_1303744554"
    ORA-28031: maximum of 148 enabled roles exceeded
    Errors in file /u02/oracle/diag/rdbms/gltst/gltst1/trace/gltst1_j000_6792.trc:
    ORA-28031: maximum of 148 enabled roles exceeded
    ORA-12012: error on auto execute of job "SYS"."KWQICPOSTMSGDEL_1303744554"
    ORA-28031: maximum of 148 enabled roles exceeded
    ###########gltst1_j000_6792.trc###################
    *** 2011-04-25 11:15:55.038
    *** SESSION ID:(155.63) 2011-04-25 11:15:55.038
    *** CLIENT ID:() 2011-04-25 11:15:55.038
    *** SERVICE NAME:(SYS$USERS) 2011-04-25 11:15:55.038
    *** MODULE NAME:() 2011-04-25 11:15:55.038
    *** ACTION NAME:() 2011-04-25 11:15:55.038
    ORA-12012: error on auto execute of job "SYS"."KWQICPOSTMSGDEL_1303744554"
    ORA-28031: maximum of 148 enabled roles exceeded
    Unexpected error 28031 in job slave process
    ORA-28031: maximum of 148 enabled roles exceeded
    ORA-12012: error on auto execute of job "SYS"."KWQICPOSTMSGDEL_1303744554"
    ORA-28031: maximum of 148 enabled roles exceeded
    Under sys user these jobs are keeps on growing.
    I have looked into the metalink note : 1115495_1. And I am not using any streams, my database is for E-Business suite 11.5.10.2.
    Thanks
    Reddy

Maybe you are looking for