Proxy Execution Authorization

In order to control if the user has permission to execute an enterprice services i thinking in a custom development in the BADI in of each proxy.
i was thinking in a custom scenario that catch the runtime constant INTERFACE which contain the name in the service executed, each service has a transaction call related (this information is in an standadr table). so i thinking to develop in the Badi in do this
BADI IN----
method  if_mapping-execute
data: l_sender_service type string.
l_sender_service = param->get( if_mapping_param=>INTERFACE)
BADI IN----
but  i cannot intance the method.
does anyone knows how to do this?
is this the best way or there is another possibility?
Rgds
RP

hi babu,
check this parameter: icm/conn_timeout and icm/keep_alive_timeout - you need to increase the time
Check this weblog also
/people/michal.krawczyk2/blog/2006/06/08/xi-timeouts-timeouts-timeouts
regards
Ramesh P

Similar Messages

  • How to clear proxy-server authorization form in Firefox?

    How to clear proxy-server authorization form in Firefox?

    Click Tools | Options | Advanced and then click the Network tab.
    Then click the Settings button and choose "No Proxy" in the next menu. See also: [https://support.mozilla.com/en-US/kb/Options%20window%20-%20Advanced%20panel?as=u#w_network-tab Network Settings]
    Incidentally, your Java installation is very old and exposes your system to attack. Update via http://www.java.com/en/<br><br>
    Please also visit to the [http://www.mozilla.com/en-US/plugincheck/ Plugins Check] page and update where necessary.

  • Proxy Sender (Authorization Issue)

    Hi Guys
    I've got a scenario where a proxy is triggered in ECC (ECQCLNT350) and goes to XI (XIQCLNT350). I've got the scenarion setup in XI and when I trigger the proxy in ECC it fails in sxmb_moni with an status error (No vendor specified) and when I go to the trace I get:
    Login failed
    What happened?
    The call to the URL http://*****:0000/sap/xi/engine/ was canceled due to incorrect credentials.
    Reference
    The registration was carried in the system XIQ.
    The application is really being processed FR The client 350 and the user, and the language.
    You may do what?
    If you still verfgen about no user ID, contact your system administrator.
    Error code: ICF-LE-http-c :250-l:-T :4-C :6-U:-P:-L: 6
    HTTP 401 - Unauthorized
    Your SAP Internet Communication Framework Team
    I have the message in my XIQ monitor (sxmb_moni) so it fails on ECC, is this a proxy error or does it lie on XI's side and how would I go about fixing this?
    Thanks,
    Jan
    Edited by: Jan de Lange on Aug 3, 2010 10:50 AM

    Hi Jan,
    it seesm that the user and pwd of your RFC destination from ECC to PI is not correct .
    check the RFC destiantion of type H   and see that path prefix is /sap/xi/engine?type=entry
    and the user in the LOgon security section is not locked.
    You can check SLDCHECK and SLDAPICUST also that its working fine .
    Regards,
    Saurabh

  • RFC BAPI execution authorizations.

    Hi all.
    In my company development teams are trying to use SAP RFC connections in order to connect it's .NET, java, etc applications. They need a sap user to establish the connection and I don't know what authorizations (objects) I need to put in their roles in order to allow the connection estrictly to the BAPIs the need to use.
    I used to put transactions on a role, but with BAPIs and function modules I don't know how to proceed. I need to create a transaction for every BAPI or FM they need?.
    Thanks in advance for your help.

    Rolls-Royce solution:  Create a test frame in SE37 and execute the BAPI(s) in sequence with an ST01 trace on providing only the import parameters which you want to use and activate in them. This will influence the checks performed, so just looking in the code is not enough...
    Then maintain SU24 for the BAPI (not a transaction code!) and add the BAPI to the role menu (ignore S_DEVELOP and the other usual red-herrings in the trace).
    BAPIs by definition should never make an S_TCODE authority-check so you should never need to grant any.
    Cheers,
    Julius

  • Error during proxy execution

    Hi All,
             I have created a datatype in XI using external definition.
    In ECC when we generate proxy it's successful but when we try to execute the proxy from sproxy for testing purposes, we get a ABAP dump saying 'GETWA_NOT_ASSIGNED'.
    The external difinition  imported is:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:sce-com:xi:hcm:CourseCompletionData" targetNamespace="urn:sce-com:xi:hcm:CourseCompletionData">
         <xsd:element name="MT_SAPCourseCompletionDataRequest">
                   <xsd:complexType>
                        <xsd:sequence>
                             <xsd:element ref="DT_SAPCourseCompletionDataRequest" />
                        </xsd:sequence>
                   </xsd:complexType>
         </xsd:element>     
         <xsd:element name="DT_SAPCourseCompletionDataRequest">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="MessageHeader" />
                        <xsd:element ref="MessagePayload" />
                   </xsd:sequence>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="MessageHeader">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="SystemOfOrigin" />
                        <xsd:element ref="InterfaceID" />
                        <xsd:element ref="UniqueID" />
                        <xsd:element ref="ProcessArea" />
                        <xsd:element ref="OtherArea" />
                   </xsd:sequence>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="SystemOfOrigin" type="xsd:string" />
         <xsd:element name="UniqueID" type="xsd:string" />
         <xsd:element name="InterfaceID" type="xsd:string" />
         <xsd:element name="ProcessArea" type="xsd:string" />
         <xsd:element name="OtherArea">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="Identifier" minOccurs="0" />
                   </xsd:sequence>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="Identifier">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="Name" />
                        <xsd:element ref="Value" />
                   </xsd:sequence>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="Name" type="xsd:string" />
         <xsd:element name="Value" type="xsd:string" />
         <xsd:element name="MessagePayload">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="Record" maxOccurs="unbounded" />
                   </xsd:sequence>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="Record">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="CourseRequest" />
                   </xsd:sequence>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="CourseRequest">
              <xsd:complexType>
                   <xsd:sequence>
                        <xsd:element ref="SSN" minOccurs="0" />
                        <xsd:element ref="NANTelCourseID" minOccurs="0" />
                        <xsd:element ref="StartDate" minOccurs="0" />
                        <xsd:element ref="StartTime" minOccurs="0" />
                        <xsd:element ref="EndDate" minOccurs="0" />
                        <xsd:element ref="EndTime" minOccurs="0" />
                   </xsd:sequence>
              </xsd:complexType>
         </xsd:element>
         <xsd:element name="SSN" type="xsd:string" />
         <xsd:element name="NANTelCourseID" type="xsd:integer" />
         <xsd:element name="StartDate" type="xsd:date" />
         <xsd:element name="EndDate" type="xsd:date" />
         <xsd:element name="StartTime" type="xsd:time" />
         <xsd:element name="EndTime" type="xsd:time" />
    </xsd:schema>
    Pls advice if something wrong with the structure..
    XIer
    Edited by: XIer on May 22, 2008 8:16 AM

    Hi
    Try with this thread it shows solution.
    /thread/133728 [original link is broken]
    Implement note 997289/1020250
    Regards
    Abhishek Mahajan
    **Reward Points if helpful*

  • Cosuming web service using consumer proxy - not getting the output

    Hello All,
    I am not getting the consumer proxy output structue filled though the web service is successfully executed. I did the following steps.
    1. Created a webservice form RFC BAPISDORDER_GETDETAILEDLIST
    2. Created a consumer proxy for the above created WSDL document.
    3. Tested the service by executing the proxy directly by feeding the input in the XML (sales document and partner view). it is working fine
    4. Created a program to access the consumer proxy by passing the input(same input as per XML). I am not getting the output in the proxy output structure ( but I can see the RFC is successfully executed and having the right values in the debugging mode).
    Is this the issue is due to the date fields (XML cannot consider a blank date )?
    Please note: the partner output table parameter in the bapi (output I am looking for ) is not having any date fields.
    Please help me to sort out this issue.
    Thanks,
    Gopi

    Hi Gopi,
    From your description, I assume you used the SE37 transaction's menu option Utilities -> More Utilities -> Create Web Service -> From the Function Module, to expose the BAPI concerned as a Web Service.
    If this is the case, then it is possible that you are falling foul of your SAP User ID not having the necessary Remote Function Call authorization to execute the BAPI.
    A prerequisite for successfully calling an RFC-enabled Function Module (which is what a BAPI is) is that the User ID used to call the function module must have the required RFC authorization (Authorization Object S_RFC).  For example, when calling function module BAPI_CUSTOMER_GET_ROOT, if the User ID lacks the requisite authorization in the target system, the following error message will be received by the Consuming application:
        User <User ID> has no RFC authorization for function group V02HBAPI.
    Notice, as you can see from the above message, RFC execution authorization is implemented at the Function Group level, not at the Function Module level.  In othere words, granting a user the authorization to a function group (authorization object S_RFC) enables the user to execute all RFC-enabled function modules contained within that function group.
    I am guessing the BAPI works for you in debug mode because you are not calling the BAPI remotely.
    Let me know if this helps.
    Best Regards,
    Andy.

  • Message processing is stopped - Exactly Once Async Abap Proxy

    Hi Guys
    I have two JDBC->Xi->Abap Proxy scenarios. The Abap Proxiy server is in a BW 3.1 with SAP WebAS 6.20 (XI 2.0) and the XI is the XI 3.0 (NetWeaver 2004s).
    First scenario is synchronous. It works without problem.
    Second scenario is asynchronous and a processing of message stops at the Receiver Grouping stage.
    So, there are only 3 stages in Integration Engine:
    1. Inbound Message (CENTRAL)
    2. Receiver Grouping
    3. Response (I don't understand why Response is appeared!!!)
    Message don't go to BW. Nevertheless message status is successful !
    Can somebody help me?
    Best regards,
    Denis.
    Edited by: Denis Vezhov on Feb 5, 2008 1:01 PM

    hi
    in bw, check tcode
    sxi_monitor and see if message passed to bw, here, the status could be error, but in XI success.
    if no message, in proxy define next code
    data: i_aux type int value 1
    while  i_aux EQ 1
    endwhile
    execute your scenario, them in bw go to SM50 and look for your proxy ZAIIXXX.
    go to programs/session --> program --> debugging and chek the proxy execution.
    also verify the configuration of your CC
    Addressing type: URL Address
    Target Host: the host you create the proxy (bi,bw)
    service number: Port http, you can get it in TCODE SMICM
    Path: /sap/xi/engine?type=receiver
    QoS = EO
    Hope it helps.
    Thanks
    Rodrigo
    Edited by: Rodrigo Pertierra on Feb 5, 2008 9:43 AM

  • Authorizations for Query loading

    Hi,
    We provided the authorization for EP screen and backend is BW while opening an screen we are getting an error " no authorizations for Loading a query" please can anyone will help me for this.. which authorization is require for laoding up query...
    Thanks
    Sonu

    Hi,
    Please create a role for the reporting user in T code PFCG.
    Assign execute authorization for the query using authorization object
    S_RS_COMP and S_RS_COMP1.
    Assign the role to the user.
    Basic idea is to make sure the user has execution authorization for the query you are running in Portal.
    Please see below link
    http://help.sap.com/saphelp_nw70/helpdata/EN/f8/7913426e48db2ce10000000a1550b0/frameset.htm
    Regards,
    Nitin

  • Proxy Authentication Support

    All,
    Just figured I'd share this workaround.
    We've been trying to use 10.1.0.4's proxy authentication functionality with our ISA Proxy servers and it just doesn't work with ISA servers due to well...Microsoft's inability to conform to industry standards... :-/
    Anyway, Came up with create and stable workaround. We stood up a copy of this:
    http://ntlmaps.sourceforge.net/
    Which is basically a NTLM Authentication - Proxy Forwarder. Extremely simple Python based daemon.
    Figured this might save you some trouble if you're company forces NTLM Proxy based auth to get to the net and you're wondering how to hook OEM up to Metalink.

    Actually, there's quite a bit more to it than that.
    proxyHost= IP address of the proxy server
    proxyPort= port number of the proxy server
    proxyUser= User name for proxy server authorization
    proxyPwd= password for proxy server authorization
    proxyRealm= proxy server realm
    proxyPropsEncrypted= flag indicating whether proxyUser and proxyPwd are encrypted values.
    However, when configuring for proxy auth by specifying the realm user and pwd for the authentication user, it doesn't work with an Microsoft ISA Proxy despite the fact that both the ISA Proxy is configured for basic auth support and httpclient.jar supports basic auth as well.
    It has "issues" in the negotiation phase. The issue's being worked with Oracle Development. Hence, the reason for my original post. Those who run into the problem will appreciate finding a solution in the search engine. :)

  • Ora-00001 error occured while upgrading 10.2.0.4 to 11.2.0.3

    Hi all,
    I am facing 'ora-00001: Unique constraint(SYSMAN.MGMT_PRIV_GRANTS_PK) violated' while upgrading 10.2.0.4 database to 11.2.0.3 using DBUA. Need urgent help in resolving this.
    Thanks
    Sandeep

    Hi srini,
    Yes, all the actions required by pre-upgrade tool are performed.
    In our case dbua related logs are present in $ORACLE_BASE/cfgtoollogs/dbua/logs folder.
    Files under this folder are:
    1.) sqls.log 2.) trace.log
    Last 100 lines from trace.log file
    [Thread-52] [ 2012-10-24 13:59:01.749 GMT+05:30 ] [Util.<init>:95] Util Instance created.
    [Thread-52] [ 2012-10-24 13:59:01.762 GMT+05:30 ] [OracleHome.getVersion:889] OracleHome.getVersion called. Current Version: null
    [Thread-52] [ 2012-10-24 13:59:01.768 GMT+05:30 ] [InventoryUtil.getOUIInvSession:347] setting OUI READ level to ACCESSLEVEL_READ_LOCKLESS
    [Thread-52] [ 2012-10-24 13:59:01.769 GMT+05:30 ] [OracleHome.getVersion:908] Homeinfo /nhi2/app/oracle11g/product/11.2.0/dbhome_1,7
    [Finalizer thread] [ 2012-10-24 13:59:01.822 GMT+05:30 ] [Util.finalize:126] Util: finalized called for oracle.ops.mgmt.has.Util@a360a36
    [Finalizer thread] [ 2012-10-24 13:59:01.822 GMT+05:30 ] [Util.finalize:126] Util: finalized called for oracle.ops.mgmt.has.Util@1700170
    [Thread-52] [ 2012-10-24 13:59:01.960 GMT+05:30 ] [OracleHome.getVersion:936] OracleHome.server.getVersion Version: 11.2.0.3.0
    [Thread-52] [ 2012-10-24 13:59:01.960 GMT+05:30 ] [OracleHome.getVersion:957] Current Version From Inventory: 11.2.0.3.0
    [Thread-52] [ 2012-10-24 13:59:01.960 GMT+05:30 ] [OracleHome.getVersion:889] OracleHome.getVersion called. Current Version: 11.2.0.3.0
    [Thread-52] [ 2012-10-24 13:59:01.961 GMT+05:30 ] [OracleHome.getVersion:957] Current Version From Inventory: 11.2.0.3.0
    [Thread-52] [ 2012-10-24 13:59:01.961 GMT+05:30 ] [CommonUtils.createPasswordFile:604] calling new orapwd for 11.1 or higher
    [Thread-52] [ 2012-10-24 13:59:01.963 GMT+05:30 ] [OsUtilsBase.execProg:2183] beginning execProg with input array.
    [Thread-52] [ 2012-10-24 13:59:02.046 GMT+05:30 ] [OsUtilsBase.execProg:2220] finished execProg with input array. Status:0
    [Thread-52] [ 2012-10-24 13:59:02.046 GMT+05:30 ] [OracleHome.initOptions:1236] Initializing Database Options with for dummy sid=DBUA5901749 using initfile=/nhi2/app/oracle11g/product/11.2.0/dbhome_1/dbs/initDBUA5901749.ora using pwdfile=/nhi2/app/oracle11g/product/11.2.0/dbhome_1/dbs/orapwDBUA5901749
    [Thread-52] [ 2012-10-24 13:59:02.047 GMT+05:30 ] [OracleHome.getVersion:889] OracleHome.getVersion called. Current Version: 11.2.0.3.0
    [Thread-52] [ 2012-10-24 13:59:02.047 GMT+05:30 ] [OracleHome.getVersion:957] Current Version From Inventory: 11.2.0.3.0
    [Thread-52] [ 2012-10-24 13:59:02.047 GMT+05:30 ] [OracleHome.getVersion:889] OracleHome.getVersion called. Current Version: 11.2.0.3.0
    [Thread-52] [ 2012-10-24 13:59:02.047 GMT+05:30 ] [OracleHome.getVersion:957] Current Version From Inventory: 11.2.0.3.0
    [Thread-52] [ 2012-10-24 13:59:02.047 GMT+05:30 ] [OracleHome.getVersion:889] OracleHome.getVersion called. Current Version: 11.2.0.3.0
    [Thread-52] [ 2012-10-24 13:59:02.048 GMT+05:30 ] [OracleHome.getVersion:957] Current Version From Inventory: 11.2.0.3.0
    [Thread-52] [ 2012-10-24 13:59:02.048 GMT+05:30 ] [SQLPlusEngine.getCmmdParams:222] m_home 11.2.0.3.0
    [Thread-52] [ 2012-10-24 13:59:02.048 GMT+05:30 ] [SQLPlusEngine.getCmmdParams:223] version > 112 true
    [Thread-52] [ 2012-10-24 13:59:02.048 GMT+05:30 ] [SQLEngine.getEnvParams:555] Default NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-52] [ 2012-10-24 13:59:02.049 GMT+05:30 ] [SQLEngine.getEnvParams:565] NLS_LANG: AMERICAN_AMERICA.AL32UTF8
    [Thread-52] [ 2012-10-24 13:59:02.049 GMT+05:30 ] [SQLEngine.initialize:325] Execing SQLPLUS/SVRMGR process...
    [Thread-52] [ 2012-10-24 13:59:02.087 GMT+05:30 ] [SQLEngine.initialize:362] m_bReaderStarted: false
    [Thread-52] [ 2012-10-24 13:59:02.090 GMT+05:30 ] [SQLEngine.initialize:366] Starting Reader Thread...
    [Thread-52] [ 2012-10-24 13:59:02.227 GMT+05:30 ] [OracleHome.initOptions:1248] executing: startup nomount pfile='/nhi2/app/oracle11g/product/11.2.0/dbhome_1/dbs/initDBUA5901749.ora'
    [Thread-52] [ 2012-10-24 13:59:29.944 GMT+05:30 ] [OracleHome.initOptions:1259] executing: select parameter from v$option where value='TRUE'
    [Thread-52] [ 2012-10-24 13:59:29.966 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Partitioning is ON
    [Thread-52] [ 2012-10-24 13:59:29.967 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Objects is ON
    [Thread-52] [ 2012-10-24 13:59:29.967 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Advanced replication is ON
    [Thread-52] [ 2012-10-24 13:59:29.967 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Bit-mapped indexes is ON
    [Thread-52] [ 2012-10-24 13:59:29.967 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Connection multiplexing is ON
    [Thread-52] [ 2012-10-24 13:59:29.967 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Connection pooling is ON
    [Thread-52] [ 2012-10-24 13:59:29.967 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Database queuing is ON
    [Thread-52] [ 2012-10-24 13:59:29.968 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Incremental backup and recovery is ON
    [Thread-52] [ 2012-10-24 13:59:29.968 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Instead-of triggers is ON
    [Thread-52] [ 2012-10-24 13:59:29.968 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Parallel backup and recovery is ON
    [Thread-52] [ 2012-10-24 13:59:29.968 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Parallel execution is ON
    [Thread-52] [ 2012-10-24 13:59:29.968 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Parallel load is ON
    [Thread-52] [ 2012-10-24 13:59:29.968 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Point-in-time tablespace recovery is ON
    [Thread-52] [ 2012-10-24 13:59:29.969 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Fine-grained access control is ON
    [Thread-52] [ 2012-10-24 13:59:29.969 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Proxy authentication/authorization is ON
    [Thread-52] [ 2012-10-24 13:59:29.969 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Change Data Capture is ON
    [Thread-52] [ 2012-10-24 13:59:29.969 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Plan Stability is ON
    [Thread-52] [ 2012-10-24 13:59:29.969 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Online Index Build is ON
    [Thread-52] [ 2012-10-24 13:59:29.972 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Coalesce Index is ON
    [Thread-52] [ 2012-10-24 13:59:29.972 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Managed Standby is ON
    [Thread-52] [ 2012-10-24 13:59:29.972 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Materialized view rewrite is ON
    [Thread-52] [ 2012-10-24 13:59:29.973 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Database resource manager is ON
    [Thread-52] [ 2012-10-24 13:59:29.973 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Spatial is ON
    [Thread-52] [ 2012-10-24 13:59:29.973 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Export transportable tablespaces is ON
    [Thread-52] [ 2012-10-24 13:59:29.973 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Transparent Application Failover is ON
    [Thread-52] [ 2012-10-24 13:59:29.973 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Fast-Start Fault Recovery is ON
    [Thread-52] [ 2012-10-24 13:59:29.974 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Sample Scan is ON
    [Thread-52] [ 2012-10-24 13:59:29.974 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Duplexed backups is ON
    [Thread-52] [ 2012-10-24 13:59:29.974 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Java is ON
    [Thread-52] [ 2012-10-24 13:59:29.974 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option OLAP Window Functions is ON
    [Thread-52] [ 2012-10-24 13:59:29.974 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Block Media Recovery is ON
    [Thread-52] [ 2012-10-24 13:59:29.974 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Fine-grained Auditing is ON
    [Thread-52] [ 2012-10-24 13:59:29.975 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Application Role is ON
    [Thread-52] [ 2012-10-24 13:59:29.975 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Enterprise User Security is ON
    [Thread-52] [ 2012-10-24 13:59:29.975 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Oracle Data Guard is ON
    [Thread-52] [ 2012-10-24 13:59:29.975 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option OLAP is ON
    [Thread-52] [ 2012-10-24 13:59:29.975 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Basic Compression is ON
    [Thread-52] [ 2012-10-24 13:59:29.976 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Join index is ON
    [Thread-52] [ 2012-10-24 13:59:29.976 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Trial Recovery is ON
    [Thread-52] [ 2012-10-24 13:59:29.976 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Data Mining is ON
    [Thread-52] [ 2012-10-24 13:59:29.976 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Online Redefinition is ON
    [Thread-52] [ 2012-10-24 13:59:29.976 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Streams Capture is ON
    [Thread-52] [ 2012-10-24 13:59:29.977 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option File Mapping is ON
    [Thread-52] [ 2012-10-24 13:59:29.977 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Block Change Tracking is ON
    [Thread-52] [ 2012-10-24 13:59:29.977 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Flashback Table is ON
    [Thread-52] [ 2012-10-24 13:59:29.977 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Flashback Database is ON
    [Thread-52] [ 2012-10-24 13:59:29.977 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Transparent Data Encryption is ON
    [Thread-52] [ 2012-10-24 13:59:29.978 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Backup Encryption is ON
    [Thread-52] [ 2012-10-24 13:59:29.978 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Unused Block Compression is ON
    [Thread-52] [ 2012-10-24 13:59:29.978 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Result Cache is ON
    [Thread-52] [ 2012-10-24 13:59:29.978 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option SQL Plan Management is ON
    [Thread-52] [ 2012-10-24 13:59:29.978 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option SecureFiles Encryption is ON
    [Thread-52] [ 2012-10-24 13:59:29.979 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Real Application Testing is ON
    [Thread-52] [ 2012-10-24 13:59:29.979 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Flashback Data Archive is ON
    [Thread-52] [ 2012-10-24 13:59:29.979 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option DICOM is ON
    [Thread-52] [ 2012-10-24 13:59:29.992 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Active Data Guard is ON
    [Thread-52] [ 2012-10-24 13:59:29.992 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Server Flash Cache is ON
    [Thread-52] [ 2012-10-24 13:59:29.992 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Advanced Compression is ON
    [Thread-52] [ 2012-10-24 13:59:29.992 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option XStream is ON
    [Thread-52] [ 2012-10-24 13:59:29.993 GMT+05:30 ] [OracleHome.initOptions:1265] Database Option Deferred Segment Creation is ON
    [Thread-52] [ 2012-10-24 13:59:29.993 GMT+05:30 ] [OracleHome.initOptions:1269] executing: select version from v$timezone_file
    [Thread-52] [ 2012-10-24 13:59:29.997 GMT+05:30 ] [OracleHome.initOptions:1275] Timezone file version is 14
    [Thread-52] [ 2012-10-24 13:59:31.019 GMT+05:30 ] [SQLEngine.done:2189] Done called
    [Thread-52] [ 2012-10-24 13:59:31.020 GMT+05:30 ] [OsUtilsBase.deleteFile:1863] OsUtilsBase.deleteFile: /nhi2/app/oracle11g/product/11.2.0/dbhome_1/dbs/initDBUA5901749.ora
    [Thread-52] [ 2012-10-24 13:59:31.034 GMT+05:30 ] [OsUtilsBase.deleteFile:1863] OsUtilsBase.deleteFile: /nhi2/app/oracle11g/product/11.2.0/dbhome_1/dbs/orapwDBUA5901749
    [Thread-52] [ 2012-10-24 13:59:31.042 GMT+05:30 ] [OracleHome.initOptions:1316] Diag cleanup /nhi2/app/oracle11g/product/11.2.0/dbhome_1/log/diag/rdbms/dbua5901749
    [Thread-52] [ 2012-10-24 13:59:31.564 GMT+05:30 ] [OracleHome.initOptions:1324] Database Options queried: 60
    [Thread-52] [ 2012-10-24 13:59:31.564 GMT+05:30 ] [CompManager.setLoggingDirForDB:6992] Create logging folder for database=baan
    [Thread-52] [ 2012-10-24 13:59:31.565 GMT+05:30 ] [CompManager.createUniqueDirs:6953] create createUniqueDirs logging folder=/nhi2/app/oracle11g/cfgtoollogs/dbua/baan/upgrade
    [Thread-52] [ 2012-10-24 13:59:31.566 GMT+05:30 ] [CompManager.createUniqueDirs:6965] create createUniqueDirs logging folder=/nhi2/app/oracle11g/cfgtoollogs/dbua/baan/upgrade1
    [Thread-52] [ 2012-10-24 13:59:31.574 GMT+05:30 ] [CompManager.createUniqueDirs:6973] create SUCCESS for folder=/nhi2/app/oracle11g/cfgtoollogs/dbua/baan/upgrade1
    Thanks,
    Sandeep Vadlamudi

  • Oracle standard editon vs standard editon one

    Hi experts
    How can we determine whether we have oracle standard editon vs standard editon one installed
    this is for 11g Rel 2
    thanks

    so if
    SQL> show parameter cluster_database
    NAME TYPE VALUE
    cluster_database boolean FALSE
    cluster_database_instances integer 1
    does it means it is SE and not SE1
    select * from v$option
    Partitioning     FALSE
    Objects     TRUE
    Real Application Clusters     FALSE
    Advanced replication     FALSE
    Bit-mapped indexes     FALSE
    Connection multiplexing     TRUE
    Connection pooling     TRUE
    Database queuing     TRUE
    Incremental backup and recovery     TRUE
    Instead-of triggers     TRUE
    Parallel backup and recovery     FALSE
    Parallel execution     FALSE
    Parallel load     TRUE
    Point-in-time tablespace recovery     FALSE
    Fine-grained access control     FALSE
    Proxy authentication/authorization     TRUE
    Change Data Capture     FALSE
    Plan Stability     TRUE
    Online Index Build     FALSE
    Coalesce Index     TRUE
    Managed Standby     FALSE
    Materialized view rewrite     FALSE
    Materialized view warehouse refresh     FALSE
    Database resource manager     FALSE
    Spatial     FALSE
    Automatic Storage Management     FALSE
    Export transportable tablespaces     FALSE
    Transparent Application Failover     TRUE
    Fast-Start Fault Recovery     FALSE
    Sample Scan     TRUE
    Duplexed backups     FALSE
    Java     TRUE
    OLAP Window Functions     TRUE
    Block Media Recovery     FALSE
    Fine-grained Auditing     FALSE
    Application Role     FALSE
    Enterprise User Security     FALSE
    Oracle Data Guard     FALSE
    Oracle Label Security     FALSE
    OLAP     FALSE
    Basic Compression     FALSE
    Join index     FALSE
    Trial Recovery     FALSE
    Data Mining     FALSE
    Online Redefinition     FALSE
    Streams Capture     FALSE
    File Mapping     FALSE
    Block Change Tracking     FALSE
    Flashback Table     FALSE
    Flashback Database     FALSE
    Transparent Data Encryption     FALSE
    Backup Encryption     FALSE
    Unused Block Compression     FALSE
    Oracle Database Vault     FALSE
    Result Cache     FALSE
    SQL Plan Management     FALSE
    SecureFiles Encryption     FALSE
    Real Application Testing     FALSE
    Flashback Data Archive     FALSE
    DICOM     TRUE
    Active Data Guard     FALSE
    Server Flash Cache     FALSE
    Advanced Compression     FALSE
    XStream     FALSE
    Deferred Segment Creation     FALSE
    Edited by: 912919 on 29-Jun-2012 06:02

  • Cannot enable flashback database??

    I am using 10gR2 10.2.0.1
    Under EM Home: it shows under " High Availability ":
    Last Backup Apr 14, 2007 8:03:33 PM
    Usable Flash Recovery Area (%) 92.35
    Flashback Logging Disabled
    When I get to the "recovery settings", I have make sure I have turned on Archivelogmode, however, the "enable flashback database" section was missing.
    What's wrong about my database settings?
    I have tried to explicitly do the standard code and have got the following errors:
    SQL> SHUTDOWN IMMEDIATE;
    SQL>STARTUP MOUNT EXCLUSIVE;
    //report: obsolete/deprecated parameter specified"
    SQL> ALTER SYSTEM SET DB_FLASHBACK_RETENTION_TARGET=2800 SCOPE=BOTH;
    //no error
    SQL>ALTER DATABASE FLASHBACK ON;
    //error: ORA-00439: feature not enabled, flashback database
    Message was edited by:
    gilbert.lai

    Dear Satish,
    The results of v$version:
    BANNER
    Oracle Database 10g Release 10.2.0.1.0 - Production
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    The results of v$option:
    PARAMETER VALUE
    Partitioning FALSE
    Objects TRUE
    Real Application Clusters FALSE
    Advanced replication FALSE
    Bit-mapped indexes FALSE
    Connection multiplexing TRUE
    Connection pooling TRUE
    Database queuing TRUE
    Incremental backup and recovery TRUE
    Instead-of triggers TRUE
    Parallel backup and recovery FALSE
    Parallel execution FALSE
    Parallel load TRUE
    Point-in-time tablespace recovery FALSE
    Fine-grained access control FALSE
    Proxy authentication/authorization TRUE
    Change Data Capture FALSE
    Plan Stability TRUE
    Online Index Build FALSE
    Coalesce Index FALSE
    Managed Standby FALSE
    Materialized view rewrite FALSE
    Materialized view warehouse refresh FALSE
    Database resource manager FALSE
    Spatial FALSE
    Visual Information Retrieval FALSE
    Export transportable tablespaces FALSE
    Transparent Application Failover TRUE
    Fast-Start Fault Recovery FALSE
    Sample Scan TRUE
    Duplexed backups FALSE
    Java TRUE
    OLAP Window Functions TRUE
    Block Media Recovery FALSE
    Fine-grained Auditing FALSE
    Application Role FALSE
    Enterprise User Security FALSE
    Oracle Data Guard FALSE
    Oracle Label Security FALSE
    OLAP FALSE
    Table compression FALSE
    Join index FALSE
    Trial Recovery FALSE
    Data Mining FALSE
    Online Redefinition FALSE
    Streams Capture FALSE
    File Mapping FALSE
    Block Change Tracking FALSE
    Flashback Table FALSE
    Flashback Database FALSE
    Data Mining Scoring Engine FALSE
    Transparent Data Encryption FALSE
    Backup Encryption FALSE
    Unused Block Compression FALSE
    The strange thing is that whenever I issued
    startup force;
    or
    startup mount exclusive;
    with SYSDBA privileges, it reports: "obsolete / deprecate parameters specified ", is there sth wrong with the init parameters?

  • What is the difference between OEE and OSE

    What is the difference b/w
    Oracle8i Enterprise Edition and Oracle8i Standard Edition?
    Which version I choose to install the Oracle Server?

    The real difference between one and the another one are the options installed in the database. I have a document where you can see in detail what options have one and what options have the another one.
    Which version I choose to install the Oracle Server?
    r.- That is quite related to what options you need for your applications. Options like : partitioning, etc.
    With this view you can see what options are available in your database.
    SQL> select * from v$option;
    PARAMETER VALUE
    Partitioning TRUE
    Objects TRUE
    Real Application Clusters FALSE
    Advanced replication TRUE
    Bit-mapped indexes TRUE
    Connection multiplexing TRUE
    Connection pooling TRUE
    Database queuing TRUE
    Incremental backup and recover TRUE
    y
    PARAMETER VALUE
    Instead-of triggers TRUE
    Parallel backup and recovery TRUE
    Parallel execution TRUE
    Parallel load TRUE
    Point-in-time tablespace recov TRUE
    ery
    Fine-grained access control TRUE
    Proxy authentication/authoriza TRUE
    tion
    PARAMETER VALUE
    Change Data Capture TRUE
    Plan Stability TRUE
    Online Index Build TRUE
    Coalesce Index TRUE
    Managed Standby TRUE
    Materialized view rewrite TRUE
    Materialized view warehouse re TRUE
    fresh
    Database resource manager TRUE
    Spatial TRUE
    PARAMETER VALUE
    Visual Information Retrieval TRUE
    Export transportable tablespac TRUE
    es
    Transparent Application Failov TRUE
    er
    Fast-Start Fault Recovery TRUE
    Sample Scan TRUE
    Duplexed backups TRUE
    Java TRUE
    PARAMETER VALUE
    OLAP Window Functions TRUE
    Block Media Recovery TRUE
    Fine-grained Auditing TRUE
    Application Role TRUE
    Enterprise User Security TRUE
    Oracle Data Guard TRUE
    Oracle Label Security FALSE
    OLAP TRUE
    Heap segment compression TRUE
    Join index TRUE
    Trial Recovery TRUE
    PARAMETER VALUE
    Oracle Data Mining TRUE
    Online Redefinition TRUE
    Streams TRUE
    Very Large Memory TRUE
    File Mapping TRUE
    48 rows selected.
    SQL>
    Joel P�rez

  • Difference between v$option and dba_registry views ??

    Hello all,
    Whats the difference between v$option and dba_registry views.
    SQL> select * from v$option ;
    PARAMETER VALUE
    Partitioning TRUE
    Objects TRUE
    Real Application Clusters FALSE
    Advanced replication TRUE
    Bit-mapped indexes TRUE
    Parallel backup and recovery TRUE
    Parallel execution TRUE
    Parallel load TRUE
    Point-in-time tablespace recovery TRUE
    Fine-grained access control TRUE
    Proxy authentication/authorization TRUE
    ...etc
    47 rows selected
    and
    SQL> select comp_name from dba_registry;
    Oracle9i Catalog Views
    Oracle9i Packages and Types
    2 rows selected.
    Why the difference ??
    TIA,
    Jj
    Message was edited by:
    user566698
    the DB is 9.2.0.7

    DBA_REGISTRY displays information about the components loaded into the database
    V$OPTION lists options that are installed with the Oracle server.
    http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96536/toc.htm
    Regards
    Acr

  • Prformance Pack and Diagnostic Pack Options with Oracle EE 10g, 11g

    For advance performance tuning Oracle supplies performance pack and diagnostic pack. which costs thousands of $$$.
    Is there a programmatic or system oriented way or a table in database that would tell me whether a particular site has this option installed in their Oracle EE installation or not?
    Thanks,
    R

    s there a programmatic or system oriented way or a table in database that would tell me whether a particular site has this option installed in their Oracle EE installation or not?Its in the v$option view, following is the output of my 11201 db (EE) .
    http://download.oracle.com/docs/cd/E11882_01/server.112/e17110/dynviews_2084.htm#REFRN30167
    SQL> l
      1* select * from V$option
    SQL> /
    PARAMETER                                                        VALUE
    Partitioning                                                     TRUE
    Objects                                                          TRUE
    Real Application Clusters                                        FALSE
    Advanced replication                                             TRUE
    Bit-mapped indexes                                               TRUE
    Connection multiplexing                                          TRUE
    Connection pooling                                               TRUE
    Database queuing                                                 TRUE
    Incremental backup and recovery                                  TRUE
    Instead-of triggers                                              TRUE
    Parallel backup and recovery                                     TRUE
    Parallel execution                                               TRUE
    Parallel load                                                    TRUE
    Point-in-time tablespace recovery                                TRUE
    Fine-grained access control                                      TRUE
    Proxy authentication/authorization                               TRUE
    Change Data Capture                                              TRUE
    Plan Stability                                                   TRUE
    Online Index Build                                               TRUE
    Coalesce Index                                                   TRUE
    Managed Standby                                                  TRUE
    Materialized view rewrite                                        TRUE
    Materialized view warehouse refresh                              TRUE
    Database resource manager                                        TRUE
    Spatial                                                          TRUE
    Automatic Storage Management                                     FALSE
    Export transportable tablespaces                                 TRUE
    Transparent Application Failover                                 TRUE
    Fast-Start Fault Recovery                                        TRUE
    Sample Scan                                                      TRUE
    Duplexed backups                                                 TRUE
    Java                                                             TRUE
    OLAP Window Functions                                            TRUE
    Block Media Recovery                                             TRUE
    Fine-grained Auditing                                            TRUE
    Application Role                                                 TRUE
    Enterprise User Security                                         TRUE
    Oracle Data Guard                                                TRUE
    Oracle Label Security                                            FALSE
    OLAP                                                             TRUE
    Basic Compression                                                TRUE
    Join index                                                       TRUE
    Trial Recovery                                                   TRUE
    Data Mining                                                      TRUE
    Online Redefinition                                              TRUE
    Streams Capture                                                  TRUE
    File Mapping                                                     TRUE
    Block Change Tracking                                            TRUE
    Flashback Table                                                  TRUE
    Flashback Database                                               TRUE
    Transparent Data Encryption                                      TRUE
    Backup Encryption                                                TRUE
    Unused Block Compression                                         TRUE
    Oracle Database Vault                                            FALSE
    Result Cache                                                     TRUE
    SQL Plan Management                                              TRUE
    SecureFiles Encryption                                           TRUE
    Real Application Testing                                         TRUE
    Flashback Data Archive                                           TRUE
    DICOM                                                            TRUE
    Active Data Guard                                                TRUE
    Server Flash Cache                                               TRUE
    Advanced Compression                                             TRUE
    XStream                                                          TRUE
    Deferred Segment Creation                                        TRUE
    65 rows selected.
    SQL>HTH
    Aman....

Maybe you are looking for

  • EASY Question - But Hard for the Actioscript inept

    Ok, So this is my first attempt at making a web page... I am trying to simply make my little button display my movie labeled "Content", I don't think I am doing somthing right... Doh.... I have diffrent movies (p1 & p2) for button rollover effects...

  • Can't upgrade core device softward on BB Storm

    Hello, I'm actually trying to somehow get the icon on my BB Storm 1 for the new Verizon contact backup assistant, but not quite sure how to go about it.  I'm thinking it may appear if I do the core software upgrade that the Desktop Manager software s

  • Oracle Database version support

    My manager was asking about our plans to upgrade our current Oracle database version (10.1.0.4). We're currently humming along nicely, so I thought that I'd use an Obsolescence Policy as a guide to push us forward. I looked all over Metalink, but thi

  • WDS Client Initializing Problem

    I am installing Windows 8.1 using WDS. But on client I get this error: WdsClient: There was a problem initializing WDS Mode. Here is setuperr.log: 2014-08-27 11:45:22, Error [0x0b003a] WDS <GetNameInfo failed; status 0x8007276d>[gle=0x0000276d] 2014-

  • LR6 Adjustment Brush Pins Not Visible?

    Just installed LR6 (licensed) this morning. The adjustment brush seems to work, but the adjustment pins are not visible after exiting the brush dialog (can't see the pins to select for further edits). Reference attached image: there should be two bru