Dropping tcp_wrappers support - functional implications to users

Dan McGee wrote:
tcp_wrappers support is being dropped frrom all packages and the package removed from [core]. This is due to upstream not having released a new version since April 1997. Additionally, newer daemons and applications are inconsistent in their support for libwrap, leading to confusion as to whether an application supports the library.
If you currently use /etc/hosts.allow or /etc/hosts.deny for security or logging purposes, you will need to adjust accordingly and use another tool such as iptables.
If I'm reading that correctly, does it mean that the syntax taught in the beginners guide as well as numerous other wiki articles is wrong from here on out?
syntax example:
# /etc/hosts.allow
# End of file
distccd: 192.168.0.
tcp: 192.168.0.
sshd: 192.168.0. 127.0.0.1
cupsd: 192.168.0.
nfsd: 192.168.0.
rpcbind: 192.168.0.
mountd: 192.168.0.
EDIT: the answer to my question is, yes.  A great alternative is ufw.  For an example, see this thread.
Last edited by graysky (2011-07-17 02:02:41)

Tea2 wrote:
graysky wrote:@Tea2 - I think it's due to the staleness of the package as well as the need for the devs to provide extra work just to keep the rest of the packages functional working around it.  I think ufw is a pretty good alternative.
Forgive my ignorance but what sort of work are you talking about? Surely, the work needed to keep a package working with another is upstream work, with the package maintainers ensuring that the dependencies are in order?
On the issue of alternatives, personally I hate iptables. It's more complex than it needs to be; the process of adding a single rule is a little bit tricky. Then there's no assurance it actually worked, since the syntax of a single command is a little bit confusing. I have no real issue with iptables other than it's ugly. Since Arch is based on the KISS philosophy, should we not keep the hosts files based on their simplicity? I have not used ufw, but I've checked it out in the wiki and it actually looks pretty good and I think I'll get it installed on my VPS asap so I can start experimenting with it.
I can understand removing tcp_wrappers from the default installation stack, but completely removing the option is going too far. I'm sure it can be quite comfortable in [extra] or something.
I imagine that there are many users that feel the same way that you do, so I recommend putting it into the AUR.

