Datapump & max roles exceeded

So, I was trying to export a schema out of a newly installed 10.1.0.4 instance, something I've done repeatedly in a 10.1.0.3 instance, using the following parmfile
[oracle@linux-test transport]$ more expdp_audits.par
SCHEMAS=audits
LOGFILE=expdpdvlp_audits.log
DUMPFILE=expdpdvlp_audits.dmp
DIRECTORY=dpump_dir_nasand I get this error
[oracle@linux-test transport]$ expdp forbesc@dvlp parfile=expdp_audits.par
Export: Release 10.1.0.4.0 - Production on Friday, 29 June, 2007 7:41
Copyright (c) 2003, Oracle.  All rights reserved.
Password:
Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - Production
With the Partitioning, OLAP and Data Mining options
ORA-31626: job does not exist
ORA-31638: cannot attach to job SYS_EXPORT_SCHEMA_01 for user FORBESC
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPV$FT_INT", line 377
ORA-39077: unable to subscribe agent KUPC$A_1_20070629074156 to queue "KUPC$C_1_20070629074155"
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPC$QUE_INT", line 248
ORA-25448: rule SYS.KUPC$C_1_20070629074155$21 has errors
ORA-28031: maximum of 148 enabled roles exceededI'm able to log into SQL*Plus, and I was able to perform an exp, but expdp is unhappy. There's no way I'm actually exceeding this number of roles
SQL> connect forbesc@dvlp
Enter password: *****
Connected.
SQL> select count(*) from session_roles;
  COUNT(*)
        16Am I in bug territory?
---=Chuck

TEST> select name, value, issys_modifiable from v$parameter where name = 'max_enabled_roles';
NAME                      VALUE      ISSYS_MOD
max_enabled_roles         150        FALSEAs ISSYS_MODIFIABLE is false, you can't change the value dynamically. You must use a SPFILE scope and then bounce the instance:
ALTER SYSTEM SET max_enabled_roles=100 SCOPE=SPFILE;
SHUTDOWN IMMEDIATE
STARTUP
tell me the steps by which I can get my database into MOUNT stage to do this activity?Yopu don't need the instance to be in MOUNT mode to perform this. You just have to bounce it.
Yoann.

