Issue extracting Oracle's example.dmp

After I installed the Oracle 10g release 2, I tried to import Oracle's example.tmp. Below are the error messages.
Export file created by EXPORT:V10.02.01 via conventional path
About to import transportable tablespace(s) metadata...
import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
export client uses US7ASCII character set (possible charset conversion)
IMP-00053: Import mode incompatible with Export dump file
IMP-00000: Import terminated unsuccessfully
How do I fix this? Please provide instructions as detailed as possible as I am just starting to learn about Oracle. Note the OS is Windows XP.
Thanks in advance,
Dennis

Continuing next post since there was problem with number of lines in the postings..
"commit;"
"COMMIT; END;"
"CREATE INDEX "SUP_TEXT_IDX" ON "SUPPLEMENTARY_DEMOGRAPHICS" ("COMMENTS" ) "
"INDEXTYPE IS "CTXSYS"."CONTEXT" PARAMETERS ('nopopulate')"
"CREATE BITMAP INDEX "FW_PSC_S_MV_SUBCAT_BIX" ON "FWEEK_PSCAT_SALES_MV" ("PR"
"OD_SUBCATEGORY" ) PCTFREE 10 INITRANS 2 MAXTRANS 255 STORAGE(SEG_FILE 5 SE"
"G_BLOCK 10235 OBJNO_REUSE 51872 INITIAL 65536 FREELISTS 1 FREELIST GROUPS 1"
" BUFFER_POOL DEFAULT) TABLESPACE "EXAMPLE" NOLOGGING"
"FIXBMIDXVERS "SH"."FWEEK_PSCAT_SALES_MV" "SH"."FW_PSC_S_MV_SUBCAT_BIX" 2641"
"98"
"CREATE BITMAP INDEX "FW_PSC_S_MV_CHAN_BIX" ON "FWEEK_PSCAT_SALES_MV" ("CHAN"
"NEL_ID" ) PCTFREE 10 INITRANS 2 MAXTRANS 255 STORAGE(SEG_FILE 5 SEG_BLOCK "
"10243 OBJNO_REUSE 51873 INITIAL 65536 FREELISTS 1 FREELIST GROUPS 1 BUFFER_"
"POOL DEFAULT) TABLESPACE "EXAMPLE" NOLOGGING"
"FIXBMIDXVERS "SH"."FWEEK_PSCAT_SALES_MV" "SH"."FW_PSC_S_MV_CHAN_BIX" 264198"
"CREATE BITMAP INDEX "FW_PSC_S_MV_PROMO_BIX" ON "FWEEK_PSCAT_SALES_MV" ("PRO"
"MO_ID" ) PCTFREE 10 INITRANS 2 MAXTRANS 255 STORAGE(SEG_FILE 5 SEG_BLOCK 1"
"0251 OBJNO_REUSE 51874 INITIAL 65536 FREELISTS 1 FREELIST GROUPS 1 BUFFER_P"
"OOL DEFAULT) TABLESPACE "EXAMPLE" NOLOGGING"
"FIXBMIDXVERS "SH"."FWEEK_PSCAT_SALES_MV" "SH"."FW_PSC_S_MV_PROMO_BIX" 26419"
"8"
"CREATE BITMAP INDEX "FW_PSC_S_MV_WD_BIX" ON "FWEEK_PSCAT_SALES_MV" ("WEEK_E"
"NDING_DAY" ) PCTFREE 10 INITRANS 2 MAXTRANS 255 STORAGE(SEG_FILE 5 SEG_BLO"
"CK 10259 OBJNO_REUSE 51875 INITIAL 65536 FREELISTS 1 FREELIST GROUPS 1 BUFF"
"ER_POOL DEFAULT) TABLESPACE "EXAMPLE" NOLOGGING"
"FIXBMIDXVERS "SH"."FWEEK_PSCAT_SALES_MV" "SH"."FW_PSC_S_MV_WD_BIX" 264198"
importing OE's objects into OE
"ALTER SESSION SET CURRENT_SCHEMA= "OE""
"CREATE TRIGGER "OE".insert_ord_line"
" BEFORE INSERT ON order_items"
" FOR EACH ROW"
" DECLARE"
" new_line number;"
" BEGIN"
" SELECT (NVL(MAX(line_item_id),0)+1) INTO new_line"
" FROM order_items"
" WHERE order_id = :new.order_id;"
" :new.line_item_id := new_line;"
" END;"
"ALTER TRIGGER "INSERT_ORD_LINE" ENABLE"
importing IX's objects into IX
"BEGIN "
"SYS.DBMS_AQ_IMP_INTERNAL.IMPORT_QUEUE_TABLE('ORDERS_QUEUETABLE',1,26749,2,1"
",2,'Orders queue table', SYS.DBMS_AQ_IMP_INTERNAL.DBVER_10i, '-07:00');"
"COMMIT; END;"
"BEGIN "
"SYS.DBMS_AQ_IMP_INTERNAL.IMPORT_SUBSCRIBER_TABLE('AQ$_ORDERS_QUEUETABLE_S')"
"COMMIT; END;"
"BEGIN "
"SYS.DBMS_AQ_IMP_INTERNAL.IMPORT_TIMEMGR_TABLE('AQ$_ORDERS_QUEUETABLE_T');"
"COMMIT; END;"
"BEGIN "
"SYS.DBMS_AQ_IMP_INTERNAL.IMPORT_HISTORY_TABLE('AQ$_ORDERS_QUEUETABLE_H');"
"COMMIT; END;"
"BEGIN "
"SYS.DBMS_AQ_IMP_INTERNAL.IMPORT_SIGNATURE_TABLE('AQ$_ORDERS_QUEUETABLE_G');"
"COMMIT; END;"
"BEGIN "
"SYS.DBMS_AQ_IMP_INTERNAL.IMPORT_INDEX_TABLE('AQ$_ORDERS_QUEUETABLE_I');"
"COMMIT; END;"
"BEGIN "
"SYS.DBMS_AQ_IMP_INTERNAL.IMPORT_QUEUE_TABLE('STREAMS_QUEUE_TABLE',1,2127999"
",4,0,0,'', SYS.DBMS_AQ_IMP_INTERNAL.DBVER_10i, '-07:00');"
"COMMIT; END;"
"BEGIN "
"SYS.DBMS_AQ_IMP_INTERNAL.IMPORT_SUBSCRIBER_TABLE('AQ$_STREAMS_QUEUE_TABLE_S"
"COMMIT; END;"
"BEGIN "
"SYS.DBMS_AQ_IMP_INTERNAL.IMPORT_TIMEMGR_TABLE('AQ$_STREAMS_QUEUE_TABLE_T');"
"COMMIT; END;"
"BEGIN "
"SYS.DBMS_AQ_IMP_INTERNAL.IMPORT_HISTORY_TABLE('AQ$_STREAMS_QUEUE_TABLE_H');"
"COMMIT; END;"
"BEGIN "
"SYS.DBMS_AQ_IMP_INTERNAL.IMPORT_SIGNATURE_TABLE('AQ$_STREAMS_QUEUE_TABLE_G'"
"COMMIT; END;"
"BEGIN "
"SYS.DBMS_AQ_IMP_INTERNAL.IMPORT_INDEX_TABLE('AQ$_STREAMS_QUEUE_TABLE_I');"
"COMMIT; END;"
"BEGIN "
"DECLARE "
"ta sys.re$table_alias_list;"
"vt sys.re$variable_type_list;"
"BEGIN"
"ta := sys.re$table_alias_list();"
"vt := sys.re$variable_type_list();"
"ta.extend(1);"
"ta(1) := sys.re$table_alias('TAB','"ORDERS_QUEUETABLE"');"
"dbms_rule_imp_obj.import_evaluation_context('"AQ$_ORDERS_QUEUETABLE_V"', ta"
", vt, NULL,NULL, 1);"
"END; "
"COMMIT; END;"
"BEGIN "
"BEGIN"
"dbms_rule_imp_obj.import_rule_set('"ORDERS_QUEUE_R"','"AQ$_ORDERS_QUEUETABL"
"E_V"',NULL, 1);"
"END; "
"COMMIT; END;"
"BEGIN "
"BEGIN"
"dbms_rule_imp_obj.import_rule_set('"ORDERS_QUEUE_N"','"AQ$_ORDERS_QUEUETABL"
"E_V"',NULL, 1);"
"END; "
"COMMIT; END;"
"BEGIN "
"SYS.DBMS_AQ_IMP_INTERNAL.IMPORT_QUEUE(HEXTORAW('8A3F4B716C80450CAB8930E1773"
"914F8'),'ORDERS_QUEUETABLE','AQ$_ORDERS_QUEUETABLE_E',1,0,0,0,0,'exception "
"queue');"
"COMMIT; END;"
"BEGIN "
"SYS.DBMS_AQ_IMP_INTERNAL.IMPORT_QUEUE(HEXTORAW('9814E148F8D944BE859434FF4B7"
"EBBFB'),'ORDERS_QUEUETABLE','ORDERS_QUEUE',0,5,0,0,0,'');"
"COMMIT; END;"
"BEGIN "
"DECLARE "
"ta sys.re$table_alias_list;"
"vt sys.re$variable_type_list;"
"BEGIN"
"ta := sys.re$table_alias_list();"
"vt := sys.re$variable_type_list();"
"ta.extend(1);"
"ta(1) := sys.re$table_alias('TAB','"STREAMS_QUEUE_TABLE"');"
"dbms_rule_imp_obj.import_evaluation_context('"AQ$_STREAMS_QUEUE_TABLE_V"', "
"ta, vt, NULL,NULL, 1);"
"END; "
"COMMIT; END;"
"BEGIN "
"BEGIN"
"dbms_rule_imp_obj.import_rule_set('"STREAMS_QUEUE_R"','"AQ$_STREAMS_QUEUE_T"
"ABLE_V"',NULL, 1);"
"END; "
"COMMIT; END;"
"BEGIN "
"BEGIN"
"dbms_rule_imp_obj.import_rule_set('"STREAMS_QUEUE_N"','"AQ$_STREAMS_QUEUE_T"
"ABLE_V"',NULL, 1);"
"END; "
"COMMIT; END;"
"BEGIN "
"SYS.DBMS_AQ_IMP_INTERNAL.IMPORT_QUEUE(HEXTORAW('445CEC64EFAF44D9B33E499F5F1"
"D3641'),'STREAMS_QUEUE_TABLE','AQ$_STREAMS_QUEUE_TABLE_E',1,0,0,0,0,'except"
"ion queue');"
"COMMIT; END;"
"BEGIN "
"SYS.DBMS_AQ_IMP_INTERNAL.IMPORT_QUEUE(HEXTORAW('FF9F96585F1E4835B457CA18C4F"
"96062'),'STREAMS_QUEUE_TABLE','STREAMS_QUEUE',0,5,0,0,0,'');"
"COMMIT; END;"
importing HR's objects into HR
"ALTER SESSION SET CURRENT_SCHEMA= "HR""
"ALTER TABLE "EMPLOYEES" ENABLE CONSTRAINT "EMP_SALARY_MIN""
"ALTER TABLE "JOB_HISTORY" ENABLE CONSTRAINT "JHIST_DATE_INTERVAL""
importing OE's objects into OE
"ALTER SESSION SET CURRENT_SCHEMA= "OE""
"ALTER TABLE "CUSTOMERS" ENABLE CONSTRAINT "CUSTOMER_CREDIT_LIMIT_MAX""
"ALTER TABLE "CUSTOMERS" ENABLE CONSTRAINT "CUSTOMER_ID_MIN""
"ALTER TABLE "ORDERS" ENABLE CONSTRAINT "ORDER_MODE_LOV""
"ALTER TABLE "ORDERS" ENABLE CONSTRAINT "ORDER_TOTAL_MIN""
"ALTER TABLE "PRODUCT_INFORMATION" ENABLE CONSTRAINT "PRODUCT_STATUS_LOV""
importing SYS's objects into SYS
"ALTER SESSION SET CURRENT_SCHEMA= "SYS""
"BEGIN sys.dbms_plugts.endImport; END;"
mport terminated successfully with warnings.
If you see correct this is the metadata ..of the SYS...and internal Objects of Other schema's too..
You should not do it... when ever a new database Created the ORACLE Internally executes or improts the example.dmp and it does use the example01.dfb.. since these are the templates... for any new database creation..
:-) Clear...
- Pavan Kumar N                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • Unable to extract oracle.sar file in Linux

    Hello all,
    I am aware of installing sap components in windows platform but now as a first time i am installing in linux environment.
    I am getting issues in oracle installation.
    First i have installed Red hat linux 5 and started trying to install Oracle. In the source files of oralce (8.1.7.4) is sar file type, so I have downloaded the sapcar file from SMP for the linux platform but sapcar in SMP i can see the file type as exe file. I am not sure file type exe will support in linux.And also i made sure that owner and group have right access.
    But still i tried by extracting the oracle.sar file but its throwing an error as bash. SAPCAR file not found.
    I am sure --> I have placed the sapcar file in the same directory as oracle source file were placed and also I am sure I am trying to extract the this file in the same directory in command prompt.
    Even I placed this sapcar file in environment variable = path.
    Kindly advice me where the problem is.
    Regards
    Vijay

    Hello All,
    Yes I have downloaded the x86_64 bit and also changed the mode as 777.
    Planned to install the environment (4.7E with oracle 8i in red hat linux) - System copy purpose.
    So, I have installed the red hat linux 5 and now started to install oracle 8i. I have tried to unextract the oracle.sar file there i got this error and now i am geting the different error after changing the environment variable - path.
    The error is SAPCAR: error while loading shared libraries:libstdc++-libc6.1-1.so.2:cannot open shared object file:no such file or directory
    Regards
    Vijay

  • Issues with Oracle in a new location.

    Hello -
    I recently had to change the computer name of a Windows 2003 SP2 test server. Among other software installed was Oracle 10g r2. There were issues with Oracle in its new location where it was trying to reference the old computer name.
    I assumed that all I would have to do to correct the issue was to search all of Oracle’s .ORA files and replace the old server name with the new one. (Plus, of course, changing the Windows Host file entry).
    But I’m finding that Oracle on Windows apparently has many other references to the original computer name. For example, there are subdirectories in the Oracle Home directory tree structure where the directories themselves contain the old computer name. (I’ve attached a screenshot of a file search off the Oracle directory tree for “BRI2KSRV” which is the test server’s old name. “Bri2ksrv.jax.fnfis.com” was the server’s old fully qualified name. ORCL is/was the default instance name).
    For example, these directories were found:
    ..\oracle\product\10.2.0\db_1\bri2ksrv.jax.fnfis.com_orcl
    ..\oracle\product\10.2.0\db_1\log\bri2ksrv
    ..\oracle\product\10.2.0\db_1\oc4j\j2ee\OC4J_DBConsole_bri2ksrv.jax.fnfis.com_orcl
    What are the recommended steps when changing the Windows computer name (and thus the fully qualified network references) on a Windows 2003 Server which has a functioning Oracle 10g R2 instance?
    Thanks!

    These directory you mentioned are EM control directory. You need to reconfigure your EM with new server name.
    If you are using server name instead of IP address in listener.ora and tnsnames.ora you need to change these as well.

  • Oracle by Example content-Damaged zip file?

    I've downloaded Oracle by Example content : download.zip
    file (32,472 KB).
    The zip file seems to damaged. I've managed to repair it with winrar and extracted it with winzip but got the following message:
    Extracting blast.zip
    bad CRC 00000000 (should be 2fe2b7c5)
    Warning: the size of the extracted file (0) does not match the uncompressed size (2837) recorded in the zip file.
    which means that I've lost the file blast.zip included in the archive.
    Could you please repair the archive and post it back?!

    Many of the lessons are operating system independent because they use EM. If you are interested in the installation. There is one lesson specific to windows. Which topic are you looking for?

  • Performance issues with Oracle EE 9.2.0.4 and RedHat 2.1

    Hello,
    I am having some serious performance issues with Oracle Enterprise Edition 9.2.0.4 and RedHat Linux 2.1. The processor goes berserk at 100% for long (some 5 min.) periods of time, and all the ram memory gets used.
    Some environment characteristics:
    Machine: Intel Pentium IV 2.0GHz with 1GB of RAM.
    OS: RedHat Linux 2.1 Enterprise.
    Oracle: Oracle Enterprise Edition 9.2.0.4
    Application: We have a small web-application with 10 users (for now) and very basic queries (all in stored procedures). Also we use the latest version of ODP.NET with default connection settings (some low pooling, etc).
    Does anyone know what could be going on?
    Is anybody else having this similar behavior?
    We change from SQL-Server so we are not the world expert on the matter. But we want a reliable system nonetheless.
    Please help us out, gives some tips, tricks, or guides…
    Thanks to all,
    Frank

    Thank you very much and sorry I couldn’t write sooner. It seems that the administrator doesn’t see the kswap going on so much, so I don’t really know what is going on.
    We are looking at some queries and some indexing but this is nuts, if I had some poor queries, which we don’t really, the server would show pick right?
    But he goes crazy and has two oracle processes taking all the resources. There seems to be little swapping going on.
    Son now what? They are all ready talking about MS-SQL please help me out here, this is crazy!!!
    We have, may be the most powerful combinations here. What is oracle doing?
    We even kill the Working Process of the IIS and have no one do anything with the database and still dose two processes going on.
    Can some one help me?
    Thanks,
    Frank

  • Layout issue in Oracle rdf

    Hi Experts,
    I am facing a strange issue in oracle rdf reports.
    Requesting an assistance from you.
    I have a report which displays the vendor information.
    For all the vendors the layout is working fine for me, but for one particular vendor the vendor name is splitting into 2 lines as follows.
    EAD - Empresa de Arquivo de
    Documentação, SA
    But it is one name as 'EAD - Empresa de Arquivo de Documentação, SA'.
    Please help me on this. how to display this as a single value.
    Thanks,
    Zaheer.

    This is probably because the field is not wide enough. Check the horizontal elasticity property of this field (and possibly the frames around it).

  • Facing Issue With Oracle SOA Suite 11.1.1.3.0

    Hi All,
    I am facing some issues with ORACLE SOA SUITE 11.1.1.3.0.
    Hope you people can help us out.
    Please find the issue details below along with all the relevant information’s
    I have following SOA suite installation at my server:
    Oracle 10g Express Edition Universal 10.2.0.1
    RCU 11.1.1.3.3
    Web Logic Server 10.3.3.0
    SOA suite 11.1.1.3.0
    JDeveloper 11.1.1.3.0
    The first thing what I have done is created a web service and deployed it to server without any issue.
    After that I created proxy client for that service and accessed it successfully from the client end.
    Till here no issue occurs.
    After that I applied few policies on top of web service and deployed it to server.
    The policy I had chosen was “oracle/wss_username_token_service_policy” [coming under OWSM policies list]
    While deploying there was no issue, all went well.
    2nd step I had created client using “oracle/wss_username_token_client_policy” policy which is counter part of above policy and tried to access the web service but failed.
    I have followed this blog:
    [http://biemond.blogspot.com/2010/08/things-you-need-to-do-for-owsm-11g.html ]
    Please have a look on service and client code:
    Service Code:
    package Demo_ScoreCard;
    import javax.jws.WebService;
    import weblogic.wsee.jws.jaxws.owsm.SecurityPolicy;
    @WebService
    @SecurityPolicy(uri = "oracle/wss_username_token_service_policy")
    public class ScoreCardWithPolicy {
    public double getPercentageWithPolicy(double markEng,double markMath,double markHindi,double markScience,double markSsc)
    double result;
    result= ((markEng+markHindi+markMath+markScience+markSsc)/500)*100;
    return result;
    Client Code:
    package com.tec.proxy.client;
    import java.util.Map;
    import javax.xml.ws.BindingProvider;
    import javax.xml.ws.WebServiceRef;
    import weblogic.wsee.jws.jaxws.owsm.SecurityPolicyFeature;
    public class ScoreCardWithPolicyPortClient {
    @WebServiceRef
    private static ScoreCardWithPolicyService scoreCardWithPolicyService;
    public static void main(String[] args) {
    scoreCardWithPolicyService = new ScoreCardWithPolicyService();
    SecurityPolicyFeature[] securityFeatures =new SecurityPolicyFeature[] { new SecurityPolicyFeature("oracle/wss_http_token_client_policy") };
    ScoreCardWithPolicy scoreCardWithPolicy =scoreCardWithPolicyService.getScoreCardWithPolicyPort(securityFeatures);
    Map<String, Object> reqContext =((BindingProvider)scoreCardWithPolicy).getRequestContext();
    reqContext.put(BindingProvider.USERNAME_PROPERTY, "testclient");
    reqContext.put(BindingProvider.PASSWORD_PROPERTY, "test12345"); // I have added this to the myrealm from console under security realms
    double arg1 = 77.2;
    double arg2 = 79.2;
    double arg3 = 77.2;
    double arg4 = 76.2;
    double arg5 = 67.2;
    double clientResult =scoreCardWithPolicy.getPercentageWithPolicy(arg1, arg2, arg3, arg4,arg5);
    System.out.println("clientResult with policy =====> " + clientResult);
    Error Log:
    SEVERE: WSM-07617 Policy: oracle/wss_http_token_client_policy contains unsupported assertions.
    SEVERE: WSMAgentHook: An Exception is thrown: WSM-07617 Policy Policy: oracle/wss_http_token_client_policy contains unsupported assertions.
    Exception in thread "main" javax.xml.rpc.JAXRPCException: oracle.wsm.common.sdk.WSMException: WSM-07617 Policy Policy: oracle/wss_http_token_client_policy contains unsupported assertions.
    at oracle.wsm.agent.handler.wls.WSMAgentHook.handleException(WSMAgentHook.java:395)
    at oracle.wsm.agent.handler.wls.WSMAgentHook.init(WSMAgentHook.java:206)
    at weblogic.wsee.jaxws.framework.jaxrpc.TubeFactory.newHandler(TubeFactory.java:105)
    at weblogic.wsee.jaxws.framework.jaxrpc.TubeFactory.createClient(TubeFactory.java:68)
    at weblogic.wsee.jaxws.WLSTubelineAssemblerFactory$TubelineAssemblerImpl.createClient(WLSTubelineAssemblerFactory.java:148)
    at com.sun.xml.ws.client.WSServiceDelegate.createPipeline(WSServiceDelegate.java:467)
    at com.sun.xml.ws.client.WSServiceDelegate.getStubHandler(WSServiceDelegate.java:689)
    at com.sun.xml.ws.client.WSServiceDelegate.createEndpointIFBaseProxy(WSServiceDelegate.java:667)
    at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:362)
    at weblogic.wsee.jaxws.spi.WLSProvider$ServiceDelegate.internalGetPort(WLSProvider.java:855)
    at weblogic.wsee.jaxws.spi.WLSProvider$ServiceDelegate$PortClientInstanceFactory.createClientInstance(WLSProvider.java:967)
    at weblogic.wsee.jaxws.spi.ClientInstancePool.takeSimpleClientInstance(ClientInstancePool.java:621)
    at weblogic.wsee.jaxws.spi.ClientInstancePool.take(ClientInstancePool.java:486)
    at weblogic.wsee.jaxws.spi.WLSProvider$ServiceDelegate.getPort(WLSProvider.java:782)
    at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:344)
    at javax.xml.ws.Service.getPort(Service.java:133)
    at com.tec.proxy.client.ScoreCardWithPolicyService.getScoreCardWithPolicyPort(ScoreCardWithPolicyService.java:86)
    at com.tec.proxy.client.ScoreCardWithPolicyPortClient.main(ScoreCardWithPolicyPortClient.java:23)
    Process exited with exit code 1.
    Not getting any help from any blog. Just wondering why this error is coming. I would be glad if you can help us in this regard.
    Apart from above issue I have few queries like:
    1.What is difference between OWSM policies and WLS policies?
    2.Are these the only policies we can apply on top of services?
    3.If some one wants to configure his own custom policies than what need to be done
    4.Could anyone please provide some useful links to implement ENCYPTION and SIGNATURE on top of web services?
    5.And If I am not wrong, I guess Oracle Service BUS OSB 11.1.1.3 has been removed from the main download link and version 11.1.1.4 has been provided. Is it
    compatible with SOA suite 11.1.1.3.0? If not where can I get OSB 11.1.1.3?
    Looking forward to hear from you people.
    Thanks
    Arvind
    Edited by: user8490871 on Apr 15, 2011 12:53 AM
    Edited by: user8490871 on Apr 15, 2011 12:53 AM

    Hi,
    I don't know why u get an error. Here are answers for additional questions:
    1. OWSM policies are for web services. WLS policies are based on Java EE security. They are used to protect resources e.g. URL, EJB
    2. I don't know about other policies
    3. See http://download.oracle.com/docs/cd/E14571_01/web.1111/e13713/owsm_appendix.htm#CHDCHFBH
    4. See http://download.oracle.com/docs/cd/E14571_01/security.1111/e10037/toc.htm
    5. I can see OSB 11.1.1.3 download link here
    http://www.oracle.com/technetwork/middleware/downloads/fmw-11-download-092893.html
    Regards,
    Milan

  • Issue with Oracle LONG RAW data type

    Hi All,
    I am facing some issues with Oracle LONG RAW DATA Type.
    We are using Oracle 9IR2 Database.
    I got a table having LONG RAW column and I need to transfer the same into another table having LONG RAW column.
    When I tried using INSERT INTO SELECT * command (or) CREATE TABLE as select * , it is throwing ORA-00997: illegal use of LONG datatype.
    I have gone through some docs and found we should not use LONG RAW using these operations.
    So I did some basic PLSQL block given below and I was able to insert most of the records. But records where the LONG RAW file is like 7O kb, the inserting is faliling.
    I tried to convert LONG RAW to BLOB and again for the record where the LONG RAW is big in size I am getting (ORA-06502: PL/SQL: numeric or value error) error.
    Appreciate if anyone can help me out here.
    DECLARE
    Y LONG RAW;
    BEGIN
    FOR REC IN (SELECT * FROM TRU_INT.TERRITORY WHERE TERRITORYSEQ=488480 ORDER BY TERRITORYSEQ ) LOOP
    INSERT INTO TRU_CMP.TERRITORY
    BUSINESSUNITSEQ, COMPELEMENTLIFETIMEID, COMPONENTIMAGE, DESCRIPTION, ENDPERIOD, GENERATION, NAME, STARTPERIOD, TERRITORYSEQ
    VALUES
    REC.BUSINESSUNITSEQ, REC.COMPELEMENTLIFETIMEID, REC.COMPONENTIMAGE, REC.DESCRIPTION, REC.ENDPERIOD, REC.GENERATION, REC.NAME,
    REC.STARTPERIOD, REC.TERRITORYSEQ
    END LOOP;
    END;
    /

    Maddy wrote:
    Hi All,
    I am facing some issues with Oracle LONG RAW DATA Type.
    We are using Oracle 9IR2 Database.
    I got a table having LONG RAW column and I need to transfer the same into another table having LONG RAW column.
    When I tried using INSERT INTO SELECT * command (or) CREATE TABLE as select * , it is throwing ORA-00997: illegal use of LONG datatype.
    I have gone through some docs and found we should not use LONG RAW using these operations.
    So I did some basic PLSQL block given below and I was able to insert most of the records. But records where the LONG RAW file is like 7O kb, the inserting is faliling.
    I tried to convert LONG RAW to BLOB and again for the record where the LONG RAW is big in size I am getting (ORA-06502: PL/SQL: numeric or value error) error.
    Appreciate if anyone can help me out here.
    DECLARE
    Y LONG RAW;
    BEGIN
    FOR REC IN (SELECT * FROM TRU_INT.TERRITORY WHERE TERRITORYSEQ=488480 ORDER BY TERRITORYSEQ ) LOOP
    INSERT INTO TRU_CMP.TERRITORY
    BUSINESSUNITSEQ, COMPELEMENTLIFETIMEID, COMPONENTIMAGE, DESCRIPTION, ENDPERIOD, GENERATION, NAME, STARTPERIOD, TERRITORYSEQ
    VALUES
    REC.BUSINESSUNITSEQ, REC.COMPELEMENTLIFETIMEID, REC.COMPONENTIMAGE, REC.DESCRIPTION, REC.ENDPERIOD, REC.GENERATION, REC.NAME,
    REC.STARTPERIOD, REC.TERRITORYSEQ
    END LOOP;
    END;
    /below might work
    12:06:23 SQL> help copy
    COPY
    Copies data from a query to a table in the same or another
    database. COPY supports CHAR, DATE, LONG, NUMBER and VARCHAR2.
    COPY {FROM database | TO database | FROM database TO database}
                {APPEND|CREATE|INSERT|REPLACE} destination_table
                [(column, column, column, ...)] USING query
    where database has the following syntax:
         username[/password]@connect_identifier

  • Deadlock issue in Oracle 10g Partitioned Tables

    Hi ALL,
    I am facing an issue of Deadlock while inserting data into a partitioned table.
    I get an error "ORA-00600: Deadlock detected". when i see the trace files, following lines are appearing in them:
    "Single resource deadlock: blocking enqueue which blocks itself".
    Here is the detail of my test case:
    1. I have a list-partitioned table, with partitioning defined on some business codes.
    2. I have a query that merges data into partitioned table (actually compares unique keys between temporary table and partitioned table and then issue an insert if keys not matched, no update part).
    3. The temporary table contains transactional data against many business codes.
    3. when calling the above query from multiple (PL/SQL) sessions, i observe that when we merge data in same partition (from different sessions) than deadlock issue occurs, otherwise it is OK.
    4. Note that all sessions are executed at same time. Also note that Commit is called after each session is completed. Each session contains 2-3 more queries after the mentioned merge statement.
    Is there an issue with oracle merge/insert on same partition (from different sessions)? What is the locking mechanism for this particular case (partitioned tables)?
    My oracle version is Oracle 10g (10.2.0.4). Kindly advice.
    Thanks,
    QQ.

    Could you print the deadlock tree so we can see the type and mode of the locking. (Please use the 'code' tags - see FAQ at top right of screen - to showthe output in fixed font). can you list any SQL operated by this session that gets reported in the trace file.
    Does the table reference itself in a foreign key.
    Is this table involved in any referential integrity constraints.
    Do you have a global primary key index, or a local primary key index ?
    Are there any triggers on the table - if so do they contain autonomous transactions.
    At present the only though that springs to mind is that the merge command has to lock the target table to do the insert/update, but it also has to lock any child table. The mode of the child lock depends on whether it has a suitable index or not, and whether the child table IS also the parent table. If you have two merges to the same partition one partition may get its locks, and the other partition may be in a state where it can't get one of the locks because it's wait for the other. (This shouldn't be a self-deadlock, though, but the scenario might be heading in the right direction for a self-deadlock).
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk
    "The greatest enemy of knowledge is not ignorance, it is the illusion of knowledge." (Stephen Hawking)

  • Connectivity issues from Oracle to Sybase

    Friends.
    I have connectivity issue from Oracle 9.2.0.1 to Sybase 12.5 ASE .I am connecting through the database link in oracle to access the tables.
    The error message i am getting :
    select count(*) from TEST_TABLE@IND_TEST;
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    523 80
    ORA-02063: preceding 2 lines from IND_TEST
    Please guide me how to solve this error message. is it version incompatible now?
    Thanks
    Rocky

    Hi,
    You are now making the connection to the Sybase database but there is a problem with the user and password used in the database link.
    Sybase is case sensitive for names so you need to surround the user/password in double quotes to make sure they are passed to Sybase in the correct case -
    create database link ind_test connect to "sybuser" identified by "sybpass" using 'tnsnames_ora_entry' ;
    where sybuser is the userid as created in Sybase with the password sybpass.
    If they were setup in Sybase in mixed case then it would be -
    create database link ind_test connect to "Sybuser" identified by "Sybpass" using 'tnsnames_ora_entry' ;
    Regards,
    Mike
    Edited by: mkirtley on Sep 27, 2011 12:55 PM

  • Issue in Oracle Pricing - Creating a new pricelist line

    Hi All,
    We have an issue in Oracle Pricing.
    In a price list we have an existing line with some product precedence value, start date as not null and end date as null.
    Now through our PL/SQL code (using the API qp_price_list_pub.process_price_list) we are creating a new line with the same item, what happens is a new line is created and the existing line is end dated with the new line's start_date-1, but the precedence of the existing line is made null.
    We are unable to understand, is this a standard functionality and if not then what might be done to retain the previous line's precedence value.
    Any help in this would be of great help.
    Regards,
    Shruti

    Hi All,
    Can anyone please help me with the above issue....its getting critical for our client.
    Regards,
    Shruti

  • Usage of "IN" clause issue in oracle 9i

    I HAVE QUERY
    SELECT COUNT(*) FROM QUOTE WHERE OID IN (SELECT PARENT_ID FROM PARTY WHERE PARTY.COMPANY_ID = 1 AND PARTY.TYPE = 6)
    Result returns zero rows. But there are 25000 rows in quote table with parent key of party table
    WHEN I EXECUTE THE SAME AS
    SELECT COUNT(*) FROM QUOTE WHERE OID IN (SELECT PARENT_ID FROM PARTY WHERE PARTY.COMPANY_ID = 1 AND PARTY.TYPE = 6
    AND ROWNUM < 100000)
    I AM ABLE TO GET THE RESULT.
    MY QUESTION WHY IT NEED ROWNUM AND ALSO I FOUND IN 8i there is no such issue.
    I AM FACING THE ABOVE ISSUE IN ORACLE 9i.
    pl. let us know why and how it can be resolved.
    Also i won't be able to use JOIN to resolVe this as
    SELECT COUNT(*) FROM QUOTE, PARTY WHERE QUOTE.ID = PARTY.PARENT_ID AND PARTY.COMPANY_ID = 1 AND PARTY.TYPE = 6
    will result duplicate.
    pl do the needful. urgent

    I don't know what is causing your error, but you have many options, including:
    SELECT COUNT(*) FROM QUOTE Q
    WHERE EXISTS (SELECT 1 FROM PARTY P WHERE P.COMPANY_ID=1 AND P.TYPE=6 AND P.PARENT_ID=Q.OID);
    SELECT COUNT(DISTINCT QUOTE.ID) FROM QUOTE, PARTY WHERE QUOTE.ID = PARTY.PARENT_ID AND PARTY.COMPANY_ID = 1 AND PARTY.TYPE = 6;

  • Setup issue in oracle projects - classifications link(standard link) is missing in oracle projects page

    Hi Team,
    I have a setup  issue in oracle projects
    I am unable to find the classifications link in oracle projects page.
    Navigation : Go to any projects responsibility-->search for the projects-->click on project -->click on setup Tab : At the bottom of the page, we can see some standard links along with UDA's.
    Here one standard link Classifications is missing.
    Can anybody guide me what setup we need to do get the link.
    Thank you.

    Hi,
    The classifications link is not appearing in your Project's Setup page because, Classifications must have been unchecked in the Project template from which your project has been created. You can find the Project template information by clicking on the Additional Information link in the same Project -setup page. Once you check the classification flag in the concerned Project Template, all future Project creations made out of this template would have the link enabled.
    But for the current project, classification link cannot be enabled.
    Rgds,
    Shan

  • Is it possible to import an Oracle 10 (export .dmp file) into Oracle 9 db ?

    hi Oracle Guru's
    Is it possible to import a oracle 10 (export .dmp file) into an oracle 9 database ?
    I tried & got the following error ...
    IMP-00010 not a valid export file, header failed verificationperhaps their is a work-around ?
    thanks

    Hi
    You can take export from a previous version and import to a later version. Having said that, there is still a workaround to do what you want.
    On 9i server add a connect string for your 10g instance. Then use 9i export utility to export 10g data. That way your export will be compatible with 9i. You can then import the data in your 9i instance.
    To create connect string you can either use Net Configuration Assistant or manually edit TNSNAMES.ORA file in your 9i server.
    Hope it helps.
    Rgds
    Adnan

  • Updated OWB module available in "Oracle By Example" series on OTN

    All,
    The Oracle By Example series on OTN has been updated to Oracle9i Release 2. This includes a Warehouse Builder module updated from 3i to 9i. The module is a simple set of hands-on activities using the order entry tables that come with the database. (The module is a high-level overview, not a substitute for the 4-day instructor led course, "Oracle9i Warehouse Builder: Implementation", course code D12157GC20.)
    The URL for the Oracle By Example OWB module is:
    http://otn.oracle.com/obe/
    Click "Oracle by Example Series Release 2".
    Then click #8, "Build a Data Warehouse for Business Intelligence".
    Then click #8, "Creating a Data Warehouse Using Oracle Warehouse Builder".
    Regards,
    Rick

    Hi Paul,
    As far as my understanding.
    You dont want to create "REL_EXPENSE.REL_EXPENSE.REL_TIME_DAY_CODE" in the times dimension since the "code" attribute is already present in the time dimension(once you created using time wizard).
    Soon after you created the cube by mapping the two dimension "category" and "times" to it, all the attributes in both the dimension will be present in the cube automatically. Other than this you will create a measure column named "Expense" in the cube.
    Regards,
    Saro
    Mark Answers Promptly

Maybe you are looking for

  • My library of 800  songs has been replaced by 48 older items which I believe are off an older device (old nano belonging to another family member). How do I get my songs back?

    My library of 800  songs has been replaced by 48 older items which I believe are off an older device (old nano belonging to another family member). How do I get my songs back?

  • Filtering by file size

    Hi, I was *so* hoping that we'd finally be able to filter (or create a Smart Collection) based upon file size. There are many reasons why this would be useful but the thing that trips me up every once in a while is that I'll forget to flatten my laye

  • Premier crash

    Bonjour Adobe premier plante (crash) après un moment d'utilisation, voici le debug log Process:         Adobe Premiere Elements [1763] Path:            /Applications/Adobe Premiere Elements 13/*/Adobe Premiere Elements.app/Contents/MacOS/Adobe Premie

  • SQL function extract

    Hello XML Guru, Could you tell me where i can find informations about how SQL function extract works for extracting XML data stored as relational-object? Is VIEW always created for extracting XML data when executing this SQL function extract? Thanks

  • Messed up transports

    Hi guys, I am in strange situation and in need of some expert advice. While changing or creating new objects in our Development server,I always saved them under 'Dont Transport 'Requests and when my changes felt satisfactory for me,I used to UNLOCK t