Similar Messages

  • Short Slo Mo video imported to Aperture or iPhoto via cable (Air Drop not supported on my iMac): only the SloMo section imports. Not the rest. Any fixes?

    Short Slo Mo video imported to Aperture or iPhoto via cable (Air Drop not supported on my iMac): only the SloMo section imports. Not the rest. Any fixes?

    Okay, as I'm working through this I see that I have to add the "Admin" account to each file with "read only" permission.  Simply changing the "everyone" account access does nothing. 
    So how do I change the permissions settings in iPhoto or Aperture to give each exported file the desired permissions?  I cannot locate a setting in the iPhoto or Aperture applications.
    Also, I added a password to the user account.  It did not change how files are output.

  • Portal runtime error on Logon Get Support functionality

    Hi portal gurus,
    I have a problem regarding logon get support functionality on welcome page , it is giving portal runtime error at that place. I had done required changes in Visual administrator under ume provider and on portal under sys administration also but what i believe the error is related to some securtiy permission of a particulat user (J2ee_Guest). pls see below a part of default trace and guide me .
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Resource
    Component : com.sap.portal.runtime.logon.default
    Component class : com.sapportals.portal.ume.component.logon.SAPMLogonComponent
    User : J2EE_GUEST
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:973)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:444)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
         at com.sapportals.portal.prt.component.AbstractComponentResponse.include(AbstractComponentResponse.java:89)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:232)
         at com.sap.security.core.logonadmin.ComponentAccessToLogic.gotoPage(ComponentAccessToLogic.java:111)
         at com.sap.security.core.sapmimp.logon.SAPMLogonLogic.executeRequest(SAPMLogonLogic.java:245)
         at com.sapportals.portal.ume.component.logon.SAPMLogonComponent.doContent(SAPMLogonComponent.java:37)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.ume.component.logon.SAPMLogonCertComponent.doContent(SAPMLogonCertComponent.java:33)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
         at java.security.AccessController.doPrivileged(AccessController.java:246)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at com.sap.portal.navigation.Gateway.service(Gateway.java:126)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:219)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: com.sapportals.portal.prt.component.PortalComponentException: Original exception:
         at sapportalsjspumLogonPage.doContent(_sapportalsjsp_umLogonPage.java:73)
         at sapportalsjspumLogonPage.service(_sapportalsjsp_umLogonPage.java:47)
         at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:360)
         at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
         ... 49 more
    Caused by: java.lang.NullPointerException
         at java.net.URLDecoder.decode(URLDecoder.java:139)
         at java.net.URLDecoder.decode(URLDecoder.java:103)
         at com.sap.security.core.sapmimp.logon.LogonBean.getLogonURL(LogonBean.java:122)
         at sapportalsjspumLogonPage.subDoContent(_sapportalsjsp_umLogonPage.java:871)
         at sapportalsjspumLogonPage.doContent(_sapportalsjsp_umLogonPage.java:67)
         ... 53 more

    Hi Prachi,
    ESS configuration guides -
    [Business package of ESS my SAP erp 2005|http://www.appsconsulting.co.za/SAP_PDF/BP_ESS_672_EN_2005.pdf]
    [Configuring Business Package for ESS mySAP ERP 2004|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/21eb036a-0a01-0010-25a3-b2224432640a]
    MSS configuration guide -
    [MSS my SAP ERP 2005|http://www.appsconsulting.co.za/SAP_PDF/BP_MSS_600_EN_ERP_2005.pdf]
    [MSS my SAP ERP 2004|http://www.appsconsulting.co.za/SAP_PDF/BP_MSS_601_EN_ERP_2004.pdf]
    Hope these helps,
    Reward points if helpful
    Regards,
    Shailesh Nagar

  • SAP HCM Support Function reg

    Hi All
    I have 4 Years of Experience in SAP HCM End user support and I also got a job offer for SAP HCM Support from one of the big company.
    If I continue my career in SAP Support what will be my future career, whether is there any big career opportunities available in future for Support function.
    Please suggest your views
    Thanks

    I agree with Colleen,
    There is a general perception among many that Support project work is degrading, boring, monotonous, non-challenging, lack-of-learning-opportunities etc.
    Those who say this, have actually no real work experience or are ignorant of world they live in. A support project is as important as an Implementation or a Roll-out project. Most Implementation and Roll-out projects are a 100m dash to the finish line. No one is bothered whether you flew or limped to the finish-line - as long as you completed the run within a decent timeline. The real challenge of Support project is in fixing a hurriedly set-up system without taking into consideration future performance or sustainability. These points have been discussed many times(even recently).
    Even if the above reasons don't excite here's one more. All Implementation/roll-out projects are short term and you'll end up searching for projects within months of beginning one, whereas Support projects are long-term and hence give you more stability and reassurance of steady revenue.
    pk
    PS: And this comes from a person who's worked in Implementation/Rollout/Upgrade projects for 70% of his total SAP project experience.

  • [svn] 3045: Fix FB-13900: Expression Evaluator: 'is' and 'as' expressions return 'Target player does not support function calls'

    Revision: 3045
    Author: [email protected]
    Date: 2008-08-29 10:59:25 -0700 (Fri, 29 Aug 2008)
    Log Message:
    Fix FB-13900: Expression Evaluator: 'is' and 'as' expressions return 'Target player does not support function calls'
    Ticket Links:
    http://bugs.adobe.com/jira/browse/FB-13900
    Modified Paths:
    flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/concrete/BinaryOp.java
    flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/concrete/PlayerSession.java

    Revision: 3045
    Author: [email protected]
    Date: 2008-08-29 10:59:25 -0700 (Fri, 29 Aug 2008)
    Log Message:
    Fix FB-13900: Expression Evaluator: 'is' and 'as' expressions return 'Target player does not support function calls'
    Ticket Links:
    http://bugs.adobe.com/jira/browse/FB-13900
    Modified Paths:
    flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/concrete/BinaryOp.java
    flex/sdk/trunk/modules/debugger/src/java/flash/tools/debugger/concrete/PlayerSession.java

  • EDMS: 'Missing authorization for this functionality' when searching user

    Hi,
    I've activated ALC authorization for DMS. In EDMS, when trying to add an user to a DIR with search function an error occurres as below.
    'Missing authorization for this functionality'
    BTW, the user has contains SAP_ALL profile. It can't be any authorization reasons.
    Regards,
    Yemi

    Hi,
    authorization checks will not happen if the search help from sap-gui.I
    think the problem is releted to missing implementation of "check
    function module" from your side. If the search help is linked to a
    "master data table" (type A) a check function must be implemented to
    check the permission of the user.
    This function module is read from table BAPIF4T.                 Please
    check the following link:                                 http://help.sa
    p.com/saphelp_nw04/helpdata/en/a5/3eca044ac011d189
    4e0000e829fbbd/content.htm
    http://wiki.sdn.sap.com/wiki/display/PLM/Object+Link+search+in+EasyDMS
    Regards,
    Hari

  • I read that Chrome was dropping npapi support - In the article it said that firefox was in December. Is this true? I cannot find a source.

    I read that Chrome was dropping npapi support - In the article it said that firefox was in December. Is this true? I cannot find a source.

    http://techcrunch.com/2013/09/23/say-goodbye-to-npapi/
    The article is misleading. As written it looks like it is being blocked, but it is the click to play feature they are talking about.

  • DRG-11110: matches does not support functional invocation

    Hi all,
    We are working on the some prototype and we hit this road block.
    When 'matches' was included with other conditions in query and used in pl/sql we are getting this error.
    Oracle Text error: DRG-11110: matches does not support functional invocation
    We tried including the hint /*+ index(t2 t2x) */ * (t2 table and t2x index ) in query but it didn't help.
    The query works fine from SQL developer, but included in pl/sql gives the error 9 out of 10times.
    Is there something that anyone can help
    Regards,
    Chaitanya.

    The optimizer tends to choose functional invocation, which will cause the query to fail, when the structured portion of the query is most restrictive. So you will need to stop it from selecting what might otherwise be the most efficient plan at the times when you might have otherwise gained the most performance benefit from it. You want to try to force the optimizer to use the domain index to select the rows based on the matches criteria first, then evaluate the other conditions. You will need to experiment with things like your date filter to see if that causes funcitonal invocation or not. It will depend on how restricitve that is, whether there is an index on the date column and whether there is a small enough amount of data to do a full table scan benficially. You might benefit from hints but the "rownum > 0" seems to have the most consistent effect. You can use "explain plan for" on a query that fails to see what it was trying to do. Notice the difference in the execution plans below for the first failed query and the second working query that uses the domain index.
    SCOTT@orcl_11g> SET AUTOTRACE ON EXPLAIN
    SCOTT@orcl_11g> SELECT req_id, request, query_id, query_string
      2  FROM   queries, requests, tmptab
      3  WHERE  matches (query_string, request) > 0
      4  AND    tmptab.ID = query_id
      5  /
    SELECT req_id, request, query_id, query_string
    ERROR at line 1:
    ORA-20000: Oracle Text error:
    DRG-11110: matches does not support functional invocation
    SCOTT@orcl_11g> SET AUTOTRACE OFF
    SCOTT@orcl_11g> EXPLAIN PLAN FOR
      2  SELECT req_id, request, query_id, query_string
      3  FROM   queries, requests, tmptab
      4  WHERE  matches (query_string, request) > 0
      5  AND    tmptab.ID = query_id
      6  /
    Explained.
    SCOTT@orcl_11g> SELECT * FROM TABLE (DBMS_XPLAN.DISPLAY)
      2  /
    PLAN_TABLE_OUTPUT
    Plan hash value: 3854985881
    | Id  | Operation           | Name     | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT    |          |     1 |   855 |    13   (8)| 00:00:01 |
    |   1 |  NESTED LOOPS       |          |     1 |   855 |    13   (8)| 00:00:01 |
    |*  2 |   HASH JOIN         |          |     3 |  1320 |     7  (15)| 00:00:01 |
    |   3 |    TABLE ACCESS FULL| TMPTAB   |     3 |    39 |     3   (0)| 00:00:01 |
    |   4 |    TABLE ACCESS FULL| QUERIES  |   300 |   125K|     3   (0)| 00:00:01 |
    |*  5 |   TABLE ACCESS FULL | REQUESTS |     1 |   415 |     2   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       2 - access("TMPTAB"."ID"="QUERY_ID")
       5 - filter("CTXSYS"."MATCHES"("QUERY_STRING","REQUEST")>0)
    Note
       - dynamic sampling used for this statement
    22 rows selected.
    SCOTT@orcl_11g> DELETE plan_table
      2  /
    6 rows deleted.
    SCOTT@orcl_11g> SET AUTOTRACE ON EXPLAIN
    SCOTT@orcl_11g> SELECT req_id, request, query_id, query_string
      2  FROM   (SELECT req_id, request, query_id, query_string
      3            FROM   queries, requests
      4            WHERE  matches (query_string, request) > 0
      5            AND    ROWNUM > 0),
      6           tmptab
      7  WHERE tmptab.ID = query_id
      8  /
        REQ_ID REQUEST           QUERY_ID QUERY_STRING
             1 A B C                  699 A | B
             2 B C                    699 A | B
    Execution Plan
    Plan hash value: 615182442
    | Id  | Operation                        | Name             | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT                 |                  |    45 | 37935 |    14   (8)| 00:00:01 |
    |*  1 |  HASH JOIN                       |                  |    45 | 37935 |    14   (8)| 00:00:01 |
    |   2 |   TABLE ACCESS FULL              | TMPTAB           |     3 |    39 |     3   (0)| 00:00:01 |
    |   3 |   VIEW                           |                  |    45 | 37350 |    10   (0)| 00:00:01 |
    |   4 |    COUNT                         |                  |       |       |            |          |
    |*  5 |     FILTER                       |                  |       |       |            |          |
    |   6 |      NESTED LOOPS                |                  |    45 | 37890 |    10   (0)| 00:00:01 |
    |   7 |       TABLE ACCESS FULL          | REQUESTS         |     3 |  1245 |     3   (0)| 00:00:01 |
    |   8 |       TABLE ACCESS BY INDEX ROWID| QUERIES          |    15 |  6405 |    10   (0)| 00:00:01 |
    |*  9 |        DOMAIN INDEX              | QUERY_STRING_IDX |       |       |     0   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       1 - access("TMPTAB"."ID"="QUERY_ID")
       5 - filter(ROWNUM>0)
       9 - access("CTXSYS"."MATCHES"("QUERY_STRING","REQUEST")>0)
    Note
       - dynamic sampling used for this statement
    SCOTT@orcl_11g>

  • How to create Support function for internal Class use

    I have created a class to find the MoonRise and Set time. There is a java code available and I am translating it to Obj-C.
    My problem is that for the calculation there are many support functions which is internally used. When I try to duplicate this as follows
    -(double) frac:(double)x {
    // returns the fractional part of x as used in minimoon and minisun
    double a;
    a = x - floor(x);
    if (a < 0) a += 1;
    return a;
    -(void)minimoon:(double)t {
    // takes t and returns the geocentric ra and dec in an array mooneq
    // claimed good to 5' (angle) in ra and 1' in dec
    // tallies with another approximate method and with ICE for a couple of dates
    double L0, L, LS, F, D, H, S, N, DL, CB, L_moon, B_moon, V, W, X, Y, Z, RHO;
    //var mooneq = new Array;
    L0 = frac(0.606433 + 1336.855225 * t); // mean longitude of moon
    At this point it gives an error implicit declaration of function frac,
    My question is how to create such helper functions which are used internally, actually there are many such functions where functionA call B which calls C.
    Thanks
    Raj

    Here's yet another approach (creating a private category):
    @interface MYClass (Private)
    - (double)frac:(double)x;
    @end
    @implementation MYClass
    - (void)minimoon:(double)t {
    // takes t and returns the geocentric ra and dec in an array mooneq
    // claimed good to 5' (angle) in ra and 1' in dec
    // tallies with another approximate method and with ICE for a couple of dates
    double L0, L, LS, F, D, H, S, N, DL, CB, L_moon, B_moon, V, W, X, Y, Z, RHO;
    //var mooneq = new Array;
    L0 = [self frac:(0.606433 + 1336.855225 * t)]; // mean longitude of moon
    - (double)frac:(double)x
    // returns the fractional part of x as used in minimoon and minisun
    double a;
    a = x - floor(x);
    if (a < 0) a += 1;
    return a;
    @end
    <div class="jive-quote">rajkhand wrote:
    I liked the first method as I don't have to change much of the java code.
    I like it too. I use that very regularly (though I often use C++/Objective C++), since there is typically a lot of implementation in any class that does not need to be an ObjC instance method. This approach helps to reduce the object's interface to its essentials while keeping maintenance low.
    I'll put all the helper functions above the implementation.
    Is there a good book/web site where I can get such insight? I know C and Delphi/pascal
    Well, Objective-C is a superset of C. If you're porting Java, you'll find protocols (ObjC) similar to interfaces (Java).
    *Getting Started*
    Apple's version of ObjC is different from others. For the language, Apple's docs are the standard (IMO):
    Language:
    http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/ObjC.pdf
    If you are comfortable with C, this guide will help learning Objective-C quickly, though it has not been updated for (Apple's) Objective-C 2.0:
    http://www.amazon.com/Objective-C-Pocket-Reference-Andrew-Duncan/dp/0596004230/r ef=sr14?ie=UTF8&s=books&qid=1245404236&sr=8-4
    There are a few books on the ObjC2 language, but I have not read them (I just read Apple's docs for this).
    OOP/Design:
    http://developer.apple.com/documentation/Cocoa/Conceptual/OOPObjC/OOPObjC.pdf
    Research
    Good site for archives of tips, tricks, and even some hacks:
    http://www.cocoadev.com/
    Apple's lists (Cocoa, Xcode, ObjC, and specific technologies):
    http://lists.apple.com/mailman/listinfo
    This one sees the most traffic for Cocoa, and ObjC topics :
    http://lists.apple.com/mailman/listinfo/cocoa-dev
    Online archive for aforementioned Xcode and Cocoa list submissions:
    http://www.cocoabuilder.com/
    There are a lot of good sites/blogs out there as well.
    Questions
    Apple's lists (linked above) will typically yield good answers in a short time, you can also try here.
    Thanks a million
    Raj
    You're Welcome,
    J

  • DRG-10849 catsearch does not support functional invocation

    I have this error message: DRG-10849 catsearch does not support functional invocation
    this is my query:
    SELECT *
    FROM
    (SELECT
    /*+ FIRST_ROWS(50) */
    NTQ.*,
    ROWNUM RNUM1
    FROM
    (SELECT
    /*+ INDEX(DL_TSD_DEFTR_CI) */
    FROM ima_ol.DL_TSD_SITUATION s
    WHERE (CATSEARCH(DEF_TRANS,'milano ',NULL)>0)
    AND (s.FORECAST = 0)
    AND (s.STATE IN (1,0,4))
    AND (s.ARCH_STATE = 0)
    ORDER BY s.VET_TS DESC
    ) NTQ
    WHERE ROWNUM <=50
    WHERE RNUM1 >=1
    my oracle and system version:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    PL/SQL Release 11.1.0.7.0 - Production
    "CORE 11.1.0.7.0 Production"
    TNS for Solaris: Version 11.1.0.7.0 - Production
    NLSRTL Version 11.1.0.7.0 - Production
    have suggested that to solve the problem I should alter the statistics of the offending table to force to use this index how do I do?
    thanks in advance

    there is a topic which is older. maybe it helped.
    Oracle Text 10g Release 2

  • BO 4.0 on HANA Supported Functionality

    I have BO 4.0 SP5 connected to Native HANA.
    In a reporting functionality point of view, I would like to understand the supported functionality and limitations of connecting BO to Native HANA as compared to BO to BW. e.g. Advantages / Disadvantages for Reporting Directly on HANA vs BW.
    I am interested comparisons like
    - Hierarchies
    - Security (Data Authorization)
    - Currency Conversion (BEx)
    - Scaling Factor 

    Not sure this gets into those details but this is a start: What is new with BI4.1 with SAP HANA – ASUG Webcast

  • What are the overall responsibilities of a support functional HR consul

    What are the overall responsibilities of a support functional HR consultant?
    Dear 
    Member please read the forum Rules before posting the question
    Welcome and Rules of Engagement

    GOT IT FROM THE WIKI

  • CS07 - Functional Module ? User Exit ?

    Hi ,
    Is anybody can give me some instruction ?
    We would like trigger another program which we developed by ourself when use T-Code:CS07 to assign BOM to Plant .
    Is any functional module or user exit we can use ?
    Thanks !

    Hi Denny,
    The following are the User Exits available for CS07 transaction,
    PCSD0001            Applications development R/3 BOMS
    PCSD0002            BOMs: Customer fields in item
    PCSD0003            BOMs: Customer fields in header
    PCSD0004            BOM comparison
    PCSD0005            BOMs: component check for material items
    PCSD0006            Mass changes user exit
    PCSD0007            Check changes in STKO
    PCSD0008            WBS BOM: Customer-specific explosion for creating
    PCSD0009            Order/WBS BOM, determine URL page
    PCSD0010            Order/WBS BOM, determine explosion date
    PCSD0011            Knowledge-based order BOM, parallel update
    PCSD0012            Customer - Mat. number/mat. number during material exchange
    PCSD0013            Customer-specific processing of an explosion for BOM browser
    Please select the appropriate exit which meets ur requirement.
    Reward Points if useful.
    Thanks & regards
    Mahesh

  • Which trxn for Support staff to terminate users in a Load Balance system

    We have trxn sm04, but it will only provide users that are logged into the system that you have been sent to in a load balance environment.
    I was also considering al08, but that does not allow support staff to terminate users.
    Is there another trxn?
    Please advise, we want to determine a strategy for the support staff before we roll out load balancing to all SAP users
    B.Regards,
    Maria

    >
    nirmal konchada wrote:
    > Hi,
    >
    > In ST03 ransaction you have something called as transaction list, there you can find your transaction and after double clicking it you can find the list of users working on that transaction.
    >
    > Once the list is clear you can disconnect the user through SM51.
    >
    >
    > Regards,
    > Nirmal.K
    Thank you for the advise.  However I cannot locate in transaction ST03 the information you indicated.  Also, your directions are confusing to me.
    Maria

  • Function of the users in Oracle10g !

    Dear Friends ,
    Would any body plz tell me in Oracle10g , what is the function of each user ?
    For example , OUTLN user uses for the Stored Procedure , like this , what are the
    other users function ?
    SQL> select username from dba_users;
    USERNAME
    MGMT_VIEW
    SYS
    SYSTEM
    DBSNMP
    SYSMAN
    OUTLN
    MDSYS
    ORDSYS
    CTXSYS
    ANONYMOUS
    EXFSYS
    DMSYS
    WMSYS
    XDB
    ORDPLUGINS
    SI_INFORMTN_SCHEMA
    OLAPSYS
    MDDATA
    DIP
    SCOTT
    TSMSYS
    21 rows selected.
    Give me some helping doc source ....Thx .

    http://space.itpub.net/304518/viewspace-629916

Maybe you are looking for

  • Different Depr Areas for different Company Code

    Hi Gurus, We have the followings: i   We have 1 Chart of Depr ii  Company Codes A & B (common ChoA) iii Depreciation Areas: 1, 2 and 3 Each Depr Area has its own accounts in AO90. I check the "Depr Area block" indicator, say for area 3, when I do AS0

  • Error in sending mail with dbms_job

    Hello, I have a procedure, that sends e-mails. Procedure works fine and sends the e-mails as far as I execute it from APEX "SQL Commands". It also causes no errors when I have submitted it to DBMS_JOB, but the procedure does not need to send any e-ma

  • HT4623 HOW TO KNOW MY I PAD MODULE

    i buy a new i pad and i want to know what`s my module ?

  • Ask for a sql sentence(procedure) for copy data to themselves' table

    two tables order and orderitem,there are relationship table; order's id is PK orderitem's id is PK,and parentId is FK. and all id are created by sequences:order_id_seq and orderitem_id_seq. order id name 1 aaa 2 bbb orderitem id parentId num 1 1 100

  • Exception handeling at different layer!

    Hello All, My apps design has the following layer: JSF(front-end) -> Business Delegates (POJO) -> EJB3 (Session Facade) -> POJO (DAO) -> Hibernate --> DB. Now i am little confused for exception handeling. I have following approaches in mind. 1- Propo