Inconsistent ADT attribute

I have two users(eg. db_user1 and db_user2) for a database. One user(db_user1) has all objects in that database. The other(db_user2) user has synonyms corresponding to those objects.
I am using oc4j server. when i configured the username to db_user1 in data-sources.xml and run the appln, it is running fine without exception.
when i tried to use the username db_user2 and after restarting the server, when i ran the appln, it throwed an "inconsistent ADT attribute".
--> nested java.sql.SQLException: Internal Error: inconsistent ADT attribute

user520740,
I'm only guessing, but I think you may not be able to use synonyms. I suggest prefixing references to the ADTs in your code with the schema owner (which is DB_USER1, no?).
Good Luck,
Avi.

Similar Messages

  • Internal Error: inconsistent ADT attribute

    Hi there,
    I am using Stored Procedure on the Oracle side and return a geometry contains a point.
    and on the java side, I am using
    oracle.sql.STRUCT max_geom = (oracle.sql.STRUCT) outParams.get("max_geom");
    JGeometry geom = JGeometry.load((oracle.sql.STRUCT) outParams.get("max_geom")); -- this line give me Internal Error: inconsistent ADT attribute.
    The java code used to work with my data, and I am loading new data. I don't know if it's related to data or something else. The stored procedure works fine when I run it in toad.
    However, when I put debug statement there the max_geom is not null and it does have something in it.
    I got the same error msg even if I just want to do max_geom.getAttributes().length;
    I can print the value of max_geom.getLength() is 41.
    Please help
    Thanks
    Shawn

    Yes,
    I changed most of the cursor functions to cast(multiset()). Sometimes i divided a big query into two or three queries (when there was cursor nested in a cursor). It was one day work for me. Don't forget to change the tags with ROW to ITEM in your xsl-stylesheets.
    Uwe

  • Inconsistent ADT attribute error

    Hi,
    In our project we are using Object types which is used by PL/SQL. The in and out parameter of procedures will be of this type. These objects types are of nested types. These procedures are accessed by Java, in which java have Transfer Objects, and these TO's are mapped with the in and out parameters of oracle types.
    Currently what we have is a schema called CDSS_LIVE, which own all the objects like tables, views, packages and types. When java access the procedures of CDSS_LIVE they are able to map the the out parameter which is of oracle types with the TO(transfer object). Now for security reasons we have created a schema/user called CDSS_USER, which has CRUD (E) privileges on CDSS_LIVE. Public synonym is created for the objects owned by CDSS_LIVE and CDSS_USER access the objects of CDSS_LIVE through these synonyms.
    When java changes the data source as CDSS_USER and access the procedure of CDSS_LIVE, while mapping the out parameter of the procedure with the TO it throws an internal error as "Inconsistent ADT attribute".
    We couldn't figure out what could be the reason for the error. Is there any thing to be changed in the oracle types, is these synonyms creatiug the problem or whether the read and write Sql of java need to be changed?Please help on this.
    Many Thanks.

    Hi,
    Herewith i have attached the sample java code for your reference.
    connection = getConnection();
    //Mapping TO's with Oracle SQL Types
    map = connection.getTypeMap();
    map.put(SapphireConstants.KEYVALUE_TY, KeyValueSQLTO.class);
    map.put(SapphireConstants.ROLE_TY, RoleSQLTO.class);
    map.put(SapphireConstants.SCREENS_TY, ScreensSQLTO.class);
    map.put(SapphireConstants.MENUS_TY, MenusSQLTO.class);
    map.put(SapphireConstants.WORKITEM_TY, WorkItemSQLTO.class);
    connection.setTypeMap(map);
    //Calling the procedure
    callableStatement = connection.prepareCall(
    "{call PKG_ADMIN.PROC_GET_ROLE_INFO(?,?,?,?)}");
    //Setting the Procedure in out parameters.
    callableStatement.setString(1, roleCode);
    callableStatement.setString(2, userId);
    callableStatement.setString(3, mode);
    callableStatement.registerOutParameter(4, Types.STRUCT,
    SapphireConstants.ROLE_TY);
    callableStatement.execute();
    objRoleSQLTO = (RoleSQLTO) callableStatement.getObject(4);
    This is how we are invoking the procedure. Hope this would help you to analyse the issue.
    KEYVALUE_TY and other TY's are the object types in oracle. Now these types are owned by CDSS_LIVE, and has public synonym with the same name and CDSS_USER access these types through synonyms.
    Thanks

  • Error while configuring second instance of OIF

    Hi,
    i am installing OIF in dev environment in clusterred mode. I was able to create one instance successfully, but whille creating second i am getting error.
    The parameters of im_config_only.rsp are as below:
    [ENGINE]
    #DO NOT CHANGE THIS.
    Response File Version=1.0.0.0.0
    [GENERIC]
    #Provide true to create a new weblogic domain. WebLogic Server must already be installed.
    CREATE_NEW_DOMAIN=false
    #Provide true to extend domain. WebLogic Server must already be installed and the domain must be up and running.
    USE_EXISTING_DOMAIN=false
    #Provide true to configure components without domain.
    NO_DOMAIN=false
    #Provide true to expand the clusters in domain. WebLogic Server must already be installed and the domain must be up and running.
    EXTEND_CLUSTER=true
    #Domain name may only contain alphanumeric characters or the underscore (_) or hyphen (-) characters.
    DOMAIN_NAME=IDMDomain
    #Provide the complete path of domain home.
    DOMAIN_HOME=/users/oif/Oracle/Middleware/user_projects/domains/IDMDomain
    #Provide the User Name for WebLogic Domain. The value may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.
    DOMAIN_ADMINISTRATOR_USERNAME=admin
    #Provide the password for WebLogic Domain. Valid passwords are 8 to 30 characters long, must begin with an alphabetic character, use only alphanumeric, underscore (_), dollar ($) or pound (#) characters and include at least one number.
    DOMAIN_ADMINISTRATION_PASSWORD=xxxxxxx
    #Confirm the WebLogic Domain password.
    ADMINISTRATOR_PASSWORD_CONFIRM=xxxxxxx
    #Provide the localhost name for Create Domain and machine name on which domain is up and running for Extend Domain and Expand Cluster.
    DOMAIN_HOST_NAME=xxxxxx
    #Provide the port in which domain is up and running. Required for Extend Domain and Expand Cluster.
    DOMAIN_PORT_NO=7001
    #Write the complete path to a valid Middleware Home.
    AS_HOME_LOCATION=/users/oif/Oracle/Middleware
    #Give the complete path to a valid WebLogic Server Home.
    WL_HOME=/users/oif/Oracle/Middleware/wlserver_10.3
    #Give the name of the Oracle Home directory. The Oracle Home directory name may only contain alphanumeric , hyphen (-) , dot (.) and underscore (_) characters, and it must begin with an alphanumeric character.
    ORACLE_HOME=/users/oif/Oracle/Middleware/Oracle_IDM1
    #Give the complete path for an Oracle Instance directory to be created. This is the location where the software configuration files and runtime processes will reside.
    INSTANCE_HOME=/users/oif/Oracle/Middleware/oif_inst2
    #Give a name for Oracle Instance corresponding to the Instance Home. The Oracle Instance name may only contain alphanumeric and underscore (_) characters, it must begin with an alphabetic (a-z or A-Z) character, and must be from 4 to 30 characters in length.
    INSTANCE_NAME=oif_inst2
    #Give OID if Oracle Internet Directory is selected for configuration.
    LIST_OF_COMPONENTS_FOR_SCHEMAS=OID:
    #Set this to true if you want the configuration wizard to assign the ports automatically.
    AUTOMATIC_PORT_DETECT=true
    #Give the location for the file containing the list of static ports if you manually want to assign ports.
    STATICPORT INI FILE LOCATION=
    #Provide a password for a new account to connect to the Oracle Virtual Directory administrative service, cn=orcladmin. Use 5-30 characters. Use only alphanumerics, underscore (_), dollar ($), or pound (#). At least one number is required.
    OVD_ADMIN_PASSWORD=<SECURE VALUE>
    #Confirm the password of Oracle Virtual Directory administrative service.
    CONFIRM_OVD_ADMIN_PASSWORD=<SECURE VALUE>
    #Provide the base, or the leftmost entry, of the virtual directory namespace that Oracle Virtual Directory will use to set its initial Access Control Lists (ACLs). For example, for the namespace dc=mycompany,dc=com, you would enter dc=com.
    OVD_LDAPv3_NAME_SPACE=dc=us,dc=oracle,dc=com
    #Provide true to enable the HTTP Web Gateway to be protected by SSL. Oracle highly recommends that you use SSL/TLS for Oracle Virtual Directory's administrative gateway service. Disabling SSL/TLS could result in your server administration traffic being monitored and even compromised.
    IS_ADMIN_SERVER_OF_OVD_IN_SECURE_MODE=true
    #provide true for securing HTTP client connection information. Give true if HTTP Web Gateway is set to true.
    IS_HTTP_WEB_GATEWAY_OF_OVD_SECURE=false
    #Provide true for Oracle Virtual Directory to be configured.
    IS_LDAP_CLIENT_LISTENER_FOR_OVD_SELECTED=false
    #Oracle Virtual Directory includes an HTML-based gateway that provides DSML and XSLT-rendered directory reporting. Provide true to enable HTML-based gateway.
    IS_HTTP_WEB_GATEWAY_OF_OVD_SELECTED=false
    #Specify a new Administrator User Name to connect to the Oracle Virtual Directory administrative service, For example, for the Administrator User Name you would enter cn=orcladmin.
    OVD_ADMIN=cn=orcladmin
    #Provide true if OID scheme version is 10g.
    OID_UPGRADE_FLAG=false
    #Provide true to create OID Schema.
    CREATE_OID_SCHEMA=false
    #Provide the OID schema name.
    OID_SCHEMA_NAME=ODS
    #Provide true if ODS schema chosen is already being used by an existing OID . Please ensure that the system time on this Identity Management Node is in sync with the time on other Identity Management Nodes that are part of this Oracle Application Server Cluster (Identity Management) configuration. Failure to ensure this may result in unwanted instance failovers, inconsistent operational attributes in directory entries and potential inconsistent behaviour of password state policies.
    IS_SECOND_OID_INSTALL=true
    #Provide true if RAC database is used.
    IS_OID_RACDB_INSTANCE_NAME_SPECIFIED=false
    #Provide the DN of the top node for storing component data in the directory. This can be a realm, or the top node of a branch, instead of the top node of the directory.
    OID_NAMESPACE=dc=us,dc=oracle,dc=com
    #Provide a 5-30 character password for OID server administrator. Use only alphanumerics, underscore (_), dollar ($), or pound (#). At least one number is required.
    OID_ADMIN_PASSWORD=<SECURE VALUE>
    #Confirm OID Administrator password.
    OID_ADMIN_CONFIRM_PASSWORD=<SECURE VALUE>
    #Provide Oracle Internet Directory Server user name.
    OID_USER=cn=orcladmin
    #Provide a 5-30 character password for PKCS12. Use only alphanumerics, underscore (_), dollar ($), or pound (#). At least one number is required.
    PKCS12_PASSWORD=xxxx
    #Confirm PKCS12 password
    PKCS12_PASSWORD_CONFIRM=xxxxx
    #The Server ID identifies the Oracle Identity Federation instance. The Server ID must be unique within the domain per logical Oracle Identity Federation instance. Thus, clustered instances acting as a single logical instance will have the same Server ID.
    OIF_SERVER_ID=oif_server2
    #Provide true for Advanced Configuration of Oracle Identity Federation. The user would be able to specify the Authentication Mechanism, User Data Store, Federation Data Store and the Transient Data Store.
    OIF_CONFIGURATION_TYPE_ADVANCED=true
    #Provide true for Basic Configuration of Oracle Identity Federation.
    OIF_CONFIGURATION_TYPE_BASIC=false
    #Provide Authentication Mechanism for Oracle Identity Federation. Valid values are JAAS and LDAP.
    OIF_AUTHENTICATION_TYPE=JAAS
    #Provide User Data Store type for Oracle Identity Federation. Valid values are NONE,LDAP and RDBMS.
    OIF_USER_STORE_TYPE=NONE
    #Provide Federation Data Store type for Oracle Identity Federation. Valid values are NONE,LDAP,RDBMS and XML.
    OIF_FEDERATION_STORE_TYPE=NONE
    #Provide User Session Store type for Oracle Identity Federation. Valid values are MEMORY and RDBMS.
    OIF_USER_SESSION_STORE_TYPE=RDBMS
    #Provide Message Store type for Oracle Identity Federation. Valid values are MEMORY and RDBMS.
    OIF_MESSAGE_STORE_TYPE=RDBMS
    #Provide Configuration Store type for Oracle Identity Federation. Valid values are FILE and RDBMS.
    OIF_CONFIGURATION_STORE_TYPE=RDBMS
    #Provide true if User Data Store type is LDAP.
    IS_OIF_USER_STORE_LDAP_TYPE=false
    #Provide true if User Data Store type is RDBMS.
    IS_OIF_USER_STORE_RDBMS_TYPE=false
    #Provide true if Federation Data Store type is LDAP.
    IS_OIF_FEDERATION_STORE_LDAP_TYPE=false
    #Provide true if Federation Data Store type is RDBMS.
    IS_OIF_FEDERATION_STORE_RDBMS_TYPE=false
    #Provide true if Oracle Identity Federation Store is of type RDBMS.
    IS_OIF_STORE_RDBMS_TYPE=true
    #Provide true if Federation Authentication Mechanism is LDAP.
    IS_OIF_AUTHENTICATION_LDAP_TYPE=false
    #Provide true if Message Store type is RDBMS.
    IS_OIF_MESSAGE_STORE_RDBMS_TYPE=true
    #Provide true if Configuration Store type is RDBMS.
    IS_OIF_CONFIGURATION_STORE_RDBMS_TYPE=true
    #Provide true if Federation Data Store type is XML.
    IS_OIF_FEDERATION_STORE_XML_TYPE=false
    #Provide the full path for the Transient Data Store database host, listen port, and service name , for example, myserver.mycompany.com:1111:mydb1. Separate the path, port, and service name using a colon (:).
    TRANSIENT_RDBMS_HOSTNAME=xxxxxx
    #Provide the Oracle Identity Federation schema name for Transient Data Store.
    TRANSIENT_RDBMS_USER_NAME=ST_OIF
    #Provide the password for Transient Data Store schema.
    TRANSIENT_RDBMS_PASSWORD=xxxxx
    #Provide true if RAC Database is used for Transient Data Store.
    IS_OIF_TRANSIENT_STORE_RAC_INSTANCE_SPECIFIED=false
    #Provide true if RAC Database with instance name is used for Transient Data Store.
    OIF_RACDB_TRANSIENT_STORE_URL_WITH_INSTANCE=false
    #Provide the full path for the User Store database host, listen port, and service name , for example, myserver.mycompany.com:1111:mydb1. Separate the path, port, and service name using a colon (:).
    USER_RDBMS_HOSTNAME=localhost:1521:orcl.us.oracle.com
    #Provide the database user name for User Data Store.
    USER_RDBMS_USER_NAME=scott
    #Provide the password for User Data Store user.
    USER_RDBMS_PASSWORD=<SECURE VALUE>
    #Provide Login Table for User Data Store user.
    USER_RDBMS_LOGIN_TABLE=EMP
    #Provide User ID Attribute for User Data Store.
    USER_RDBMS_USER_ID_ATTRIBUTE=ENAME
    #Provide User Description Attribute for User Data Store.
    USER_RDBMS_USER_DESCRIPTION_ATTRIBUTE=JOB
    #Provide true if RAC Database is used for User Data Store.
    IS_OIF_USER_STORE_RAC_INSTANCE_SPECIFIED=
    #Provide true if RAC Database with instance name is used for User Data Store.
    OIF_RACDB_USER_STORE_URL_WITH_INSTANCE=
    #Provide the full path for the Federation Data Store database host, listen port, and service name , for example, myserver.mycompany.com:1111:mydb1. Separate the path, port, and service name using a colon (:).
    FEDERATION_RDBMS_HOSTNAME=localhost:1521:orcl.us.oracle.com
    #Provide the Oracle Identity Federation schema name for Federation Data Store.
    FEDERATION_RDBMS_USER_NAME=dev_oif
    #Provide the password for Federation Data Store schema.
    FEDERATION_RDBMS_PASSWORD=<SECURE VALUE>
    #Provide true if RAC Database is used for Federation Data Store.
    IS_OIF_FED_STORE_RAC_INSTANCE_SPECIFIED=<SECURE VALUE>
    #Provide true if RAC Database with instance name is used for Federation Data Store.
    OIF_RACDB_FED_STORE_URL_WITH_INSTANCE=<SECURE VALUE>
    [SYSTEM]
    [APPLICATIONS]
    #Provide true if configuring in a clustered environment.
    IS_CLUSTER_CONFIGURATION=true
    [RELATIONSHIPS]
    #Provide true to configure Oracle Internet Directory.
    CONFIGURE_OID_COMPONENT=false
    #Provide true to configure Oracle Directory Integration Platform.
    CONFIGURE_DIP_COMPONENT=false
    #Provide true to configure Oracle Virtual Directory.
    CONFIGURE_OVD_COMPONENT=false
    #Provide true to configure Oracle Identity Fedration.
    CONFIGURE_OIF_COMPONENT=true
    #Provide true to configure Oracle Directory Service Manager.
    CONFIGURE_ODSM_COMPONENT=false
    #Provide true to configure Enterprise Management.
    CONFIGURE_EM_COMPONENT=false
    #Provide true to configure federation components.
    FEDERATION_COMPONENTS_FOR_CONFIGURE=false
    #Provide true to configure management components.
    MANAGEMENT_COMPONENTS_FOR_CONFIGURE=false
    #Provide the list of components selected for configuration separated by colon. Example OID:OVD:DIP:ODSM
    SELECTED_COMPONENTS_FOR_CONFIGURATION=OIF
    #Enter the full path, listen port, and service name for the database, for example myserver.mycompany.com:1111:mydb1. Separate the path, port, and service name using a colon (:).
    OID_DB_INFO=localhost:1521:orcl.us.oracle.com
    #Provide the database OID schema name.
    OID_DB_USER=ODS
    #Provide the database ODSSM schema name
    ODSSM_DB_USER=ODSSM
    #Provide the ODS schema password.
    ODS_PASSWORD=<SECURE VALUE>
    #Confirm the ODS Schema password.
    CONFIRM_ODS_PASSWORD=<SECURE VALUE>
    #Provide the ODSSM schema password.
    ODSSM_PASSWORD=<SECURE VALUE>
    #Confirm the ODSSM schema password.
    CONFIRM_ODSSM_PASSWORD=<SECURE VALUE>
    #Provide false if service name is used.
    IS_SERVICE_ID_USED=false
    #Provide true if RAC database URL with instance name is used.
    OID_RACDB_URL_WITH_INSTANCE_NAME=<SECURE VALUE>
    #Provide the Administrator password for Oracle Internet Directory.
    OID_ADMIN_PASSWORD=<SECURE VALUE>
    #Provide true to create a new metadata repository in the database provided by the user. The schema here refers to the ODS schema for OID.
    CREATE_NEW_SCHEMA=false
    #Provide true if component schema has already been created using Repository Creation Utility (RCU) into an available database. The schema here refers here to the ODS schema for OID.
    USE_EXISTING_SCHEMA=true
    #Provide the database user name. The user must have SYSDBA user privileges in order to create the metadata repository.
    CREATE_DATABASE_USERNAME=
    #Provide the database password. The user must have SYSDBA user privileges in order to create the metadata repository.
    CREATE_DATABASE_PASSWORD=<SECURE VALUE>
    #Provide the LDAP Type for Authentication Mechanism. Valid values are Oracle Internet Directory,Oracle Virtual Directory,Microsoft Active Directory,SunOne and IBM Directory Server
    AUTHENTICATION_LDAP_TYPE=Oracle Internet Directory
    #Provide the LDAP URL for Authentication Mechanism. Format:ldap://host:port or ldaps://host:port.
    AUTHENTICATION_LDAP_TYPE_LDAP_URL=ldap://localhost:3060
    #Provide the user name of LDAP server for Authentication Mechanism.
    AUTHENTICATION_LDAP_TYPE_LDAP_USER_NAME=cn=orcladmin
    #Provide the LDAP server password for Authentication Mechanism.
    AUTHENTICATION_LDAP_TYPE_LDAP_PASSWORD=<SECURE VALUE>
    #Provide the LDAP Base DN for Authentication Mechanism.
    AUTHENTICATION_LDAP_BASE_DN=dc=us,dc=oracle,dc=com
    #Provide the LDAP User Credential ID for Authentication Mechanism.
    AUTHENTICATION_USER_CREDENTIAL_ID_ATTRIBUTE=uid
    #Provide the LDAP User Unique ID for Authentication Mechanism.
    AUTHENTICATION_USER_UNIQUE_ID_ATTRIBUTE=uid
    #Provide the LDAP Person Object Class for Authentication Mechanism.
    AUTHENTICATION_PERSON_OBJECT_CLASS=inetOrgPerson
    #Provide the LDAP User Description Attribute for User Data Store.
    USER_LDAP_USER_DESCRIPTION_ATTRIBUTE=uid
    #Provide the LDAP User ID Attribute for User Data Store.
    USER_LDAP_USER_ID_ATTRIBUTE=orclguid
    #Provide the LDAP User Unique ID for User Data Store.
    USER_LDAP_UNIQUE_ID=<SECURE VALUE>
    #Provide the LDAP Person Object Class for User Data Store.
    USER_LDAP_PERSON_OBJECT_CLASS=inetOrgPerson
    #Provide the LDAP Base DN for User Data Store.
    USER_LDAP_BASE_DN=dc=us,dc=oracle,dc=com
    #Provide the LDAP Type for User Store. Valid values are Oracle Internet Directory,Oracle Virtual Directory,Microsoft Active Directory,SunOne and IBM Directory Server
    USER_LDAP_TYPE=Oracle Internet Directory
    #Provide the LDAP URL for User Data Store. Format:ldap://host:port or ldaps://host:port.
    USER_LDAP_URL=ldap://localhost:3060
    #Provide the user name of LDAP server for Federation Data Store.
    USER_LDAP_USER_NAME=cn=orcladmin
    #Provide the LDAP server password for User Data Store.
    USER_LDAP_PASSWORD=<SECURE VALUE>
    #Provide the LDAP User Federation Record Context for Federation Data Store.
    FEDERATION_LDAP_USER_RECORD_CONTEXT=
    #Provide the LDAP Type for Federation Data Store. Valid values are Oracle Internet Directory,Microsoft Active Directory,SunOne and IBM Directory Server
    FEDERATION_LDAP_TYPE=Oracle Internet Directory
    #Provide the LDAP URL for Federation Data Store. Format:ldap://host:port or ldaps://host:port.
    FEDERATION_LDAP_URL=ldap://localhost:3060
    #Provide the LDAP Container Object Class for Federation Data Store.
    FEDERATION_LDAP_CONTAINER_OBJECT_CLASS=
    #Provide the LDAP Domain Prefix for Federation Data Store. This value is needed only when LDAP type is Microsoft Active Directory.
    FEDERATION_LDAP_AD_DOMAIN_PREFIX=
    #Provide the user name of LDAP server for Federation Data Store.
    FEDERATION_LDAP_USER_NAME=cn=orcladmin
    #Provide the LDAP server password for Federation Data Store.
    FEDERATION_LDAP_PASSWORD=<SECURE VALUE>
    #Provide the My Oracle Support Username. If you wish to ignore Oracle Configuration Manager configuration provide empty string for user name.
    MYORACLESUPPORT_USERNAME=
    #Provide the My Oracle Support Password
    MYORACLESUPPORT_PASSWORD=
    #Set this to true if you wish to decline the security updates. Setting this to true and providing empty string for My Oracle Support username will ignore the Oracle Configuration Manager configuration
    DECLINE_SECURITY_UPDATES=true
    #Set this to true if My Oracle Support Password is specified
    SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
    #Provide the Proxy Host
    PROXY_HOST=
    #Provide the Proxy Port
    PROXY_PORT=
    #Provide the Proxy Username
    PROXY_USER=
    #Provide the Proxy Password
    PROXY_PWD=
    #Provide true if extending the Oracle Identity Federation cluster
    EXTEND_OIF_CLUSTER=true
    #Provide true if extending the Oracle Directory Service cluster.
    EXTEND_ODS_CLUSTER=false
    #Provide true if DIP Schema version is 10g.
    DIP_UPGRADE_FLAG=false
    The error i am getting is :
    Checking swap space: must be greater than 500 MB. Actual 8192 MB Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-04-16_02-47-54AM. Please wait ...iamoifat-z2> Log: /users/oif/Oracle/oraInventory/logs/install2013-04-16_02-47-54AM.log
    Copyright (c) 1982, 2010, Oracle and/or its affiliates. All rights reserved.
    Reading response file..
    Verifying data......
    [VALIDATION] [ERROR]:INST-07270: Specified instance name already exists in the domain
    [VALIDATION] [SUGGESTION]:Provide a different value
    configuration Failed. Exiting configuration due to data validation failure.
    Please help and let me know if i have missed any thing. As i am new to OIF , also let me know if other details are required

    Any one has any idea??/

  • Query handled OK on Oracle server but XSQL Servlet raises OracleXMLSQLException

    After dropping and recreating certain object types, and then using ALTER TYPE on an object dependent on those object types, XSQL Servlet raises exception for a query that is handled fine in the Oracle Server itself (ie, in SQL*Plus) as in the following test case:
    create or replace type o_object_inner as object( char1 char(1) )
    create or replace type n_nested_table as table of o_object_inner
    create or replace type o_object_outer as object (nNestedTab n_nested_table)
    For above, the following query encounters no problems on Oracle Server or in XSQL servlet:
    Select o_object_outer(NULL) as "theOuterObj" from dual
    But then if object types are modified as follows:
    drop type o_object_inner force
    create or replace type o_object_inner as object( char1 char(1) ) --same as above
    drop type n_nested_table force
    create or replace type n_nested_table as table of o_object_inner --same as above
    alter type o_object_outer compile
    The above query now encounters no problems in SQL*Plus but generates exception in XSQL servlet as follows:
    oracle.xml.sql.OracleXMLSQLException: Internal Error: Unable to resolve name
    More complex cases generated the above exception and/or the following exception:
    oracle.xml.sql.OracleXMLSQLException: Internal Error: Invalid ADT attribute
    Any insight or help would be greatly appreciated!
    Other info:
    Oracle Server 8.1.7.3 on HP-UX
    XDK 9.2.0.1 (Production) for Java on NT
    JDBC/OCI8 drivers for NT (latest for 8.1.7)

    Yes,
    I changed most of the cursor functions to cast(multiset()). Sometimes i divided a big query into two or three queries (when there was cursor nested in a cursor). It was one day work for me. Don't forget to change the tags with ROW to ITEM in your xsl-stylesheets.
    Uwe

  • Error publishing large payload in AQ JMS Adapter

    Hi,
    We are usign AQ JMS Adapter and we are publishing payload in AQ JMS Topic thorugh BPEL process.
    Issue is, i'm not able to publish large payload ( xml file of size 4KB) to AQ JMS Topic through asynchronous BPEL process.
    When i post the xml in the BPEL Control, i'm getting the follwoing message:
    "Cannot find the specified instance". I have tried 3-4 times but getting same message all the time
    However, i'm able to publish xml to JMS Topic with synchronous BPEL process.
    Please let me know if there is a way to overcome this issue.
    Thanks in advance

    If the StreamPayload property does not exist, then the default value false is assumed.
    <activation-spec className="oracle.tip.adapter.aq.inbound.AQDequeueActivationSpec">
    <property name="QueueName" value="RAW_IN_QUEUE"/>
    <property name="DatabaseSchema" value="SCOTT"/>
    <property name="StreamPayload" value="true"/>
    </activation-spec>
    you can add <property name="StreamPayload" value="true"/>
    to the .jca file but rememeber This property is applicable when processing Raw messages, XMLType messages, and ADT type messages for which a payload is specified though an ADT attribute.

  • Payload Streaming (for handling large payload) in Oracle JCA Adapter for AQ

    Hi All-
    Oracle Documentation indicates that it supports Payload Streaming in Oracle JCA Adapter for AQ. Link http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10231/adptr_aq.htm#CBAIAABF
    However when I tried configuring an AQ Adapter in Jdeveloper, I was not able to see the check box for enabling Payload Streaming.
    Do we have to manually update the .jca file to add the property "EnableStreaming" in the AQ Adapter Activation Spec? Is it supported and is it going to work?
    What is the Message Size limit that the AQ Adapter can handle?
    Please let me know.
    Thanks,
    Dibya

    If the StreamPayload property does not exist, then the default value false is assumed.
    <activation-spec className="oracle.tip.adapter.aq.inbound.AQDequeueActivationSpec">
    <property name="QueueName" value="RAW_IN_QUEUE"/>
    <property name="DatabaseSchema" value="SCOTT"/>
    <property name="StreamPayload" value="true"/>
    </activation-spec>
    you can add <property name="StreamPayload" value="true"/>
    to the .jca file but rememeber This property is applicable when processing Raw messages, XMLType messages, and ADT type messages for which a payload is specified though an ADT attribute.

  • Oracle JCA Adapter for JMS

    Is there any tutorial which describes how to setup Oracle JCA Adapter for JMS in a clustered environment?

    If the StreamPayload property does not exist, then the default value false is assumed.
    <activation-spec className="oracle.tip.adapter.aq.inbound.AQDequeueActivationSpec">
    <property name="QueueName" value="RAW_IN_QUEUE"/>
    <property name="DatabaseSchema" value="SCOTT"/>
    <property name="StreamPayload" value="true"/>
    </activation-spec>
    you can add <property name="StreamPayload" value="true"/>
    to the .jca file but rememeber This property is applicable when processing Raw messages, XMLType messages, and ADT type messages for which a payload is specified though an ADT attribute.

  • Problems getting UPC/EAN codes to write in the mastering notes

    I'm pretty sure this is simple pilot error, as I don't use Waveburner on a regular basis, but...
    I was letting a friend who had to turn in some masters to a label use waveburner, as his system was temporarily down. He was given the UPC/EAN codes to enter onto each CD he had to burn (7 songs on each), and when we saved the mastering notes as a PDF file, it kept saying "none" where the UPC code was to go (on the mastering notes).
    I did get it to save and print on 2 CD's, but 5 I could not. I admittedly have no idea why it was so inconsistent, but attributed it to my missing something simple. The manual had very little to say about this.
    Has anyone else run into this? What am I doing wrong?
    Hope this isn't to vague...

    I too have complained about Datasocket error codes, messages, lack of ds browser, etc. NI said that they will hopefully have some inproved ds information in 6.1

  • Error message - attributes of the user inconsistent or not defined

    Hi,
    We are in SRM 7.0 have created new plant and some users assigned to this plant.
    However when logged into portal page, it gives the error message ' Attributes of the user inconsistent or not defined' see PPOMA_BBP.
    When checked in the org structure the data entered are correct.
    What could be the reason for this error message.
    Rgds,
    Madhan

    Hi,
    Please check the following in the org structure in PPOMA_BBP for the users
    1. Check whether the attribute for the ITS --URL is given.
    2.Check the attribute for the company code is given.
    3.Check whether the Roles for the users is given
    in addition go to the check  tab and check if any Red mark are there.
    correct those attribute.
    The error is basically related to  the PPOMA_BBP only
    Regards
    G.Ganesh Kumar

  • The attributes of the user are inconsistent or not defined. See PPOMA_BBP

    Hi all,
    I created a free text SC and after approval by the manager, the SC was routed to the Sourcing cockpit as I had activated sourcing for the product category that was ordered.
    Now in the SOCO, when I select my SC and click on the 'Next' button, I get an error : "The attributes of the user are inconsistent or not defined. See transaction PPOMA_BBP."
    I have defined the following attributes for my purchaser
    Acct assgnmnt Categry --- (Cost centre)
    Acct system for vendor --- (ECC logical system)
    Company code --- (XXX)
    Cost centre --- (XXXXX)
    Del address --- (XXXXX)
    Doc type in R/3 --- (ECPO)
    Local currency  --- (EUR)
    Mov type --- (201)
    System Alias --- (ECC logical system)
    System alias for accounting system --- (ECC logical system)
    System alias for vendor --- (ECC logical system)
    User role --- (employee/op purchaser/st purchaser)
    Which other attribute do I need to define? Is there something that I have missed?
    Strangely it works fine if I give my user SAP_ALL profile!!
    Regards

    Hitesh & Velu,
    I did regenerate the role and it is in green now. Still it does not work.
    However I noticed that when I ran the attribute check for Purchaser's position, I got the following errors.
    Application 'RFx': Assign purchaser PURCHASER1 to a purchasing organization
    Message no. BBP_ATTR_CHECK151
    Diagnosis
    User PURCHASER1 has a purchaser's authorizations but is not assigned to any purchasing organization.
    System Response
    Purchaser PURCHASER1 (position S 50000015) cannot run the EBP applications RFx without encountering errors.
    Procedure
    Assign a purchasing organization to purchaser PURCHASER1 (position S 50000015). Select an organization unit above the purchaser and select the property 'purchasing organization' on the 'Function' tab.
    I have already done the above, all org units have a function that links them to backend ECC. Why is it still prompting me with the same error?
    Regards

  • Wee inconsistency in region template "Form Table Attributes"

    In the region template definition there is a field for specifying form table attributes. If I specify table attribute(s) they work as expected. If I then add an item type of "Stop and start table" to the region, the custom attributes are not used in the subsequent tables.
    It's a minor thing... perhaps this can be fixed (or has been fixed) in 3.0?

    Atul:
    I dont know what the 'Alternate Source' is
    In the Source section set
    Source value or expression to be the name of the database column that has the URL (company_url)
    Post calculation Computation to be '<a h ref="' || :pxx_company_url || '">' || :pxx_company_url || '</a>'; where pxx_company_url is the page-item name.
    I have specified 'h ref' instead of 'href' so that the forum software doesnt mess up the post.
    Varad

  • Inconsistent Behavior : error code 20 - attribute or value exists

         We are getting "error code 20 - attribute or value exists" randomly when we try to create a new user in the LDAP system. This error is thrown so randomly that it is really driving us crazy. With same values for all other mandatory fields and with just a different userId, this error is thrown for some cases and not for others. The entry is also NOT getting created in LDAP. We are able to create the same entry directly at the LDAP through jXxplorer.
    Stack Trace:
    Caused By: javax.naming.directory.AttributeInUseException: [LDAP: error code 20 - Attribute Or Value Exists]; remaining name 'cn=sdoc,cn=Users,dc=xxx,dc=xxx'
        at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3051)
        at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:3013)
        at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2820)
        at com.sun.jndi.ldap.LdapCtx.c_createSubcontext(LdapCtx.java:791)
        at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_createSubcontext(ComponentDirContext.java:319)
        at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.createSubcontext(PartialCompositeDirContext.java:248)
        at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.createSubcontext(PartialCompositeDirContext.java:236)
        at javax.naming.directory.InitialDirContext.createSubcontext(InitialDirContext.java:178)
    Is is a bug in rt.jar? We are using JRE1.6.45. Is there anyway we can increase the logging at the rt.jar?
    Is there anyway we can bypass this error?
    Your help is highly appreciated.

    I found out the reason already. The schema was not configured properly :)

  • Firefox worked fine yesterday, but today it wont load. I tried unstalling and downloaded a new version. Got message the extended attributes are inconsistant.

    ATried to open Firefox browser to read mail but it wouldnt open. An error message indicated something about version 12 and version 11 issues so I uninstalled Firefox and used Explorer to download a fresh copy. Wouldnt install.
    Keep getting a box that says " The extended attritbutes are inconsistent"

    Thank you for the reply. I forgot to mention that I did run scans for viruses and malware and came up clean.
    I ran the System File Checker and it told me there are corrupt files that could not be repaired. I dont understand all the info that I read on the CBS.log, but from what I gather from the link you provided I'll be doing a reformat today. :(
    What puzzles me is the fact that all was well when I shut down my computer but by morning there were corrupt files????? Strange no virus, no malware so what on earth happened? The million dollar question.:)
    Sincerely appreciate your assistance.

  • ORA-27369 extended attributes are inconsistent

    Hello,
    i did the following code:
    BEGIN
      SYS.DBMS_SCHEDULER.CREATE_JOB
           job_name        => 'JOB_CREATE_POINT_DE_SITUATION2'
          ,start_date      => NULL
          ,repeat_interval => NULL
          ,end_date        => NULL
          ,job_class       => 'DEFAULT_JOB_CLASS'
          ,job_type        => 'EXECUTABLE'
          ,job_action      => 'C:\WINDOWS\SYSTEM32\CMD.EXE'
          ,comments        => NULL
        dbms_scheduler.set_attribute('JOB_CREATE_POINT_DE_SITUATION2','credential_name','CEOLE_CRED');
      SYS.DBMS_SCHEDULER.SET_ATTRIBUTE
        ( name      => 'JOB_CREATE_POINT_DE_SITUATION2'
         ,attribute => 'LOGGING_LEVEL'
         ,value     => SYS.DBMS_SCHEDULER.LOGGING_FULL);
      SYS.DBMS_SCHEDULER.SET_ATTRIBUTE
        ( name      => 'JOB_CREATE_POINT_DE_SITUATION2'
         ,attribute => 'AUTO_DROP'
         ,value     => FALSE);
      SYS.DBMS_SCHEDULER.SET_ATTRIBUTE
        ( name      => 'JOB_CREATE_POINT_DE_SITUATION2'
         ,attribute => 'number_of_arguments'
         ,value     => 2);
      SYS.DBMS_SCHEDULER.SET_JOB_ARGUMENT_VALUE
        ( job_name             => 'JOB_CREATE_POINT_DE_SITUATION2'
         ,argument_position    => 1
         ,argument_value       => '/c');
      SYS.DBMS_SCHEDULER.SET_JOB_ARGUMENT_VALUE
        ( job_name             => 'JOB_CREATE_POINT_DE_SITUATION2'
         ,argument_position    => 2
        ,argument_value       => 'c:\report\point_situation_HTML2.bat');
    END;
    exec dbms_scheduler.run_job(job_name             => 'JOB_CREATE_POINT_DE_SITUATION2',use_current_session=>TRUE);
    my bat file is for this test: start "c:\windows\system32" notepad.exe
    which runs well apart. my credential are my windows account (i am admin) with my domain.
    Could you help me?
    BR

    Hi,
    What is your problem? Do you get the error indicated in your thread's title? If yes, can you copy paste all the steps that leads to the error, along with the whole error message?
    Thanks