Similar Messages

  • ORA-01925: maximum of 148 enabled roles exceeded

    Hi
    i m running oracle 9i db R2. i m receiveing this error plz help me how can i resolve this issue.My max_enabled_roles parameter has value 148.
    ORA-01925: maximum of 148 enabled roles exceeded
    Thanks

    Hi,
    what is the result of the below query you are getting .. ??
    SQL> SELECT grantee, count(*)
    2 FROM (SELECT grantee, granted_role
    3 FROM dba_role_privs
    4 CONNECT BY PRIOR grantee = granted_role)
    5 GROUP BY grantee
    6 HAVING count(*) = (SELECT max(count(*))
    FROM (SELECT grantee, granted_role
    7 8 FROM dba_role_privs
    9 CONNECT BY PRIOR grantee=granted_role)
    10 GROUP BY grantee);
    Increasing max_enabled_roles will not help.
    The max limit is 148 per the Oracle documentation. If you go through the
    documentation carefully this parameter is defined as "the maximum number of database roles that users can enable, including roles contained within other roles"
    Try to check or re-modify the structures (role),whether user needs max opf 148 roles in order to function properly or not.
    Note :-
    For your reference if you want to modify the parametes values ,
    using ALTER SYETEM SET max_enabled_roles=<some value> scope = memory or spfile. (Based on the your db, which parameter it might be using.
    Thanks
    Pavan Kumar N

  • Max Cursors Exceeded even with XSU 1.2

    In one of the messages on this forum I read Steven Muench's comments stating that the max cursors exceeded problem for big result sets in XSQL has been addressed in XSU1.2
    I have downloaded this software released in April 2000 but this version still gives me this error.
    Has someone been able to find a solution/workaround to this.
    Thanks

    It might also be an issue with the HS_OPEn_CURSORS. By default the gateway allows only 50 open cursors to be opened at the foreign database. What happens when you set in the gateway init file  HS_OPEN_CURSORS=200?
    If it still fails, could you upload to a public file share a gateway trace level DEBUG (HS_FDS_TRACE_LEVEL=DEBUG)?
    - Klaus

  • Max cursors exceeds problem(ORA-01000)

    Hi
    In my server open_cursors is set as 300 .We are developing a java application(using struts & Jboss web server) nearly 10 computers access the oracle 10g server through plsql procedures/functions ,frequently I am getting ORA-01000 -MAX CURSOR EXCEEDS errors,what should I do .please.....
    by
    s_bala

    That means there is two cursor related parameters
                                            |
                                            |
                                            |
                                            |
                        |                                        |     
    1)Cached cursors                              2)Currently open cursor
    1)Cached cursors     2)Currently open cursor
    SQL> select o.sid,osuser,machine,count(*) num_curs
    from v$open_cursor o,v$session s
    WHERE user_name = 'ERP' and
    o.sid = s.sid GROUP BY o.sid,osuser,machine
    ORDER BY num_curs DESC;     SQL>select max(a.value) as highest_open_cur,
         p.value as max_open_cur
         from v$sesstat a, v$statname b, v$parameter p
         where a.statistic# = b.statistic#
         and b.name = 'opened cursors current'
         and p.name= 'open_cursors'group by p.value;
    THIS IS THE RESULT I GOT
    SID OSUSER MACHINE NUM_CURS
    106 x 18
    93 x 14
    124 x 14
    152 x 13
    90 y y 11
    121 z 8
    132 a 8
    118 b b 6
    105 c 5
    131 b 5
    98 d d 4
    95 x 3
    147 y y 3
    89 e 2
    119 e 2     THIS IS THE RESULT I GOT
    HIGHEST_OPEN_CUR MAX_OPEN_CUR
    83 500
         -This is related to ORA-01000 -MAX CURSOR EXCEEDS
    From the above what I understood is correct ???
    F) How to clear 1)Cached cursors ? (or) how to reduce NUM_CURS (from the above left side table ).
    G) will the 1)Cached cursors give any problems to our database.

  • Cannot log into blend and has said max attempts exceeded, Link will not connect either

    I downloaded the Blend software on my macbook pro and it would not log in with my Blackberry ID. After 5 attempts it locked me out.
    I reset my Blackberry ID and tried again, but it will not let me even attempt to login and says max attempts exceeded. I uninstalled and reinstalled and still the same problem. Also Link will not let me connect. Any ideas please? looks like I am going over to Iphone if this continues and bin my Z30.

    Jeff,
    Thanks for the info on policy settings.
    Let's see: I had 8.1.5 installed and I tried the update to 10g but only works from 8.1.7 or 9i, so then uninstalled and re-tried to do fresh install in a different home (OraHome10 vs OraHome8). That didn't go so well--it changed my 8i somehow so 8i would no longer work. Then I tried fresh install of 9i with a new starter DB--couldn't get into that DB. So uninstalled 9i, uninstalled 10g, uninstalled 8i, deleted every reference to Oracle on my computer, registry, etc., and re-tried 10g. I even went and bought a registry cleaning tool to zap things to make sure it was clean. It looked like it installed fine, provided me with starter DB but I just can't get into it. I'll let you know if the policy setting works.
    I'm trying to look on the bright-side and say that we are learning a lot!
    Dave

  • Registration Rejected: Max Phones Exceeded On UC 560

    Hi Team
    Any Help on this
    max phone exceed on UC 560. When i connect new phone. I need urgent help on this.
    Thanks

    Hi Esa,
    You are most welcome my friend
    This does tell the story;
    ASG-ASQ01-UC560#show platform software lic
    License UDI                  : UC560-T1E1-K9:FGL154112G3
    Maximum User Licenses        : 22
    Used User Licenses           : 22
    Available User Licenses      : 0
    As the uc560 has been announced as End of Life you will need to order
    an add-on user license quite soon. Something like;
    L-UC-PRO-8U=
    Software license upgrade, authorizing an additional 8 users (e-delivery)
    http://www.cisco.com/en/US/prod/collateral/voicesw/ps6788/vcallcon/ps7293/reference_guide_c07-566560.html
    End of Life notice;
    http://www.cisco.com/en/US/prod/collateral/voicesw/ps6788/vcallcon/ps7293/end_of_life_notice_c51-729017.pdf
    Cheers!
    Rob
    "When it comes to luck you make your own  " 
    - Springsteen

  • ERR Driver Status: (Hex 0xBFFA2003) Max Time exceeded before operation completed. (TEK DPO2014)

    Hi NI.
    I'm trying to aquire signals from an Tektronix DPO2014 oscilloscope using Labview SignalExpress.
    I have downloaded and installed the appropriate driver (at least I think )) : tkdpo2k using NI download station.
    I run an ethernet connection and I do see the device in MAX, however im not quite sure if I have configured the IVI driver sessions correctly.
    Anyway, when I open Signal Express, and select "IVI scope aquire" I can select my device under "resource descriptor" and the appropriate driver under "Instrument driver". I then turn on my Oscilloscope, tune in the machines tachogenerator, which is the signal the oscilloscope is to measure, and then select "autosetup" The sinosoidal waweform shows up on the oscilloscope and in SignalExpress, it is only done once. I then try and run the program and the error message accurs:
    Timeout.
    <ERR>Driver Status:  (Hex 0xBFFA2003) Max Time exceeded before operation completed.
    Is the problem regarding problems with triggertime or write/read problems with the TCP/IP connection?
    What can I do to fix this problem?
    Best Regards
    Danny Joergensen
    University of Aalborg Denmark
    Attachments:
    MAXscreenshot.png ‏265 KB
    device.png ‏320 KB

    How are you communicating? GPIB? Are you sure you have the correct address. Can you send an IDN command with MAX? Does MAX see the instrument?
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Jcp.endpoint.main.max.threads exceeded error on jrun 4.0.1 server

    jcp.endpoint.main.max.threads exceeded error on jrun 4.0.1 server
    Posted: May 20, 2005 4:30 AM Reply
    hi,
    i am getting following error on my jrun server
    'too many concurrent requests,
    jcp.endpoint.main.max.threads exceeded'
    The application is running on jrun 4.0.1 server.
    i checked the log files but the load was too few on the day.
    I tried a lots of stuff on net but could not find the solution.
    pls help it out urgently
    manoj

    Lisa,
    I would check the online docs and/or the following HowTos for more details. They are not specific to JRun, but will give you the general process and list or archives and other things to copy and add to the classpath:
    http://technet.oracle.com:89/ubb/Forum2/HTML/006397.html
    http://technet.oracle.com:89/ubb/Forum2/HTML/006398.html

  • B2BStarter thread: (ERROR) Max retry exceeded - B2B startup

    Hi,
    On B2B startup we are getting the following logs.
    le.receiver.minimum_age=0;http.receiver.registry_port=5110;
    2010.05.04 at 09:20:25:600: B2BStarter thread: (DEBUG) initialize TransportReceiver: [Emix_Email_Inbound_Transport_Server_Node_1 < email > < Emix >]
    2010.05.04 at 09:20:25:600: B2BStarter thread: (DEBUG) SMTPReceiver.init() started ....
    2010.05.04 at 09:20:25:713: B2BStarter thread: (DEBUG) IMAPMonitor.setPollingInterval: polling time 1
    2010.05.04 at 09:20:25:713: B2BStarter thread: (DEBUG) SMTPReceiver.init() completed.
    2010.05.04 at 09:20:25:713: B2BStarter thread: (DEBUG) initialize TransportReceiver: [Emix_JMS_Transport_Server < jms > < Emix >]
    2010.05.04 at 09:20:25:714: B2BStarter thread: (DEBUG) JMSReceiver.init() started ....
    2010.05.04 at 09:20:25:714: Thread-15: (DEBUG) [IPT_SmtpRecPollingStatus] IMAPMonitor is up polling at 1 sec interval ...
    2010.05.04 at 09:20:25:715: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:25:728: B2BStarter thread: (DEBUG) Establishing JMS Connection.
    2010.05.04 at 09:20:26:717: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:27:719: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:28:721: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:29:723: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:30:727: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:31:729: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:32:732: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:33:733: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:34:735: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:35:737: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:35:820: B2BStarter thread: (DEBUG) Establishing JMS Connection.
    2010.05.04 at 09:20:36:740: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:37:743: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:38:744: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:39:747: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:40:749: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:41:752: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    le.receiver.minimum_age=0;http.receiver.registry_port=5110;
    2010.05.04 at 09:20:25:600: B2BStarter thread: (DEBUG) initialize TransportReceiver: [Emix_Email_Inbound_Transport_Server_Node_1 < email > < Emix >]
    2010.05.04 at 09:20:25:600: B2BStarter thread: (DEBUG) SMTPReceiver.init() started ....
    2010.05.04 at 09:20:25:713: B2BStarter thread: (DEBUG) IMAPMonitor.setPollingInterval: polling time 1
    2010.05.04 at 09:20:25:713: B2BStarter thread: (DEBUG) SMTPReceiver.init() completed.
    2010.05.04 at 09:20:25:713: B2BStarter thread: (DEBUG) initialize TransportReceiver: [Emix_JMS_Transport_Server < jms > < Emix >]
    2010.05.04 at 09:20:25:714: B2BStarter thread: (DEBUG) JMSReceiver.init() started ....
    2010.05.04 at 09:20:25:714: Thread-15: (DEBUG) [IPT_SmtpRecPollingStatus] IMAPMonitor is up polling at 1 sec interval ...
    2010.05.04 at 09:20:25:715: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:25:728: B2BStarter thread: (DEBUG) Establishing JMS Connection.
    2010.05.04 at 09:20:26:717: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:27:719: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:28:721: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:29:723: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:30:727: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:31:729: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:32:732: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:33:733: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:34:735: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:35:737: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:35:820: B2BStarter thread: (DEBUG) Establishing JMS Connection.
    2010.05.04 at 09:20:36:740: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:37:743: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:38:744: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:39:747: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:40:749: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:20:41:752: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:25:26:402: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:25:27:404: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:25:35:883: B2BStarter thread: (ERROR) Max retry exceeded, closing everything
    java.lang.Exception: Max retry exceeded
    at oracle.tip.transport.basic.jms.JMSMonitor.reconnect(JMSMonitor.java:834)
    at oracle.tip.transport.basic.JMSReceiver.init(JMSReceiver.java:334)
    at oracle.tip.transport.b2b.B2BTransport.init(B2BTransport.java:389)
    at oracle.tip.adapter.b2b.transport.TransportInterface.initialize(TransportInterface.java:473)
    at oracle.tip.adapter.b2b.engine.Engine.initialize(Engine.java:528)
    at oracle.tip.adapter.b2b.init.B2BServer.initialize(B2BServer.java:280)
    at oracle.tip.adapter.b2b.init.B2BStarter.startB2B(B2BStarter.java:318)
    at oracle.tip.adapter.b2b.init.B2BStarter.run(B2BStarter.java:151)
    at java.lang.Thread.run(Thread.java:534)
    2010.05.04 at 09:25:36:424: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:25:37:427: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:25:43:440: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:25:44:441: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:25:45:443: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:25:45:886: B2BStarter thread: (DEBUG) Establishing JMS Connection.
    2010.05.04 at 09:25:46:446: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:25:46:688: B2BStarter thread: (DEBUG) JMS Connection established.
    2010.05.04 at 09:25:47:449: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:25:47:810: B2BStarter thread: (ERROR) New connection acquired
    2010.05.04 at 09:25:47:810: B2BStarter thread: (DEBUG) JMSReceiver.init() completed.
    2010.05.04 at 09:25:47:810: B2BStarter thread: (DEBUG) initialize TransportReceiver: [Emix_Dummy_File_Transport_Server < file > < Emix >]
    2010.05.04 at 09:25:47:810: B2BStarter thread: (DEBUG) FileReceiver.init() started ....
    2010.05.04 at 09:25:47:822: B2BStarter thread: (DEBUG) FileReceiver.init() completed.
    2010.05.04 at 09:25:48:452: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:25:49:453: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    2010.05.04 at 09:25:50:455: Thread-15: (DEBUG) IMAPMonitor.run(): IMAPMonitor goes to sleep for 1 secs ...
    The problem is, it takes quite a while for the JMS connection to get established. It fails as you see on max retries.
    However it succeeds eventually.
    However the B2B functionality doesnt start till the connection is established.
    Any idea why this is happeninig...it takes arnd 5-8 minutes for our B2B to actually start polling/ working.
    I did a tnsping to the database and it works correctly.
    Plz help its urgent.
    Thanks,
    Rosh

    Hi Rosh,
    To which JMS you are connecting (weblogic or something else)? This may happen only when the target JMS server is not reachable / there is JNDI look up issue.
    Please provide details. Also refer -
    Re: AIP-50077:  Cannot Initialize Transport
    If you are connecting to Weblogic JMS then make sure to follow below steps -
    1. Add the weblogic.jar in the classpath by following the below instructions:
    a. copy the weblogic.jar in $ORACLE_HOME/ip/lib/ folder
    b. go to the $ORACLE_HOME/opmn/conf/ folder
    c. update the opmn.xml (take the backup of opmn.xml)
    c.1 add this line <variable id="CLASSPATH" value="$ORACLE_HOME/ip/lib/weblogic.jar" append="true" />
    after <variable id="CLASSPATH" value="$ORACLE_HOME/ip/lib/maverick-all.jar" append="true" /> line
    d. restart the B2B
    2. make sure the below properties are set in IDC configuration
    polling interval <polling Interval time>
    Destination Provider Properties java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory;java.naming.security.credentials=weblogic;java.naming.security.principal=weblogic;java.naming.provider.url=t3://<IP Address>:<Port>/
    isTopic false
    Connection Factory Location <Connection Factory Name>
    Message Type bytes
    Factory Provider Properties java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory;java.naming.security.credentials=weblogic;java.naming.security.principal=weblogic;java.naming.provider.url=t3://<IP Address>:<port>/
    Regards,
    Anuj

  • Low value asset max.amount exceeded

    Hi all,
    When doing a full settlement in CJ88, I am getting the following error: 'Low value asset max.amount exceeded. No posting allowed'. When I have defined a new asset class, I have copied from a LVA class. The new asset class is not an LVA asset class, therefore there is no limitation. Then, why am I getting the above error?
    Please help.
    Thanks,
    Nas

    ok

  • Low Value Asset max. amount exceeded. No Posting Allowed.

    Dear All,
    We are prchasing items under low asset value asset. where low asset value is limit - 5000.
    Now  system shown the error mseeage "Low Value Asset Max Amount exceeded. No Posting Allowed." at the time MIRO tcode.
    PO - 41311*****************
    GRN - 51000***************
    Asset Items -     2 same items - value (4800 of each)
    Please anyone give the reply

    Hi Aman,
    DId you create your asset when you created your Purchase Order?
    Did you create 1 asset or 2?
    Are you trying to enter both assets in the same line in the MIRO invoice?

  • Maximum enabled 148 roles exceeded

    Dear Experts
    Hi
    please help me out from the error "Maximum enabled 148 roles exceeded"
    i am using Oracle 9i Database
    regards
    pakistan

    Hi,
    unix>oerr ora 28031
    28031, 00000, "maximum of %s enabled roles exceeded"
    // *Cause:  The user attempted to enable too many roles.
    // *Action: Enable fewer roles.This is not the total roles in the databases but the roles enabled for a particular user.
    Regards
    Anurag Tibrewal.

  • ORA-01925: maximum of 20 enabled roles exceeded

    This is a newbie question, I have a little over 48 hours of Oracle experience and could not readily find an answer. How do I set this value in an NT environemt. I have tried a couple of things I found in the help and pdf manuals but I still receive this when logging in as SYS. I need this fixed as WEBDB needs this account to install correctly. Thanks for any assistance.

    see oracle error message
    ORA-01925: maximum of num enabled roles exceeded
    Cause: The specified number of enabled roles exceeds the value specified in the initialization parameter MAX_ENABLED_ROLES.
    Action: Increase MAX_ENABLED_ROLES and restart the instance
    SO OPEN INIT.ORA file your instance is using.ADD the following line
    MAX_ENABLED_ROLES=60
    and restart the instance.
    20 is the default value
    [email protected]
    California USA
    null

  • ORA-01925 maximum of 60 enabled roles exceeded.

    Dear All,
    When I try to connect to Oracle through System/pwd@DB, it generates the following error.
    ORA-01925 maximum of string enabled roles exceeded
    Cause: The initialization parameter MAX_ENABLED_ROLES has been exceeded.
    Action: Increase MAX_ENABLED_ROLES and warm start the database.
    I just wanted to know, where this parameter, MAX_ENABLED_ROLES should be found? I looked it in init.ora, but its not there. Should this be added manually?
    Thank you,
    Zaaf

    1.when ever a parameter is not defined in the init.ora file then those parameters will take the default values
    2.To Find the exsisting value for the parameter, execute the below command
    SQL> show parameter MAX_ENABLED_ROLES
    3. This is a static parameter and the range can be between 0 to 148
    4.To change the parameter
    (i) shutdown the database
    (ii) include the parameter in init.ora file and set the value as required
    (iii) startup the database

  • ORA-01925: maximum of 30 enabled roles exceeded

    Hi all,
    We are getting "ORA-01925: maximum of 30 enabled roles exceeded" error in our alert logfile.
    We are using oracle 9.2.0.8 and the value of
    show parameer max_enabled
    max_enabled_roles integer 30

    SQL> select * from dba_role_privs;
    GRANTEE GRANTED_ROLE ADM DEF
    HO CONN NO YES
    HO CONNECT NO YES
    HO RESOURCE NO YES
    CRO CONNECT NO YES
    CRO RESOURCE NO YES
    DBA OLAP_DBA NO YES
    DBA XDBADMIN NO YES
    DBA JAVA_ADMIN NO YES
    DBA JAVA_DEPLOY NO YES
    DBA WM_ADMIN_ROLE NO YES
    DBA EXP_FULL_DATABASE NO YES
    GRANTEE GRANTED_ROLE ADM DEF
    DBA IMP_FULL_DATABASE NO YES
    DBA DELETE_CATALOG_ROLE YES YES
    DBA SELECT_CATALOG_ROLE YES YES
    DBA EXECUTE_CATALOG_ROLE YES YES
    DBA GATHER_SYSTEM_STATISTICS NO YES
    ERO CONNECT NO YES
    ERO RESOURCE NO YES
    NRO CONNECT NO YES
    NRO RESOURCE NO YES
    ODM AQ_USER_ROLE NO YES
    SRO CONNECT NO YES
    GRANTEE GRANTED_ROLE ADM DEF
    SRO RESOURCE NO YES
    SRO DELETE_CATALOG_ROLE NO YES
    SRO SELECT_CATALOG_ROLE NO YES
    SYS DBA YES YES
    SYS CONN YES YES
    SYS CTXAPP YES YES
    SYS WKUSER YES YES
    SYS CONNECT YES YES
    SYS EDP_ROLE YES YES
    SYS OLAP_DBA YES YES
    SYS RESOURCE YES YES
    GRANTEE GRANTED_ROLE ADM DEF
    SYS XDBADMIN YES YES
    SYS EJBCLIENT YES YES
    SYS OLAP_USER YES YES
    SYS JAVAIDPRIV YES YES
    SYS JAVA_ADMIN YES YES
    SYS JAVASYSPRIV YES YES
    SYS JAVA_DEPLOY YES YES
    SYS OEM_MONITOR YES YES
    SYS AQ_USER_ROLE YES YES
    SYS JAVAUSERPRIV YES YES
    SYS HS_ADMIN_ROLE YES YES
    GRANTEE GRANTED_ROLE ADM DEF
    SYS JAVADEBUGPRIV YES YES
    SYS AUTHENTICATEDUSER YES YES
    SYS EXP_FULL_DATABASE YES YES
    SYS IMP_FULL_DATABASE YES YES
    SYS DELETE_CATALOG_ROLE YES YES
    SYS SELECT_CATALOG_ROLE YES YES
    SYS EXECUTE_CATALOG_ROLE YES YES
    SYS AQ_ADMINISTRATOR_ROLE YES YES
    SYS LOGSTDBY_ADMINISTRATOR YES YES
    SYS RECOVERY_CATALOG_OWNER YES YES
    SYS GATHER_SYSTEM_STATISTICS YES YES
    GRANTEE GRANTED_ROLE ADM DEF
    WRO CONNECT NO YES
    WRO RESOURCE NO YES
    XDB RESOURCE NO YES
    XDB JAVAUSERPRIV NO YES
    RMAN CONNECT NO YES
    RMAN RESOURCE NO YES
    RMAN RECOVERY_CATALOG_OWNER NO YES
    TEST DBA NO YES
    TEST CONNECT NO YES
    ICAI4 CONNECT NO YES
    ICAI4 RESOURCE NO YES
    GRANTEE GRANTED_ROLE ADM DEF
    ICAI4 EXP_FULL_DATABASE NO YES
    ICAI4 IMP_FULL_DATABASE NO YES
    OUTLN CONNECT NO YES
    OUTLN RESOURCE NO YES
    WKSYS DBA NO YES
    WKSYS CTXAPP YES YES
    WKSYS CONNECT NO YES
    WKSYS RESOURCE NO YES
    WKSYS JAVASYSPRIV NO YES
    WKSYS JAVAUSERPRIV NO YES
    WMSYS CONNECT NO YES
    GRANTEE GRANTED_ROLE ADM DEF
    WMSYS RESOURCE NO YES
    WMSYS WM_ADMIN_ROLE YES YES
    CTXSYS CONNECT NO YES
    CTXSYS RESOURCE NO YES
    DBSNMP CONNECT NO YES
    DEEPAK CONNECT NO YES
    ITDATA CONNECT NO YES
    ITDATA RESOURCE NO YES
    ITDATA EXP_FULL_DATABASE NO YES
    ITDATA IMP_FULL_DATABASE NO YES
    ORDSYS RESOURCE NO YES
    GRANTEE GRANTED_ROLE ADM DEF
    ORDSYS JAVAUSERPRIV NO YES
    SYSTEM DBA YES YES
    SYSTEM SALES_HISTORY_ROLE YES YES
    SYSTEM AQ_ADMINISTRATOR_ROLE YES YES
    WKUSER CONNECT NO YES
    BKADMIN CONNECT NO YES
    BKADMIN RESOURCE NO YES
    BKADMIN RECOVERY_CATALOG_OWNER NO YES
    CADATA3 CONNECT NO YES
    CADATA3 RESOURCE NO YES
    CADATA3 SELECT_CATALOG_ROLE NO YES
    GRANTEE GRANTED_ROLE ADM DEF
    CADATA3 GATHER_SYSTEM_STATISTICS NO YES
    OLAPSYS CONNECT NO YES
    OLAPSYS OLAP_DBA NO YES
    OLAPSYS RESOURCE NO YES
    EDP_ROLE SELECT_CATALOG_ROLE NO YES
    OLAP_DBA SELECT_CATALOG_ROLE NO YES
    PERFSTAT SELECT_CATALOG_ROLE NO YES
    NROMEMBER CONNECT NO YES
    OLAP_USER CONNECT NO YES
    OLAP_USER RESOURCE NO YES
    OLAP_USER OEM_MONITOR NO YES
    GRANTEE GRANTED_ROLE ADM DEF
    OLAP_USER SELECT_CATALOG_ROLE NO YES
    ORDPLUGINS RESOURCE NO YES
    INDEX_MAINT DBA NO YES
    JAVASYSPRIV JAVAUSERPRIV NO YES
    OEM_MONITOR CONNECT NO YES
    OEM_MONITOR RESOURCE NO YES
    EXP_FULL_DATABASE SELECT_CATALOG_ROLE NO YES
    EXP_FULL_DATABASE EXECUTE_CATALOG_ROLE NO YES
    IMP_FULL_DATABASE SELECT_CATALOG_ROLE NO YES
    IMP_FULL_DATABASE EXECUTE_CATALOG_ROLE NO YES
    SELECT_CATALOG_ROLE HS_ADMIN_ROLE NO YES
    GRANTEE GRANTED_ROLE ADM DEF
    EXECUTE_CATALOG_ROLE HS_ADMIN_ROLE NO YES
    LOGSTDBY_ADMINISTRATOR CONNECT NO YES
    LOGSTDBY_ADMINISTRATOR RESOURCE NO YES
    124 rows selected.
    SQL>
    SQL>
    Although total no. of roles are only 30 but when i am exec ablove script it is giving me 124,why

Maybe you are looking for

  • Synching iPhone Contacts through ITunes with Google Contacts.. DUPLICATES

    I have an iPhone 3GS and a Windows 7 Computer. I can NOT figure out how to stop the duplication (or triplication +)of contacts from happening every single time i sync my phone to my google contacts. I don't have outlook - so a few months ago when I g

  • LinkSys Wireless Card connects to "Access Point" but no internet connection

    I have 2 LinkSys wireless cards. one is 802.11g, the other b. The signal for the Airport Extreme 802.11n Wi-Fi Wireless Base Station is very strong, but when I try to connect, it says "You are connected to the access point, but the Internet cannot be

  • When I try to trim my movie in elements 12, it doubles it instead of trimming it.

    I try to trim my movie in elements 12. I move the cti to the beginning of what I want eliminated and then to the end piece I want eliminated and it doubles it. How do I eliminate what I don't want in my movie?

  • Autovalues  in Access

    I have a table tha has an autonumber field as primary key. This field is also being used as a foreign key for another table. How can i know its value so as to insert it to the other table? I am looking for sth like select customer_seq.nextval from du

  • How to install Leopard without working DVD-drive?

    I have a MacBook Pro 3,1 (A1226) without a working DVD-drive and I would like to replace the existing 80Gb drive with a 320Gb drive. The hardware is no problem, I did that a few times already, but how to get the OS working? I have an TimeMachine back