Maybe you are looking for

  • Dynamic Subject Line not appearing in PO mail

    Hi Experts, In tcode ME28 when i get the list of POs to be released , I click on the release possible icon against the PO number. On clicking of this, a mail goes to the vendor of the PO. My requirement is to change the subject line of this mail. I h

  • Painting Shapes onto JPanels

    hi, I'm currently trying to draw shapes in java for the first time. I've been looking at the tutorials and examples for java.sun but I'm having a few problems. At the moment I have code as follows: public class drawShape{ public void paintComponent(G

  • Can you  say internally what happens?

    String s1 = new String("ABCDEF"); String s2 = new String("ABCDEF"); if(s1==s2){ s.o.pln("true") }else s.o.pln("false") } here it gives false String a="xxxxx"; String b="xxxxx"; if(s1==s2){ s.o.pln("true") }else s.o.pln("false") } here it gives true

  • How to export writable PDF for use in Reader

    Hi! I have created a writable PDF, but when i try to open it in Reader i get message that i cant save this form. I have both acrobat and LiveCycle. Please help.

  • Problem to install oracle 8i on redhat 8

    Hi everyone, I try to install oracle 8i on redhat8. I copied all installation files to local computer. And when I run ./runInstaller, it just give me following message, and the GUI interface never shows up. Initializing Java Virtual Machine from ../s